
@charset "utf-8";


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




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

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

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

.gs-page *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

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

.gs-page{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 23px;
    position:relative;
    margin:0 auto 0 auto;
    line-height:normal;
    padding:0px;
    text-align:center;
    overflow:hidden;
    background: #fff;
    padding: 0 0 60px 0;
}

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

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


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


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

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


.gs-bg-grey{
  background: #F4F4F4;
}

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

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

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

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

  .gs-mob-br{
    display: block;
    font-size: 0px;
    height: 0px;
  }
}

.footer{
  position: relative;
  z-index: 10;
}







.gs-page:focus {
    outline: 2px solid #D1392B !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 #D1392B;
    outline-offset: 2px;
} 



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



.gs-page{
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
}

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

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


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

.gs-hero{
  border-radius: 20px;
  background: #80FFB3;
  padding: 77px 110px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.gs-hero .gs-content{
  width: 58%;
  padding: 0 90px 0 0;
  text-align: left;
  color: #2D2D2D;
}

.gs-hero .gs-content .gs-logo{
  transform: translate(-25px, 0);
  width: 250px;
}

.gs-hero .gs-content .gs-title{
  color: #2D2D2D;
  font-size: 56.333px;
  font-weight: 800;
  line-height: 120%;
  padding: 55px 0 30px 0;
}

.gs-hero .gs-content .gs-text{
  font-size: 26.17px;
  line-height: 120%;
}

.gs-hero .gs-content .gs-more{
  display: inline-block;
  line-height: 60px;
  border-radius: 10px;
  background: #2D2D2D;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 0 70px;
  transition: all 300ms;
  margin: 30px 0 70px 0;
}

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

.gs-hero .gs-content .gs-panda{
  width: 201px;
}

.gs-hero .gs-photo{
  width: 42%;
}

.gs-hero .gs-photo img{
  display: block;
  width: 100%;
  border-radius: 45.882px;
}




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


  .gs-hero{
    border-radius: 1.39vw;
    padding: 5.35vw 7.64vw;
  }

  .gs-hero .gs-content{
    padding: 0 6.25vw 0 0;
  }

  .gs-hero .gs-content .gs-logo{
    transform: translate(-1.74vw, 0);
    width: 17.36vw;
  }

  .gs-hero .gs-content .gs-title{
    font-size: 3.89vw;
    padding: 3.82vw 0 2.08vw 0;
  }

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

  .gs-hero .gs-content .gs-more{
    line-height: 4.17vw;
    border-radius: 0.69vw;
    font-size: 1.39vw;
    padding: 0 4.86vw;
    margin: 2.08vw 0 4.86vw 0;
  }


  .gs-hero .gs-content .gs-panda{
    width: 13.96vw;
  }

}

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

  .gs-hero{
    padding: 170px 30px 30px 30px;
    flex-direction: column-reverse;
    position: relative;
  }

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



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

  .gs-hero .gs-photo img{
    height: 70vw;
    object-fit: cover;
  }

  .gs-hero .gs-content .gs-logo{
    position: absolute;
    left: 30px;
    top: 40px;
    width: 100%;
  }

  .gs-hero .gs-content .gs-logo img{
    margin: 0 auto;
  }

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

  .gs-hero{
    padding-top: 110px;
  }

  .gs-hero .gs-content .gs-logo{
    top: 30px;
  }

  .gs-hero .gs-content .gs-logo img{
    width: 160px; 
  }

  .gs-hero .gs-photo img{
    width: 230px;
    border-radius: 22px;
    margin: 0 auto;
  }

  .gs-hero .gs-content .gs-title {
    font-size: 30px;
    padding: 28px 0 10px 0;
    text-align: center;
  }

  .gs-hero .gs-content .gs-text {
    font-size: 18px;
    text-align: center;
  }

  .gs-hero .gs-content .gs-more {
    display: block;
    line-height: 42px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0 0px;
    margin: 15px 0 24px 0;
    text-align: center;
  }

  .gs-hero .gs-content .gs-panda{
    width: 127px;
    margin: 0 auto;
  }

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


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

.gs-gapp{
  text-align: center;
  padding: 64px 0 75px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
  color: #2D2D2D;
  max-width: 1130px;
  margin: 0 auto;
}

.gs-gapp .gs-logo{
  width: 88px;
}

.gs-gapp .gs-title{
  font-size: 38px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.76px;
}


.gs-gapp .gs-text,
.gs-gapp .gs-text h2,
.gs-gapp .gs-text h3{
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.52px;
  margin: 0px;
  padding: 0px;
}

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


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

  .gs-gapp{
    padding: 4.44vw 0 5.21vw 0;
    gap: 3.33vw;
    max-width: 78.47vw;
  }

  .gs-gapp .gs-logo{
    width: 6.11vw;
  }

  .gs-gapp .gs-title{
    font-size: 2.64vw;
  }


  .gs-gapp .gs-text,
  .gs-gapp .gs-text h2,
  .gs-gapp .gs-text h3{
    font-size: 1.81vw;
  }

  .gs-gapp .gs-text h2{
    padding: 0 0 1.39vw 0;
  }

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

  .gs-gapp .gs-title {
    font-size: 30px;
    max-width: 286px;
    margin: 0 auto;
  }

  .gs-gapp .gs-text{
    font-size: 21px;
    padding: 0 30px;
  }

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


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


.gs-steps{
  border-radius: 20px;
  background: #F5F5F5;
  padding: 73px 20px 65px 20px;
  margin: 0 auto 30px auto;
}

.gs-steps .gs-title{
  color: #2D2D2D;
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.9px;
}

.gs-steps .gs-text{
  color: #2D2D2D;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.52px;
  padding: 30px 0 60px 0;
}


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

.gs-steps .gs-items .gs-item{
  border-radius: 20px;
  background: #80FFB3;
  padding: 54px 40px;
  width: 557px;
  text-align: left;
}

.gs-steps .gs-items .gs-item .gs-item-step{
  color: #2D2D2D;
  font-size: 38.53px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.771px;
}

.gs-steps .gs-items .gs-item .gs-item-title {
    color: #2D2D2D;
    font-size: 33px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.76px;
    padding: 45px 0 0px 0;
    min-height: 150px;
}

.gs-steps .gs-items .gs-item .gs-item-text{
  color: #2D2D2D;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  padding: 0 0 55px 0;
}

.gs-steps .gs-items .gs-item .gs-item-more{
  display: block;
  line-height: 60px;
  border-radius: 10px;
  background: #2D2D2D;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  transition: all 300ms;
  text-align: center;
}

.gs-steps .gs-items .gs-item .gs-item-more:hover{
  opacity: 0.9;
  text-decoration: none;
}

.gs-steps .gs-sub-title{
  color: #2D2D2D;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.9px;
  padding: 50px 0 35px 0;
}

.gs-steps .gs-sub-text{
  color: #2D2D2D;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
}



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


  .gs-steps{
    border-radius: 1.39vw;
    padding: 5.07vw 1.39vw 4.51vw 1.39vw;
    margin: 0 auto 2.08vw auto;
  }

  .gs-steps .gs-title{
    font-size: 3.12vw;
  }

  .gs-steps .gs-text{
    font-size: 1.81vw;
    padding: 2.08vw 0 4.17vw 0;
  }


  .gs-steps .gs-items{
    gap: 1.11vw;
  }

  .gs-steps .gs-items .gs-item{
    border-radius: 1.39vw;
    padding: 3.75vw 2.78vw;
    width: 38.68vw;
  }

  .gs-steps .gs-items .gs-item .gs-item-step{
    font-size: 2.68vw;
  }

  .gs-steps .gs-items .gs-item .gs-item-title {
      font-size: 2.64vw;
      padding: 3.12vw 0 0px 0;
      min-height: 14.86vw;
  }

  .gs-steps .gs-items .gs-item .gs-item-text{
    font-size: 1.39vw;
    padding: 0 0 3.82vw 0;
  }

  .gs-steps .gs-items .gs-item .gs-item-more{
    line-height: 4.17vw;
    border-radius: 0.69vw;
    font-size: 1.39vw;
    padding: 0 1.39vw;
  }

  .gs-steps .gs-sub-title{
    font-size: 2.08vw;
    padding: 3.47vw 0 2.43vw 0;
  }

  .gs-steps .gs-sub-text{
    font-size: 1.39vw;
  }

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

  .gs-steps .gs-items{
    flex-wrap: wrap;
  }

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

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

  .gs-steps {
    border-radius: 20px;
    padding: 63px 10px 55px 10px;
    margin: 0 auto 30px auto;
  }

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

  .gs-steps .gs-text{
    font-size: 26px;
    padding: 9px 0 43px 0;
  }

  .gs-steps .gs-items .gs-item{
    padding: 55px 25px 50px 25px;
    text-align: center;
  }

  .gs-steps .gs-items .gs-item .gs-item-step{
    font-size: 23px;
  }

  .gs-steps .gs-items .gs-item .gs-item-title{
    font-size: 30px;
    min-height: 10px;
    padding: 26px 0 15px 0;
  }

  .gs-steps .gs-items .gs-item .gs-item-text {
    font-size: 20px;
    padding: 0 0 35px 0;
  }

  .gs-steps .gs-items .gs-item .gs-item-more {
    line-height: 43px;
    font-size: 15px;
    padding: 0 20px;
  }


  .gs-steps .gs-sub-title{
    padding-bottom: 24px;
  }

  .gs-steps .gs-sub-text{
    max-width: 310px;
    margin: 0 auto;
  }

  .gs-steps .gs-sub-text br{
    display: none;
  }



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


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

.gs-must-do{
  background:#2D2D2D;
  border-radius: 20px;
  color: #fff;
  padding: 90px 115px 65px 115px;
  overflow: hidden;
}

.gs-must-do .gs-title{
  color: #FFF;
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.9px;
}

.gs-must-do .gs-text{
  color: #FFF;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.52px;
  padding: 40px 0 58px 0;
}

.gs-must-do .gs-items{

}

.gs-must-do .gs-items .gs-item{
  border-radius: 20px;
  background: #F5F5F5 url("../images/icon-tick.svg") no-repeat calc(100% - 14px) 14px;
  background-size: 30px auto;
  width: 328px;
  height: 328px;
  display: inline-flex;
  vertical-align: top;
  color: #2D2D2D;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 200ms;
}
.gs-must-do .gs-items .gs-item:hover,
.gs-must-do .gs-items .gs-item:focus{
  background-color: #80FFB3;
}


.gs-must-do .gs-items .gs-item .gs-item-title{
  min-height: 180px;
  padding: 30px 20px 0 20px;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.44px;
}

.gs-must-do .gs-items .gs-item img{
  width: auto;
}


.gs-must-do .gs-sub-text{
  color: #FFF;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.52px;
  padding: 60px 0 0 0;
}

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


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

  .gs-must-do{
    border-radius: 1.39vw;
    padding: 6.25vw 7.99vw 4.51vw 7.99vw;
  }

  .gs-must-do .gs-title{
    font-size: 3.12vw;
  }

  .gs-must-do .gs-text{
    font-size: 1.81vw;
    padding: 2.78vw 0 4.03vw 0;
  }


  .gs-must-do .gs-items .gs-item{
    border-radius: 1.39vw;
    background: #F5F5F5 url("../images/icon-tick.svg") no-repeat calc(100% - 0.97vw) 0.97vw;
    background-size: 2.08vw auto;
    width: 22.78vw;
    height: 22.78vw;
  }

  .gs-must-do .gs-items .gs-item img{
    width: 7vw;
    max-height: 4vw;
  }


  .gs-must-do .gs-items .gs-item .gs-item-title{
    min-height: 12.5vw;
    padding: 2.08vw 1.39vw 0 1.39vw;
    font-size: 1.53vw;
  }


  .gs-must-do .gs-sub-text{
    font-size: 1.81vw;
    padding: 4.17vw 0 0 0;
  }


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


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

  .gs-must-do {
    border-radius: 20px;
    padding: 55px 30px 48px 30px;
  }

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

  .gs-must-do .gs-text{
    font-size: 20px;
  }

  .gs-must-do .gs-items .gs-item{
    width: 292px;
    height: 292px;
  }

  .gs-must-do .gs-items .gs-item .gs-item-title {
    min-height: 169px;
    padding: 30px 20px 0 20px;
    font-size: 19px;
  }

  .gs-must-do .gs-items .gs-item img {
    width: 21vw;
    max-height: 16vw;
  }

  .gs-must-do .gs-sub-text{
    font-size: 20px;
  }

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


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

.gs-faq-single .owl-carousel .animated { 
  animation-duration: 300ms;
  animation-fill-mode: both;
}


.gs-faq-single{
  padding: 45px 0 50px 0;
  position: relative;
}

.gs-faq-single .gs-title{
  color: #2D2D2D;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  padding: 0 0 55px 0;
}



.gs-faq-single .gs-items{
  border-radius: 20px;
  background: #2D2D2D;
  padding: 14px;
  max-width: 670px;
  margin: 0 auto;
}

.gs-faq-single .gs-items .gs-item-title{
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.gs-faq-single .gs-items .gs-item-text{
  border-radius: 20px;
  background: #F5F5F5;
  min-height: 210px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gs-faq-single .gs-items .gs-item-text p{
  color: #2D2D2D;
  font-size: 20px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.4px;
  padding: 0 0 10px 0;
}

.gs-faq-single .gs-items .gs-item-text p:last-child{
  padding: 0px;
}

.gs-faq-single .gs-items .gs-item-text a{
  text-decoration: underline;
}

.gs-faq-single .owl-prev{
  position: absolute;
  top: 50%;
  left: -110px;
  background: url("../images/icon-prev.svg") no-repeat center center !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}

.gs-faq-single .owl-next{
  position: absolute;
  top: 50%;
  right: -110px;
  background: url("../images/icon-next.svg") no-repeat center center !important;
  background-size: contain !important;
  width: 40px;
  height: 40px;
}

.gs-faq-single .owl-prev span,
.gs-faq-single .owl-next span{
  display: none;
}

.gs-faq-single .owl-item {height: 0;}    
.gs-faq-single .owl-item.active {height: auto;}

.gs-faq-single .owl-height{
  height: auto !important;
}

.gs-faq-single .owl-dots{
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: translate(0, 50px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


.gs-faq-single .owl-dots button{
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #2D2D2D;
  opacity: 0.2;
}

.gs-faq-single .owl-dots button.active{
  opacity: 1;
}






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


  .gs-faq-single{
    padding: 3.12vw 0 3.47vw 0;
    position: relative;
  }

  .gs-faq-single .gs-title{
    font-size: 2.22vw;
    padding: 0 0 3.82vw 0;
  }



  .gs-faq-single .gs-items{
    border-radius: 1.39vw;
    padding: 0.97vw;
    max-width: 46.53vw;
  }

  .gs-faq-single .gs-items .gs-item-title{
    min-height: 8.33vw;
    font-size: 1.74vw;
  }

  .gs-faq-single .gs-items .gs-item-text{
    border-radius: 1.39vw;
    min-height: 14.58vw;
    padding: 2.08vw;
  }
  .gs-faq-single .gs-items .gs-item-text p{
    font-size: 1.39vw;
  }


  .gs-faq-single .owl-prev{
    left: -7.64vw;
    width: 2.78vw;
    height: 2.78vw;
  }

  .gs-faq-single .owl-next{
    right: -7.64vw;
    width: 2.78vw;
    height: 2.78vw;
  }


  .gs-faq-single .owl-dots{
    transform: translate(0, 3.47vw);
    gap: 0.69vw;
  }


  .gs-faq-single .owl-dots button{
    width: 0.56vw;
    height: 0.56vw;
  }

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

  .gs-faq-single .gs-title{
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gs-faq-single .gs-title br{
    display: none;
  }
}
@media screen and (max-width: 374px){}


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


.gs-categories{
  
  padding: 150px 0px 70px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #2D2D2D;
}

.gs-categories .gs-title{
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.9px;
  padding: 0 0 30px 0;
}

.gs-categories .gs-text{
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.52px;
  padding: 0 0 60px 0;
}

.gs-categories .gs-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 21px 0;
  margin: 0 auto;
  max-width: 750px;
  max-width: 1126px;

}

.gs-categories .gs-items .gs-item{
  min-width: 29%;
  text-decoration: none;
  position: relative;
  font-size: 0px;
  text-align: left;
}

.gs-categories .gs-items .gs-item img{
  max-width: 70px;
}


.gs-categories .gs-items .gs-item a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gs-categories .gs-items .gs-item .gs-item-photo{
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
  transition: all 200ms;
}

.gs-categories .gs-items .gs-item .gs-item-title{
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 95px);
  color: #666;
  transition: all 200ms;
  font-family: Arial;
}

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


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

  
  .gs-categories .gs-items .gs-item:hover .gs-item-photo{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .gs-categories .gs-items .gs-item:hover .gs-item-title{
    -ms-transform: translate(-5px, 0%);
    -webkit-transform: translate(-5px, 0%);
    transform: translate(-5px, 0%);
  }


}


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

  .gs-categories{
    
    padding: 10.42vw 0px 4.86vw 0px;
  }

  .gs-categories .gs-title{
    font-size: 3.12vw;
    padding: 0 0 2.08vw 0;
  }

  .gs-categories .gs-text{
    font-size: 1.81vw;
    padding: 0 0 4.17vw 0;
  }

  .gs-categories .gs-items{
    gap: 1.46vw 0;
    max-width: 52.08vw;
     max-width: 78.19vw;
  }

  .gs-categories .gs-items .gs-item img{
    max-width: 4.86vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-photo{
    margin: 0 1.74vw 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-title{
    font-size: 1.04vw;
    width: calc(100% - 6.6vw);
  }

}


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

  .gs-categories .gs-text{
    font-size: 23px;
  }

  .gs-categories .gs-items{
    justify-content: flex-start;
  }

  .gs-categories .gs-items .gs-item{
    min-width: 10px;
    width: 33.33%;
    padding-right: 20px;
  }

}

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

  .gs-categories {
    padding: 55px 35px 70px 35px;
  }

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

  .gs-categories .gs-text{
    font-size: 22px;
    max-width: 360px;
    margin: 0 auto;
  }

  .gs-categories .gs-text br{
    font-size: 0px;
  }

  .gs-categories .gs-items .gs-item{
    width: 220px;
    padding: 0px;
  }

  .gs-categories .gs-items{
    width: 700px;
    padding-left: 35px;
  }

  .gs-categories .gs-items .gs-item .gs-item-photo{
    margin: 0 15px 0 0;
  }

  .gs-categories .gs-scroll{
    width: 100vw;
    margin: 0 -35px;
    overflow: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  }

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

  .gs-categories .gs-items .gs-item br{
    display: block;
  }

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

}


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


.gs-recycle{
  border-radius: 20px;
  background: #80FFB3;
  padding: 70px 100px 60px 100px;
  text-align: center;
  color: #2D2D2D;
  max-width: 1126px;
  margin: 0 auto;
}

.gs-recycle .gs-icon img{
  margin: 0 auto;
  display: block;
  width: 88px;
}

.gs-recycle .gs-title{
  font-size: 45px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.9px;
  padding: 50px 0 34px 0;
}

.gs-recycle .gs-sub-title{
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
  padding: 0 0 35px 0;
}

.gs-recycle .gs-text{
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  padding: 0 0 35px 0;
}

.gs-recycle .gs-more{
  display: inline-block;
  line-height: 60px;
  border-radius: 10px;
  background: #2D2D2D;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 0 65px;
  transition: all 300ms;
}

.gs-recycle .gs-more:hover{
  opacity: 0.9;
  text-decoration: none;
}



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


  .gs-recycle{
    border-radius: 1.39vw;
    padding: 4.86vw 6.94vw 4.17vw 6.94vw;
    max-width: 78.19vw;
  }

  .gs-recycle .gs-icon img{
    width: 6.11vw;
  }

  .gs-recycle .gs-title{
    font-size: 3.12vw;
    padding: 3.47vw 0 2.36vw 0;
  }

  .gs-recycle .gs-sub-title{
    font-size: 1.74vw;
    padding: 0 0 2.43vw 0;
  }

  .gs-recycle .gs-text{
    font-size: 1.39vw;
    padding: 0 0 2.43vw 0;
  }

  .gs-recycle .gs-more{
    line-height: 4.17vw;
    border-radius: 0.69vw;
    font-size: 1.39vw;
    padding: 0 4.51vw;
  }

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

  .gs-recycle{
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .gs-recycle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gs-recycle .gs-icon img{
    width: 67px;
  }

  .gs-recycle .gs-title {
    font-size: 30px;
    padding: 31px 0 20px 0;
  }

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

  .gs-recycle .gs-more {
    line-height: 43px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0 17px;
  }

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


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


.gs-blog-single{
  max-width: 1126px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}

.gs-blog-single .gs-photo{
  height: 524px;
  width: 786px;
  border-radius: 18px;
  background: #F3F3F3;
}

.gs-blog-single .gs-col{
  width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-items: start;
  gap: 16px;
}

.gs-blog-single .gs-col .gs-blog-logo{
  height: 69px;
  border-radius: 18px;
  background: #F3F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.gs-blog-single .gs-col .gs-blog-logo img{
  display: block;
  transform: translate(0, 10%);
}

.gs-blog-single .gs-col .gs-content{
  height: 345px;
  border-radius: 18px;
  background: #F3F3F3;
  width: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
}

.gs-blog-single .gs-col .gs-content .gs-title{
  color: #000;
  font-size: 31px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.62px;
  padding: 0 0 10px 0;
}

.gs-blog-single .gs-col .gs-content .gs-text{
  font-size: 23px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: -0.46px;
}

.gs-blog-single .gs-col .gs-more{
  border-radius: 18px;
  background: #050505;
  display: block;
  width: 100%;
  height: 69px;
  line-height: 69px;
  text-align: center;

  color: #F3F3F3;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  transition: all 300ms;
}


.gs-blog-single .gs-col .gs-more:hover{
  text-decoration: none;
  opacity: 0.8;
}




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


  .gs-blog-single{
    max-width: 78.19vw;
    margin: 2.08vw auto 0 auto;
    gap: 1.11vw;
  }

  .gs-blog-single .gs-photo{
    height: 36.39vw;
    width: 54.58vw;
    border-radius: 1.25vw;
  }

  .gs-blog-single .gs-col{
    width: 22.92vw;
    gap: 1.11vw;
  }

  .gs-blog-single .gs-col .gs-blog-logo{
    height: 4.79vw;
    border-radius: 1.25vw;
  }

  .gs-blog-single .gs-col .gs-content{
    height: 23.96vw;
    border-radius: 1.25vw;
    padding: 2.36vw;
  }

  .gs-blog-single .gs-col .gs-content .gs-title{
    font-size: 2.15vw;
    padding: 0 0 0.69vw 0;
  }

  .gs-blog-single .gs-col .gs-content .gs-text{
    font-size: 1.6vw;
  }

  .gs-blog-single .gs-col .gs-more{
    border-radius: 1.25vw;
    height: 4.79vw;
    line-height: 4.79vw;
    font-size: 1.39vw;
  }


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

  .gs-blog-single .gs-photo{
    width: 500px;
  }

  .gs-blog-single .gs-col .gs-content .gs-text{
    font-size: 20px;
  }

  .gs-blog-single .gs-col .gs-more{
    font-size: 18px;
  }

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

  .gs-blog-single{
    padding: 90px 16px 35px 16px;
    position: relative;
    flex-direction: column;
  }

  .gs-blog-single .gs-photo{
    width: 100%;
    height: auto;
    min-height: 267px;
  }

  .gs-blog-single .gs-col .gs-blog-logo{
    position: absolute;
    left: 16px;
    top: 0px;
    width: calc(100% - 32px);
  }

  .gs-blog-single .gs-col{
    width: 100%;
  }

  .gs-blog-single .gs-col .gs-content{
    height: auto;
    align-items: center;
    text-align: center;
  }



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


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











































