@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:#000000;
  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: #c3fb74 url("../images/bg.jpg?v=2") no-repeat center top;
  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 #c3fb74 !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 #c3fb74;
    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{
    width: 100%;
    padding: 16px 0;
    position: relative;
}

.gs-hero .gs-kv img{
    height: 393px;
    width: 100%;
    max-width: 2033px;
    object-fit: cover;
    margin: 0 auto;
}

.gs-hero .gs-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    width: 470px;
    align-content: center;
    padding: 28px 50px;
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
    border: 2px solid #c2fc00;
    border-radius: 28px;
    text-align: left;
    margin: 20px 0 0 100px;
}


@media screen and (min-width: 768px)  and (max-width: 1439px) {
    .gs-hero{
      padding: 1.12vw 0;
    }

    .gs-hero .gs-kv img{
      height: 27.30vw;
      max-width: 141.19vw;
    }

    .gs-hero .gs-text{
      width: 32.64vw;
      padding: 1.95vw 3.48vw;
      font-size: 1.95vw;
      border: 0.14vw solid #c2fc00;
      border-radius: 1.95vw;
      margin: 1.39vw 0 0 6.95vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-hero .gs-text {
        width: 41.64vw;
        padding: 1.95vw 3.48vw;
        font-size: 2.95vw;
        border: 0.14vw solid #c2fc00;
        border-radius: 1.95vw;
        margin: 1.39vw 0 0 2.95vw;
    }

    .gs-hero .gs-text br{
        display: none;
    }
}
@media screen and (max-width: 767px) {


    .gs-hero .gs-kv img{
        height: 353px;
    }

    .gs-hero .gs-text {
        transform: translate(-50%, 0%);
        top: auto;
        bottom: 30px;
        font-size: 16px;
        border-radius: 17px;
        width: calc(100% - 32px);
        padding: 20px 50px;
        margin: 0px;

    }

}

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


.gs-top-title{
    width: 100%;
    padding: 24px 20px 32px 20px;
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

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


@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .gs-top-title{
      padding: 1.67vw 1.39vw 2.78vw 1.39vw;
      font-size: 2.23vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-top-title{
        font-size: 31px;
    }

    .gs-top-title br{
        display: block;
    }

}
@media screen and (max-width: 767px) {
    .gs-top-title {
        font-size: 15px;
        padding: 0 0 20px 0;
        margin: -10px auto 0 auto;
    }
}

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


.gs-banner{
    max-width: 1372px;
    margin: 0 auto 40px auto;
    display: block;
    width: 100%;
}

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


@media screen and (min-width: 960px)  and (max-width: 1439px) {
   .gs-banner{
      max-width: 95.28vw;
      margin: 0 auto 2.78vw auto;
    }
}
@media screen and (max-width: 959px) {

    .gs-banner{
        width: calc(100% - 40px);
    }

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

}
@media screen and (max-width: 767px) {
    .gs-banner {
        width: calc(100% - 32px);
        margin: 0 auto 16px auto;
    }
}

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


.gs-top-categories{
    padding: 0 0 40px 0;
}

.gs-top-categories .gs-items{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.gs-top-categories .gs-items .gs-item{
    position: relative;
}

.gs-top-categories .gs-items .gs-item .gs-item-photo img{
    display: block;
    width: 100%;
    border-radius: 28px;
    border: 2px solid #c2fc00;
}

.gs-top-categories .gs-items .gs-item .gs-item-content{
    position: absolute;
    left: 40px;
    width: calc(100% - 80px);
    bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.gs-top-categories .gs-items .gs-item .gs-item-lnk{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    font-size: 0px;
}

.gs-top-categories .gs-items .gs-item .gs-item-title{
    height: 70px;
    align-content: center;
    background: #c2fc00;
    border-radius: 28px;
    width: 100%;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
}

.gs-top-categories .gs-items .gs-item .gs-item-more{
    height: 45px;
    align-content: center;
    background: #000;
    border-radius: 28px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #c2fc00;
    transition: all 200ms;
}

.gs-top-categories .gs-items .gs-item:hover .gs-item-more{
    opacity: 0.6;
}


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

    .gs-top-categories{
      padding: 0 0 2.78vw 0;
    }

    .gs-top-categories .gs-items{
      gap: 2.09vw;
    }

    .gs-top-categories .gs-items .gs-item .gs-item-photo img{
      border-radius: 1.95vw;
      border: 0.14vw solid #c2fc00;
    }

    .gs-top-categories .gs-items .gs-item .gs-item-content{
      left: 2.78vw;
      width: calc(100% - 5.56vw);
      bottom: 1.39vw;
      gap: 0.98vw;
    }

    .gs-top-categories .gs-items .gs-item .gs-item-title{
      height: 4.87vw;
      border-radius: 1.95vw;
      font-size: 1.67vw;
    }

    .gs-top-categories .gs-items .gs-item .gs-item-more{
      height: 3.13vw;
      border-radius: 1.95vw;
      font-size: 1.25vw;
    }
}
@media screen and (max-width: 959px) {

    .gs-top-categories{
        padding: 0 20px 40px 20px;
    }

    .gs-top-categories .gs-items {
        flex-wrap: wrap;
    }

    .gs-top-categories .gs-items .gs-item {
        width: calc(50% - 15px);
    }

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

    .gs-top-categories{
        padding: 0 16px 16px 16px;
    }

    .gs-top-categories .gs-items{
        gap: 16px;
    }

    .gs-top-categories .gs-items .gs-item{
        width: calc(50% - 8px);
        
    }

    .gs-top-categories .gs-items .gs-item .gs-item-photo img{
        border-radius: 12px;
        min-height: 310px;
        object-fit: cover;
        width: 100%;
        display: block;
    }

    .gs-top-categories .gs-items .gs-item .gs-item-content{
        width: calc(100% - 20px);
        bottom: 15px;
        left: 10px;
        gap: 6px;
    }

    .gs-top-categories .gs-items .gs-item .gs-item-title{
        height: 43px;
        font-size: 15px;
        border-radius: 12px;
        padding: 0 8px;
        line-height: 100%;
    }

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

    .gs-top-categories .gs-items .gs-item .gs-item-more {
        height: 28px;
        border-radius: 12px;
        font-size: 11px;
    }

}

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



.gs-products{
    padding: 0 0 40px 0;
}


.gs-products .gs-title{
    padding: 0 0 40px 0;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
}

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


.gs-products .gs-items{
    max-width: 1372px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.gs-products .gs-items .gs-item{
    width: calc(25% - 23px);
    min-height: 290px;
    background: #77e0a9;
    border-radius: 28px;
    border: 2px solid #c2fc00;
    position: relative;
}

.gs-products .gs-items .gs-item.gs-item-all{
    align-content: center;
    padding: 20px 35px;
}

.gs-products .gs-items .gs-item-icon{
    height: 140px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.gs-products .gs-items .gs-item-title{
    font-size: 37px;
    font-weight: 700;
    line-height: 120%;
    text-shadow: -2px 2px #c2fc00;
}

.gs-products .gs-items .gs-item.gs-item-all .gs-item-title{
    font-size: 33px;
    padding: 0 0 20px 0;
}

.gs-products .gs-items .gs-item-pop{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    border-radius: 28px;
    padding: 20px 20px 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    gap: 15px;
    opacity: 0;
    transition: all 300ms;
}

.gs-products .gs-items .gs-item.gs-active .gs-item-pop{
    visibility: visible;
    opacity: 1;
}

.gs-products .gs-items .gs-item-pop a{
    color: #c2fc00;
    font-size: 21px;
    line-height: 100%;
    font-weight: 600;
    display: block;
    width: 100%;
}

.gs-products .gs-items .gs-item-pop.gs-active a:not(.gs-sub-toggler){
    display: none;
}

.gs-products .gs-items .gs-item button{
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translate(-50%, 0);
    width: 33px;
    height: 21px;
    background: url("../images/icon-toggler.png") no-repeat center center;
    background-size: contain;
    font-size: 0px;
    border: 0px;
    cursor: pointer;
    z-index: 6;
    transition: filter 200ms;
}

.gs-products .gs-items .gs-item.gs-one-link button{
    z-index: 4;
}

.gs-products .gs-items .gs-item:not(.gs-active) button{
    transform: translate(-50%, 0) rotate(180deg);
    filter: brightness(0%);
}


.gs-products .gs-items .gs-item .gs-item-lnk{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    font-size: 0px;
}

.gs-products .gs-items .gs-item.gs-active .gs-item-lnk{
    display: none;
}

.gs-products .gs-items .gs-item .gs-item-more{
    height: 55px;
    align-content: center;
    background: #000;
    border-radius: 15px;
    width: 100%;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    color: #c2fc00;
    transition: all 200ms;
}

.gs-products .gs-items .gs-item:hover .gs-item-more{
    opacity: 0.6;
}


.gs-products .gs-items .gs-item .gs-sub-toggler{
    padding: 0 0px 0 0;
    position: relative;
}

.gs-products .gs-items .gs-item .gs-sub-toggler::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    background: url("../images/icon-toggler2.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
}

.gs-products .gs-items .gs-item .gs-active .gs-sub-toggler::after{
    display: none;
}

.gs-products .gs-items .gs-item .gs-active .gs-sub-toggler::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    background: url("../images/icon-toggler2.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
    transform: rotate(180deg);
    margin: -2px 5px 0 0;
}

.gs-products .gs-items .gs-item .gs-sub-links{
    display: none;

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

.gs-products .gs-items .gs-item .gs-active .gs-sub-links{
    display: flex;
}
.gs-products .gs-items .gs-item .gs-active .gs-sub-links a{
    display: block;
}


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

    .gs-products .gs-items .gs-item-icon img{height: 6vw;}
    .gs-products .gs-items .gs-item-icon img.gs-max{height: 8vw;}





    .gs-products{
      padding: 0 0 2.78vw 0;
    }

    .gs-products .gs-title{
      padding: 0 0 2.78vw 0;
      font-size: 2.23vw;
    }

    .gs-products .gs-items{
      max-width: 95.28vw;
      margin: 0 auto 2.78vw auto;
      gap: 2.09vw;
    }

    .gs-products .gs-items .gs-item{
      width: calc(25% - 1.60vw);
      min-height: 20.14vw;
      border-radius: 1.95vw;
      border: 0.14vw solid #c2fc00;
    }

    .gs-products .gs-items .gs-item.gs-item-all{
      padding: 1.39vw 2.44vw;
    }

    .gs-products .gs-items .gs-item-icon{
      height: 9.73vw;
    }




    .gs-products .gs-items .gs-item-title{
      font-size: 2.57vw;
      text-shadow: -0.13vw 0.14vw #c2fc00;
    }

    .gs-products .gs-items .gs-item.gs-item-all .gs-item-title{
      font-size: 2.30vw;
      padding: 0 0 1.39vw 0;
    }

    .gs-products .gs-items .gs-item-pop{
      border-radius: 1.95vw;
      padding: 1.39vw 1.39vw 3.48vw 1.39vw;
      gap: 1.05vw;
    }

    .gs-products .gs-items .gs-item-pop a{
      font-size: 1.46vw;
    }

    .gs-products .gs-items .gs-item button{
      bottom: 1.60vw;
      width: 2.30vw;
      height: 1.46vw;
    }

    .gs-products .gs-items .gs-item .gs-item-more{
      height: 3.82vw;
      border-radius: 1.05vw;
      font-size: 1.88vw;
    }

    .gs-products .gs-items .gs-item .gs-sub-toggler::after{
      width: 0.56vw;
      height: 0.98vw;
      margin: 0 0 0 0.70vw;
    }

    .gs-products .gs-items .gs-item .gs-active .gs-sub-toggler::before{
      width: 0.56vw;
      height: 0.98vw;
      margin: 0 0 0 0.70vw;
      margin: -0.13vw 0.35vw 0 0;
    }

    .gs-products .gs-items .gs-item .gs-sub-links{
      gap: 1.05vw;
    }
}
@media screen and (max-width: 959px) {

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

    .gs-products .gs-title br{
        display: block;
    }

    .gs-products .gs-title{
        font-size: 31px;
    }

    .gs-products .gs-items .gs-item {
        width: calc(50% - 15px);
    }

    .gs-products .gs-items .gs-item-title{
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }


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

    .gs-products{
        padding: 0 16px 16px 16px;
    }

    .gs-products .gs-items{
        gap: 16px;
    }

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

    .gs-products .gs-items .gs-item {
        width: calc(50% - 8px);
        min-height: 170px;
    }

    .gs-products .gs-items .gs-item-icon{
        height: 85px;
        padding: 10px 0 0 0;
    }

    .gs-products .gs-items .gs-item-icon img{
        height: 55px;
    }

    .gs-products .gs-items .gs-item-title{
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .gs-products .gs-items .gs-item.gs-item-all .gs-item-title{
        font-size: 19px;
        width: 100%;
        padding: 0 0 10px 0;
    }

    .gs-products .gs-items .gs-item button{
        width: 19px;
        height: 13px;
        bottom: 12px;
    }

    .gs-products .gs-items .gs-item.gs-item-all{
        padding: 20px 10px;
    }

    .gs-products .gs-items .gs-item .gs-item-more {
        height: 30px;
        border-radius: 8px;
        font-size: 16px;
    }

    .gs-products .gs-items .gs-item-pop,
    .gs-products .gs-items .gs-item .gs-active .gs-sub-links{
        gap: 5px;
    }

    .gs-products .gs-items .gs-item-pop a{
        font-size: 13px;
    }

}

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





.gs-bottom-links{
  padding: 30px 20px 40px 20px;
}

.gs-bottom-links .gs-title{
  color: #1C1C1B;
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.72px;
  padding: 0 0 40px 0;
}

.gs-bottom-links .gs-title strong{
  font-weight: 900;
}

.gs-bottom-links .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item{
  border-radius: 13px;
  background: #000;
  padding: 40px 16px;
  width: 197px;
  height: 197px;
  position: relative;
  transition: all 300ms;
}

.gs-bottom-links .gs-items .gs-item:hover{
  transform: scale(1.05);
}

.gs-bottom-links .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
}

.gs-bottom-links .gs-items .gs-item .gs-item-icon img{
  height: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 24px 0 0 0;
  color: #c2fc00;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.348px;
  font-weight: 700;
}




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


 .gs-bottom-links{
  padding: 2.09vw 1.39vw 2.78vw 1.39vw;
}

.gs-bottom-links .gs-title{
  font-size: 2.16vw;
  letter-spacing: -0.05vw;
  padding: 0 0 2.78vw 0;
}

.gs-bottom-links .gs-items{
  gap: 1.39vw;
  max-width: 133.34vw;
}

.gs-bottom-links .gs-items .gs-item{
  border-radius: 0.91vw;
  padding: 2.78vw 1.12vw;
  width: 12.69vw;
  height: 13.69vw;
}

.gs-bottom-links .gs-items .gs-item .gs-item-icon img{
  height: 3.48vw;
}

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 1.67vw 0 0 0;
  font-size: 0.91vw;
  letter-spacing: -0.02vw;
}

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

  .gs-bottom-links .gs-title{
    font-size: 28px;
  }

  .gs-bottom-links .gs-items{
    gap: 10px;
  }

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

  .gs-bottom-links {
    padding: 10px 16px 30px 16px;
  }

  .gs-bottom-links .gs-title {
    font-size: 22px;
    padding: 0 0 24px 0;
  }


  .gs-bottom-links .gs-items{
    display: block;
    overflow: auto;
    font-size: 0px;
    white-space: nowrap;
    margin: 0 -16px 0 0;
    width: calc(100% + 16px);
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  }

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


  .gs-bottom-links .gs-items .gs-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    white-space: normal;
  }


  .gs-bottom-links .gs-items .gs-item {
    width: 190px;
}

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

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



.gs-disclaimer{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
    position: relative;
    text-align: center;
    font-size: 17px;
}

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


@media screen and (min-width: 960px)  and (max-width: 1439px) {
    .gs-disclaimer{
      max-width: 62.50vw;
      padding: 0 1.39vw 2.78vw 1.39vw;
      font-size: 1.19vw;
    }
}
@media screen and (max-width: 959px) {}
@media screen and (max-width: 767px) {}

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

































