@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: 'PFDasGroteskProMedium';
    src: url('../fonts/PFDasGroteskPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@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: bold;
}

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

html,body{
    margin:0px;
    padding:0px;
    background: #ffffff;
}


::-webkit-input-placeholder { 
  color: #fff;
  opacity:1;
}
::-moz-placeholder { 
  color: #fff;
  opacity:1;
}
:-ms-input-placeholder { 
  color: #fff;
  opacity:1;
}
:-moz-placeholder { 
  color: #fff;
  opacity:1;
}



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

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

.gs-page *{
  line-height:normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* //////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////// */




.gs-page{
    font-family: 'PFDasGroteskPro-Regular';
    color:#000000;
    font-size:17px;
    text-rendering: optimizeLegibility;
    
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  background: #ffffff;
  position:relative;
  padding:0px 0 0 0;

  position:relative;
  text-align: center;

  margin: 0 auto;

}



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

.gs-page{

    overflow: hidden;
}




/* /////////////////////////////////////////////////////////////////// */


.gs-hero{
    background: #032A4F url("../images/img-hero.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    position: relative;
}

.gs-hero.gs-show-form{
    padding: 85px 20px 100px 20px;
    min-height: calc(85vh - 115px);
    background-position: center 25%;
}

.gs-hero::before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40%;

    background: linear-gradient(180deg, rgba(3, 42, 79, 0.00) 0%, #032A4F 100%);
    z-index: 1;
}

.gs-hero .gs-top-content{
    padding: 260px 20px 40px 20px;
    position: relative;
    z-index: 2;
    height: calc(100vh - 115px);
    height:580px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gs-hero .gs-top-content .gs-title{
    color: #F3F0E8;
    font-family: 'PFDasGroteskProMedium';
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -1.28px;
    position: relative;
}
.gs-hero .gs-top-content .gs-title::after{
    content: "";
    position: absolute;
    width: 439px;
    height: 106px;
    background:  url("../images/icon-title-line.png") no-repeat center center;
    margin: -11px 0 0 -388px;
}

.gs-hero .gs-top-content .gs-title img{
    display: block;
    margin: 0 auto 25px auto;
    width: 82px;

}

.gs-hero .gs-top-content::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    background: url("../images/icon-hero-star.svg") no-repeat center center;
    margin: 24px 0 0 -466px;
    left: 50%;
    top: 50%;
}




.gs-hero .gs-top-content .gs-text{
    color: #F3F0E8;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.48px;
    padding: 20px 0 0 0;
}

.gs-hero .gs-scroll{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.32px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 20px;
    bottom: -80px;
    transform: translate(-50%,0);
}

.gs-hero .gs-scroll::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background:  url("../images/icon-scroll.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 8px;
}

.gs-hero .gs-bottom-content{
    padding: 0px 20px 100px 20px;
    margin: 200px auto 0 auto;
    position: relative;
    z-index: 2;
}

.gs-hero .gs-bottom-content .gs-title{
    color: #F3F0E8;
    font-family: 'PFDasGroteskProMedium';
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.96px;
}

.gs-hero .gs-bottom-content .gs-text{
    color: #F3F0E8;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -0.42px;

    padding: 30px 0;
}

.gs-hero .gs-bottom-content .gs-start{
    padding: 14px 30px;
    border-radius: 60px;
    border: 1px solid #F3F0E8;

    color: #F3F0E8;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: all 200ms;
}

.gs-hero .gs-bottom-content .gs-start:hover{
    background: #fff;
    color: #000;
}

.gs-hero .gs-bottom-content .gs-register{
    color: #F3F0E8;
    font-size: 16px;
    line-height: 140%; 
    letter-spacing: -0.42px;
    padding: 30px 0 0 0;
}

.gs-hero .gs-bottom-content .gs-register a{
    text-decoration: underline;
    color: #F3F0E8;
    font-family: 'PFDasGroteskProMedium';
}


.gs-hero .gs-download{
    margin: 120px 0 0 0;
    border-top: 1px solid #F3F5FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 32px 0 0 0;
}

.gs-hero-form .gs-step.gs-s3{
    width: 100%;
    padding-right: 80px;
}

.gs-hero .gs-download .gs-download-links{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 0px;
}


/* /////////////////////////////////////////////////////////////////// */

.gs-sticky{
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,100%);
    z-index: 999;
    width: 100%;
    max-width: 1000px;
    border-radius: 8px;
    background: rgba(0, 67, 131, 0.85);
    backdrop-filter: blur(14px);
    padding: 12px 24px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 800ms;
}


.gs-sticky:not(.gs-inactive).gs-active{
    transform: translate(-50%,0);
    bottom: 20px;
}

.gs-sticky .gs-title{
    color: #F3F0E8;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -0.42px;
}

.gs-sticky > a{
    padding: 14px 30px;
    border-radius: 60px;
    border: 1px solid #F3F0E8;
    display: block;

    color: #F3F0E8;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    transition: all 200ms;
    text-decoration: none;
}

.gs-sticky > a:hover{
    background: #fff;
    color: rgba(0, 67, 131, 1);
}


/* /////////////////////////////////////////////////////////////////// */


.gs-hero-form{
    border-radius: 20px;
    max-width: 1306px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    padding: 50px 0 50px 80px;
    font-size: 0px;
    transition: all 700ms;

    border-radius: 20px;
    border: 1px solid #F3F5FA;

    display: none;
    position: relative;
    z-index: 3;
}



.gs-hero-form .gs-step{
    font-size: 15px;
    width: calc(100% - 480px);
    padding: 0 130px 0 0;
    vertical-align: middle;
    -ms-transform: translate(10%, -0%);
    -webkit-transform: translate(10%, -0%);
    transform: translate(10%, -0%);
    opacity: 0;
    transition: all 700ms;
    display: none;
    min-height: 300px;
}

.gs-hero-form .gs-step.gs-visible{
    display: inline-block;
    opacity: 0;
    -ms-transform: translate(10%, -0%);
    -webkit-transform: translate(10%, -0%);
    transform: translate(10%, -0%);
}

.gs-hero-form .gs-step.gs-active{
    display: inline-block;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    opacity: 1;
}

.gs-hero-form .gs-step.gs-hide{
    -ms-transform: translate(-10%, -0%);
    -webkit-transform: translate(-10%, -0%);
    transform: translate(-10%, -0%);
    opacity: 0;
}



.gs-hero-form .gs-step.gs-active{
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
}

.gs-hero-form .gs-step.gs-s3 .gs-content,
.gs-hero-form .gs-step.gs-s3 .gs-download{
    width: 100%;
}



.gs-hero-form .gs-step .gs-title{
    font-size: 31px;
    line-height: 140%;
    letter-spacing: -0.02em;
    padding: 0 0 15px 0;
}

.gs-hero-form .gs-step .gs-text{
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
}

.gs-hero-form .gs-step .gs-cosmote-id-text{
    font-size: 15px;
    padding: 20px 0;
}

.gs-hero-form .gs-step .gs-cosmote-id{
    
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-family: 'PFDasGroteskPro-Bold';
    width: 100px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms;
}

@media screen and (min-width: 960px) {
    .gs-hero-form .gs-step .gs-cosmote-id:hover{
        background: #FFFFFF;
        color: #004383;
    }
}



.gs-hero-form .gs-step .gs-edit-profile{
    
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-family: 'PFDasGroteskPro-Bold';
    padding: 0 20px;
    margin: 10px 0;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms;
}

@media screen and (min-width: 960px) {
    .gs-hero-form .gs-step .gs-edit-profile:hover{
        background: #FFFFFF;
        color: #004383;
    }
}

.gs-hero-form .gs-step .gs-register{
    padding: 25px 0 0 0;
    font-size: 15px;
}
.gs-hero-form .gs-step .gs-register a{
    color: inherit;
    color: #fff;
}

.gs-hero-form .gs-step .gs-thank{
    font-size: 40px;
    font-family: 'PFDasGroteskProMedium';
    line-height: 140%;
    letter-spacing: -0.02em;
    padding: 0 0 15px 0;
}

.gs-hero-form .gs-step .gs-thank-text{
    color: #F3F0E8;
    font-size: 18px;
    line-height: 140%;
    font-family: 'PFDasGroteskPro-Bold';
    letter-spacing: -0.36px;
}

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

.gs-hero-form .gs-step .gs-row .gs-col{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 7px);
    margin: 0 7px 0 0;
    padding: 0 0 25px 0;
}

.gs-hero-form .gs-step .gs-row .gs-col.last{
    margin: 0 0 0 7px;
}


.gs-hero-form .gs-step .gs-row .gs-col input{
    width: 100%;
    display: block;
    line-height: 48px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: none;
    padding: 0 15px;
    font-family: 'PFDasGroteskPro-Regular';
    color: #fff;
    outline: none;
    font-size: 14px;
}


.gs-hero-form .gs-step .gs-row .gs-col input[type="number"]::-webkit-outer-spin-button,
.gs-hero-form .gs-step .gs-row .gs-col input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.gs-hero-form .gs-step .gs-row .gs-col input[type=number] {
  -moz-appearance: textfield;
}



.gs-hero-form .gs-step .gs-row .gs-col input.gs-error{
    border-color: #ff0000;
}

.gs-hero-form .gs-step .gs-terms{
    padding: 0 0 15px 55px;
    font-size: 12px;
    line-height: 140%;
}

.gs-hero-form .gs-step .gs-terms a{
    color: #fff;
    text-decoration: underline;
}

.gs-hero-form .gs-step .gs-terms strong{
    font-size: 13px;
}

.gs-hero-form .gs-step .gs-terms .gs-checkbox{
    float: left;
    margin: 0 0 0 -27px;
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border: 2px solid #DCDCDC;
    border-radius: 4px;
    display: block;
    font-size: 0px;
    position: relative;
}

.gs-hero-form .gs-step .gs-terms .gs-checkbox.gs-error{
    border-color: #ff0000;
}


.gs-hero-form .gs-step .gs-terms .gs-checkbox.gs-active::after{
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    background: #000;
    border-radius: 3px;
}


.gs-hero-form .gs-step  .gs-submit{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #004383;
    font-family: 'PFDasGroteskPro-Bold';
    width: 120px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms;
}

@media screen and (min-width: 960px) {
    .gs-hero-form .gs-step .gs-submit:hover{
        opacity: 0.8;
    }
}

.gs-hero-form .gs-step .gs-required{
    padding: 15px 0 0 0;
    font-size: 11px;

}

.gs-hero-form .gs-step .gs-extra{
    padding: 30px 0 0 0;
    font-size: 11px;
}

.gs-hero-form .gs-step .gs-extra a{
    color: inherit;
}

.gs-hero-form .gs-step .gs-toggler{
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 12px;
    font-size: 0px;
    position: relative;

    float: left;
    margin: 0 0 0 -55px;
    background: rgba(255,255,255,0.2);
    transition: all 200ms;
}

.gs-hero-form .gs-step .gs-toggler.gs-active{
    background: #00B061;
}

.gs-hero-form .gs-step .gs-toggler.gs-error{
    border-color: #ff0000;
}

.gs-hero-form .gs-step .gs-toggler.gs-nm{
    margin-left: 0px;
}

.gs-hero-form .gs-step .gs-toggler::after{
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,1);
    transition: all 200ms;
}

.gs-hero-form .gs-step .gs-toggler.gs-active::after{
    left: calc(100% - 21px);
}




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


.gs-hero-form .gs-links a{
  width: 131px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background: url("../images/icon-link-google-play.svg") no-repeat center center;
  background-size: contain;
} 


.gs-hero-form .gs-links a.gs-apple-store{
  background-image: url("../images/icon-link-apple-store.svg");
  width: 112px;
}


.gs-hero-form .gs-links a.gs-huawwei-store{
  background-image: url("../images/icon-link-app-gallery.svg");
  width: 128px;
}


/* /////////////////////////////////////////////////////////////////// */


.gs-benefits{
    background: #032A4F;
    color: #fff;
    padding: 43px 35px 113px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1035px;
    position: relative;
}

.gs-benefits .gs-title{
    color: #F3F0E8;
    font-family: 'PFDasGroteskProMedium';
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -1.28px;
}

.gs-benefits .gs-items{
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    transform: translate(-50%,-0%);
}

.gs-benefits .gs-item{
    position: absolute;
    width: 251px;
    height: 234px;
    border-radius: 8px;
    background: #FFC500;
    padding: 24px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    text-align: left;
    flex-direction: column;
    gap: 20px;
}

.gs-benefits .gs-item.gs-i1{
    top: 120px;
    left: 35px;
}

.gs-benefits .gs-item.gs-i2{
    top: 43px;
    left: 50%;
    margin: 0 0 0 -100px;
}

.gs-benefits .gs-item.gs-i3{
    top: 92px;
    right:58px;
}

.gs-benefits .gs-item.gs-i4{
    bottom: 260px;
    left: 103px;
}


.gs-benefits .gs-item.gs-i5{
    bottom: 110px;
    left: 50%;
    margin: 0 0 0 -10px;
}

.gs-benefits .gs-item.gs-i6{
    bottom: 215px;
    right: 117px;
}


.gs-benefits .gs-item.gs-i2{background:#8E01FF;}
.gs-benefits .gs-item.gs-i3{background:#F48D84;}
.gs-benefits .gs-item.gs-i4{background:#3CD4AE;}
.gs-benefits .gs-item.gs-i5{background:#0E33BC;}
.gs-benefits .gs-item.gs-i6{background:#02D9DE;}


.gs-benefits .gs-item .gs-item-title{
    color: #F3F0E8;
    font-family: 'PFDasGroteskPro-Bold';
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.gs-benefits .gs-item .gs-item-points{  
    padding: 10px 16px;
    white-space: nowrap;

    color:  #423F3F;
    font-family: 'PFDasGroteskPro-Bold';
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 0.85px;
    text-transform: uppercase;


    background: #fff;
    border-radius: 32px;
    position: relative;
    z-index: 2;
}

.gs-benefits .gs-item::before{
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background:  url("../images/icon-benefits1.svg") no-repeat right top;
}


.gs-benefits .gs-item.gs-i2::before{ background-image:  url("../images/icon-benefits2.svg");  }
.gs-benefits .gs-item.gs-i3::before{ background-image:  url("../images/icon-benefits3.svg");  }
.gs-benefits .gs-item.gs-i4::before{ background-image:  url("../images/icon-benefits4.svg");  }
.gs-benefits .gs-item.gs-i5::before{ background-image:  url("../images/icon-benefits5.svg");  }
.gs-benefits .gs-item.gs-i6::before{ background-image:  url("../images/icon-benefits6.svg");  }



.gs-benefits .gs-icon{
    position: absolute;
}

.gs-benefits .gs-icon.gs-i1{
    left: 392px;
    top: 214px;
}

.gs-benefits .gs-icon.gs-i2{
    right: 136px;
    top: 452px;
}

.gs-benefits .gs-icon.gs-i3{
    left: 382px;
    bottom: 134px;
}

/* /////////////////////////////////////////////////////////////////// */




.gs-coupons{
    padding: 90px 20px 0 20px;
}

.gs-coupons .gs-title{
    color: #423F3F;
    font-family: 'PFDasGroteskProMedium';
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -1.28px;
}

.gs-coupons .gs-text{
    color: #423F3F;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -0.42px;
    padding: 35px 0 75px 0;
}

.gs-coupons .gs-items{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 0 55px 0;
}

.gs-coupons .gs-items .gs-item{
    width: 292px;
    height: 152px;
    background: #8E01FF;
    border-radius: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.gs-coupons .gs-items .gs-item.gs-i2{ background:#FF7F40; }
.gs-coupons .gs-items .gs-item.gs-i3{ background:#007298; }
.gs-coupons .gs-items .gs-item.gs-i4{ background:#3BD4AE; }
.gs-coupons .gs-items .gs-item.gs-i5{ background:#FFC600; }
.gs-coupons .gs-items .gs-item.gs-i6{ background:#F48D83; }
.gs-coupons .gs-items .gs-item.gs-i7{ background:#3C4150; }


.gs-coupons .gs-items .gs-item .gs-item-amount{
    font-family: 'PFDasGroteskPro-Bold';
    font-size: 69.12px;
    line-height: 110%;
    letter-spacing: -1.382px;
    padding: 17px 0 0 0 ;
}

.gs-coupons .gs-items .gs-item .gs-item-title{
    font-family: 'PFDasGroteskPro-Bold';
    font-size: 16.774px;
    line-height: 110%;
    letter-spacing: -0.335px;
    padding: 0px 0 5px 0;
}

.gs-coupons .gs-items .gs-item .gs-item-text{
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.201px;
}

.gs-coupons .gs-items .gs-item::before,
.gs-coupons .gs-items .gs-item::after{
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 50%;
}

.gs-coupons .gs-items .gs-item::after{
    left: auto;
    right: 0px;
    transform: translate(50%,-50%);
}


.gs-coupon-terms{
    border-radius: 10px;
    background: #F2F2F2;
    max-width: 1050px;
    margin: 0 auto;
    }


.gs-coupon-terms .gs-toggler{
    display: block;
    padding: 30px 20px;
    position: relative;
    text-align: left;
    color: #202124;
    font-family: 'PFDasGroteskProMedium';
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.36px;
    text-decoration: none;
}
.gs-coupon-terms .gs-toggler::after{
    background: url("../images/icon-coupon-toggler.svg") no-repeat center center;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    transition: all 200ms;
}

.gs-coupon-terms .gs-toggler.gs-active::after{
    transform: translate(0,-50%) rotate(180deg);
}

.gs-coupon-terms .gs-text{
    color: #202124;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.3px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding: 0px 20px 30px 20px;
    display: none;
}

.gs-coupon-terms .gs-text p{
    margin: 0px;
    padding: 3px 0;
}

.gs-coupon-terms .gs-text a{
    color: #000;
    text-decoration: underline;
}

.gs-coupon-terms .gs-text li{
    line-height: 150%;
    padding: 0px;
    margin: 0 0 0 15px;
}

.gs-coupon-terms .gs-text ul{
    margin: 0px;
    padding: 0px;
}

/* /////////////////////////////////////////////////////////////////// */



.gs-gapp{
    text-align: center;
    padding: 85px 40px;    
    max-width: 1440px;
    margin: 0 auto;
}

.gs-gapp .gs-title{
    color: #423F3F;
    font-family: 'PFDasGroteskProMedium';
    font-size: 64px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -1.28px;
    padding: 35px 0 0 0;
}

.gs-gapp .gs-text{
    color: #423F3F;
    font-size: 24px;
    font-family: 'PFDasGroteskProMedium';
    line-height: 110%;
    letter-spacing: -0.48px;
    padding: 30px 0;
}

.gs-gapp .gs-links{
    padding: 0 0 65px 0;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 10px;
}

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

.gs-gapp .gs-items{
    width: 100%;
}

.gs-gapp .gs-items .gs-item{
    width: 360px;
    height: 640px;
    border-radius: 16px;
    background: #D5AEF5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.gs-gapp .gs-items .gs-item.gs-i2{
    background: #AEF5CA;
}

.gs-gapp .gs-items .gs-item.gs-i3{
     background: #AEECF5;
}

.gs-gapp .gs-items .gs-item.gs-i4{
     background: #F5E1AE;
}

.gs-gapp .gs-items .gs-item .gs-item-title{
    color: #423F3F;
    font-family: 'PFDasGroteskProMedium';
    font-size: 19px;
    line-height: 110%;
    letter-spacing: -0.38px;
    padding: 55px 0 0 0;
}

.gs-gapp .gs-disclaimer{
    padding: 60px 0 0 0;
    color: #423F3F;
    font-family: 'PFDasGroteskProMedium';
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.48px;
}

.gs-gapp .gs-disclaimer a{
    text-decoration: underline;
    font-family: 'PFDasGroteskPro-Bold';
    color: #423F3F;
}


.gs-gapp .owl-nav,
.gs-gapp .owl-dots{
    display: none;
}

.gs-gapp .owl-carousel .owl-stage-outer {
  overflow: visible;
}

/* /////////////////////////////////////////////////////////////////// */



@media screen and (max-width: 1359px) {
    .gs-hero-form{
        margin: 0 35px;
    }

    .gs-benefits .gs-item.gs-i6 {
        bottom: 215px;
        right: 33px;
    }

    .gs-benefits .gs-item.gs-i4 {
    bottom: 213px;
    left: 15px;
    }

    .gs-benefits .gs-item.gs-i5 {
        bottom: 110px;
        left: 50%;
        margin: 0 0 0 -196px;
    }


}

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

  .gs-hero-form{
    padding-left: 40px;
  }

  .gs-hero-form .gs-step {
    padding: 0 60px 0 0;
  }

   .gs-coupons .gs-items .gs-item {
        width: 260px;
    }
}

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


  .gs-hero-form{
       margin: 0 0px;
       border-radius: 0px;
  }

  .gs-hero-form .gs-step {
    width: calc(100% - 400px);
    }


    .gs-hero .gs-bottom-content .gs-title{
        font-size: 40px;
    }

    .gs-benefits .gs-item.gs-i2 {
        top: 43px;
        left: 50%;
        margin: 0 0 0 -143px;
    }

    .gs-benefits .gs-item.gs-i5 {
        bottom: 110px;
        left: 50%;
        margin: 0 0 0 -126px;
    }

    .gs-sticky{
    max-width: 96vw;
  }

  .gs-gapp .gs-title{
    font-size: 48px;
  }

}


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


    .gs-hero .gs-bottom-content .gs-title br{
        display: none;
    }

  .gs-withdraw-points .gs-text br{
    display: none;
  }


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

  .gs-hero-form .gs-step{
    padding: 0 0 30px 0;
    max-width: 360px;
    margin: 0;
  }

  .gs-hero-form .gs-step.gs-active{
    display: block;
    width: auto;
  }

  .gs-hero-form .gs-step{
    max-width: 2000px;
  }

  .gs-hero-form .gs-step.gs-s3{
    padding-right: 0px;
  }


  .gs-benefits{
    min-height: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 35px 20px;
  }

  .gs-benefits .gs-title {
    font-size: 42px;
    padding: 0 0 30px 0;
    width: 100%;
    }


  .gs-benefits .gs-items{
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    transform: translate(0,0);
    white-space: nowrap;
    overflow: auto;
    width: 100vw ;
    margin: 0 -20px;
    padding: 0 0 0 20px;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gs-benefits .gs-items::-webkit-scrollbar {
    display: none;
  }

  .gs-benefits .gs-icon{
    display: none;
  }

  .gs-benefits .gs-item{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0px !important;
    display: inline-flex;
    vertical-align: top;
    margin: 0 10px 0 0 !important;
  }



  .gs-coupons .gs-items{
    white-space: nowrap;
    overflow: auto;
    display: block;
    -ms-overflow-style: none;
    scrollbar-width: none;

    width: 100vw ;
    margin: 0 -20px;
    padding: 0 0 0 20px;

    margin: 0 0 30px 0;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gs-coupons .gs-items::-webkit-scrollbar {
    display: none;
  }

  .gs-coupons .gs-items .gs-item{
    display: inline-block;
    margin: 0 10px 0 0;
  }

}


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





  .gs-page{
    padding: 0px;
  }



  .gs-hero-form{
    padding: 30px 15px 0 15px;
  }

  .gs-hero-form .gs-step .gs-title {
    padding: 0 0 15px 0;
    }

    .gs-hero-form .gs-step .gs-text,
    .gs-hero-form .gs-step .gs-cosmote-id-text,
    .gs-hero-form .gs-step .gs-register{
        font-size: 15px;
    }

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


    .gs-hero-form .gs-step .gs-row .gs-col,
    .gs-hero-form .gs-step .gs-row .gs-col.gs-last {
        display: block;
        width: auto;
        margin: 0 0 0px 0;
        padding: 0 0 15px 0;
    }

    .gs-hero-form .gs-step .gs-submit{
        display: block;
        width: auto;
    }

    .gs-hero-form .gs-mob{
        display: block;
        min-height: 20px;
    }

    .gs-hero-form .gs-step .gs-extra{
        text-align: center;
    }

    .gs-hero-form .gs-step .gs-thank {
        font-size: 23px;
    }


    .gs-hero .gs-top-content .gs-title {
        font-size: 48px;
    }

    .gs-hero .gs-top-content .gs-title::after {
        width: 290px;
        height: 106px;
        margin: -20px 0 0 -288px;
        background-size: contain;
    }

    .gs-hero .gs-top-content .gs-text {
        font-size: 18px;
        padding: 33px 0 0 0;
    }

    .gs-hero .gs-bottom-content .gs-title {
        font-size: 22px;
        max-width: 300px;
        margin: 0 auto;
    }

    .gs-hero .gs-bottom-content .gs-text {
        font-size: 19px;
        padding: 33px 0 30px 0;
    }

    .gs-sticky .gs-title{
        font-size: 14px;
        text-align: left;
        width: calc(100% - 30px);
    }


    .gs-sticky{
        padding: 9px 8px;
    }

    .gs-sticky > a,
    .gs-sticky > a:hover{
        font-size: 0px;
        width: 32px !important;
        padding: 0px;
        height: 30px;
        border: 0px;
        background: url("../images/icon-start.svg") no-repeat center center;
    }

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

    .gs-hero .gs-bottom-content {
        padding: 0px 20px 50px 20px;
        margin: 121px auto 0 auto;
        position: relative;
        z-index: 2;
    }


    .gs-benefits .gs-title{
        font-size: 40px;
    }

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

    .gs-benefits {
        padding: 35px 15px 55px 15px;
    }


    .gs-coupons .gs-title{
        font-size: 40px;
    }

    .gs-coupons .gs-text {
        font-size: 18px;
        padding: 28px 0 40px 0;
    }

    .gs-coupons {
        padding: 48px 15px 0 15px;
    }

    .gs-coupons .gs-items .gs-item{
        width: 245px;
        height: 128px;
    }

    .gs-coupons .gs-items .gs-item .gs-item-amount{
        font-size: 57px;
    }

    .gs-coupons .gs-items .gs-item::before, .gs-coupons .gs-items .gs-item::after {
        width: 25px;
        height: 25px;
    }

    .gs-coupons .gs-items{
        margin: 0 0 30px -15px;
    }

    .gs-coupons .gs-items .gs-item{
        margin: 0 5px 0 0;
    }

    .gs-coupon-terms .gs-toggler {
        padding: 21px 15px;
        font-size: 15px;
    }

    .gs-coupon-terms .gs-toggler::after{
        right: 18px;
    }

    .gs-coupons .gs-text{
        font-size: 14px;
        padding: 28px 15px 40px 17px;
    }

    .gs-gapp .gs-title {
        font-size: 40px;
    }

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

    .gs-gapp {
        padding: 45px 15px;
    }

    .gs-gapp .gs-text {
        font-size: 18px;
        padding: 30px 0;
        max-width: 300px;
        margin: 0 auto;
    }

    .gs-gapp .gs-links img {
        height: 9vw;
    }

    .gs-gapp .gs-items .gs-item{
        width: 320px;
        height: 540px;
        gap: 20px;
    }

    .gs-gapp .gs-items .gs-item .gs-item-title {
        font-size: 19px;
        padding: 38px 20px 0 20px;
    }

    .gs-gapp .gs-items .gs-item .gs-item-title br{
        display: none;
    }

    .owl-carousel .owl-item img{
        width: 230px;
    }

    .gs-gapp .gs-disclaimer {
        padding: 41px 0 0 0;
    }


    .gs-hero.gs-show-form {
        padding: 28px 20px 100px 20px;
    }


    .gs-hero-form .gs-step .gs-thank-text br{
        display: none;
    }

    .gs-download-sticky{
        
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .gs-download-sticky .gs-links a img{
        height: 9.5vw;
    }

    .gs-download-sticky .gs-links{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        display: none;
    }

    .gs-download-sticky .gs-links.gs-active{
        display: flex;
    }

    .gs-download-sticky .gs-links a{
        display: block;
    }

    .gs-download-sticky .gs-title{
        line-height: 40px;
        position: relative;
        width: 100%;
    }

    .gs-download-sticky .gs-title::after{
        content: "";
        position: absolute;
        right: 5px;
        top: 4px;
        width: 30px;
        height: 30px;
        background: url("../images/icon-start.svg") no-repeat center center;
    }

    .gs-download-sticky .gs-title.gs-active::after{
        transform: rotate(180deg);
    }


    .gs-hero .gs-download{
        flex-direction: column;
    }

    .gs-hero .gs-download .gs-download-links {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .gs-hero .gs-top-content {
        padding: 52px 20px 40px 20px;
        height: 400px;
    }

    .gs-coupons .gs-items .gs-item .gs-item-amount {
        padding: 12px 0 0 0;
    }

    .gs-coupons .gs-text br{
        display: none;
    }

}












































