.logo_wrap.ready, .main_content_wrap.ready{
	transition: opacity 0.5s ease;
	opacity: 1 !important;
}
.loading{
	transition: all 0.35s ease;
}
.loading.off{
	opacity: 0;
}
.lds-ripple.off{
	opacity: 0;
}
body{
	background:#ffe600 !important;
	transition: background 0.35s ease;
}
body.ready{
	background:#000 !important;
}
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, table{
	display: block;
	box-sizing: border-box;
	margin:0;
	padding:0;
	position: relative;
}
p{
	margin-bottom:0 !important;
}
img{
	display: block;
}
@font-face {
    font-family: 'Youth-Power';
    src: url('../fonts/youth_power-webfont.woff2') format('woff2'),
         url('../fonts/youth_power-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/EYInterstate-Regular.woff2') format('woff2'),
        url('../fonts/EYInterstate-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/EYInterstate-Bold.woff2') format('woff2'),
        url('../fonts/EYInterstate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.title_1, .title_1 p{
	font-family: Youth-Power;
	line-height: 0.81;
  	letter-spacing: -0.02em;
    font-size:19.480519480519481vh;
}
.title_2, .title_2 p{
	font-family: Youth-Power;
	line-height: 0.81;
  	letter-spacing: -0.02em;
    font-size:8.3487940631vh;
}
.title_3, .title_3 p{
	font-family: Youth-Power;
	line-height: 0.88;
  	letter-spacing: -0.02em;
  	font-size:10.853432282vh;
}
.subtitle, .subtitle p{
	font-family: EYInterstate;
	font-weight: bold;
	line-height: 1.2;
	font-size:4.63821892393321vh;
}
.subtitle_regular, .subtitle_regular p{
	font-family: EYInterstate;
	font-weight: normal;
	line-height: 1.2;
	font-size:2.5046382189vh;
}
.text, .text p{
	font-family: EYInterstate;
	font-size: 27px;
	line-height: 1.41;
	font-size:2.5046382189vh;
}
.text_small, .text_small p{
	font-family: EYInterstate;
	line-height: 1.18;
	font-size:1.8552875696vh;
}
.white_color{
	color:#fff;
}
.yellow_color{
	color:#ffe600;
}
.black_color{
	color:#000000;
}
.slight_rotation_text{
	transform: rotate(-8deg) translateY(-10%);
	-ms-transform: rotate(-8deg) translateY(-10%);
	-webkit-transform: rotate(-8deg) translateY(-10%);
	display: inline-block;
}
.main_content_wrap{
	width:100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	overflow: hidden;
	position: relative;
}
.content_wrap{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:4%;
	width:100%;
}
.cool_underline{
	position: relative;
}
.cool_underline:after{
	width: 114%;
    height: 40%;
    background: transparent url(../img/cool_underline.svg) no-repeat center / contain;
    position: absolute;
    content: "";
    visibility: visible;
    bottom: -13%;
    left: -9%;
}
.logo_wrap{
	width:130px;
	z-index: 1010;
	position: absolute;
	top:30px;
	left:4%;
    height: 133px;
}
.logo{
	position: absolute;
	width:100%;
	top:0;
	left:0;
	opacity: 0;
	transition: all 0.5s ease;
}
.logo.active{
	opacity: 1;
}
.carousel{
	height:100%;
}
.carousel-inner{
	height:100%;
}
.carousel-item .img_bg{
	position: absolute;
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center;
}
.carousel-item .img_bg.bottom_right{
	background-position: bottom right;
}
.carousel-item .img_bg.top_right{
	background-position: top right;
}
.carousel-item .img_bg.center_right{
	background-position: center right;
}
.carousel_content_wrap{
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:calc(100% - 200px);
	margin-top:200px;
	transition: all 0.35s ease;
}
.carousel_content_inner_wrap{
	position: absolute;
	left:4%;
	right: 4%;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	display: flex;
	flex-flow: column;
	width:92%;
}
.carousel_content_inner_wrap.relative{
	position: relative;
	left:4%;
	top:0;
	transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}
.carousel-item .carousel_content_wrap div.title.shake p.fade_in{
	animation-name: shake;
	animation-duration: .5s;
	opacity:1;
}
.carousel-item .carousel_content_wrap div.title p{
	opacity:0;
	transition: opacity 0.35s ease;
	display: block;
}
.carousel-item .carousel_content_wrap div.title p.fade_in{
	opacity:1;
}
.carousel-item .carousel_content_wrap div.title p.fade_out{
	opacity:0;
}
.carousel-item .carousel_content_wrap div.text p,
.carousel-item .carousel_content_wrap div.subtitle p,
.carousel-item .carousel_content_wrap div.subtitle_regular p,
.carousel-item .carousel_content_wrap div.text_small p{
	overflow: hidden;
	position: relative;
}
.carousel-item .carousel_content_wrap div.text p span,
.carousel-item .carousel_content_wrap div.subtitle p span,
.carousel-item .carousel_content_wrap div.subtitle_regular p span,
.carousel-item .carousel_content_wrap div.text_small p span{
	transform: translateY(-100%);
	display: block;
	transition: all 0.5s ease;
}
.carousel-item .carousel_content_wrap div.text p.fade_in span,
.carousel-item .carousel_content_wrap div.subtitle p.fade_in span,
.carousel-item .carousel_content_wrap div.subtitle_regular p.fade_in span,
.carousel-item .carousel_content_wrap div.text_small p.fade_in span{
	transform: translateY(-0);
}
.carousel-item .img_wrap, .carousel-item .img_inner_wrap{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.top_spacing{
	margin-top:35px;
}
.top_spacing_big{
	margin-top:32px;
}
.top_spacing_small{
	margin-top:10px;
}
.custom_navigation{
	width:100%;
}
.custom_navigation li{
	display: inline-block;
	margin-right:20px;
}
.custom_navigation a{
	padding:12px;
	background: #fff;
	line-height: 0;
	font-size: 0;
}
.custom_navigation a.active{
	background:#ffe600;
}
.apply_button_wrap{
	width:123.3px;
	opacity:0;
	transition: all 0.35s ease;
	transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	z-index: 999;
}
.apply_button_wrap.fade_in{
	opacity:1;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
}
.apply_button{
	display: inline-block;
	padding:37.5% 0 0 0;
	display: block;
	width:100%;
	background:transparent url("../img/apply_bg.svg") no-repeat top right / 100%;
}
.apply_button span{
	padding:0 5px 14px 5px;
	font-family: EYInterstate;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: #161c21;
	position:relative;
	text-align: center;
	display: block;
	transition:all 0.35s ease;
}
.apply_button:hover{
	background:transparent url("../img/apply_bg_black.svg") no-repeat top right / 100%;
}
.apply_button:hover span{
	color: #ffe600;
}
.apply_button:hover{
	text-decoration: none !important;
}
.carousel-indicators{
	bottom:unset;
	top:calc(100vh-30px);
	z-index: 999 !important;
}
.img_wrap_mobile{
	display:none;
}
.mobile_only{
	display: none;
}
.carousel-indicators li{
	background-color:#838383 !important;
}
.carousel-indicators li.active{
	background-color:#FFE600 !important;
}
.intro_caption{
	width:40%;
	opacity: 0;
	transition: all 0.4s ease;
}
.intro_caption.fade_in{
	opacity: 1;
	transform: translateY(0);
}
.desktop_only{
	display: block;
}
.carousel-control-next-icon{
	background-image: url("../img/arrow_right.svg") !important;
	opacity: 1 !important;
}
.carousel-control-prev-icon{
	background-image: url("../img/arrow_left.svg") !important;
	opacity: 1 !important;
}
.carousel-control-next, .carousel-control-prev{
	opacity: 1 !important;
	height: calc(100% - 50px) !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	display: none !important;
	opacity: 0;
}
.the-control-next {
    padding: 7%;
    background: transparent url(../img/arrow_right.svg) no-repeat center / 50%;
    bottom: 11px;
    right: 7px;
    position: absolute;
}
.carousel-control-next, .carousel-control-prev{
	z-index: 990 !important;
}
.apply_button_wrap.mobile_only{
	z-index: 999;
	bottom:44px;
	right:20px;
	visibility: hidden;
}
.apply_button_wrap.mobile_only.fade_in{
	visibility: visible;
}
.carousel-control-prev.mobile_only, .carousel-control-next.mobile_only{
	display:none !important;
}
.carousel-indicators li{
	transition: all 0.35s ease !important;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

#cookieChoiceInfo{
	z-index: 9999999;
	top:unset !important;
	bottom:0 !important;
	padding:5px 20px !important;
}
#cookieChoiceInfo a{
	font-size:12px !important;
	font-weight: regular;
	font-family: EYInterstate;
	padding:3px 5px;
	color:#000;
	background:#ffe600;
	border-radius: 3px;
	margin-left: 10px !important;
	display: inline-block !important;
}
#cookieChoiceInfo span{
	font-size:14px !important;
	font-weight: regular;
	font-family: EYInterstate;
	line-height: 1.2;
}
.ui-loader{
	display: none !important;
}
#the_slider .carousel-item{
	height:100%;
	overflow: hidden !important;
}
.top_spacing_small.mobile_only{
	max-width:400px;
}
.carousel-item.carousel-item-left.active .img_wrap .img_bg{
	animation-name:slide_left_out_80;
	animation-duration: .77s;/*carousel slide time*/
	animation-timing-function: ease ;
	-webkit-animation-name:slide_left_out_80;
	-webkit-animation-duration: .77s;/*carousel slide time*/
	-webkit-animation-timing-function: ease ;
}
.carousel-item.carousel-item-left.carousel-item-next .img_wrap .img_bg{
	animation-name:slide_left_in_80;
	animation-duration: .77s;/*carousel slide time*/
	animation-timing-function: ease ;
	-webkit-animation-name:slide_left_in_80;
	-webkit-animation-duration: .77s;/*carousel slide time*/
	-webkit-animation-timing-function: ease ;
}
.carousel-item.carousel-item-right.active .img_wrap .img_bg{
	animation-name:slide_right_out_80;
	animation-duration: .77s;/*carousel slide time*/
	animation-timing-function: ease ;
	-webkit-animation-name:slide_right_out_80;
	-webkit-animation-duration: .77s;/*carousel slide time*/
	-webkit-animation-timing-function: ease ;
}
.carousel-item.carousel-item-right.carousel-item-prev .img_wrap .img_bg{
	animation-name:slide_right_in_80;
	animation-duration: .77s;/*carousel slide time*/
	animation-timing-function: ease ;
	-webkit-animation-name:slide_right_in_80;
	-webkit-animation-duration: .77s;/*carousel slide time*/
	-webkit-animation-timing-function: ease ;
}

@keyframes slide_left_in_80{
	0%{
		transform: translate3d(-80%, 0, 0);
	}
	100%{
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slide_left_in_80{
	0%{
		-webkit-transform: translate3d(-80%, 0, 0);
	}
	100%{
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes slide_left_out_80{
	from{
		transform: translate3d(0, 0, 0);
	}
	to{
		transform: translate3d(80%, 0, 0);
	}
}
@-webkit-keyframes slide_left_out_80{
	from{
		-webkit-transform: translate3d(0, 0, 0);
	}
	to{
		-webkit-transform: translate3d(80%, 0, 0);
	}
}
@keyframes slide_right_in_80{
	from{
		transform: translate3d(80%, 0, 0);
	}
	to{
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slide_right_in_80{
	from{
		-webkit-transform: translate3d(80%, 0, 0);
	}
	to{
		-webkit-transform: translate3d(0, 0, 0);
	}
}
@keyframes slide_right_out_80{
	from{
		transform: translate3d(0, 0, 0);
	}
	to{
		transform: translate3d(-80%, 0, 0);
	}
}
@-webkit-keyframes slide_right_out_80{
	from{
		-webkit-transform: translate3d(0, 0, 0);
	}
	to{
		-webkit-transform: translate3d(-80%, 0, 0);
	}
}

@media(max-width:1280px){
	.logo_wrap{
		width:85px;
		height:88px;
	}
	.carousel_content_wrap {
    	height: calc(100% - 145px);
    	margin-top: 145px;
	}
	.apply_button span{
		font-size: 20px;
		padding: 0 5px 10px 5px;
	}
	.apply_button_wrap {
    	width: 85px;
    }
    .intro_caption{
		width:50%;
	}
}
@media(max-width:768px){
	#cookieChoiceInfo a{
		font-size:10px !important;
	}
	#cookieChoiceInfo span{
		font-size:10px !important;
	}
	.carousel-indicators{
		margin-left:20px !important;
		margin-right:20px !important;
		margin-bottom:15px;
		justify-content: space-between !important;
	}
	.carousel-indicators li{
		margin-left:0 !important;
		margin-right:0 !important;
		background-color:#838383 !important;
		opacity: 1 !important;
		width:calc(11.1111% - 3px) !important;
	}
	.carousel-control-prev.mobile_only, .carousel-control-next.mobile_only{
		display:block !important;
	}
	.top_element{
		margin-top:-5%;
	}
	.carousel-item:nth-child(1) .top_element{
		margin-top:0;
	}
	.top_element, .bottom_element{
		display:block;
		position: relative;
		width:100%;
		min-height: 1px;
	}
	.mobile_hard_shadow {
    	text-shadow: 0 4px 0px #000000;
	}
	.mobile_bold{
		font-weight:bold !important;
	}
	.subtitle_regular, .subtitle_regular p{
		font-weight:bold;
	}
	.carousel_content_inner_wrap{
		position: relative;
		transform: none;
		width:calc(100% - 40px);
		left:20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		top:0;
		height:100%;
	}
	.hard_shadow {
    	text-shadow: 3px 7.5px 0px #000000;
	}
	.top_spacing_big{
		margin-top:16px;
	}
	.top_spacing{
		margin-top:3px;
	}
	.top_spacing_small{
		margin-top:10px;
	}
	.logo_wrap {
	    width: 66px;
	    height: 66px;
	    top:30px;
		left: 20px;
	}
	.apply_button_wrap{
		width:73px;
	}
	.apply_button span{
		font-size:15px;
		padding:2px 5px 10px 5px;
	}
	.img_wrap_desktop{
		display:none;
	}
	.img_wrap_mobile{
		display:block;
	}
	.carousel-item .img_wrap{
		height:65%;
	}
	.carousel_content_wrap{
		height:auto;
    	margin-top: 0;
    	padding-bottom:45px;
    	bottom:0;
    	top:unset !important;
    	position: absolute !important;
    	z-index: 900;
	}
	.mobile_bg_black{
		background:#000;
	}
	.mobile_bg_white{
		background:#fff;
	}
	.carousel-item:nth-child(1) .title_1{
		transform: translateY(-50%);
	}

	.mobile_white_color{
		color:#fff;
	}
	.mobile_yellow_color{
		color:#ffe600;
	}
	.mobile_black_color{
		color:#000000;
	}
	.apply_button_wrap{
		position: absolute;
		right:0;
		bottom:0;
	}
	.title_1, .title_1 p{
	    font-size:14.6739130435vh;
	}
	.title_2, .title_2 p{
	  	font-size:6.7934782609vh;
	}
	.title_3, .title_3 p{
	  	font-size:6.7934782609vh;
	}
	.subtitle, .subtitle p{
		font-size:2.7173913043vh;
	}
	.subtitle_regular, .subtitle_regular p{
		font-size:2.1739130435vh;
	}
	.text, .text p{
		font-size:1.6304347826vh;
	}
	.text_small, .text_small p{
		font-size:1.902173913vh;
	}
	.intro_caption{
		width:60%;
		display: block;
		margin:auto; 
	}
	.subtitle, .subtitle p{
		letter-spacing: -0.04em;
	}
	.text p span{
		letter-spacing: -0.03em;
	}
	.carousel-inner .carousel-item:nth-child(1) .carousel_content_inner_wrap{
		height:auto;
		bottom:unset;
		top:50% !important;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		position: relative;
	}
	.mobile_only{
		display: block;
	}

	.desktop_only, .dektop_only{
		display: none !important;
	}
}
@media(max-width:590px){
	.intro_caption{
		width:90%;
		margin:auto;
		display: block;
	}	
}
@media(max-width:413px){
	.logo_wrap{
		top: 20px;
	}
}
@media(min-height:530px) and (max-width:739px){
	.title_1, .title_1 p{
	    font-size:95px !important;
	}
	.title_2, .title_2 p{
	    font-size:50px !important;
	}
	.title_3, .title_3 p{
	  	font-size:50px !important;
	}
	.subtitle, .subtitle p{
		font-size:20px !important;
	}
	.subtitle_regular, .subtitle_regular p{
		font-size:16px !important;
	}
	.text, .text p{
		font-size:16px !important;
	}
	.text_small, .text_small p{
		font-size:14px !important;
	}
}
@media(max-height:529px) and (max-width:739px){
	.title_1, .title_1 p{
	    font-size:85px !important;
	}
	.title_2, .title_2 p{
	    font-size:40px !important;
	}
	.title_3, .title_3 p{
	  	font-size:40px !important;
	}
	.subtitle, .subtitle p{
		font-size:15px !important;
	}
	.subtitle_regular, .subtitle_regular p{
		font-size:12px !important;
	}
	.text, .text p{
		font-size:12px !important;
	}
	.text_small, .text_small p{
		font-size:14px !important;
	}
}

@keyframes scale_fast{
	from{
		transform: scale(1.2);	
	}
	to{
		transform: scale(1);
	}
}
@keyframes scale_slow{
	from{
		transform: scale(1.1);	
	}
	to{
		transform: scale(1);
	}
}
@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg);}
	10% { transform: translate(-1px, -2px) rotate(-1deg);}
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(3px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(3px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(1px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


.landscape_warning{
	width:100%;
	height:100vh;
	background:#FFE600;
	z-index: 9999;
	padding:30px;
	display:none;
}
.landscape_warning .inner_wrap{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
	width:80%;

}
.landscape_warning img{
	width:120px;
	display: inline-block;
	margin-bottom: 20px;
}
.landscape_warning p{
	font-size:20px;
	color:#000;
	font-family: 'EYInterstate';
	font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
  body.is_mobile .main_content_wrap{
  	display: none;
  }
  body.is_mobile .landscape_warning{
  	display: block;
  }
}