@charset "utf-8";




@font-face {
    font-family: 'PFDasGroteskPro-Light';
    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;
}




@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-Black';
    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;
}



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;
}

.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

.gs-page{
	font-family: 'PFDasGroteskPro-Light';
	color:#fff;
	font-size:19px;
  	position:relative;
  	margin:0 auto 0 auto;
  	line-height:normal;
  	margin:0 auto 0 auto;
  	padding:0 0 0px 0;
  	text-align:center;
  	overflow:hidden;
  	background:#000000 url("../images/bg.jpg") no-repeat center top;
    background-size: cover;
}

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

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


.gs-page a:hover{
  text-decoration: underline;
}


.gs-outrow{
	padding:50px 20px 35px 20px;
	position:relative;
	color: #11346f;
}

.gs-outrow .gs-title{
  font-size:21px;
  line-height:29px;
  font-weight:bold;
  padding:0 0 17px 0;
  color: #11346f;
}

.gs-outrow .gs-text{
  padding:0 0 30px 0;
  font-size:19px;
  line-height: 29px;
  color: #11346f;
}

.gs-outrow .gs-copy{
	font-size:11px;
	padding:40px 20px 0 20px;
	max-width:660px;
	margin:0 auto 0 auto;
  color: #11346f;
}

.gs-outrow .gs-copy a{
  text-decoration: underline;
}

.gs-outrow .gs-cta{
	display:inline-block;
	background:#004383;
	width: 157px;
	height: 45px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	margin:0 auto 0 auto;
	font-size:14px;
	font-weight:bold;
	line-height:45px;
	color:#ffffff;
	text-decoration:none;

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

.gs-outrow .gs-cta:hover{
	opacity:0.8;
}

.gs-outrow .gs-snow {
	top:50px;
	margin:0 0 0 530px;
	width:62px;
	height:70px;
}






.gs-links .gs-links-title{
	
	font-size:21px;
	color:#11346f;
	padding:70px 0 30px 0;
}

.gs-links .gs-links-holder{
	font-size:0px;
}

.gs-links .gs-links-holder .gs-link{
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	width:160px;
	padding:50px 0 0 0;
	background: url("../images/icon-link1.png") no-repeat center top;
	background-size:auto 35px;
	color:#11346f;
	font-size:13px;
	text-decoration:none;
}


.gs-links .gs-links-holder .gs-link.gs-l2{ background-image: url("../images/icon-link2.png"); }
.gs-links .gs-links-holder .gs-link.gs-l3{ background-image: url("../images/icon-link3.png"); }
.gs-links .gs-links-holder .gs-link.gs-l4{ background-image: url("../images/icon-link4.png"); background-position:center 5px; }
.gs-links .gs-links-holder .gs-link.gs-l5{ background-image: url("../images/icon-link5.png");  background-size: auto 40px; }





.gs-legal{
	background:#003366;
	padding:35px 20px 25px 20px;
	text-align:center;
}

.gs-legal .gs-text{
	max-width:1140px;
	margin:0 auto 0 auto;
	color:#9bc5f4;
	font-size:14px;
	line-height:22px;
}

.gs-legal .gs-text a{
	color:#fff;
}





.gs-form{
	padding: 0px 0 110px 0;
	position: relative;
}


.gs-form .gs-row{
  max-width: 1180px;
  margin: 0 auto 0 auto;
  padding: 0px 20px;
  font-size: 0px;
}

.gs-form .gs-col{
  display: block;
  font-size: 17px;
}

.gs-form .gs-col.gs-last{
 
}

.gs-form .gs-col .gs-form-wrapper{
  padding: 20px 0px 0px 0px;
  position: relative;
  text-align: left;
}


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

.gs-form .gs-form-row .gs-form-col{
  display: inline-block;
  width: 50%;
  padding: 0 8px 0 0;
}

.gs-form .gs-form-row .gs-form-col:last-child{
  padding: 0  0 0 8px;
}



.gs-form .gs-buttons{
  font-size: 0px;
  padding: 10px 0 0 0;
}

.gs-form .gs-buttons .gs-button-col{
  display: inline-block;
  vertical-align: top;
  width: 160px;
}


.gs-form .gs-buttons .gs-button-col.gs-last{
  width: calc(100% - 160px);
}


.gs-form .gs-col .gs-form-wrapper input[type="text"],
.gs-form .gs-col .gs-form-wrapper input[type="email"]{
  border: 1px solid #fff;
  height: 43px;
  width: 100%;
  display: block;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-family: Arial;
  font-size: 15px;
  color: #fff;
  padding: 0 20px 0 20px;
  outline: none;
  background: none;
  -webkit-appearance: none;
}

.gs-form  ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.gs-form  :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.gs-form  ::placeholder {
  color: #fff;
  opacity: 1;
}


.gs-form .gs-col .gs-form-wrapper input[type="text"].gs-error,
.gs-form .gs-col .gs-form-wrapper input[type="email"].gs-error{
  border-color: #ff0000;
}

.gs-form .gs-col .gs-form-wrapper .gs-error-message,
.gs-form .gs-col .gs-form-wrapper .gs-error-categories{
  height: 26px;
  line-height: 24px;
  color: #ff0000;
  font-size: 12px;
  padding: 0 20px 0 20px;
  opacity: 0;
}

.gs-form .gs-col .gs-form-wrapper .gs-error-categories{
 
  padding: 10px 0 10px 0;
  line-height: normal;
  height: auto;
}

.gs-form .gs-col .gs-form-wrapper .gs-error-message.gs-active,
.gs-form .gs-col .gs-form-wrapper .gs-error-categories.gs-active{
  opacity: 1;
}




.gs-form .gs-col .gs-form-wrapper .gs-terms{
  padding: 15px 0 0 25px;
  font-size: 13px;
  color: #fff;
}

.gs-form .gs-col .gs-form-wrapper .gs-terms a{
   font-size: 13px;
  color: #fff;
  text-decoration: underline;
}


.gs-form .gs-col .gs-form-wrapper input[type="submit"]{
  
  display: inline-block;
  border: 0px;
  background: #57a4db;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: normal;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  padding: 15px 15px;
}

.gs-form .gs-col .gs-form-wrapper .gs-required{
  font-size: 13px;
  padding: 20px 0 0 0;
}





.gs-form .gs-col .gs-items{
  font-size: 0px;
  text-align: left;
}


.gs-form .gs-col .gs-items .gs-item{
  display: inline-block;
  vertical-align: top;
  width:270px;
  height:106px;
  border: 1px solid #888888;
  background: #000000;
  margin: 0 15px 10px 0;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.gs-form .gs-col .gs-items .gs-item::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: #8e01ff;
  right:0px;
  top: 0px;
  z-index: 10;

  -webkit-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -moz-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -o-transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
          transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

  -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
          transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.gs-form .gs-col .gs-items .gs-item.gs-i2::before{ background-color:#f48d83; }
.gs-form .gs-col .gs-items .gs-item.gs-i3::before{ background-color:#3bd4ae; }
.gs-form .gs-col .gs-items .gs-item.gs-i4::before{ background-color:#ff7e40; }
.gs-form .gs-col .gs-items .gs-item.gs-i5::before{ background-color:#02d9de; }
.gs-form .gs-col .gs-items .gs-item.gs-i6::before{ background-color:#3b4150; }
.gs-form .gs-col .gs-items .gs-item.gs-i7::before{ background-color:#d10064; }

.gs-form .gs-col .gs-items .gs-item:hover::before{
  width: 20px;
}

.gs-form .gs-col .gs-items .gs-item:hover.gs-active::before,
.gs-form .gs-col .gs-items .gs-item.gs-active::before{
  width: 100%;
}

.gs-form .gs-col .gs-items .gs-item input{
  opacity: 0;
}


.gs-form .gs-col .gs-items .gs-item::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 18;
  background:  url("../images/icon-option1.png") no-repeat right center;
  background-size: contain;
}

.gs-form .gs-col .gs-items .gs-item.gs-i2::after{ background-image:  url("../images/icon-option2.png");  }
.gs-form .gs-col .gs-items .gs-item.gs-i3::after{ background-image:  url("../images/icon-option3.png");  }
.gs-form .gs-col .gs-items .gs-item.gs-i4::after{ background-image:  url("../images/icon-option4.png");  }
.gs-form .gs-col .gs-items .gs-item.gs-i5::after{ background-image:  url("../images/icon-option5.png");  }
.gs-form .gs-col .gs-items .gs-item.gs-i6::after{ background-image:  url("../images/icon-option6.png");  }
.gs-form .gs-col .gs-items .gs-item.gs-i7::after{ background-image:  url("../images/icon-option7.png");  }


.gs-form .gs-form-title{
  text-align: left;
  font-size: 20px;
  padding: 20px 0 7px 0;
}





.gs-form .gs-col .gs-items .gs-item .gs-bt{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}


.gs-form .gs-col .gs-items .gs-item .gs-item-title{
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 19;
  font-size: 15px;
  color: #fefefe;
  font-weight: bold;
  -ms-transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

.gs-form .gs-col .gs-items .gs-item.gs-active .gs-item-title{
  color: #fff;
}


.gs-page .gs-col .gs-items .gs-check-all{
  display: inline-block;
  vertical-align: top;
  width:270px;
  height:106px;
  
  background: #000000;
  border: 1px solid #888888;

  margin: 0 15px 10px 0;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 72px 0 0 0;


}


.gs-page .gs-col .gs-items .gs-check-all::after{
  content: "";
  display: block;
  background:  url("../images/icon-check-all.png") no-repeat center top;
  background-size: cover;
  width: 42px;
  height: 42px;
  position: absolute;
  left:50%;
  top: 20px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
}

.gs-form .gs-col .gs-items .gs-check-all.gs-active::after{
  background-position: center bottom;
}



.gs-thank{
  text-align: center;
  padding: 60px 0 0 0;
  min-height: 1000px;
}

.gs-thank .title{
   padding: 105px 0 20px 0;
   font-size: 30px;
}

.gs-thank .text{
   padding: 0px 0 60px 0;
   font-size: 17px;
}







.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
    display: block;
    padding:0;
    vertical-align:middle;
    float:left;
    margin: 0px 5px 0 -25px;
    font-size:0px;

}

.prettycheckbox a,
.prettyradio a{
    width: 16px;
    height: 16px;
    border:1px solid #fff;
    display: block;
    cursor: pointer;
    position:relative;
    font-size:0px !important;
}

.error .prettycheckbox a,
.error .prettyradio a{
  border-color:#ff0000;
  display:block !important;
}

.gs-terms.error{
	color:#ff0000;
}

.prettycheckbox a.checked::after,
.prettyradio a.checked::after{ 
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width: 8px;
    height: 8px;
    background:#fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.prettycheckbox label,
.prettyradio label {
  display:none;
}







.gs-sliders{
  max-width: 1180px;
  padding: 0 30px 110px 20px;
  margin: 0 auto;
  text-align: left;
}

.gs-sliders .gs-title{
  color: #57a4db;
  font-size: 32px;
  font-family: 'PFDasGroteskPro-Black';
  padding: 0 0 45px 0;
}

.gs-sliders .gs-item{
  padding: 0px 0 52px 0;
  font-size: 0px;
}

.gs-sliders .gs-item-title{
  padding: 0 0 0px 40px;
  display: inline-block;
  width: calc(100% - 320px);
  vertical-align: top;
  font-size: 20px;
  position: relative;
}

.gs-sliders .gs-button{
	text-align: center;
}

.gs-sliders .gs-bt-result{
   
    display: inline-block;
    border: 0px;
    background: #57a4db;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: normal;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    margin: 0 auto;
    font-family: 'PFDasGroteskPro-Bold';
    text-decoration: none !important;
    padding: 15px 25px;
}

.gs-sliders .gs-bt-result:hover{
  opacity: 0.9;
}

.gs-sliders .gs-bt-result.gs-disabled{
  cursor: default;
  opacity: 0.3;
}

.gs-sliders .gs-item-title::before{
  content: "•";
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 21px;
}

.gs-sliders .gs-item-slider-hold{
  position:relative;
  width: 320px;
  height: 24px;
  text-align: right;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}

.gs-sliders .gs-item-slider{
  position:relative;
  width: 250px;
  height: 24px;
  margin: 0 auto;
  display: inline-block;
}

.gs-sliders .gs-item-slider::before{
   background: #cad8db;
  border: 1px solid #949494;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: calc(100% + 24px);
  position: absolute;
  top: 0px;
  left: -12px;
   height: 24px;
   content: "";
}

.gs-sliders .gs-item-slider::before{
   background: #d2dee1;
  border: 1px solid #a69a9f;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: calc(100% + 24px);
  position: absolute;
  top: 0px;
  left: -12px;
   height: 24px;
   content: "";
   z-index: 1
}
.gs-sliders .gs-item-slider .gs-slide-bg{
  background:  url("../images/bg-slider.png") no-repeat left center;
  z-index:2;
  width: 0;
  border: 0px;
  width: 0%;
  position: absolute;
  top: 2px;
  height: 22px;
  left: -10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}




.gs-sliders .gs-item-slider .ui-slider-handle {
  background: #fff;
  width: 22px;
  height: 22px;
   -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;

  display:block;
  cursor: pointer;
  position: absolute;
  top: 2px;
  outline: none;
    z-index: 5;
    touch-action: none;
    -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
}

.gs-sliders .gs-item-slider .ui-slider-handle::before{
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background:  rgba(255,255,255,0.2);

   -webkit-animation: pulse-aninmation 2s ease-in-out infinite both;
          animation: pulse-aninmation 2s ease-in-out infinite both;

}



@-webkit-keyframes pulse-aninmation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulse-aninmation {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}






.gs-sliders .gs-item-slider .gs-slide-val{
  position: absolute;
  line-height: 22px;
  width: 36px;
  height: 22px;
  background: #dbcbcc;
  color: #c05027;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  z-index: 10;
  opacity: 0;
  z-index: 3;
  top: -33px;
  -ms-transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gs-sliders .gs-item-slider .gs-slide-val::after{
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(219, 204, 204, 0);
  border-top-color: #dbcccc;
  border-width: 7px;
  margin-left: -7px;
}


.gs-sliders .gs-item-slider .gs-slide-val.gs-active{
  opacity: 1;
}


.gs-slider-ans{
  padding: 55px 0 0px 0;
  text-align: center;
  display: none;
}


.gs-slider-ans .gs-ans-title{
  color: #57a4db;
  font-size: 90px;
  font-family: 'PFDasGroteskPro-Black';
  line-height: 80px;
  padding: 0 0 10px 0;
}

.gs-slider-ans .gs-ans-title span{
  font-size: 50px;
  display: block;
}

.gs-slider-ans .gs-ans-text{
  font-size: 20px;
  padding: 0 0 70px 0;
}

.gs-slider-ans .gs-share-text{
  font-size: 26px;
  line-height: 30px;
  color: #57a4db;
  font-family: 'PFDasGroteskPro-Black';
  padding: 0 0 35px 0;
}


.gs-sliders .gs-bt-share{
    width: 345px;
    height: 45px;
    display: block;
    border: 0px;
    background: #57a4db;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    margin: 0 auto;
    font-family: 'PFDasGroteskPro-Bold';
    text-decoration: none !important;
}

.gs-sliders .gs-bt-share:hover{
  opacity: 0.9;
}


.gs-hero{
  padding: 50px 0 40px 0;
}


.gs-hero .gs-content{
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}


.gs-hero .gs-logo{
  width: 429px;
  height: 214px;
  background:  url("../images/logo.png") no-repeat left center;
  background-size: contain;
  width: 429px;
  height: 214px;
}

.gs-hero .gs-title{
  font-size: 26px;
  line-height: 29px;
  color: #57a4db;
  font-family: 'PFDasGroteskPro-Black';
  padding: 45px 0 30px 0;
}

.gs-hero .gs-text{
  font-size: 21px;
  line-height: 29px;
}




.gs-faq{
  max-width: 1180px;
  padding: 0 20px 75px 20px;
  margin: 0 auto;
  text-align: left;
}

.gs-faq .gs-title{
  font-size: 32px;
  color: #57a4db;
  font-family: 'PFDasGroteskPro-Black';
  padding: 0 0 20px 0;
}


.gs-faq .gs-item .gs-item-title{
  font-size: 22px;
  font-family: 'PFDasGroteskPro-Bold';
  padding: 0 0 20px 0;
}

.gs-faq .gs-item .gs-item-text{
  font-size: 21px;
   padding: 0 0 25px 0;
}







.gs-thank{
  text-align: center;
  padding: 100px 0 0 0;
  min-height: 1000px;
}

.gs-thank .title{
   padding: 0px 0 20px 0;

   color: #57a4db;
  font-size: 32px;
  font-family: 'PFDasGroteskPro-Black';
  padding: 0 0 15px 0;

}

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

.gs-products{
  font-size: 0px;
  max-width: 1161px;
  margin: 0 auto 0 auto;
}


.gs-products .gs-product{
  display: inline-block;
  vertical-align: top;
  width: 367px;
  height: 203px;
  margin: 0 10px 20px 10px;
  background:  url("../images/icon-product1.png") no-repeat right center;
  background-size: contain;
  position: relative;
  border: 1px solid #746769;
   -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.gs-products .gs-product a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}


.gs-products .gs-product.gs-p2{ background-image: url("../images/icon-product2.png");  }
.gs-products .gs-product.gs-p3{ background-image: url("../images/icon-product3.png");  }
.gs-products .gs-product.gs-p4{ background-image: url("../images/icon-product4.png");  }
.gs-products .gs-product.gs-p5{ background-image: url("../images/icon-product5.png");  }
.gs-products .gs-product.gs-p6{ background-image: url("../images/icon-product6.png");  }
.gs-products .gs-product.gs-p7{ background-image: url("../images/icon-product7.png");  }
.gs-products .gs-product.gs-p8{ background-image: url("../images/icon-product8.png");  }
.gs-products .gs-product.gs-p9{ background-image: url("../images/icon-product9.png");  }

.gs-products .gs-product .gs-product-title{
   position: absolute;
  bottom: 22px;
  left: 20px;
  z-index: 19;
  font-size: 17px;
  color: #fff;
  font-family: 'PFDasGroteskPro-Bold';
}

.gs-share-page {
  padding: 40px 0 110px 0;
  text-align: center;
}


.gs-share-page .gs-logo{
  background: url("../images/logo-share.png") no-repeat center center;
  background-size:contain;
  width: 429px;
  height: 214px;
  margin: 0 auto;
}

.gs-share-page .gs-text{
  padding: 60px 0 30px 0;
  font-size: 28px;
  line-height: 40px;
}


.gs-share-page .gs-back{
    width: 145px;
    height: 45px;
    display: block;
    border: 0px;
    background: #57a4db;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    margin: 0 auto;
    font-family: 'PFDasGroteskPro-Bold';
    text-decoration: none !important;
}

.gs-share-page .gs-back:hover{
  opacity: 0.9;
}





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

    
    .gs-form .gs-row{
      padding-right: 20px;
      padding-left: 20px;
    }
   
/*
    .gs-form .gs-col{
      width: 610px;
    }

    .gs-form .gs-col.gs-last{
      width: calc(100% - 610px);
    }
*/

  .gs-form .gs-col .gs-items .gs-item,
  .gs-page .gs-col .gs-items .gs-check-all{
    width:  calc(25% - 15px);
  }

}




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

	.gs-outrow{
    padding-bottom:120px;
  }
  


	.gs-form .gs-col{
      width: auto;
      display: block;
    }

    .gs-form .gs-col.gs-last{
       width: auto;
       display: block;
       padding: 70px 0 0 0;
    }

    .gs-form .gs-col .gs-title{
      font-size: 28px;
    }

    .gs-form .gs-col .gs-text {
      font-size: 16px;
      line-height: 25px;
      max-width: 480px;
    }

    .gs-form .gs-col .gs-text  br{
      display: none;
    }

    .gs-thank .text{
      max-width: 400px;
      margin: 0 auto 0 auto;
    }


    .gs-thank {
      background-size: 80% auto;
    }


    .gs-form .gs-col .gs-items .gs-item,
    .gs-page .gs-col .gs-items .gs-check-all{
      width:  calc(50% - 15px);
    }


  
   .gs-thank .text{
      max-width: 400px;
      margin: 0 auto 0 auto;
    }

    .gs-products .gs-product {
      width: 350px;
      height: 194px;
    }

    .gs-thank {
      padding-top: 30px;
    }



    .gs-share-page .gs-text br{
      display: none;
    }

    .gs-share-page .gs-text{
      padding-right: 20px;
      padding-left: 20px;
    }

    .gs-share-page .gs-logo{
      width: 300px;
      height: 150px;
    }

    .gs-share-page .gs-text {
      padding: 45px 0 30px 0;
      font-size: 20px;
      line-height: 34px;
  }

  .gs-sliders .gs-bt-share {
    width: 290px;
  }


}


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

  .gs-page{
    background: url("../images/mob-bg.png") repeat-y center top;
    background-size: 100% auto;
  }
	
	.gs-page .gs-mob{
		display:block !important;
	}

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


	.gs-outrow {
	    padding: 35px 20px 120px 20px;
	    position: relative;
      background-position: center bottom;
	}

	.gs-outrow .gs-text{
		padding:0 30px 50px 30px;
	}

	

	.gs-products .gs-items .gs-item{
		width: calc(100% - 20px);
		display: block;
		margin: 0 auto 20px auto;
	}

	.gs-links .gs-links-holder .gs-link{
		margin: 0 0 30px 0;

	}

	

	.gs-form .gs-col .gs-form-wrapper input[type="submit"]{
		width: 100%;
	}

	.gs-form .gs-title{
		padding: 0 40px 10px 40px;
	}

	.gs-form .gs-text{
		padding: 0 20px 30px 20px;
	}



  .gs-form .gs-col .gs-title{
    font-size: 26px;
    line-height: 40px;
  }

  .gs-form .gs-col .gs-text {
    font-size: 15px;
    line-height: 27px;
  }

  .gs-form .gs-row {
      padding-right: 15px;
      padding-left: 15px;
  }


  .gs-form .gs-col .gs-items .gs-item .gs-item-title {
    left: 10px;
    font-size: 14px;
  }

  .gs-page .gs-col .gs-items .gs-check-all{
    font-size: 14px;
    padding: 45px 0 0 0;
  }

  .gs-page .gs-col .gs-items .gs-check-all::after{
    width: 27px;
    height: 27px;
    top: 12px;
  }

  .gs-form .gs-col .gs-items{
    width: auto;
  }


  .gs-thank .title{
    font-size: 26px;
  }

  .gs-thank .text{
    font-size: 15px;
    line-height: 27px;
    padding: 0 20px 40px 20px;
  }



   .gs-hero .gs-logo{
    width: 100%;
   }

   .gs-hero .gs-title{
    font-size: 21px;
    line-height:27px;
    text-align: center;
    padding: 40px 0 30px 0;
   }

   .gs-hero .gs-text {
      font-size: 18px;
      line-height: 27px;
      text-align: center;
  }


  .gs-form .gs-col .gs-items .gs-item,
  .gs-page .gs-col .gs-items .gs-check-all{
    width:  calc(50% - 6px);
    margin: 0 3px 6px 3px;
    height: 70px;
  }

  .gs-form .gs-col.gs-last{
    padding: 35px 0 0 0;
    
  }

  .gs-form .gs-form-title{
    font-size: 15px;
    padding: 0 0 0px 0;
  }

  .gs-form .gs-form-row .gs-form-col,
  .gs-form .gs-form-row .gs-form-col:last-child{
    display: block;
    width: auto;
    padding: 0 0 0px 0;
  }

  .gs-form .gs-buttons{
    display: flex;
    flex-direction: column-reverse;
    padding: 0px;

  }

  .gs-form .gs-buttons .gs-button-col{
    width: auto !important;
  }

  .gs-form{
    padding: 0 0 65px 0;
  }

  .gs-sliders{
    padding: 0 20px 50px 20px;
  }

  .gs-sliders .gs-title{
    font-size: 25px;
    line-height: 25px;
  }

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

  .gs-sliders .gs-item-title{
    display: block;
    width: auto;
    padding: 0 0 50px 0px;
  }

  .gs-sliders .gs-item-title::before{
    position: relative;
    left: auto;
    top: auto;
    font-size: inherit;
  }

  .gs-sliders .gs-item-slider-hold{
    position: relative;
    display: block;
    width: auto;
    text-align: left;
    padding: 0 0 0 20px;
  }

  .gs-slider-ans .gs-ans-title,
  .gs-slider-ans .gs-ans-title span{
    font-size: 32px;
    line-height: normal;
  }

  .gs-slider-ans .gs-ans-title span{
    font-size: 30px;
  }

  .gs-slider-ans .gs-ans-text{
    font-size: 16px;
  }

  .gs-faq{
    text-align: center;
  }

  .gs-faq .gs-title{
    font-size: 36px;
  }

  .gs-faq .gs-item .gs-item-text{
    font-size: 18px;
  }

  .gs-hero{
    padding: 25px 0 40px 0;
  }

  .gs-hero .gs-logo{
    height: 166px;
  }

  .gs-sliders .gs-item-title{
    font-size: 16px;
    padding: 0 0 40px 0px;
  }

  .gs-slider-ans{
    padding: 20px 0 0 0;
  }



  .gs-thank {
    padding-top: 30px;
  }

  .gs-sliders .gs-item-slider{
    display: block;
    width: auto;
  }

  .gs-sliders .gs-item-slider-hold{
    padding: 0 20px;
  }


}


@media screen and (max-width: 374px) {
  
  .gs-products .gs-product {
    width: 298px;
    height: 165px;
  }

  .gs-products .gs-product .gs-product-title{
    bottom: 16px;
  }

}






















































