html,body{
    background-color:#FFFFFF;
}
header{
	position:fixed;
}
.ultra{
    font-size:100px;
    margin:0;
}
.super{
    font-size:144px;
    margin:0;
}
.normal{
    font-size:65px;
    margin:0;
}

@media screen and (max-width: 1600px) {
	/*
	.ultra{
	    font-size:132px;
	    margin:0;
	}
	*/
	.super{
	    font-size:132px;
	    margin:0;
	}
	/*
	.normal{
	    font-size:94px;
	    margin:0;
	}
	*/
}
@media screen and (max-width: 1280px) {
	.ultra{
	    font-size:90px;
	}
	.super{
	    font-size:120px;
	}
	.normal{
	    font-size:60px;
	}
}
@media screen and (max-width: 1024px) {
	/*
	.ultra{
	    font-size:114px;
	}
	/*
	.super{
	    font-size:114px;
	}
	/*
	.normal{
	    font-size:80px;
	}
	*/
}
@media screen and (max-width: 768px) {
	.ultra{
	    font-size:80px;
	}
	.super{
	    font-size:13vw;
	}
	.normal{
	    font-size:50px;
	}
}
@media screen and (max-width: 600px) {
	.ultra{
	    font-size:72px;
	}
	.super{
	    font-size:13vw;
	}
	.normal{
	    font-size:42px;
	}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
}
.w_text{
	color:#FFFFFF;
}
.w_text span{
	color:rgba(0,0,0,0);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFFFFF;
	text-stroke-width: 2px;
	text-stroke-color: #FFFFFF;
}
.b_text{
	color:#002745;
}
.b_text span{
	color:rgba(0,0,0,0);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #002745;
	text-stroke-width: 2px;
	text-stroke-color: #002745;
}
.g_text{
	color:#231F20;
}
.g_text span{
	color:rgba(0,0,0,0);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #231F20;
	text-stroke-width: 2px;
	text-stroke-color: #231F20;
}
p{
	color:#002745;
}
.g_p p{
	color:#231F20;
}
.b_p p{
	color:#000000;
}
.w_p p{
	color:#FFFFFF;
}

a, a:active, a:focus {
   outline: none;
}
.btn_top{
	position:fixed;
	z-index:100;
	width:20%;
	max-width:100px;
	right:3%;
	bottom:3%;
	cursor:pointer;
}
.pattern_holder{
	position:absolute;
	display:inline-block;
	z-index:1;
	height:100px;
	width:100%;
    background-image: url("../images/v2/pattern.png");
    background-size: 100px auto;
    background-repeat: repeat-x;
    background-position: bottom;
    left:0;
    bottom:0;
}
.top_patter{
    top:0;
    background-image: url("../images/v2/pattern2.png");
    background-size: 100px auto;
    background-repeat: repeat-x;
    background-position: bottom;
    left:0;
    bottom:auto;
}

.bg_holder{
	position:relative;
	display:inline-block;
	z-index:1;
	width:100%;
}
.bg_holder img{
	position:relative;
	display:inline-block;
	z-index:1;
}
section{
	position:relative;
	display:block;
	margin:0;
	height:100vh;
	width: 100%;
	overflow: hidden;
}
.content_holder{
	position:absolute;
	display:inline-block;
	width:90%;
	max-width:1600px;
	margin:auto;
	padding-top:10%;
	padding-bottom:10%;

	left:0;
	right:0;
	top: 50%;
	transform: translate(0%, -50%);
	z-index:2;
}


.s1{
	height:100%;
}
.s1 .content_holder{
	position:relative;
    display: block;
	width:90%;
	max-width:1600px;
	margin:auto;
	padding:0;
	left:0;
	right:0;
	top:0%;
	transform: translate(0%,0%);
}
.s1 .title_holder{
	position:absolute;
	display:inline-block;
	z-index:5;
	top: 50%;
	left:0;
	transform: translate(0%, -50%);
	width:100%;
	z-index:10;
}


.s2{
	background:#f1f1f1;
}
.s2 .content_holder{
}
.s2 .title_holder{
	position:relative;
	display:inline-block;
	width:35%;
	margin-right:10%;
	vertical-align:middle;
}
.s2 .content_holder .element_holder{
	position:relative;
	display:inline-block;
	width:55%;
	vertical-align:middle;
	text-align:center;
}
.s2 .content_holder ._mobile{
	display:none;
}
.s2 .content_holder .element_holder img{
	visibility: hidden;
}
.s2>.element_holder{
	position:absolute;
	width:55%;
	vertical-align:middle;
	text-align:center;
	right:0;
	top: 50%;
	left:45%;
	transform: translate(0%, -50%);
}


.s3{
	background-image: url("../images/v2/bg_sprayed_3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s3_ori{
	background-image: url("../images/v2/bg_sprayed_ori.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s3 .content_holder{
}
.s3 .title_holder{
	position:relative;
	display:inline-block;
	width:40%;
	vertical-align:middle;
}
.s3 .element_holder{
	position:relative;
	z-index:1;
	right:0;
	bottom:0;
	width:125%;
}


.s4{
}
.s4 .content_holder{
}
.s4 .title_holder{
	position:relative;
	display:inline-block;
	width:40%;
	vertical-align:middle;
}
.s4 .content_holder .element_holder{
	position:relative;
	display:inline-block;
	width:80%;
	display:none;
}
.s4 .content_holder .element_holder img{
	visibility: hidden;
}
.s4>.element_holder{
	position:absolute;
	width:40%;
	vertical-align:middle;
	text-align:center;
	right:0;
	bottom: 0;
	left:60%;
	z-index:2;
}


.s5{
	background:#002745;
}
.s5 .content_holder{
}
.s5 .element_holder{
	position:relative;
	display:inline-block;
	width:100%;
	vertical-align:middle;
	text-align:center;
}
.s5 .title_holder{
	position:relative;
	display:inline-block;
	width:40%;
	vertical-align:middle;
	margin-top:5%;
}
.s5 .copy_holder{
	position:relative;
	display:inline-block;
	margin-left:10%;
	margin-top:5%;
	width:50%;
	vertical-align:middle;
}


.s6{
	background-image: url("../images/v2/Background - section 6 background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s6_ori{
	background-image: url("../images/v2/bg_battle_ori.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s6 .gradient{
	position:absolute;
	width:100%;
	height:100%;
	background: #ffffff;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 80%);
	z-index:3;
}
.s6 .content_holder{
	z-index:4;
}
.s6 .title_holder{
	position:relative;
	display:inline-block;
	margin-left:70%;
	width:20%;
	vertical-align:middle;
}


.s7{
}
.s7 .content_holder{
}
.s7 .title_holder{
	position:relative;
	display:inline-block;
	width:50%;
	margin-right:5%;
	vertical-align:middle;
}
.s7 .content_holder .element_holder{
	position:relative;
	display:inline-block;
	width:45%;
	vertical-align:middle;
	text-align:center;
}
.s7 .content_holder ._mobile{
	display:none;
}
.s7 .content_holder .element_holder img{
	visibility: hidden;
}
.s7>.element_holder{
	position:absolute;
	width:45%;
	vertical-align:middle;
	text-align:center;
	right:0;
	top: 50%;
	left:55%;
	transform: translate(0%, -55%);
}
.s7 img{
  image-rendering: high-quality;
}


.s8{
	background:#002745;
}
.s8 .content_holder{
}
.s8 .title_holder{
	position:relative;
	display:inline-block;
	width:40%;
	vertical-align:middle;
}
.s8 .element_holder{
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:middle;
	margin-left:10%;
}
.s8 .element_holder._desktop{
	display:inline-block;
}
.s8 .element_holder._mobile{
	display:none;
}


.s9{
}
.s9 .title_holder{
	position:relative;
	display:inline-block;
	width:100%;
	vertical-align:middle;
	text-align:center;
	margin-bottom:30px;
}
.s9 .content_holder{
}
.s9 .content_holder{
	width:100%;
	max-width:100%;
	padding-top:10%;
	padding-bottom:10%;
}
.s9 .slider{
	width:calc(100% + 10px);
	width:100%;
}
.s9 .swiper-slide{
	margin-left: -1px;
	margin-right: -1px;
	margin-left: 0px;
	margin-right: 0px;
}
.s9 .swiper-wrapper{
	z-index:9;
}
.s9 .swiper-navigation{
	position:relative;
	display:block;
	width:auto;
	max-width:1600px;
	margin:auto;
    text-align: center;
    bottom: -50px;
	z-index:10;
}
.s9 .swiper-navigation .swiper-pagination{
	position:relative;
	display:inline-block;
	width:auto;
	margin-left:10%;
	margin-right:10%;
	vertical-align:middle;
    bottom: 11px;
}
.s9 .swiper-navigation .swiper-pagination .swiper-pagination-bullet{
	background:#b2b2b2;
}
.s9 .swiper-navigation .swiper-pagination .swiper-pagination-bullet-active{
	background:#333333;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:none;
}
.s9 .swiper-navigation .swiper-button-next{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.s9 .swiper-navigation .swiper-button-prev{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.s9 .swiper-navigation .swiper_button{
	border-radius:100%;
	background:#FFFFFF;
	width:30px;
	height:30px;
}
.s9 .swiper-navigation .swiper_button img{
	padding:5px;
}
.s9 .swiper-navigation .swiper_button .off{
	display:block;
}
.s9 .swiper-navigation .swiper_button .on{
	display:none;
}
.s9 .swiper-navigation .swiper_button:hover .off{
	display:none;
}
.s9 .swiper-navigation .swiper_button:hover .on{
	display:block;
}
.s9 .swiper-navigation .swiper_button:hover{
	background:#333333;
}


.s9 .slick-slide {
	position: relative;
	margin-left: -3%; /* overlap */
}
.slick-prev, .slick-next {
	bottom:-50px;
	border:1px solid red;
	z-index:100000;
}
.s9 .slider_v2_holder{
	position:relative;
	display:block;
	text-align:center;
}
.s9 .slider_v2_holder .prev{
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor:pointer;
}
.s9 .slider_v2_holder .pagination{
	position:relative;
	display:inline-block;
	width:200px;
	vertical-align:middle;
}
.s9 .slider_v2_holder .pagination .slick-dots{
	position:relative;
	bottom:0;
}
.s9 .slider_v2_holder .next{
	position:relative;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor:pointer;
}
.s9 .popup-link{
	cursor:pointer;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 600px) {
}




.s10{
	background-image: url("../images/v2/Background - section 10 background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s10_ori{
	background-image: url("../images/v2/bg_fusion_ori.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s10b{
	background-image: url("../images/v2/bg_fusion_3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s10b{
	background-image: url("../images/v2/bg_fusion.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s10c{
	background-image: url("../images/v2/bg_fusion_ori.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s10 .content_holder{
}
.s10 .title_holder{
	position:relative;
	display:inline-block;
	width:40%;
	vertical-align:middle;
}




.s11{
	background:#002745;
}
.s11 .content_holder{
}
.s11 .title_holder{
	position:relative;
	display:inline-block;
	width:40%;
	margin-right:10%;
	vertical-align:middle;
}
.s11 .content_holder .element_holder{
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:middle;
	text-align:center;
}
.s11 .content_holder ._mobile{
	display:none;
}
.s11 .content_holder .element_holder img{
	visibility: hidden;
}
.s11>.element_holder{
	position:absolute;
	width:50%;
	vertical-align:middle;
	text-align:center;
	right:0;
	top: 50%;
	left:50%;
	transform: translate(0%, -50%);
}


.s12{
}
.s12 .content_holder{
}
.s12 .title_holder{
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:middle;
}
.s12 .content_holder .element_holder{
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:middle;
	text-align:center;
}
.s12 .content_holder ._mobile{
	display:none;
}
.s12 .content_holder .element_holder img{
	visibility: hidden;
}
.s12>.element_holder{
	position:absolute;
	width:50%;
	vertical-align:middle;
	text-align:center;
	right:0;
	top: 50%;
	left:50%;
	transform: translate(0%, -50%);
}
.s12 .ads_logo{
	width:70%;
	max-width:200px;
}


.s13{
	background-image: url("../images/v2/bg_reachout_3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s13 .content_holder{
}
.s13 .title_holder{
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:middle;
}
.s13 .sppf_logo{
	width:50%;
	max-width:250px;
}
.s13 .form_holder{
	position:relative;
	display:inline-block;
	width:50%;
	vertical-align:middle;
	text-align:center;
}
.s13 .form_holder h2{
	text-transform:uppercase;
	color:#FFFFFF;
    padding:0;
    margin:0;
}
.s13 .form_holder p{
	color:#FFFFFF;
}
.s13 .form_holder .form{
	margin-bottom:50px;
}
.s13 .form_holder .nf-field-container{
	margin-bottom:10px;
}
.s13 .form_holder input{
	color:#818991;
	font-size:14px;
	padding:5px 8px;
	max-width:500px;
	margin-bottom:3px;
}
.s13 .form_holder .submit-container input{
	background:#D5BA95;
	color:#FFFFFF;
	padding:10px 5px;
	min-width:150px;
	cursor:pointer;
}
.s13 .form_holder .nf-response-msg p{
	color:#FFFFFF;
	margin:0;
	margin-bottom:5px;
	font-size:16px;
}
.s13 .form_copy{
	margin:auto;
    margin-bottom:5%;
	max-width:500px;
}
.s13 .form_copy a{
	position:relative;
	font-size:16px;
	text-decoration:none;
    background: #D5BA95;
    color: #FFFFFF;
    padding: 10px 10px;
    min-width: 200px;
    cursor: pointer;
    border-radius:10px;
}

.s13 .form_holder .social_media_holder{
	margin-top:50px;
}
.s13 .form_holder .social_media_holder a{
	position:relative;
	display:inline-block;
	width:50px;
	padding:5px;
}

._desktop{
	display:block;
}
._mobile{
	display:none;
}



@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1280px) {
	.s2 .title_holder{
		width:45%;
		margin-right:5%;
	}
	.s2 .content_holder .element_holder{
		width:50%;
	}
	.s2>.element_holder{
		width:50%;
		left:50%;
	}

	.s3 .title_holder{
		width:45%;
	}

	.s4 .title_holder{
		width:45%;
	}
	.s4>.element_holder{
		width:40%;
		left:60%;
	}

	.s6 .gradient{
		background: linear-gradient(90deg,rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 1) 80%);
	}
	.s6 .title_holder{
		margin-left:60%;
		width:30%;
	}
	.s8{
		padding-top:10%;
		padding-bottom:10%;
	}
	.s8 .title_holder{
		width:40%;
	}
	.s8 .element_holder{
		width:55%;
		margin-left:5%;
	}

	.s11 .title_holder{
		width:45%;
		margin-right:5%;
	}
}
@media screen and (max-width: 1024px) {
	.s3 .title_holder{
		width:50%;
	}

	.s4 .title_holder{
		width:50%;
	}
	.s4>.element_holder{
		width:40%;
		left:60%;
	}

	.s8 .title_holder{
		width:50%;
	}
	.s8 .element_holder{
		width:45%;
		margin-left:5%;
	}

	.s11 .title_holder{
		width:50%;
		margin-right:0%;
	}

	.s13 .title_holder{
		width:50%;
	}
	.s13 .form_holder{
		width:50%;
	}
}
@media screen and (max-width: 777px) {
}
@media screen and (max-width: 768px) {
	._desktop{
		display:none;
	}
	._mobile{
		display:block;
	}
	.s2 .content_holder{
		width:100%;
	}
	.s2 .title_holder{
		width:90%;
		margin-left:5%;
		margin-top:5%;
	}
	.s2 .content_holder .element_holder{
		display:none;
	}
	.s2 .content_holder ._mobile{
		display:block;
		position:relative;
		width:80%;
		right:0;
		top: 10%;
		left:20%;
		transform: translate(0%, 0%);
	}
	.s2 .content_holder ._mobile img{
		visibility:visible;
	}

	.s3{
		background-image: url("../images/v2/bg_sprayed_3.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background:#002745;
	}
	.s3 .title_holder{
		width:100%;
	}

	.s4 .title_holder{
		width:100%;
	}
	.s4>.element_holder{
		width:60%;
		left:40%;
	}
	.s4 .content_holder .element_holder{
		display:inline-block;
	}

	.s5 .title_holder{
		width:100%;
	}
	.s5 .copy_holder{
		margin:0;
		width:100%;
	}

	.s6{
		background-image: url("../images/v2/bg_battle_2_m.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.s6 .gradient{
		display:none;
	}
	.s6 .title_holder{
		margin-left:0%;
		width:100%;
		padding-bottom:20%;
	}
	.s6 .title_holder h1{
		color:#FFFFFF;
	}
	.s6 .title_holder h1 span{
		color:rgba(0,0,0,0);
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #FFFFFF;
		text-stroke-width: 2px;
		text-stroke-color: #FFFFFF;
	}
	.s6 .title_holder p{
		color:#FFFFFF;
	}

	.s7 .content_holder{
		width:100%;
	}
	.s7 .title_holder{
		width:90%;
		margin-left:5%;
		margin-top:5%;
	}
	.s7 .content_holder .element_holder{
		display:none;
	}
	.s7 .content_holder ._mobile{
		display:block;
		position:relative;
		width:80%;
		right:0;
		top: 10%;
		left:20%;
		transform: translate(0%, 0%);
	}
	.s7 .content_holder ._mobile img{
		visibility:visible;
	}

	.s8{
		text-align:center;
	}
	.s8 .title_holder{
		width:100%;
		text-align:left;
	}
	.s8 .element_holder{
		width:90%;
		max-width:500px;
		margin-left:0%;
		margin-bottom:5%;
	}
	.s8 .element_holder._desktop{
		display:none;
	}
	.s8 .element_holder._mobile{
		display:inline-block;
	}

	.s10{
		background-image: url("../images/v2/bg_fusion_m.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.s10 .title_holder{
		width:100%;
	}

	.s11 .content_holder{
		width:100%;
	}
	.s11 .title_holder{
		width:90%;
		margin-left:5%;
		margin-top:5%;
	}
	.s11 .content_holder .element_holder{
		display:none;
	}
	.s11 .content_holder ._mobile{
		display:block;
		position:relative;
		width:80%;
		right:0;
		top: 10%;
		left:20%;
		transform: translate(0%, 0%);
	}
	.s11 .content_holder ._mobile img{
		visibility:visible;
	}

	.s12 .content_holder{
		width:100%;
	}
	.s12 .title_holder{
		width:90%;
		margin-left:5%;
		margin-top:5%;
	}
	.s12 .content_holder .element_holder{
		display:none;
	}
	.s12 .content_holder ._mobile{
		display:block;
		position:relative;
		width:80%;
		right:0;
		top: 10%;
		left:20%;
		transform: translate(0%, 0%);
	}
	.s12 .content_holder ._mobile img{
		visibility:visible;
	}

	.s13{
		padding-top:50px;
		padding-bottom:50px;
	}
	.s13 .title_holder{
		display:block;
		width:100%;
		max-width:500px;
		margin:auto;
	}
	.s13 .form_holder{
		display:block;
		width:100%;
		max-width:500px;
		margin:auto;
		text-align:left;
		margin-top:50px;
	}
	.s13 .form_holder .form{
		margin-bottom:50px;
	}
	.bg{
		background-image: url("../images/bg-mobile.jpg");
	}
}
@media screen and (max-width: 600px) {
	.s4 .title_holder p:nth-of-type(1){
		width:100%;
	}
	.s4 .title_holder p:nth-of-type(2){
		width:100%;
	}
	.s4 .title_holder p:nth-of-type(3){
		width:100%;
	}
	.s4>.element_holder{
		width:70%;
		left:30%;
	}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 400px) {
}