@charset "utf-8";


@import url("https://use.typekit.net/cmw8cpt.css");


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


::-webkit-input-placeholder { 
  color: #ffffff;
  opacity:1;
}
::-moz-placeholder { 
  color: #ffffff;
  opacity:1;
}
:-ms-input-placeholder { 
  color: #ffffff;
  opacity:1;
}
:-moz-placeholder { 
  color: #ffffff;
  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: "proxima-nova", sans-serif;
  font-weight: 400;
  color:#ffffff;
  font-size:16px;
  text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    overflow:hidden;
  margin:0px auto 0 auto;
  position:relative;
  background: #010101;
  text-align: center;
}


.gs-page strong{
  font-weight: 700;  
}

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


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

.gs-page img{
    width: auto;
    max-width: 100%;
}

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



 
.gs-page :focus {
    outline: 2px solid #E20074 !important;
    outline-offset: 2px !important;
    /*box-shadow: 0 0 0 2px #fff !important;*/
    transition: outline 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
  
.gs-page a:focus,
.gs-page button:focus,
.gs-page input:focus,
.gs-page select:focus,
.gs-page textarea:focus {
    outline: 2px solid #E20074;
    outline-offset: 2px;
} 



@media screen and (max-width: 959px) {
  .gs-page{
    padding: 0px;
  }
}

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


  .gs-page img.gs-img-4desk{
    display: none !important;
  }
  .gs-page img.gs-img-4mob{
    display: block !important;
  }


  .gs-scroll-content{
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .gs-scroll-content::-webkit-scrollbar {
    display: none;
  }


}


.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

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




.gs-hero{
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
}

.gs-hero img{
    display: block;
    width: 100%;
}

.gs-hero .gs-content {
    position: absolute;
    top: 0%;
    right: 4%;
    width: 39.7%;
    text-align: center;
    height: 86%;
    align-content: center;
    color: #212121;
}


.gs-hero .gs-logo{
  width: 200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

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

.gs-hero .gs-content .gs-title{
    font-weight:700;
    font-size: 32px;
    font-style: normal;
    line-height: 110%; 
    letter-spacing: -0.32px;
}

.gs-hero .gs-content .gs-text{
    font-size: 24px;
    font-style: normal;
    font-weight:600;
    line-height: 110%;
    letter-spacing: -0.24px;
    padding: 20px 0 32px 0;
    margin: 0px;
}

.gs-hero .gs-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 420px;
    margin: 0 auto;
} 

.gs-hero .gs-buttons .gs-more,
.gs-hero .gs-buttons .gs-anchor{
    border: 1px solid #282828;
    padding: 10px 12px;
    border-radius: 8px;
    background: #282828;
    display: inline-block;
    font-weight:700;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0px;
    transition: all 300ms;
}

.gs-hero .gs-buttons .gs-anchor{
    border-color: #212121;
    color: #212121;
    background: none;
}

.gs-hero .gs-buttons .gs-more:hover{
    opacity: 0.8;
}

.gs-hero .gs-buttons .gs-anchor:hover{
    background: #212121;
    color: #fff;
}


@media screen and (min-width: 768px)  and (max-width: 1439px) {

    .gs-hero{
    max-width: 100.00vw;
  }

  .gs-hero .gs-logo{
    width: 13.89vw;
    padding: 0 0 2.09vw 0;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 2.23vw;
    letter-spacing: -0.02vw;
  }

  .gs-hero .gs-content .gs-text{
    font-size: 1.67vw;
    letter-spacing: -0.01vw;
    padding: 1.39vw 0 2.23vw 0;
  }

  .gs-hero .gs-buttons{
    gap: 1.12vw;
    max-width: 29.17vw;
  }

  .gs-hero .gs-buttons .gs-more,
  .gs-hero .gs-buttons .gs-anchor{
    border: 0.07vw solid #282828;
    padding: 0.70vw 0.84vw;
    border-radius: 0.56vw;
    font-size: 0.98vw;
  }

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

    .gs-hero .gs-content {
        top: 81vw;
        right: 11vw;
        width: 80vw;
        height: 83vw;
    }

    .gs-hero .gs-logo {
      width: 39vw;
      padding: 0 0 3vw 0;
  }

    .gs-hero .gs-content .gs-title {
        font-size: 6vw;
    }

    .gs-hero .gs-content .gs-text {
      font-size: 4.5vw;
      padding: 3vw 0 3vw 0;
      margin: 0px;
  }

    .gs-hero .gs-buttons{
        gap: 1.5vw;
        width: 52vw;
    }
    .gs-hero .gs-buttons .gs-more, .gs-hero .gs-buttons .gs-anchor{
        width: 100%;
        font-size: 4vw;
        white-space: nowrap;
    }
}

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



.gs-perplexity{
    padding: 72px 40px 140px 30px;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    /*background: url("../images/img-threads.png") no-repeat left bottom;
    background-size: 370px auto;*/
}

.gs-perplexity .gs-logo{
    width: 414px;
    margin: 0 auto;
}

.gs-perplexity .gs-logo img{
    display: block;
    width: 100%;
}


.gs-perplexity .gs-pre-title{
    padding: 60px 0 24px 0;
    font-weight:700;
    font-size: 32px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.32px;
    width: 100%;
}

.gs-perplexity .gs-title{
    padding: 0px 0 32px 0;
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.48px;
    width: 100%;
}

.gs-perplexity .gs-text{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 24px;
}

.gs-perplexity .gs-text .gs-col{
    width: calc(50% - 12px);
    text-align: left;
}

.gs-perplexity .gs-text .gs-col p{
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.36px;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .gs-perplexity{
      padding: 5.00vw 2.78vw 9.73vw 2.09vw;
      max-width: 100.00vw;
      background-size: 25.70vw auto;
    }

    .gs-perplexity .gs-logo{
      width: 28.75vw;
    }

    .gs-perplexity .gs-pre-title{
      padding: 4.17vw 0 1.67vw 0;
      font-size: 2.23vw;
      letter-spacing: -0.02vw;
    }

    .gs-perplexity .gs-title{
      padding: 0.00vw 0 2.23vw 0;
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
    }

    .gs-perplexity .gs-text{
      max-width: 77.78vw;
      gap: 1.67vw;
    }

    .gs-perplexity .gs-text .gs-col{
      width: calc(50% - 0.84vw);
    }

    .gs-perplexity .gs-text .gs-col p{
      font-size: 1.25vw;
      letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-perplexity .gs-logo{
        width: 340px;
    }

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

    .gs-perplexity{
        background-size: 250px auto;
        padding: 64px 16px 140px 16px;
    }

    .gs-perplexity .gs-logo {
        width: 250px;
    }

    .gs-perplexity .gs-pre-title{
        text-align: left;
        font-size: 24px;
    }

    .gs-perplexity .gs-title{
        font-size: 48px;
        text-align: left;
        max-width: 270px;
    }

    .gs-perplexity .gs-text{
        flex-direction: column;
    }

    .gs-perplexity .gs-text .gs-col{
        width: 100%;
    }

}

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


.gs-intro{
    padding: 40px;
    text-align: center;
}


.gs-intro .gs-row{
    padding: 40px;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 24px;
}

.gs-intro .gs-row.gs-r2{
    flex-direction: column;
    
}

.gs-intro .gs-row.gs-r3{
    flex-direction: row-reverse;
}

.gs-intro .gs-row .gs-photo{
    width: 560px;
    align-content: center;
}

.gs-intro .gs-row .gs-photo img,
.gs-intro .gs-row .gs-photo video{
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.gs-intro .gs-row .gs-photo video{
    max-width: 320px;
}
.gs-intro .gs-row.gs-r2 .gs-photo{
    width: 100%;
    padding: 8px 0 40px 0;
}

.gs-intro .gs-row.gs-r2 .gs-photo img,
.gs-intro .gs-row.gs-r2 .gs-photo video{
    max-width: 710px;
    margin: 0 auto;
}

.gs-intro .gs-row.gs-r3 .gs-photo img,
.gs-intro .gs-row.gs-r3 .gs-photo video{
    max-width: 323px;
}

.gs-intro .gs-row .gs-content .gs-photo:not(.gs-intro .gs-row.gs-r2 .gs-content .gs-photo){
    display: none;
}

.gs-intro .gs-row .gs-content{
    width: 560px;
    text-align: left;
}

.gs-intro .gs-row.gs-r2 .gs-content{
    width: 100%;
    text-align: center;
}

.gs-intro .gs-row .gs-content .gs-title{

    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0 0 32px 0;
}

.gs-intro .gs-row .gs-content .gs-text,
.gs-intro .gs-row .gs-content .gs-text p{
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;
}
.gs-intro .gs-row.gs-r2 .gs-content .gs-text{
    max-width: 1070px;
    margin: 0 auto;
}



.gs-intro .gs-row .gs-show-anim-description{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0 10px;
}

.gs-intro .gs-row .gs-play-pause {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: none;
  font-size: 0px;
  margin: 10px 0 0 0;
}
.gs-intro .gs-row .gs-play-pause::before, 
.gs-intro .gs-row .gs-play-pause::after {
  content: "";
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 1px;
  background: #fff;
}
.gs-intro .gs-row .gs-play-pause::after {
  left: 60%;
}
.gs-intro .gs-row .gs-play-pause.gs-active::after {
  display: none;
}
.gs-intro .gs-row .gs-play-pause.gs-active::before {
  width: 0;
  height: 0;
  border-top: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  border-left: 6px solid #ffffff;
  background: none;
  left: 50%;
}



@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .gs-intro{
      padding: 2.78vw;
    }

    .gs-intro .gs-row{
      padding: 2.78vw;
      gap: 1.67vw;
    }

    .gs-intro .gs-row .gs-photo{
      width: 38.89vw;
    }

    .gs-intro .gs-row .gs-photo img,
    .gs-intro .gs-row .gs-photo video{
      max-width: 29.17vw;
    }

    .gs-intro .gs-row .gs-photo video{
      max-width: 22.23vw;
    }

    .gs-intro .gs-row.gs-r2 .gs-photo{
      padding: 0.56vw 0 2.78vw 0;
    }

    .gs-intro .gs-row.gs-r2 .gs-photo img,
    .gs-intro .gs-row.gs-r2 .gs-photo video{
      max-width: 49.31vw;
    }

    .gs-intro .gs-row.gs-r3 .gs-photo img,
    .gs-intro .gs-row.gs-r3 .gs-photo video{
      max-width: 22.44vw;
    }

    .gs-intro .gs-row .gs-content{
      width: 38.89vw;
    }

    .gs-intro .gs-row .gs-content .gs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 2.23vw 0;
    }

    .gs-intro .gs-row .gs-content .gs-text,
    .gs-intro .gs-row .gs-content .gs-text p{
      font-size: 1.12vw;
      letter-spacing: -0.02vw;
    }

    .gs-intro .gs-row.gs-r2 .gs-content .gs-text{
      max-width: 74.31vw;
    }

    .gs-intro .gs-row .gs-play-pause{
      width: 1.67vw;
      height: 1.67vw;
      border: 0.07vw solid #fff;
      margin: 0.70vw 0 0 0;
    }

    .gs-intro .gs-row .gs-play-pause::before, 
    .gs-intro .gs-row .gs-play-pause::after{
      height: 0.70vw;
      width: 0.07vw;
    }

    .gs-intro .gs-row .gs-play-pause.gs-active::before{
      border-top: 0.42vw solid rgba(255, 255, 255, 0);
      border-bottom: 0.42vw solid rgba(255, 255, 255, 0);
      border-left: 0.42vw solid #ffffff;
    }
}
@media screen and (max-width: 959px) {

    .gs-intro .gs-row .gs-content .gs-title{
        font-size: 28px;
    }
    .gs-intro .gs-row .gs-content .gs-text, .gs-intro .gs-row .gs-content .gs-text p {
        font-size: 15px;
    }

    .gs-intro .gs-row .gs-content .gs-title{
        font-size: 28px;
    }

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

    .gs-intro{
        padding: 44px 16px;
    }

    .gs-intro .gs-row,
    .gs-intro .gs-row.gs-r3{
        flex-direction: column;
        padding: 0 0 50px 0
    }

    .gs-intro .gs-row.gs-r3{
        padding-bottom: 10px;
    }

    .gs-intro .gs-row .gs-content{
        width: 100%;
    }

    .gs-intro .gs-row .gs-content .gs-title{
        font-size: 32px;
        padding: 0 0 50px 0;
        text-align: left;
    }

    .gs-intro .gs-row .gs-content .gs-title br{
        display: none;
    }

    .gs-intro .gs-row .gs-content .gs-text, .gs-intro .gs-row .gs-content .gs-text p {
        font-size: 16px;
        text-align: left;
    }

    .gs-intro .gs-row.gs-r3 .gs-photo img, 
    .gs-intro .gs-row.gs-r3 .gs-photo video,
    .gs-intro .gs-row .gs-photo img,
    .gs-intro .gs-row .gs-photo video {
        max-width: 270px;
    }

    .gs-intro .gs-row > .gs-photo{
        display: none;
    }

    .gs-intro .gs-row .gs-content .gs-photo,
    .gs-intro .gs-row.gs-r2 .gs-content .gs-photo{
        display: block !important;
        padding: 0 0 50px 0;
    }

    .gs-intro .gs-row .gs-photo{
        width: 100%;
    }

}

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

.gs-tools{
    width: calc(100% - 48px);
    max-width: 1420px;
    margin: 0 auto;
    border-radius: 24px;
    background: #EDEDED;
    background-size: 165px auto;
    padding: 64px 150px;
}

.gs-tools .gs-title{
    color: #282828;
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%; 
    letter-spacing: -0.48px;
    padding: 0 0 40px 0;
}

.gs-tools .gs-items{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
}

.gs-tools .gs-items .gs-item{
    border-radius: 16px;
    background: #282828;
    padding: 48px 36px;
    text-align: center;
    width: calc(50% - 20px);
}

.gs-tools .gs-items .gs-item .gs-item-pre-title{
    padding: 9px 18px;
    border-radius: 8px;
    background: #FF5A5E;
    color: #282828;
    font-weight:700;
    font-size: 20px;
    font-style: normal;
    line-height: 100%; 
    letter-spacing: -0.2px;
    text-transform: uppercase;
    display: inline-block;
}

.gs-tools .gs-items .gs-item .gs-item-title{
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.96px;
    padding: 8px 0 12px 0;
}

.gs-tools .gs-items .gs-item .gs-item-logo img{
    height: 35px;
    display: block;
    margin: 0 auto;
}

.gs-tools .gs-items .gs-item .gs-item-text{
    padding: 24px 0;
    font-size: 16px;
    font-style: normal;
    line-height: 130%; 
    letter-spacing: -0.32px;
}

.gs-tools .gs-items .gs-item .gs-item-more{
   border: 1px solid #ffffff;
    padding: 10px 12px;
    border-radius: 8px;
    display: inline-block;
    font-weight:700;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0px;
    transition: all 300ms;
}


.gs-tools .gs-items .gs-item .gs-item-more:hover{
    background: #ffffff;
    color: #212121;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
   .gs-tools{
      width: calc(100% - 3.34vw);
      max-width: 98.62vw;
      border-radius: 1.67vw;
      background-size: 11.46vw auto;
      padding: 4.45vw 10.42vw;
    }

    .gs-tools .gs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 2.78vw 0;
    }

    .gs-tools .gs-items{
      gap: 2.78vw;
    }

    .gs-tools .gs-items .gs-item{
      border-radius: 1.12vw;
      padding: 3.34vw 2.50vw;
      width: calc(50% - 1.39vw);
    }

    .gs-tools .gs-items .gs-item .gs-item-pre-title{
      padding: 0.63vw 1.25vw;
      border-radius: 0.56vw;
      font-size: 1.39vw;
      letter-spacing: -0.01vw;
    }

    .gs-tools .gs-items .gs-item .gs-item-title{
      font-size: 3.34vw;
      letter-spacing: -0.06vw;
      padding: 0.56vw 0 0.84vw 0;
    }

    .gs-tools .gs-items .gs-item .gs-item-logo img{
      height: 2.44vw;
    }

    .gs-tools .gs-items .gs-item .gs-item-text{
      padding: 1.67vw 0;
      font-size: 1.12vw;
      letter-spacing: -0.02vw;
    }

    .gs-tools .gs-items .gs-item .gs-item-more{
      border: 0.07vw solid #ffffff;
      padding: 0.70vw 0.84vw;
      border-radius: 0.56vw;
      font-size: 0.98vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-tools{
        padding: 64px 20px;
    }

    .gs-tools .gs-title{
        font-size: 32px;
    }

    .gs-tools .gs-items{
        flex-direction: column;
    }

    .gs-tools .gs-items .gs-item{
        width: 100%;
    }

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


    .gs-tools{
        width: 100%;
        border-radius: 0px;
        margin: 0 0 30px 0;
        padding: 32px 12px 110px 12px;
    }

    .gs-tools .gs-items{
        gap: 24px;
    }

    .gs-tools .gs-items .gs-item {
        padding: 32px 18px;
    }

    .gs-tools .gs-items .gs-item .gs-item-title{
        font-size: 32px;
    }

    .gs-tools .gs-items .gs-item .gs-item-logo img{
        height: 28px;
        display: block;
        max-width: 0 auto;
    }


}

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




.gs-device{
    padding: 0 0 80px 0;
}

.gs-device .gs-top-photo{
    max-width: 900px;
    margin: 0 auto;
}

.gs-device .gs-top-photo img{
    display: block;
    width: 100%;
}

.gs-device .gs-items{
    
}

.gs-device .gs-items .gs-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}


.gs-device .gs-items .gs-item-content{
    width: calc(50% - 12px);
    text-align: left;
}


.gs-device .gs-items .gs-item-content .gs-item-title{
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%; 
    letter-spacing: -0.48px;
    padding: 0 0 32px 0;
    max-width: 560px;
    width: 100%;
}

.gs-device .gs-items .gs-item-content .gs-item-text{
    font-size: 16px;
    font-style: normal;
    line-height: 130%; 
    letter-spacing: -0.32px;
    width: 100%;
    max-width: 560px;
}

.gs-device .gs-items .gs-item-photo{
    width: calc(50% - 12px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gs-device .gs-items .gs-item-photo img{
    display: block;
}

.gs-device .gs-items .gs-item.gs-i3 .gs-item-photo{
  flex-direction: column;
  justify-content: center;
}


.gs-device .gs-items .gs-item.gs-i2{
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0 0 0 150px;
}

.gs-device .gs-items .gs-item.gs-i2 .gs-item-photo{
    justify-content: flex-end;
}

.gs-device .gs-items .gs-item.gs-i2 .gs-item-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
}


.gs-device .gs-items .gs-item.gs-i3{
    flex-direction: column;
}

.gs-device .gs-items .gs-item.gs-i3 .gs-item-content{
    text-align: center;
}

.gs-device .gs-items .gs-item.gs-i3 .gs-item-content .gs-item-title,
.gs-device .gs-items .gs-item.gs-i3 .gs-item-content .gs-item-text{
    max-width: 100%;
}

.gs-device .gs-items .gs-item.gs-i4{
    justify-content: center;
}

.gs-device .gs-items .gs-item.gs-i4 .gs-item-photo{
    width: 540px;
    justify-content: flex-end;
}

.gs-device .gs-items .gs-item.gs-i4 .gs-item-content{
    width: 560px;
}


.gs-device .gs-items .gs-item.gs-i5{
    flex-direction: column;
}

.gs-device .gs-items .gs-item.gs-i5 .gs-item-content{
    text-align: center;
}

.gs-device .gs-items .gs-item.gs-i5 .gs-item-content .gs-item-title,
.gs-device .gs-items .gs-item.gs-i5 .gs-item-content .gs-item-text{
    max-width: 100%;
}

.gs-device .gs-items .gs-item.gs-i5 .gs-item-powered{
    width: 240px;
    margin: 0 auto;
    padding: 0 0 24px 0;
}

.gs-device .gs-items .gs-item.gs-i5 .gs-item-logo img{
    display: block;
    width: 100%;
}


.gs-device .gs-items .gs-item.gs-i6{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 48px;
    padding: 0 0 110px 0;
}

.gs-device .gs-items .gs-item.gs-i6 .gs-item-col{
    width: calc(50% - 24px);
    text-align: left;
    max-width: 560px;
}

.gs-device .gs-items .gs-item.gs-i6 .gs-item-col-title{
    color: #FFF;
    font-weight:700;
    font-size: 32px;
    font-style: normal;
    line-height: 120%; 
    letter-spacing: -0.64px;
    padding: 0 0 24px 0;
}

.gs-device .gs-items .gs-item.gs-i6 .gs-item-col-text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.gs-device .gs-slides{
    width: 800px;
    padding: 0 0 110px 0;
    margin: 0 auto;
    position: relative;
}

.gs-device .gs-slides::before,
.gs-device .gs-slides::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: calc((100vw - 800px) / 2);
    z-index: 10;
    transform: translate(-100%, 0) ;
    background: linear-gradient(to right,  rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%);
}

.gs-device .gs-slides::after{
    left: auto;
    right: 0px;
    background: linear-gradient(to left,  rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%);
    transform: translate(100%, 0);
}



.gs-device .gs-slide .gs-slide-photo{
    padding: 0 0 72px 0;
}

.gs-device .gs-slide .gs-slide-photo img{
    display: block;
    width: 100%;
}

.gs-device .gs-slide .gs-slide-title{
    color: #FFF;
    text-align: center;
    font-weight:700;
    font-size: 32px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.64px;
    padding: 0 0 16px 0;
}

.gs-device .gs-slide .gs-slide-text{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.32px;
    max-width: 560px;
    margin: 0 auto;
}

.gs-device .gs-slides .owl-next,
.gs-device .gs-slides .owl-prev{
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    right: auto;
    top: 535px;
    transform: translate(-110%, 0);
    transition: all 300ms;
}

.gs-device .gs-slides .owl-next.owl-disabled,
.gs-device .gs-slides .owl-prev.owl-disabled{
    opacity: 0.3;
    cursor: default;
}   

.gs-device .gs-slides .owl-next{
    transform: translate(10%, 0);
    background-image: url("../images/icon-next.svg") !important;
}

.gs-device .gs-slides .owl-next span,
.gs-device .gs-slides .owl-prev span{
    display: none;
}

.gs-device .gs-slides .owl-stage-outer{
    overflow: visible;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .gs-device{
      padding: 0 0 5.56vw 0;
    }

    .gs-device .gs-top-photo{
      max-width: 62.50vw;
    }

    .gs-device .gs-items .gs-item{
      gap: 1.67vw;
    }

    .gs-device .gs-items .gs-item-content{
      width: calc(50% - 0.84vw);
    }

    .gs-device .gs-items .gs-item-content .gs-item-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 2.23vw 0;
      max-width: 38.89vw;
    }

    .gs-device .gs-items .gs-item-content .gs-item-text{
      font-size: 1.12vw;
      letter-spacing: -0.02vw;
      max-width: 38.89vw;
    }

    .gs-device .gs-items .gs-item-photo{
      width: calc(50% - 0.84vw);
    }

    .gs-device .gs-items .gs-item.gs-i2{
      padding: 0 0 0 10.42vw;
    }

    .gs-device .gs-items .gs-item.gs-i4 .gs-item-photo{
      width: 37.50vw;
    }

    .gs-device .gs-items .gs-item.gs-i4 .gs-item-content{
      width: 38.89vw;
    }

    .gs-device .gs-items .gs-item.gs-i5 .gs-item-powered{
      width: 16.67vw;
      padding: 0 0 1.67vw 0;
    }

    .gs-device .gs-items .gs-item.gs-i6{
      gap: 3.34vw;
      padding: 0 0 7.64vw 0;
    }

    .gs-device .gs-items .gs-item.gs-i6 .gs-item-col{
      width: calc(50% - 1.67vw);
      max-width: 38.89vw;
    }

    .gs-device .gs-items .gs-item.gs-i6 .gs-item-col-title{
      font-size: 2.23vw;
      letter-spacing: -0.04vw;
      padding: 0 0 1.67vw 0;
    }

    .gs-device .gs-items .gs-item.gs-i6 .gs-item-col-text{
      font-size: 1.12vw;
      letter-spacing: -0.02vw;
    }

    .gs-device .gs-slides{
      width: 55.56vw;
      padding: 0 0 7.64vw 0;
    }

   .gs-device .gs-slides::before,
    .gs-device .gs-slides::after{
      width: calc((100vw - 55.56vw) / 2);
    }

    .gs-device .gs-slide .gs-slide-photo{
      padding: 0 0 5.00vw 0;
    }

    .gs-device .gs-slide .gs-slide-title{
      font-size: 2.23vw;
      letter-spacing: -0.04vw;
      padding: 0 0 1.12vw 0;
    }

    .gs-device .gs-slide .gs-slide-text{
      font-size: 1.12vw;
      letter-spacing: -0.02vw;
      max-width: 38.89vw;
    }

    .gs-device .gs-slides .owl-next,
    .gs-device .gs-slides .owl-prev{
      width: 2.23vw;
      height: 2.23vw;
      top: 37.16vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-device .gs-top-photo {
        max-width: 627px;
        margin: 0 auto;
    }

    .gs-device .gs-items .gs-item{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gs-device .gs-items .gs-item-content .gs-item-title{
        font-size: 35px;
    }

    .gs-device .gs-items .gs-item-content .gs-item-text{
        font-size: 15px;
    }

    .gs-device .gs-items .gs-item.gs-i2 {
        padding: 0 0 0 30px;
    }

    .gs-device .gs-items .gs-item.gs-i3{
        padding: 40px 0;
    }

    .gs-device .gs-items .gs-item.gs-i4{
        flex-direction: column;
    }

    .gs-device .gs-items .gs-item.gs-i4 .gs-item-content{
        text-align: center;
    }

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

    .gs-device .gs-slides{
        width: 650px;
    }

    .gs-device .gs-slides::before,
    .gs-device .gs-slides::after{
        width: calc((100vw - 650px) / 2);
    }


    .gs-device .gs-slides img{
        display: block;
        width: 100%;
    }

    .gs-device .gs-slides .owl-next, 
    .gs-device .gs-slides .owl-prev {
        top: 430px;
    }

    .gs-device .gs-items .gs-item.gs-i6{
        padding: 0 30px 64px 30px;
        gap: 20px;
    }

    .gs-device .gs-items .gs-item.gs-i3 .gs-item-content,
    .gs-device .gs-items .gs-item.gs-i3 .gs-item-photo,
    .gs-device .gs-items .gs-item.gs-i5 .gs-item-content{
        width: auto;
        max-width: 650px;
    }



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

    .gs-device{
        padding: 0 16px 32px 16px;
    }


    .gs-device .gs-items .gs-item-content .gs-item-title{
        text-align: left;
        font-size: 32px;
        padding: 0 0 50px 0;
    }

    .gs-device .gs-items .gs-item-content .gs-item-text{
        text-align: left;
        font-size: 16px;
    }

    .gs-device .gs-items .gs-item.gs-i6{
        padding: 0px;
        flex-direction: column;
        gap: 50px;
    }

    .gs-device .gs-items .gs-item.gs-i6 .gs-item-col{
        width: 100%;
    }

    .gs-device .gs-slides{
        width: 100%;
        padding: 0 0 40px 0;
    }

    .gs-device .gs-slides::before,
    .gs-device .gs-slides::after{
        display: none;
    }

    .gs-device .gs-slides .owl-next, .gs-device .gs-slides .owl-prev {
        top: 63vw;
    }

    .gs-device .gs-slides .owl-stage-outer{
        overflow: hidden;
    }

    .gs-device .gs-items .gs-item,
    .gs-device .gs-items .gs-item.gs-i2{
        flex-direction: column;
        gap: 50px;
    }

    .gs-device .gs-items .gs-item-photo{
        width: 100%;
    }

    .gs-device .gs-items .gs-item-content{
        width: 100%;
    }

    .gs-device .gs-items .gs-item.gs-i2{
        padding: 0px;
    }

    .gs-device .gs-items .gs-item.gs-i2 .gs-item-content{
        width: 100%;
    }


    #tphone3 .gs-items .gs-item.gs-i2 .gs-item-photo img, 
    #ttablet2 .gs-items .gs-item.gs-i2 .gs-item-photo img{
        margin-right: -16px;
    }

    #tphone3 .gs-items .gs-item.gs-i1 .gs-item-photo img, 
    #ttablet2 .gs-items .gs-item.gs-i1 .gs-item-photo img{
        margin-left: -16px;
    }

    .gs-device .gs-items .gs-item.gs-i4{
        gap: 0px;
    }

    .gs-device .gs-items .gs-item.gs-i4 .gs-item-photo,
    .gs-device .gs-items .gs-item.gs-i4 .gs-item-content{
        width: 100%;
    }

}

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

.gs-get{
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 30px;
    background: #F2F2F3;
    color: #212121;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.gs-get .gs-photo{
    width: 504px;
    padding: 16px 0;
}

.gs-get .gs-title{
    text-align: center;
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0 0 25px 0;
}

.gs-get .gs-photo img{
    display: block;
    width: 430px;
    margin: 0 auto;
}

.gs-get .gs-content{
    width: 856px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 20px;
    background: #FFF;

}

.gs-get .gs-content .gs-text{
    color: #212121;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    line-height: 120%; 
    letter-spacing: -0.44px;
}

.gs-get .gs-content .gs-price{
    color: #212121;
    text-align: center;
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.96px;
}


.gs-get .gs-content .gs-items{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
}

.gs-get .gs-content .gs-items .gs-item{
    width: calc(50% - 8px);
    border-radius: 7px;
    background: #282828;
    padding: 20px;
    color: #fff;

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

.gs-get .gs-content .gs-items .gs-item .gs-item-pre-title{
    padding: 5px 15px;
    border-radius: 8px;
    background: #FF5A5E;
    color: #282828;
    font-weight:700;
    font-size: 16px;
    font-style: normal;
    line-height: 100%; 
    letter-spacing: -0.2px;
    text-transform: uppercase;
    display: inline-block;
}

.gs-get .gs-content .gs-items .gs-item .gs-item-title{
    text-align: center;
    font-weight:700;
    font-size: 22px;
    font-style: normal;
    line-height: 120%; 
    letter-spacing: -0.44px;
}

.gs-get .gs-content .gs-items .gs-item .gs-item-title img{
    height: 24px;
    display: inline-block;
    vertical-align: middle;

}

.gs-get .gs-content .gs-items .gs-item .gs-item-text{
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.4px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;

}


@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .gs-get{
      max-width: 94.45vw;
      padding: 1.12vw;
      border-radius: 2.09vw;
    }

    .gs-get .gs-photo{
      width: 35.00vw;
      padding: 1.12vw 0;
    }

    .gs-get .gs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 1.74vw 0;
    }

    .gs-get .gs-photo img{
      width: 29.87vw;
    }

    .gs-get .gs-content{
      width: 59.45vw;
      padding: 1.12vw;
      gap: 0.98vw;
      border-radius: 1.39vw;
    }

    .gs-get .gs-content .gs-text{
      font-size: 1.53vw;
      letter-spacing: -0.03vw;
    }

    .gs-get .gs-content .gs-price{
      font-size: 3.34vw;
      letter-spacing: -0.06vw;
    }

    .gs-get .gs-content .gs-items{
      gap: 1.12vw;
    }

    .gs-get .gs-content .gs-items .gs-item{
      width: calc(50% - 0.56vw);
      border-radius: 0.49vw;
      padding: 1.39vw;
      gap: 0.84vw;
    }

   .gs-get .gs-content .gs-items .gs-item .gs-item-pre-title{
      padding: 0.35vw 1.05vw;
      border-radius: 0.56vw;
      font-size: 1.12vw;
      letter-spacing: -0.01vw;
    }


    .gs-get .gs-content .gs-items .gs-item .gs-item-title{
      font-size: 1.53vw;
      letter-spacing: -0.03vw;
    }

    .gs-get .gs-content .gs-items .gs-item .gs-item-title img{
      height: 1.67vw;
    }

    .gs-get .gs-content .gs-items .gs-item .gs-item-text{
      font-size: 1.39vw;
      letter-spacing: -0.02vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-get{
        flex-direction: column;
        width: calc(100% - 40px);
    }

    .gs-get .gs-photo{
        width: 100%;
        padding: 30px 0;
    }

    .gs-get .gs-content{
        width: 100%;
        padding: 30px 0;
    }

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

    .gs-get{
        padding: 12px;
    }

    .gs-get .gs-content .gs-items{
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

    .gs-get .gs-content .gs-items .gs-item{
        width: 100%;
    }

    .gs-get .gs-content{
        padding: 12px 0;
    }

    .gs-get .gs-content .gs-logo{
        width: 80%;
    }

    .gs-get .gs-photo img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .gs-get .gs-title{
        font-size: 32px;
    }

    .gs-get .gs-photo{
        padding: 20px 0 30px 0;
    }

}

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


.gs-disclaimer{
    padding: 40px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.gs-disclaimer a{
    color: #fffff;
    text-decoration: underline;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {

  .gs-disclaimer{
      padding: 2.78vw;
      font-size: 1.12vw;
      letter-spacing: -0.01vw;
    }

}
@media screen and (max-width: 959px) {}
@media screen and (max-width: 767px) {
    .gs-disclaimer {
        padding: 32px 16px;
        font-size: 15px;
    }
}

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


.gs-viosimotita{
    background: #006D29 url("../images/bg-viosimotita.jpg") no-repeat center center;
    background-size: cover;
    padding: 72px;
    text-align: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #fff;
    min-height: 480px;
}

.gs-viosimotita .gs-title{
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.gs-viosimotita .gs-text{
    font-size: 16px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.32px;
    max-width: 800px;
    margin: 0 auto;
}

.gs-viosimotita .gs-logo{
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.gs-viosimotita .gs-logo img{
    display: block;
    width: 100%;
}

.gs-viosimotita .gs-more{
    padding: 10px 12px;
    border-radius: 8px;
    background: #ffffff;
    display: inline-block;
    font-weight:700;
    color: #212121;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0px;
    transition: all 300ms;
}

.gs-viosimotita .gs-more:hover{
    background: #212121;
    color: #fff;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .gs-viosimotita{
      padding: 5.00vw;
      max-width: 100.00vw;
      gap: 2.78vw;
      min-height: 33.34vw;
    }

    .gs-viosimotita .gs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
    }

    .gs-viosimotita .gs-text{
      font-size: 1.12vw;
      letter-spacing: -0.02vw;
      max-width: 55.56vw;
    }

    .gs-viosimotita .gs-logo{
      max-width: 45.84vw;
    }

    .gs-viosimotita .gs-more{
      padding: 0.70vw 0.84vw;
      border-radius: 0.56vw;
      font-size: 0.98vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-viosimotita{
        width: 100%;
        border-radius: 0px;
    }

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

    .gs-viosimotita{
        padding: 80px 30px;
        background-image: url("../images/bg-viosimotita-mob.jpg");
    }

    .gs-viosimotita .gs-title{
        font-size: 32px;
    }


}

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


.gs-specs{
    padding: 40px;
    text-align: center
}

.gs-specs .gs-title{
    text-align: center;
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0 0 80px 0;
}

.gs-specs .gs-row{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    transform: translate(-3%, 0);
}

.gs-specs .gs-row .gs-col{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.gs-specs .gs-row .gs-col:last-child{
    transform: translate(-10%, 0);
}

.gs-specs .gs-row .gs-col .gs-col-head{
    width: 100%;
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-photo{
    padding: 0 0 30px calc(50% + 0px);
    text-align: left;
    position: relative;
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-photo .gs-tag{
    position: absolute;
    right: 40px;
    bottom: 113px;
    width: 86px;
}

.gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-photo .gs-tag{
    right: 60px;
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-photo .gs-tag img{
    display: block;
    width: 100%;
    object-fit: cover;
}

.gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-photo{
    padding: 0 0 30px calc(50% - 100px);
    text-align: left;
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-col-title,
.gs-specs .gs-row .gs-col .gs-col-head .gs-col-price{
    padding: 0 0 0 calc(50% + 20px);
    text-align: left;
    font-weight:700;
    font-size: 36px;
    font-style: normal;
    line-height: normal;
}


.gs-specs .gs-row .gs-col .gs-col-head .gs-col-price{
    padding: 50px 0 20px calc(50% + 20px);
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-col-more{
    padding: 0 0 0 calc(50% + 20px);
    text-align: left;
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-col-more a{
    padding: 10px 12px;
    border-radius: 8px;
    background: #ffffff;
    display: inline-block;
    font-weight:700;
    color: #121212;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0px;
    transition: all 300ms;
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-col-more a:hover{
    opacity: 0.8;
}

.gs-specs .gs-row .gs-col .gs-col-head .gs-photo video{
    display: block;
    width: 187px;
    height: 358px;
    object-fit: cover;
}


.gs-specs .gs-row .gs-col .gs-list-title{
    width: calc(50% - 20px);
    text-align: right;
    font-size: 16px;
    line-height: 120%;
}

.gs-specs .gs-row .gs-col .gs-list-value{
    width: calc(50% - 20px);
    text-align: left;
    font-size: 16px;
    line-height: 120%;
}

.gs-specs .gs-row .gs-col:last-child .gs-list-title{
    opacity: 0;
    visibility: hidden;
}

.gs-specs .gs-row .gs-col:last-child .gs-list-value{
   transform: translate(-100px, 0);
}


.gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-title,
.gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-price,
.gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-more{
    padding-left: calc(50% - 80px);
}



.gs-specs .gs-show-anim-description{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    margin: -20px 0 20px 10px;
    position: relative;
    z-index: 5;
}

.gs-specs .gs-play-pause {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: none;
  font-size: 0px;
  margin: -20px 0 20px 20px;
}
.gs-specs .gs-play-pause::before, 
.gs-specs .gs-play-pause::after {
  content: "";
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 1px;
  background: #fff;
}
.gs-specs .gs-play-pause::after {
  left: 60%;
}
.gs-specs .gs-play-pause.gs-active::after {
  display: none;
}
.gs-specs .gs-play-pause.gs-active::before {
  width: 0;
  height: 0;
  border-top: 6px solid rgba(255, 255, 255, 0);
  border-bottom: 6px solid rgba(255, 255, 255, 0);
  border-left: 6px solid #ffffff;
  background: none;
  left: 50%;
}



@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .gs-specs{
    padding: 2.78vw;
    }

    .gs-specs .gs-title{
    font-size: 3.34vw;
    letter-spacing: -0.03vw;
    padding: 0 0 5.56vw 0;
    }

    .gs-specs .gs-row{
    max-width: 79.17vw;
    }

    .gs-specs .gs-row .gs-col{
    gap: 2.78vw;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo{
    padding: 0 0 2.09vw calc(50% + 0.00vw);
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo .gs-tag{
    right: 2.78vw;
    bottom: 7.85vw;
    width: 5.98vw;
    }

    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-photo .gs-tag{
    right: 4.17vw;
    }

    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-photo{
    padding: 0 0 2.09vw calc(50% - 6.95vw);
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-title,
    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-price{
    padding: 0 0 0 calc(50% + 1.39vw);
    font-size: 2.50vw;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-price{
    padding: 3.48vw 0 1.39vw calc(50% + 1.39vw);
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-more{
    padding: 0 0 0 calc(50% + 1.39vw);
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-more a{
    padding: 0.70vw 0.84vw;
    border-radius: 0.56vw;
    font-size: 0.98vw;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo video{
    width: 12.99vw;
    height: 24.87vw;
    }

    .gs-specs .gs-row .gs-col .gs-list-title{
    width: calc(50% - 1.39vw);
    font-size: 1.12vw;
    }

    .gs-specs .gs-row .gs-col .gs-list-value{
    width: calc(50% - 1.39vw);
    font-size: 1.12vw;
    }

    .gs-specs .gs-row .gs-col:last-child .gs-list-value{
    transform: translate(-6.94vw, 0);
    }

    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-title,
    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-price,
    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-more{
    padding-left: calc(50% - 5.56vw);
    }

    .gs-specs .gs-show-anim-description{
    font-size: 0.84vw;
    margin: -1.38vw 0 1.39vw 0.70vw;
    }

    .gs-specs .gs-play-pause{
    width: 1.67vw;
    height: 1.67vw;
    border: 0.07vw solid #fff;
    margin: -1.38vw 0 1.39vw 1.39vw;
    }

    .gs-specs .gs-play-pause::before, 
    .gs-specs .gs-play-pause::after{
    height: 0.70vw;
    width: 0.07vw;
    }

    .gs-specs .gs-play-pause.gs-active::before{
    border-top: 0.42vw solid rgba(255, 255, 255, 0);
    border-bottom: 0.42vw solid rgba(255, 255, 255, 0);
    border-left: 0.42vw solid #ffffff;
    }
}

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

    .gs-specs{
        padding: 40px 20px;
    }

    .gs-specs .gs-title {
        font-size: 35px;
    }

    .gs-specs .gs-row .gs-col:last-child {
        transform: translate(0%, 0);
    }

    .gs-specs .gs-row .gs-col:first-child {
        transform: translate(-2%, 0);
    }


    .gs-specs .gs-row .gs-col{
        gap: 20px;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-title, .gs-specs .gs-row .gs-col .gs-col-head .gs-col-price {
        padding-left: 50%;
        font-size: 26px;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-more{
        padding-left: 50%;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-price{
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo{
        
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo .gs-tag {
        position: absolute;
        right: 0px;
        bottom: -52px;
        width: 66px;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo .gs-tag {
        position: absolute;
        right: -40px;
        bottom: 100px;
        width: 66px;
    }

    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-photo .gs-tag {
        right: 4px;
        bottom: 100px;
    }

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

    .gs-specs .gs-title {
        font-size: 32px;
        padding: 0 0 30px 0;
    }

    .gs-specs .gs-row{
        flex-direction: column;
        gap: 40px;
    }

    .gs-specs .gs-row .gs-col{
        width: 100%;
        transform: translate(0, 0) !important;
    }

    .gs-specs .gs-row .gs-col:last-child .gs-list-title{
        opacity: 1;
        visibility: visible;
    }

    .gs-specs .gs-row .gs-col:last-child .gs-list-value {
        transform: translate(0px, 0);
    }

    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-title, .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-price, .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-col-more,
    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-title, .gs-specs .gs-row .gs-col .gs-col-head .gs-col-price,
    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-more,
    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo,
    .gs-specs .gs-row .gs-col:last-child .gs-col-head .gs-photo {
        padding-left: 0;
        text-align: center;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-title{
        font-size: 36px;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-col-price{
        font-size: 40px;
    }

    .gs-specs .gs-row .gs-col .gs-col-head{
        padding-bottom: 20px;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo video{
        margin: 0 auto;
    }

    .gs-specs .gs-row .gs-col .gs-col-head .gs-photo .gs-tag{
        right: 0px;
    }
}

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




.gs-faq{
    padding: 40px 40px 150px 40px;
    text-align: center
}

.gs-faq .gs-title{
    text-align: center;
    font-weight:700;
    font-size: 48px;
    font-style: normal;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 0 0 80px 0;
}

.gs-faq .gs-items{
    width: 100%;
    max-width: 938px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 8px;
}

.gs-faq .gs-items .gs-item{
    width: 100%;
    border-radius: 4px;
    background: #F2F2F3;
    text-align: left;
}

.gs-faq .gs-items .gs-item .gs-item-q{
    display: block;
    padding: 12px 50px 12px 16px;
    color: #212121;
    font-size: 16px;
    position: relative;
}

.gs-faq .gs-items .gs-item .gs-item-q::before,
.gs-faq .gs-items .gs-item .gs-item-q::after{
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 29px;
    height: 29px;
    background: url("../images/icon-faq.svg") no-repeat center center;
    background-size: contain;
}

.gs-faq .gs-items .gs-item .gs-item-q::after{
    opacity: 0;
    background-image: url("../images/icon-faq-active.svg");
}

.gs-faq .gs-items .gs-item.gs-active .gs-item-q::before{
    opacity: 0;
}

.gs-faq .gs-items .gs-item.gs-active .gs-item-q::after{
    opacity: 1;
}

.gs-faq .gs-items .gs-item .gs-item-ans{
    color: #212121;
    padding: 0px 16px 12px 16px;
    font-size: 16px;
    display: none;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
   .gs-faq{
      padding: 2.78vw 2.78vw 10.42vw 2.78vw;
    }

    .gs-faq .gs-title{
      font-size: 3.34vw;
      letter-spacing: -0.03vw;
      padding: 0 0 5.56vw 0;
    }

    .gs-faq .gs-items{
      max-width: 65.14vw;
      gap: 0.56vw;
    }

    .gs-faq .gs-items .gs-item{
      border-radius: 0.28vw;
    }

    .gs-faq .gs-items .gs-item .gs-item-q{
      padding: 0.84vw 3.48vw 0.84vw 1.12vw;
      font-size: 1.12vw;
    }

    .gs-faq .gs-items .gs-item .gs-item-q::before,
    .gs-faq .gs-items .gs-item .gs-item-q::after{
      right: 1.12vw;
      width: 2.02vw;
      height: 2.02vw;
    }

    .gs-faq .gs-items .gs-item .gs-item-ans{
      padding: 0.00vw 1.12vw 0.84vw 1.12vw;
      font-size: 1.12vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-faq .gs-title{
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {

      .gs-faq .gs-title {
        font-size: 30px;
        padding: 0 0 32px 0;
    }

    .gs-faq{
        padding: 35px 10px 100px 10px;
    }

    .gs-faq .gs-items .gs-item .gs-item-q,
    .gs-faq .gs-items .gs-item .gs-item-ans{
        font-size: 15px;
    }
}

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



.gs-sticky{
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 100%);
  max-width: 1364px;
  width: calc(100% - 40px);
  padding: 16px 16px 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 100;
  background: #282828;
  border-radius: 18px;
  transition: all 500ms;
}

.gs-sticky.gs-s1{
    z-index: 101;
}

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

.gs-sticky .gs-title{
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.64px;
  color: #fff;
  font-weight:700;
}
.gs-sticky .gs-more{
   padding: 17px 30px;
  border-radius: 12px;
  background: #FFF;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px; 
  letter-spacing: -0.24px;
  transition: all 200ms;
  display: block;
  text-align: center;
}

.gs-sticky .gs-more:hover{
  opacity: 0.8;
  text-decoration: none;
}




@media screen and (min-width: 960px)  and (max-width: 1439px) {

    .gs-sticky{
      max-width: 94.73vw;
      width: calc(100% - 2.78vw);
      padding: 1.12vw 1.12vw 1.12vw 2.78vw;
      gap: 1.39vw;
      border-radius: 1.25vw;
    }

    .gs-sticky.gs-active{
      bottom: 1.39vw;
    }

    .gs-sticky .gs-title{
      font-size: 2.23vw;
      letter-spacing: -0.04vw;
    }

  .gs-sticky .gs-more{
    padding: 1.19vw 2.09vw;
    border-radius: 0.84vw;
    font-size: 0.84vw;
    line-height: 0.91vw;
    letter-spacing: -0.01vw;
  }
}
@media screen and (max-width: 959px) {

    .gs-sticky .gs-title{
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {


    .gs-sticky{
        left: 10px;
        width: calc(100% - 20px);
        bottom: 0px;
        transform: translate(0, 100%);
        padding: 10px 20px;
    }

    .gs-sticky.gs-active{
        transform: translate(0, 0);
        bottom: 10px;
    }

    .gs-sticky .gs-title {
        font-size: 22px;
        text-align: left;
        max-width: 185px;
    }

    .gs-sticky .gs-more {
        padding: 12px 11px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 13px;
        white-space: nowrap;
    }

}

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


.gs-lightbox{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,0.9);
    align-content: center;
    overflow: auto;
    display: none;
    padding: 64px;
}

.gs-lightbox .gs-back-close{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.gs-lightbox .gs-content{
    z-index: 2;
    padding: 64px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #4B4B4B;
    background: #080808;
    text-align: center;
    position: relative;
}

.gs-lightbox .gs-title img{
    display: block;
    height: 65px;
    margin: 12px auto;
} 

.gs-lightbox .gs-close{
    margin: 50px auto 0 auto;
    width: 42px;
    height: 42px;
    background: url("../images/icon-close.svg") no-repeat center center;
    background-size: contain;
    display: block;
    border: 0px;
    border-radius: 50%;
    font-size: 0px;
    cursor: pointer;
}

.gs-lightbox .gs-pre-title{
    padding: 9px 18px;
    border-radius: 8px;
    background: #FF5A5E;
    color: #282828;
    font-weight:700;
    font-size: 20px;
    font-style: normal;
    line-height: 100%; 
    letter-spacing: -0.2px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.gs-lightbox .gs-title{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    padding: 12px 0 40px 0;
}

.gs-lightbox .gs-title strong{
    font-weight:700;
    font-size: 48px;
}

.gs-lightbox .gs-text strong{
    font-weight: 700;
}

.gs-lightbox .gs-sub-title{
    padding: 0 0 20px 0;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-align: left;
}

.gs-lightbox .gs-text{
    padding: 0 0 50px 50px;

    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-align: left;
}

.gs-lightbox .gs-text.gs-np{
    padding: 0px;
}

.gs-lightbox .gs-text a{
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}


.gs-lightbox .gs-text.gs-center{
    text-align: center;
    padding: 30px 0 0 0;
}

.gs-lightbox#gs-pop3 .gs-content{
    background: url("../images/bg-lightbox.jpg") no-repeat center top;
    background-size: cover;
    text-align: center;
    max-width: 1200px;
}

.gs-lightbox#gs-pop3 .gs-content .gs-center-title{
    color: #FFF;
    text-align: center;
    font-weight:700;
    font-size: 60px;
    font-style: normal;
    line-height: normal;
    padding: 0 0 50px 0;
}

.gs-lightbox#gs-pop3 .gs-content .gs-center-text{
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}

.gs-lightbox#gs-pop3 .gs-close{
    background-image: url("../images/icon-close2.svg");
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
   .gs-lightbox{
      padding: 4.45vw;
    }

    .gs-lightbox .gs-content{
      padding: 4.45vw;
      max-width: 83.34vw;
      border-radius: 2.09vw;
      border: 0.07vw solid #4B4B4B;
    }

    .gs-lightbox .gs-title img{
      height: 4.52vw;
      margin: 0.84vw auto;
    }

    .gs-lightbox .gs-close{
      margin: 3.48vw auto 0 auto;
      width: 2.92vw;
      height: 2.92vw;
    }

   .gs-lightbox .gs-pre-title{
      padding: 0.63vw 1.25vw;
      border-radius: 0.56vw;
      font-size: 1.39vw;
      letter-spacing: -0.01vw;
    }

    .gs-lightbox .gs-title{
      font-size: 1.67vw;
      padding: 0.84vw 0 2.78vw 0;
    }

    .gs-lightbox .gs-title strong{
      font-size: 3.34vw;
    }

    .gs-lightbox .gs-sub-title{
      padding: 0 0 1.39vw 0;
      font-size: 1.67vw;
    }

    .gs-lightbox .gs-text{
      padding: 0 0 3.48vw 3.48vw;
      font-size: 1.67vw;
    }

    .gs-lightbox .gs-text.gs-center{
      padding: 2.09vw 0 0 0;
    }

    .gs-lightbox#gs-pop3 .gs-content{
      max-width: 83.34vw;
    }

    .gs-lightbox#gs-pop3 .gs-content .gs-center-title{
      font-size: 4.17vw;
      padding: 0 0 3.48vw 0;
    }

    .gs-lightbox#gs-pop3 .gs-content .gs-center-text{
      font-size: 1.53vw;
    }
}
@media screen and (max-width: 959px) {
    .gs-lightbox{
        padding: 64px 32px;
    }

    .gs-lightbox .gs-logo img{

        height: 48px;
    }

    .gs-lightbox .gs-content{
        padding: 64px 32px;
    }

    .gs-lightbox .gs-title,
    .gs-lightbox .gs-sub-title,
    .gs-lightbox .gs-text{
        font-size: 20px;
    }

    .gs-lightbox .gs-text li{
        margin: 0 0 0 50px;
    }

    .gs-lightbox#gs-pop3 .gs-content .gs-center-title{
        font-size: 40px;
    }

    .gs-lightbox#gs-pop3 .gs-content .gs-center-text{
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {

    .gs-lightbox {
        padding: 24px 10px;
    }

    .gs-lightbox .gs-content {
        padding: 64px 24px;
    }

    .gs-lightbox#gs-pop3 .gs-content .gs-center-title {
        font-size: 30px;
    }

    .gs-lightbox#gs-pop3 .gs-content .gs-center-text {
    font-size: 15px;
    }

    .gs-lightbox .gs-logo img {
        height: 35px;
    }

    .gs-lightbox .gs-title, .gs-lightbox .gs-sub-title, .gs-lightbox .gs-text {
        font-size: 16px;
    }

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

    .gs-lightbox .gs-text li {
        margin: 0px 0 0px 20px;
        padding: 0 0 20px 0;
    }
}

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



.gs-perplexity .gs-logo,
.gs-perplexity .gs-pre-title,
.gs-perplexity .gs-title,
.gs-perplexity .gs-text,
.gs-intro,
.gs-intro .gs-row .gs-photo,
.gs-intro .gs-row .gs-title,
.gs-intro .gs-row .gs-text,
.gs-tools,
.gs-tools .gs-title,
.gs-tools .gs-items .gs-item,
.gs-device .gs-top-photo,
.gs-device .gs-items .gs-item-photo,
.gs-device .gs-items .gs-item-content,
.gs-get,
.gs-disclaimer,
.gs-viosimotita,
.gs-specs .gs-title,
.gs-specs .gs-row,
.gs-faq{
    opacity: 0;
    transition: opacity 900ms,transform 900ms;
    transform: translate(0, 15%);
}

#tphone3 .gs-items .gs-item.gs-i1 .gs-item-photo,
#ttablet2 .gs-items .gs-item.gs-i1 .gs-item-photo{
    transform: translate(-40%, 15%);
}

#tphone3 .gs-items .gs-item.gs-i2 .gs-item-photo,
#ttablet2 .gs-items .gs-item.gs-i2 .gs-item-photo{
    transform: translate(40%, 15%);
}




.gs-perplexity .gs-logo.gs-anim,
.gs-perplexity .gs-pre-title.gs-anim,
.gs-perplexity .gs-title.gs-anim,
.gs-perplexity .gs-text.gs-anim,
.gs-intro.gs-anim,
.gs-intro .gs-row .gs-photo.gs-anim,
.gs-intro .gs-row .gs-title.gs-anim,
.gs-intro .gs-row .gs-text.gs-anim,
.gs-tools.gs-anim,
.gs-tools .gs-title.gs-anim,
.gs-tools .gs-items .gs-item.gs-anim,
.gs-device .gs-top-photo.gs-anim,
.gs-device .gs-items .gs-item-photo.gs-anim,
.gs-device .gs-items .gs-item-content.gs-anim,
.gs-get.gs-anim,
.gs-disclaimer.gs-anim,
.gs-viosimotita.gs-anim,
.gs-specs .gs-title.gs-anim,
.gs-specs .gs-row.gs-anim,
.gs-faq.gs-anim,
#tphone3 .gs-items .gs-item.gs-i1 .gs-item-photo.gs-anim,
#tphone3 .gs-items .gs-item.gs-i2 .gs-item-photo.gs-anim,
#ttablet2 .gs-items .gs-item.gs-i2 .gs-item-photo.gs-anim,
#ttablet2 .gs-items .gs-item.gs-i1 .gs-item-photo.gs-anim{
    opacity: 1;
    transform: translate(0, 0%);
}




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






.gs-anim-description{
    position: fixed;
    left: 0pc;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: rgba(0,0,0,0.8);
    display: none;
}

.gs-anim-description .gs-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 900px;
    text-align: left;
    padding: 40px;
    font-size: 15px;
    background: #fff;
    border-radius: 20px;
    color: #212121;
}


.gs-anim-description .gs-content .gs-text{
    overflow: auto;
    max-height: 80vh;
}

.gs-anim-description .gs-content .gs-close::before{
  content: "✕";
  font-size: 20px;
}

.gs-anim-description .gs-content .gs-close{
  position:absolute;
  right:20px;
  top:20px;
  color: #212121;
  display:block;
  font-size: 20px;
  text-align: center;
  font-size: 0px !important;
}


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

  
.gs-anim-description .gs-content{
  width: calc(100% - 2.78vw);
  max-width: 62.50vw;
  padding: 2.78vw;
  font-size: 1.05vw;
  border-radius: 1.39vw;
}

.gs-anim-description .gs-content .gs-close::before{
  font-size: 1.39vw;
}

.gs-anim-description .gs-content .gs-close{
  right:1.39vw;
  top:1.39vw;
  font-size: 1.39vw;
}
 

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


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

   
}


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
















