@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-mob-br{
  display: none;
}


.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 *:focus {
    outline: 2px solid #FF5A5E !important;
    outline-offset: 2px !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 #FF5A5E;
    outline-offset: 2px;
} 


.gs-page{
	font-family: "proxima-nova", sans-serif;
  font-weight: 400;
	color:#000;
	font-size:17px;
	text-rendering: optimizeLegibility;
  	font-feature-settings: "kern" 1;
  	font-kerning: normal;
  	position:relative;
  	overflow:hidden;
  margin:0px auto 0 auto;
  position:relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 44px 0;
  
}

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


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

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

}

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

@media screen and (max-width: 767px){
  .gs-page{
    padding: 10px;
    gap: 32px;
  }
}
/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */



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

.gs-hero .gs-col{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  width: 330px;
  text-align: center;
}

.gs-hero .gs-soon{
  background: #F3F3F3;
  border-radius: 18px;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 69px;
}

.gs-hero .gs-5g{
  background: #F3F3F3;
  border-radius: 18px;
  width: 100%;
  height: 69px;
  align-content: center;
  text-align: center;
}

.gs-hero .gs-5g img{
  display: block;
  width: 184px;
  margin: 0 auto;
}


.gs-hero .gs-content{
  background: #F3F3F3;
  border-radius: 18px;
  width: 100%;
  height: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
}

.gs-hero .gs-content .gs-title{
  font-size: 26px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -0.64px;
}

.gs-hero .gs-content .gs-text{
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.48px;
}


.gs-hero .gs-col.gs-sec{
  width: 1038px;
  position: relative;
}

.gs-hero .gs-col.gs-sec video{
  display: block;
  width: 100%;
  border-radius: 18px;
}


.gs-hero .gs-preorder-gifts{
  background: #F3F3F3;
  border-radius: 18px;
  width: 100%;
  padding: 21px 0;
  min-height: 430px;
  align-content: center;
}

.gs-hero .gs-preorder-gifts img{
  width: 213px;
  margin: 0 auto;
}

.gs-hero .gs-more{
  display: block;
  border-radius: 18px;
  background: #000;
  line-height: 69px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  transition: all 200ms;
}

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


  .gs-hero .gs-col.gs-sec .gs-play-pause {
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    outline: none;
    font-size: 0px;
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause::before, 
  .gs-hero .gs-col.gs-sec .gs-play-pause::after {
    content: "";
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 1px;
    background: #000;
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause::after {
    left: 60%;
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause.gs-active::after {
    display: none;
  }
  .gs-hero .gs-col.gs-sec .gs-play-pause.gs-active::before {
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #000;
    background: none;
    left: 50%;
  }




.gs-hero .gs-show-anim-description{
    display: block;
    color: #000;
    font-size: 12px;
    position: absolute;
    right: 45px;
    top: calc(100% + 12px);
}

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

  .gs-hero{
    gap: 1.67vw;
  }

  .gs-hero .gs-col{
    gap: 1.67vw;
    width: 22.92vw;
  }

  .gs-hero .gs-soon{
    border-radius: 1.25vw;
    font-size: 2.09vw;
    line-height: 4.80vw;
  }

  .gs-hero .gs-5g{
    border-radius: 1.25vw;
    height: 4.80vw;
  }

  .gs-hero .gs-5g img{
    width: 12.78vw;
  }

  .gs-hero .gs-content{
    border-radius: 1.25vw;
    height: 27.78vw;
    gap: 1.39vw;
    padding: 2.09vw 1.39vw;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 1.81vw;
    letter-spacing: -0.04vw;
  }

  .gs-hero .gs-content .gs-text{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-hero .gs-col.gs-sec{
    width: 72.09vw;
  }

  .gs-hero .gs-col.gs-sec video{
    border-radius: 1.25vw;
  }

  .gs-hero .gs-preorder-gifts{
    border-radius: 1.25vw;
    padding: 1.46vw 0;
    min-height: 29.87vw;
  }

  .gs-hero .gs-preorder-gifts img{
    width: 14.80vw;
  }

  .gs-hero .gs-more{
    border-radius: 1.25vw;
    line-height: 4.80vw;
    font-size: 1.39vw;
  }


  .gs-hero .gs-col.gs-sec .gs-play-pause{
    width: 1.67vw;
    height: 1.67vw;
    border: 0.07vw solid #000;
    right: 0.70vw;
    top: calc(100% + 0.70vw);
  }

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

  .gs-hero .gs-col.gs-sec .gs-play-pause.gs-active::before{
    border-top: 0.42vw solid rgba(0, 0, 0, 0);
    border-bottom: 0.42vw solid rgba(0, 0, 0, 0);
    border-left: 0.42vw solid #000;
  }

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

  .gs-hero{
    width: 100%;
  }

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

  .gs-hero .gs-content .gs-text {
    font-size: 2.2vw;
  }

  .gs-hero .gs-col{
    width: 35vw;
  }

  .gs-hero .gs-col.gs-sec{
    width: calc(65vw - 10px);
  }

  .gs-hero .gs-col.gs-sec video{
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px){

  .gs-hero{
    flex-direction: column;
    gap: 10px;
  }


  .gs-hero .gs-col.gs-sec{
    width: 100%;
    order: 1;
    gap: 10px;
  }

  .gs-hero .gs-col.gs-first{
    order: 2;
    width: 100%;
    gap: 10px;
  }

  .gs-hero .gs-soon{
    font-size: 24px;
  } 


  .gs-hero .gs-content .gs-title{
    text-align: center;
    width: 100%;
    font-size: 22px;
  }

  .gs-hero .gs-content .gs-text{
    font-size: 20px;
    text-align: center;
     width: 100%;
  }

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

  .gs-hero .gs-content{
    height: auto;
  }


  .gs-hero .gs-preorder-gifts{
    min-height: 10px;
  }


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

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


.gs-product{
  text-align: center;
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.gs-product .gs-title{
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.gs-product .gs-items{
  width: 100%;
  max-width: 1154px;
  margin: 0 auto;
}


.gs-product .gs-items .gs-item{
  position: relative;
}

.gs-product .gs-items .gs-item-bg img{
  display: block;
  width: 100%;
  border-radius: 14px;
}

.gs-product .gs-items .gs-item-content{
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  border-radius: 8.47px;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(12px);
  padding: 20px 15px 0 15px;
  min-height: 200px;
  text-align: center;
}

.gs-product .gs-items .gs-item-title{
  color: #282828;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.554px;
  padding: 0 0 16px 0;
}

.gs-product .gs-items .gs-item-text{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.37px;
}

.gs-product .gs-items .owl-prev,
.gs-product .gs-items .owl-next{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-100%, -50%);
  margin: 0 0 0 -16px;
  background:#000 url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: cover !important;
  border-radius: 50%;
  font-size: 0px;
}

.gs-product .gs-items .owl-next{
  left: 100%;
  transform: translate(0%, -50%);
  margin: 0 0 0 16px;
  background-image: url("../images/icon-next.svg") !important;
}

.gs-product .gs-items .owl-prev span,
.gs-product .gs-items .owl-next span{
  font-size: 0px !important;
}

.gs-product .gs-items .owl-prev.disabled,
.gs-product .gs-items .owl-next.disabled{
  opacity: 0.2;
  cursor: default;
}

.gs-product .gs-items .owl-dots{
  display: none;
}

.gs-product .gs-row{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 26px;
}  

.gs-product .gs-row .gs-col{
  width: 460px;
  min-height: 393px;
  margin: 0 26px 0 0;
}

.gs-product .gs-row .gs-photo{
  width: 270px;
  height: 310px;
  position: relative;
  margin: 15px auto 0 auto;
}

.gs-product .gs-row .gs-photo::after{
  content: "";
  position: absolute;
  left: 100%;
  bottom: 14px;
  margin: 0 0 0 15px;
  width: 96px;
  height: 54px;
  background: url("../images/icon-energy-tag.svg") no-repeat center center;
  background-size: contain;
}

.gs-product .gs-row .gs-photo img{
  display: block;
  width: 100%;
}

.gs-product .gs-row .gs-item-colors{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 16px 0 0 0;
}

.gs-product .gs-row .gs-item-colors a{
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  font-size: 0px;
}

.gs-product .gs-row .gs-item-colors a::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ADADAD;
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.gs-product .gs-row .gs-item-colors a::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #ADADAD;
  opacity: 0;
}

.gs-product .gs-row .gs-item-colors a.gs-active::after{
  opacity: 1;
}

.gs-product .gs-row .gs-item-colors a:nth-child(2)::before{
  background: #99867E;
}

.gs-product .gs-row .gs-item-colors a:nth-child(3)::before{
  background: #121214;
}


.gs-product#gs-p2 .gs-row .gs-item-colors a:nth-child(1)::before{
  background: #4B4A49;

}
.gs-product#gs-p2 .gs-row .gs-item-colors a:nth-child(2)::before{
  background: #403430;
}

.gs-product#gs-p2 .gs-row .gs-item-colors a:nth-child(3)::before{
  background: #121214;
}

.gs-product .gs-row .gs-gift{
  border-radius: 18px;
  background: #F3F3F3;
  width: 315px;
  color: #000;
  text-align: center;
  padding: 20px;

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


.gs-product .gs-row .gs-gift img{
  display: block;
  width: auto;
  height: 155px;
  margin: 0 auto;
}

.gs-product .gs-row .gs-gift .gs-gift-top-title{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  padding: 0 0 29px 0;
}

.gs-product .gs-row .gs-gift .gs-gift-title{
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  padding: 44px 0 11px 0;
}

.gs-product .gs-row .gs-gift .gs-gift-text{
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  line-height: 110%;
}

.gs-product .gs-row .gs-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  width: 330px;
}

.gs-product .gs-row .gs-content .gs-logo{
  border-radius: 12px;
  background: #F3F3F3;
  width: 100%;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gs-product .gs-row .gs-content .gs-logo img{
  display: block;
  height: 23px;
  margin: 0 auto;
}

.gs-product .gs-row .gs-content .gs-price{
  border-radius: 12px;
  background: #F3F3F3;
  width: 100%;
  flex: 1 0 0;

  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.36px;

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

.gs-product .gs-row .gs-content .gs-price span.l{
  font-size: 21px;
}

.gs-product .gs-row .gs-content .gs-price span.b{
  font-weight: 700;
}

.gs-product .gs-row .gs-content .gs-price strong{
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.84px;
}

.gs-product .gs-row .gs-content .gs-more{
  width: 100%;
  color: #fff;

  line-height: 60px;
  text-align: center;

  color: #F3F3F3;
  text-align: center;
  font-family: Arial;
  font-size: 21.065px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.421px;
  text-transform: uppercase;
  text-decoration: none;

  border-radius: 10.533px;
  background: #050505;
  transition: all 200ms;
}

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




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

  .gs-product{
    gap: 3.34vw;
  }

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

  .gs-product .gs-items{
    max-width: 80.14vw;
  }

  .gs-product .gs-items .gs-item-bg img{
    border-radius: 0.98vw;
  }

  .gs-product .gs-items .gs-item-content{
    left: 0.70vw;
    bottom: 0.70vw;
    width: calc(100% - 1.39vw);
    border-radius: 0.59vw;
    backdrop-filter: blur(0.84vw);
    padding: 1.39vw 1.05vw 0 1.05vw;
    min-height: 13.89vw;
  }

  .gs-product .gs-items .gs-item-title{
    font-size: 1.53vw;
    letter-spacing: -0.03vw;
    padding: 0 0 1.12vw 0;
  }

  .gs-product .gs-items .gs-item-text{
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
  }

  .gs-product .gs-items .owl-prev,
  .gs-product .gs-items .owl-next{
    margin: 0 0 0 -1.11vw;
  }

  .gs-product .gs-items .owl-next{
    margin: 0 0 0 1.12vw;
  }

  .gs-product .gs-row{
    gap: 1.81vw;
  }

  .gs-product .gs-row .gs-col{
    width: 31.95vw;
    min-height: 27.30vw;
    margin: 0 1.81vw 0 0;
  }

  .gs-product .gs-row .gs-photo{
    width: 18.75vw;
    height: 21.53vw;
    margin: 1.05vw auto 0 auto;
  }

  .gs-product .gs-row .gs-photo::after{
    bottom: 0.98vw;
    margin: 0 0 0 1.05vw;
    width: 6.67vw;
    height: 3.75vw;
  }

  .gs-product .gs-row .gs-item-colors{
    gap: 1.05vw;
    padding: 1.12vw 0 0 0;
  }

  .gs-product .gs-row .gs-item-colors a{
    width: 1.88vw;
    height: 1.88vw;
    border: 0.07vw solid #ffffff;
  }

  .gs-product .gs-row .gs-item-colors a::before{
    width: 1.46vw;
    height: 1.46vw;
  }

  .gs-product .gs-row .gs-item-colors a::after{
    border: 0.14vw solid #ADADAD;
  }

  .gs-product .gs-row .gs-gift{
    border-radius: 1.25vw;
    width: 21.88vw;
    padding: 1.39vw;
  }

  .gs-product .gs-row .gs-gift img{
    height: 10.77vw;
  }

  .gs-product .gs-row .gs-gift .gs-gift-top-title{
    font-size: 1.67vw;
    padding: 0 0 2.02vw 0;
  }

  .gs-product .gs-row .gs-gift .gs-gift-title{
    font-size: 1.39vw;
    padding: 3.06vw 0 0.77vw 0;
  }

  .gs-product .gs-row .gs-gift .gs-gift-text{
    font-size: 1.05vw;
  }

  .gs-product .gs-row .gs-content{
    gap: 0.98vw;
    width: 22.92vw;
  }

  .gs-product .gs-row .gs-content .gs-logo{
    border-radius: 0.84vw;
    height: 5.00vw;
  }

  .gs-product .gs-row .gs-content .gs-logo img{
    height: 1.60vw;
  }

  .gs-product .gs-row .gs-content .gs-price{
    border-radius: 0.84vw;
    font-size: 1.53vw;
    letter-spacing: -0.02vw;
  }

  .gs-product .gs-row .gs-content .gs-price span.l{
    font-size: 1.46vw;
  }

  .gs-product .gs-row .gs-content .gs-price strong{
    font-size: 2.92vw;
    letter-spacing: -0.05vw;
  }

  .gs-product .gs-row .gs-content .gs-more{
    line-height: 4.17vw;
    font-size: 1.47vw;
    letter-spacing: -0.02vw;
    border-radius: 0.74vw;
  }

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


  .gs-product{
    gap: 30px;
    max-width: 100%;
  }

  .gs-product .gs-title{
    font-size: 30px;
  }

  .gs-product .gs-text {
    font-size: 27px;
  }

  .gs-product .gs-row .gs-col{
    margin: 0px;
  }


  .gs-product .gs-row{
    gap: 10px;
    flex-wrap: wrap;
  }

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

  .gs-product .owl-nav{
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 0 0;
    gap: 10px;
  }

  .gs-product .gs-row .gs-gift .gs-gift-top-title {
    padding: 0 0 16px 0;
  }

  .gs-product .gs-row .gs-gift .gs-gift-title{
    padding: 20px 0 0 0;
  }


  .gs-product .gs-items .owl-prev, .gs-product .gs-items .owl-next{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
    margin: 0px;
  }


  .gs-product .gs-row .gs-gift img{
    height: 110px;
  }


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


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

  .gs-product .gs-text {
    font-size: 22px;
    padding: 20px 0;
    max-width: 320px;
    margin: 0 auto;
  }

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

  .gs-product .gs-row{
    flex-direction: column;
    gap: 20px;
  }

  .gs-product .gs-row .gs-col{
    margin: 0 auto;
  }

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

  .gs-product .gs-row .gs-content .gs-price{
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .gs-product .gs-row .gs-gift{
    width: 100%;
  }

  .gs-product .gs-row .gs-gift .gs-gift-title {
    font-size: 20px;
  }

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

  .gs-product .gs-row .gs-photo{
    height: auto;
    width: 100%;
  }

  .gs-product .gs-row .gs-photo img {
    display: block;
    width: 100%;
  }

  .gs-product .gs-row .gs-item-colors{
    
  }

  .gs-product .gs-items .gs-item-title{
    font-size: 22px;
  }

  .gs-product .gs-items .gs-item-text{
    font-size: 17px;
  }

  .gs-product .gs-items .gs-item-content{
    min-height: 140px;
  }

  .gs-product .gs-row{
    width: 100%;
  }

  .gs-product .gs-row .gs-col{
    width: 220px;
  }

  .gs-product .gs-row .gs-photo::after {
  
    margin: 0 0 0 0px;
    width: 60px;
    height: 54px;
}

.gs-product .gs-row .gs-col{
  min-height: 320px;
}

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


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

.gs-paroxes .gs-title{
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.88px;
  padding: 0 0 44px 0;
}

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

.gs-paroxes .gs-items .gs-item{
  border-radius: 14.62px;
  background: #EDEDED;
  width: 266px;
  min-height: 326px;
}

.gs-paroxes .gs-items .gs-item .gs-item-photo{
  height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gs-paroxes .gs-items .gs-item.gs-last .gs-item-photo{
  justify-content: start;
}

.gs-paroxes .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: calc(100% - 40px);
}

.gs-paroxes .gs-items .gs-item.gs-last .gs-item-photo img{
  width: 100%;
}

.gs-paroxes .gs-items .gs-item .gs-item-photo.gs-min img{
  width: 88px;
}

.gs-paroxes .gs-items .gs-item .gs-item-title{
  color: #282828;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.395px;
  padding: 0 15px;
}

.gs-paroxes .gs-items .gs-item .gs-item-title sup{
  font-size: 12px;
}

.gs-paroxes .gs-items .gs-item .gs-item-text{
  padding: 12px 15px 0 15px;
  color: #282828;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.227px;
}



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

  .gs-paroxes .gs-title{
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
    padding: 0 0 3.06vw 0;
  }

  .gs-paroxes .gs-items{
    gap: 1.19vw;
  }

  .gs-paroxes .gs-items .gs-item{
    border-radius: 1.02vw;
    width: 18.48vw;
    min-height: 22.64vw;
  }

  .gs-paroxes .gs-items .gs-item .gs-item-photo{
    height: 12.02vw;
  }

  .gs-paroxes .gs-items .gs-item .gs-item-photo img{
    width: calc(100% - 2.78vw);
  }

  .gs-paroxes .gs-items .gs-item .gs-item-photo.gs-min img{
    width: 6.12vw;
  }

  .gs-paroxes .gs-items .gs-item .gs-item-title{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
    padding: 0 1.05vw;
  }

  .gs-paroxes .gs-items .gs-item .gs-item-title sup{
    font-size: 0.84vw;
  }

  .gs-paroxes .gs-items .gs-item .gs-item-text{
    padding: 0.84vw 1.05vw 0 1.05vw;
    font-size: 0.84vw;
    letter-spacing: -0.01vw;
  }
}
@media screen and (max-width: 959px){


  .gs-paroxes{
    width: 100%;
  }

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

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

  .gs-paroxes .gs-scroll-content{
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 20px);
    margin: 0 -20px 0 0;
    padding: 0 20px 0 0;
  }

  .gs-paroxes .gs-items{
    width: 1300px;
    gap: 10px;
  }

  .gs-paroxes .gs-items .gs-item {
    border-radius: 14.62px;
    width: 250px;
    min-height: 268px;
  }

  .gs-paroxes .gs-items .gs-item .gs-item-photo {
    height: 163px;
  }

  .gs-paroxes .gs-items .gs-item .gs-item-title {
    font-size: 18px;
    padding: 0 15px;
  }

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

  .gs-paroxes .gs-title{
    font-size: 24px;
  }

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


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



.gs-cheaper .gs-title,
.gs-insurance .gs-title{
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.88px;
  padding: 0 0 44px 0;
}

.gs-insurance .gs-title img{
  display: block;
  width: 464px;
  margin: 0 auto;
}


.gs-cheaper .gs-items,
.gs-insurance .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}


.gs-cheaper .gs-items .gs-item{
  width: 407px;
  position: relative;
}
.gs-insurance .gs-items .gs-item{
  width: 685px;
  position: relative;
}

.gs-cheaper .gs-items .gs-item .gs-item-link,
.gs-insurance .gs-items .gs-item .gs-item-link{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0px;
}

.gs-cheaper .gs-items .gs-item img,
.gs-insurance .gs-items .gs-item img{
  display: block;
  width: 100%;
}

.gs-cheaper .gs-items .gs-item .gs-item-more,
.gs-insurance .gs-items .gs-item .gs-item-more{
  padding: 20px;
  margin: 10px auto 0 auto;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;

  border-radius: 18px;
  background: #000;
  transition: all 200ms;

}

.gs-cheaper .gs-items .gs-item:hover .gs-item-more,
.gs-insurance .gs-items .gs-item:hover .gs-item-more{
  opacity: 0.7;
}




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

  .gs-cheaper .gs-title,
  .gs-insurance .gs-title{
    font-size: 3.06vw;
    letter-spacing: -0.06vw;
    padding: 0 0 3.06vw 0;
  }

  .gs-insurance .gs-title img{
    width: 32.23vw;
  }

  .gs-cheaper .gs-items,
  .gs-insurance .gs-items{
    gap: 1.12vw;
  }

  .gs-cheaper .gs-items .gs-item{
    width: 28.27vw;
  }

  .gs-insurance .gs-items .gs-item{
    width: 47.57vw;
  }

  .gs-cheaper .gs-items .gs-item .gs-item-more,
  .gs-insurance .gs-items .gs-item .gs-item-more{
    padding: 1.39vw;
    margin: 0.70vw auto 0 auto;
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 959px){

  .gs-cheaper .gs-title, 
  .gs-insurance .gs-title {
    font-size: 30px;
    padding: 0 0 30px 0;
}

  .gs-cheaper .gs-items .gs-item,
  .gs-insurance .gs-items .gs-item{
    width: calc(50% - 8px);
  }

  .gs-cheaper .gs-items .gs-item .gs-item-more, 
  .gs-insurance .gs-items .gs-item .gs-item-more {
    font-size: 18px;
    padding: 12px;
    border-radius: 12px;
  }

  .gs-insurance .gs-title img{
    width: 330px;
  }

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

  .gs-cheaper .gs-title, .gs-insurance .gs-title {
    font-size: 24px;
    padding: 0 0 24px 0;
  }

  .gs-cheaper .gs-items, .gs-insurance .gs-items{
    flex-wrap: wrap;
  }

  .gs-cheaper .gs-items .gs-item, .gs-insurance .gs-items .gs-item{
    width: 100%;
  }

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



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




.gs-disclaimer{
  padding: 0 20px 0px 20px;

  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.36px;
  max-width: 1040px;
  margin: 0 auto;
}

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


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

  .gs-disclaimer{
    padding: 0 1.39vw 0.00vw 1.39vw;
    font-size: 1.25vw;
    letter-spacing: -0.02vw;
    max-width: 72.23vw;
  }


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


  .gs-disclaimer {
    font-size: 15px;
  }

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


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



.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) {

   
}


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


































