div.carouselContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

div.carouselContainer button:focus,
div.carouselContainer input:focus {
	outline: 0;
}

div.carousel {
	width: auto;
	max-width: 1920px;
	height: auto;
}

div.carousel div.item {
	box-sizing: border-box;

}

div.carousel div.item.itembg {
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover
}

div.carousel div.item.itembg2 {
	background-position: right 0 bottom, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100%, cover;
}

div.carousel div.item img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box
}

div.carousel .item .text-wrapper {
	position: absolute;
	bottom: var(--step4);
	left: 50%;
	transform: translate(-50%, 0);
}

div.carousel.slick-slider {
	margin: 0 auto;
}

div.carousel .slick-prev {
	left: 25px;
	z-index: 5;
	height: auto;
}

div.carousel .slick-next {
	right: 25px;
	z-index: 5;
	height: auto;
}

div.carousel .slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
}

div.carousel .slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
}

div.carousel .slick-dots {
	bottom: 5%;
}

div.carousel .slick-dots li button:before {
	color: #f0f0f0;
	content: '';
	font-family: 'FontAwesome';
	font-size: 10px;
	opacity: 0.5;
	background: #fff;
	border-radius: 50%;

	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
}

div.carousel .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}

div.carousel div.block1 {
	width: 100%;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}

div.carousel div.block1 .title {
	font-family: 'SweetMavkaScript';
	font-size: 80px;
	color: #2DA8BE;
	line-height: 80%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	height: 100%;
}

div.carousel div.block1 .title span {
	position: relative;
}

div.carousel div.block1 .title span.alt {
	font-family: 'ProximaNova';
	font-size: 35px;
	color: #000;
	margin-left: 25px;
	padding-top: 15px;
}

div.carousel div.block1 .title span.alt+span {
	color: #000;
	flex-basis: 100%;
	margin-left: 65px;
}

div.carousel div.block1 .title span.alt+span:after {
	content: attr(data-after);
	position: absolute;
	left: 100px;
	bottom: -40px;
	color: rgba(89, 122, 128, 0.3);
	filter: blur(3px);
}

div.carousel div.block2 {
	width: 100%;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
}

div.carousel div.block2 .title {
	font-size: 76px;
	font-weight: 800;
	letter-spacing: 2rem;
	line-height: 80%;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.56);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	height: 100%;
	flex-wrap: wrap;
}

div.carousel div.block3 {
	color: #fff;
	width: 100%;
	height: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
	padding: 0 20px 40px 20px;
}

div.carousel div.block3 h1 {
	color: #fff;
}

div.carousel div.block3 p {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	line-height: 140%;
}

div.carousel div.block3 a {
	color: #63CFE3;
}

div.carousel div.block3 a:hover {
	color: #26bad5;
}

div.carousel div.block4 {
	color: #000;
	width: 100%;
	height: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: left;
}

div.carousel div.block4 div.title {
	color: rgba(0, 0, 0, 0.6);
	font-size: 229px;
	font-weight: 800;
	line-height: 140%;
}

div.carousel div.block4 div.text {
	text-transform: uppercase;
	font-size: var(--font-default);
	letter-spacing: 1px;
	line-height: 140%;
	margin: 0 auto;
	width: 100%;
	max-width: 690px;
}

div.carouselVideo video {
	width: 100%;
	object-fit: fill;
}


/***/
div.carousel2.slick-slider {
	margin: 0
}

div.carousel2 .slick-prev {
	left: 25px;
	z-index: 5;
	height: auto;
}

div.carousel2 .slick-next {
	right: 25px;
	z-index: 5;
	height: auto;
}

div.carousel2 .slick-prev:before {
	color: #000;
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
}

div.carousel2 .slick-next:before {
	color: #000;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
}

div.carousel2 .slick-dots {
	bottom: 5%;
}

div.carousel2 .slick-dots li button:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 10px;
	opacity: 0.5;
	background: #000;
	border-radius: 50%;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
}

div.carousel2 .slick-dots li.slick-active button:before {
	opacity: 1;
}


@media screen and (max-width: 1200px) {
	div.carousel .item .text-wrapper {
		width: 100%;
		padding: 0 var(--step4);
	}
	div.carousel div.block4 {
		
	}

	div.carousel div.block4 div.title {
		font-size: 150px;
	}

	div.carousel div.block4 div.text {
		max-width: inherit;
	}
}

@media screen and (max-width: 810px) {
	div.carouselContainer {
		margin-top: 20px;
	}

	div.carousel div.item.itembg2 {
		background-position: right bottom, center bottom;
	}

	div.carousel div.item.itembg {
		background-position: center bottom;
	}

	div.carousel div.block1 div.title {
		height: auto;
		justify-content: center;
	}

	div.carousel div.block1 .title {
		font-size: 45px;
	}

	div.carousel div.block1 .title span.alt+span:after {
		left: 57%;
		bottom: -40px;
		transform: translate(-50%, -20%);
	}

	div.carousel div.block1 .title span.alt {
		font-size: 25px;
		margin-left: 15px;
		padding-top: 25px;
	}

	div.carousel div.block1 .title span.alt+span {
		color: #000;
		flex-basis: 100%;
		margin-left: 0px;
		text-align: center;
	}

	div.carousel div.block3 h1 {
		margin-top: 0;
		margin-bottom: 0;
	}

	div.carousel div.block3 p {
		font-size: 18px;
		line-height: 120%;
	}

	div.carousel div.block3 p:last-child {
		margin: 0
	}

	div.carousel div.block4 div.title {
		font-size: 100px;
	}

	div.carousel div.block4 div.text {
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	div.carousel div.item {
		height: 350px;
	}

	div.carousel .title2 {
		font-size: 50px;
		justify-content: center;
		text-align: center;
	}

	div.carousel div.block1 .title span.alt+span:after {
		display: none;
	}

	div.carousel div.block1 .title span.alt+span {
		text-shadow: -3px -3px 5px rgba(255, 255, 255, 0.9);
	}

}