@charset "utf-8";



@font-face {
    font-family: 'PFDasGroteskProBlack';
    src: url('../fonts/PFDasGroteskPro-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Black.svg#PFDasGroteskPro-Black') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskProLight';
    src: url('../fonts/PFDasGroteskPro-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Light.svg#PFDasGroteskPro-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}


html,body{
	margin:0px;
	padding:0px;
}

.gs-page .gs-mob{
	display:none !important;
}

.gs-page .gs-clear{
	clear:both;
}

.gs-page *{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;

  	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	line-height: normal;
}

.gs-page strong,
.gs-page b{
	font-weight: normal;
	font-family: 'PFDasGroteskPro-Bold';
}

.gs-page{
	font-family: 'PFDasGroteskPro-Regular';
	color:#000;
	font-size:15px;
	max-width: 1440px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #ffffff;
}

.gs-page p{
	margin: 0px;
	padding: 0px;
}

.gs-page a{
	color:inherit;
	font-size: inherit;
	font-family: inherit;
} 


.gs-intro{
	background:  url("../images/img-hero.jpg") no-repeat center top;
	height: 879px;
	position: relative;
}


.gs-intro .gs-scroll{
	position:absolute;
	left:50%;
	bottom:110px;
	background: url("../images/icon-scroll.png") no-repeat center center;
	background-size:contain;
	width: 80px;
	height: 52px;
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}


.gs-intro .gs-content{
	max-width: 1220px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 210px 20px 0 20px;
}

.gs-intro .gs-content .gs-title{
	font-family: 'PFDasGroteskProLight';
	font-size: 56px;
	line-height: 70px;
	padding: 80px 0 35px 0;
}

.gs-intro .gs-content .gs-title stong{
	font-family: 'PFDasGroteskPro-Bold';
	font-weight: normal;
}

.gs-intro .gs-content .gs-logo{	
	background: url("../images/icon-logo.png") no-repeat center center;
	background-size:contain;
	width: 606px;
	height: 84px;
}

.gs-intro .gs-content .gs-models{
	font-family: 'PFDasGroteskProLight';
	font-size: 23px;
	padding: 20px 0 40px 0;
}

.gs-intro .gs-content .gs-more{
	height: 62px;
	line-height: 62px;
	background: #0060ff;
	width: 260px;
	text-align: center;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'PFDasGroteskPro-Bold';
	font-size: 18px;
	position: relative;

	-webkit-box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 200ms;
	   -moz-transition: all 200ms;
	     -o-transition: all 200ms;
	        transition: all 200ms;
}

.gs-intro .gs-content .gs-more:hover{
	opacity: 0.8;
}


.gs-apps{
	padding: 0px 20px 0px 20px;
	position: relative;
	z-index: 2;
}

.gs-apps .gs-title{
	font-size: 54px;
	line-height: 57px;
	color: #333333;
	font-family: 'PFDasGroteskPro-Bold';
	padding: 0 0 30px 0;
}




.gs-apps .gs-row{
	font-size: 0px;
}


.gs-apps .gs-col{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	position: relative;
	z-index: 2;
}


.gs-apps .gs-col.gs-first{
	width: 360px;
	text-align: left;
	
}

.gs-apps .gs-col.gs-sec{
	margin: 0 -10px 0 -25px;
	z-index: 1;
}


.gs-apps .gs-col .gs-col-title{ 
	color: #333333;
	font-size: 17px;
	line-height: 23px;
	font-family: 'PFDasGroteskProBlack';
	padding: 0 0 25px 47px;
}

.gs-apps .gs-col .gs-col-title span{
	color: #f21e5a;
	float: left;
	margin: 0 0 0 -47px;
}  

.gs-apps .gs-col .gs-col-text{ 
	font-size: 17px;
	line-height: 30px;
	color: #333333;
}

.gs-apps .gs-col .gs-col-text strong{
	line-height: 30px;
} 


.gs-apps .gs-col .gs-blue-box{
	background: url("../images/bg-blue-box.png") no-repeat center center;
	background-size:contain;
	width: 300px;
	height: 308px;
	padding: 40px 40px 0 40px;
	text-align: left;
}

.gs-apps .gs-col .gs-blue-box .gs-pink-title{
	color: #f21e5a;
	font-size: 17px;
	font-family: 'PFDasGroteskProBlack';
	padding: 0 0 15px 0;
}

.gs-apps .gs-col .gs-blue-box .gs-pink-text{
	font-size: 17px;
	line-height: 24px;
	color: #333333;
}


.gs-transfer{
	margin: -20px 0 0 0;
	position: relative;
	z-index: 1;
}

.gs-transfer .gs-row{
	font-size: 0px;
}

.gs-transfer .gs-col{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	position: relative;
	z-index: 2;
	text-align: left;
}

.gs-transfer .gs-col.gs-last{
	width: 495px;
	text-align: left;
	padding: 70px 60px 0 35px;
}





.gs-transfer .gs-col .gs-col-title{ 
	color: #181818;
	font-size: 26px;
	line-height: 31px;
	font-family: 'PFDasGroteskProBlack';
	padding: 0 0 20px 0px;
}


.gs-transfer .gs-col .gs-col-text{ 
	font-size: 17px;
	line-height: 31px;
	color: #171717;
	padding: 0 0 50px 0;
}


.gs-transfer .gs-col .gs-more{
	height: 62px;
	line-height: 62px;
	background: #0060ff;
	width: 260px;
	text-align: center;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'PFDasGroteskPro-Bold';
	font-size: 18px;
	position: relative;

	-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 200ms;
	   -moz-transition: all 200ms;
	     -o-transition: all 200ms;
	        transition: all 200ms;
}

.gs-transfer .gs-col .gs-more:hover{
	opacity: 0.8;
}

.gs-preorder{
	background: url("../images/bg-grad1.png") no-repeat center center;
	background-size:cover;
	height: 321px;
}

.gs-preorder .gs-title{
	font-size: 40px;
	line-height: 48px;
	color: #04347b;
	padding: 85px 0 0 0;
}


.gs-guarantee{
	background: url("../images/bg-grad2.png") no-repeat center center;
	background-size:cover;
	height: 321px;
	padding: 70px 0 0 0;
}


.gs-guarantee .gs-title{
	font-size: 36px;
	color: #ff006c;
	
	text-align: center;
	
	margin: 0 auto 0 auto;
	font-family: 'PFDasGroteskProBlack';
}

.gs-guarantee .gs-text{
	font-size: 28px;
	color: #043c8c;
}


.gs-guarantee .gs-text strong{
	font-size: 40px;
	display: block;
	padding: 5px 0 5px 0;
}


.gs-products{
	padding: 35px 0 35px 0;
}


.gs-products .gs-item{
	margin: 0 auto 35px auto;
	background: #e5f9f9;
	-webkit-box-shadow: 0px 5px 29px -1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 29px -1px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 29px -1px rgba(0,0,0,0.15);
	max-width: 1240px;
	font-size: 0px;

}


.gs-products .gs-item .gs-item-photo{
	width: 720px;
	display: inline-block;
	vertical-align: middle;
}


.gs-products .gs-item .gs-item-content{
	width: calc(100% - 720px);
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.gs-products .gs-item .gs-item-title{
	font-size: 48px;
	line-height: 54px;
	color: #333333;
	font-family: 'PFDasGroteskProLight';
	padding: 0 0 33px 0;
}

.gs-products .gs-item .gs-item-title strong{
	font-family: 'PFDasGroteskPro-Regular';
}


.gs-products .gs-item .gs-item-order{
	height: 62px;
	line-height: 62px;
	background: #ff006c;
	width: 260px;
	text-align: center;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'PFDasGroteskPro-Bold';
	font-size: 18px;
	position: relative;
	margin: 0 auto 0 auto;

	-webkit-box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 200ms;
	   -moz-transition: all 200ms;
	     -o-transition: all 200ms;
	        transition: all 200ms;
}

.gs-products .gs-item .gs-item-order:hover{
	opacity: 0.8;
}

.gs-products .gs-item .gs-item-text{
	padding: 35px 0 0 0;
}

.gs-products .gs-item .gs-item-text p strong{
	font-family: 'PFDasGroteskProBlack';
}

.gs-products .gs-item .gs-item-text p{
	font-size: 16px;
	line-height: 27px;
	color: #333333;
	padding: 0 0 8px 0;
}



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

	.gs-intro .gs-content .gs-logo{
		width: 570px;
	}
	
	.gs-apps .gs-col.gs-sec {
	    margin: 0 0px 0 -25px;
	}

	.gs-apps .gs-col.gs-sec img{
		width: 440px;
	}

	.gs-transfer .gs-col.gs-first img{
		width: 640px;
	}

	.gs-products .gs-item .gs-item-photo{
		width: 60%;
	}

	.gs-products .gs-item .gs-item-photo img{
		width: 100%;
		height: auto;
	}

	.gs-products .gs-item .gs-item-content{
		width: 40%;
	}

}


@media screen and (max-width: 1139px) {
	.gs-intro .gs-content .gs-logo {
	    width: 480px;
	}

	.gs-apps .gs-col.gs-first {
	    width: 320px;
	}

	.gs-apps .gs-col.gs-sec img {
	    width: 320px;
	}

	.gs-transfer .gs-col.gs-last {
	    width: 380px;
	    padding: 20px 20px 0 25px;
	}

	.gs-transfer .gs-col.gs-first img {
	    width: 575px;
	}

	.gs-transfer .gs-col .gs-col-text {
	    padding: 0 0 20px 0;
	}

	.gs-transfer{
		margin: 0px;
	}

	.gs-products .gs-item .gs-item-photo{
		width: 50%;
	}

	.gs-products .gs-item .gs-item-content{
		width: 50%;
	}
}







@media screen and (max-width: 959px) {
	
	.gs-intro{
		background-size: auto 100%;
		height: 670px;
	}

	.gs-intro .gs-scroll {
	    bottom: 87px;
	    height: 30px;
	}

	.gs-intro .gs-content .gs-title {
	    font-size: 46px;
	    line-height: 50px;
	}

	.gs-intro .gs-content .gs-logo {
	    width: 394px;
	    height: 60px;
	}

	.gs-intro .gs-content .gs-more {
	    height: 52px;
	    line-height: 52px;
	}

	.gs-apps .gs-title {
	    font-size: 46px;
	    line-height: 50px;
	}

	.gs-apps .gs-col.gs-first{
		display: block;
		width: auto;
		padding: 0 0 40px 0;
	}

	.gs-apps .gs-col .gs-col-title{
		padding: 0 0 15px 0px;
		text-align: center;
	}

	.gs-apps .gs-col .gs-col-text{
		text-align: center;
	}

	.gs-apps .gs-col .gs-col-title br{
		display: none;
		
	}

	.gs-apps .gs-col .gs-col-title span { 
	   float: none;
	    margin: 0 0 0 0px;
	}

	.gs-apps .gs-col.gs-sec{
		margin: 0 20px 0 0;
	}

	.gs-transfer{
		padding-top: 40px;
	}

	.gs-transfer .gs-row{
		display: flex;
		flex-direction: column-reverse;
	}

	.gs-transfer .gs-col.gs-last{
		width: auto;
		text-align: center;
	}

	.gs-transfer .gs-col .gs-more{
		margin: 0 auto 0 auto;
	}

	.gs-transfer .gs-col.gs-first img{
		width: auto;
		max-width: 100%;
		margin: 0 auto 0 auto;
		display: block;
	}

	.gs-preorder .gs-title{
		font-size: 34px;
	}

	.gs-products .gs-item .gs-item-title{
		font-size: 30px;
		padding: 0 0 10px 0 ;
	}

	.gs-products .gs-item .gs-item-content {
	    width: 43%;
	}

	.gs-products .gs-item .gs-item-photo {
	    width: 57%;
	}

	.gs-products .gs-item .gs-item-order{
		height: 50px;
    	line-height: 50px;
    	width: 220px;
	}

	.gs-products .gs-item .gs-item-text {
	    padding: 25px 0 0 0;
	}

	.gs-guarantee .gs-title {
	    font-size: 28px;
	    width: 260px;
	    height: 70px;
	    line-height: 70px;
	}

	.gs-guarantee .gs-text strong {
	    font-size: 34px;
	}

	.gs-guarantee .gs-text {
	    font-size: 25px;
	}


}


@media screen and (max-width: 767px) {
	
	.gs-intro .gs-content .gs-logo{
		width: 300px;
	}

	.gs-apps .gs-title {
	    font-size: 36px;
	    line-height: 46px;
	}

	.gs-apps .gs-col.gs-sec{
		display: block;
		margin: 0 auto 40px auto;
	}

	.gs-apps .gs-col .gs-blue-box{
		
	}

	.gs-preorder .gs-title {
	    font-size: 24px;
	    line-height: normal;
	    padding: 40px 20px 40px 20px;
	}

	.gs-preorder .gs-title br{
		display: none;
	}

	.gs-preorder{
		height: auto;
	}

	.gs-guarantee{
		padding: 50px 20px 50px 20px;
	}

	.gs-guarantee .gs-text {
	    font-size: 20px;
	    padding: 20px 0 0 0;
	}

	.gs-guarantee .gs-text strong {
	    font-size: 30px;
	}

	.gs-products .gs-item .gs-item-content{
		display: block;
		width: auto;
		padding: 20px;
	}

	.gs-products .gs-item .gs-item-photo{
		display: block;
		width: auto;
	}




	.gs-intro{
		background-image:  url("../images/mob-img-hero.jpg");
		height: 744px;
	}

	.gs-intro .gs-content {
	    text-align: center;
	    padding: 30px 10px 0 10px;
	}

	.gs-intro .gs-content .gs-title {
	    font-size: 36px;
	    line-height: 42px;
	}

	.gs-intro .gs-content .gs-logo{
		margin: 0 auto 0 auto;
		-ms-transform: translate(16px, -0%);
		-webkit-transform: translate(16px, -0%);
		transform: translate(16px, -0%);
	}

	.gs-intro .gs-content .gs-models{
		text-align: center;
		font-size: 20px;
		 padding: 10px 0 40px 0;
	}

	.gs-intro .gs-content .gs-more{
		margin: 0 auto 0 auto;
	}

	.gs-intro .gs-scroll{
		bottom: 60px;
	}


}















































