@charset "utf-8";


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

/* bogart */
@import url("https://use.typekit.net/ute4iye.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 .visually-hidden{
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}

.gs-page *{
  font-family: "proxima-nova", sans-serif;
	-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:#28225E;
  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: #fff url("../images/bg.webp") no-repeat center bottom;
  background-size: cover;

  text-align: center;

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

.gs-page > *{
  width: 100%;
}

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


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


.gs-page .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;
    margin-block: 0px 0px;
    font-weight: normal;
}



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

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

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

  }
}

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

  .gs-page{
    padding: 20px 16px;
    gap: 0px;
  }

  .gs-mob-br{
    display: block !important;
  }

  .gs-page .gs-img-4desk{
    display: none !important;
  }
  .gs-page .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;
  }


}

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


.gs-main-title{
  padding: 24px 0 ;
 color: #473EBC;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.42px;
}


@media screen and (min-width: 960px)  and (max-width: 1439px) {
  .gs-main-title{
    padding: 1.67vw 0;
    font-size: 1.67vw;
    letter-spacing: -0.02vw;
  }
}
@media screen and (max-width: 959px) {
  .gs-main-title{
    padding: 18px 20px;
    font-size: 24px;
  }


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

  .gs-main-title{
    padding: 0px 0 20px 0;
    font-size: 24px;
    max-width: 330px;
    margin: 0 auto;
  }

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

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



.gs-hero{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 127px;
  padding: 27px 70px;
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  background: url("../images/bg-hero.webp") no-repeat center center;
  background-size: cover;
  border-radius: 14px;
}

.gs-hero .gs-app-logo{
  width: 524px;
}

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

.gs-hero .gs-content{
  width:600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.gs-hero .gs-content img{
  display: block;
  width: 478px;
  margin: 0 auto;
}

.gs-hero .gs-content .gs-title{
  color: #473EBC;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
}

.gs-hero .gs-content .gs-text{
  color: #473EBC;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.gs-hero .gs-content img{
  display: block;
  width: 350px;
  margin: 0 auto;
}



@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-hero{
    gap: 8.82vw;
    padding: 1.88vw 4.87vw;
    max-width: 96.53vw;
    border-radius: 0.98vw;
  }

  .gs-hero .gs-app-logo{
    width: 36.39vw;
  }

  .gs-hero .gs-content{
    width:41.67vw;
    gap: 1.67vw;
  }

  .gs-hero .gs-content img{
    width: 33.20vw;
  }

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

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

  .gs-hero .gs-content img{
    width: 24.31vw;
  }
}
@media screen and (max-width: 959px){

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

}
@media screen and (max-width: 767px){
  .gs-hero{
    padding: 23px 0 36px 0;
    gap: 24px;
  }

  .gs-hero .gs-app-logo{
    width: 85%;
  }

  .gs-hero .gs-content img{
    width: 85%;
  }

  .gs-hero .gs-content{
    width: 100%;
    gap: 12px;
  }

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

  .gs-hero .gs-content .gs-text{
    font-size: 16px;
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
  }

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

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


.gs-hero-wrapper{
  background: linear-gradient(0deg, #473EBC 0%, #473EBC 100%);
  padding: 24px 0;
}
.gs-hero-bottom{
  width: 100%;
  max-width: 1390px;
  margin:24px auto 0 auto;
}

.gs-hero-bottom .gs-items{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 17px;
  width: 100%;
}

.gs-hero-bottom .gs-item{
  border-radius: 20px;
  background: #fff;
  width: 450px;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  text-align: left;

  position: relative;

  padding: 17px 24px;
 transition: all 300ms ease-out;
}

.gs-hero-bottom .gs-items .gs-item:hover{
  transform: scale(1.03);
}

.gs-hero-bottom .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gs-hero-bottom .gs-item .gs-item-photo{
  position: relative;
}

.gs-hero-bottom .gs-item img{
  display: block;
  width: auto;
  height: 95px;
}

.gs-hero-bottom .gs-item img.gs-v2{
  position: absolute;
  width: 42%;
  left: 0px;
  bottom: 0px;
  transform: translate(-5%, 50%);
}

.gs-hero-bottom .gs-item .gs-item-text{
  color: #282828;
  font-size: 18px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: -0.34px;
}

.gs-hero-bottom .gs-item .gs-item-title{
  color: #282828;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.54px;
  padding: 3px 0 10px 0;
}

.gs-hero-bottom .gs-item .gs-item-points{
  width: 155px;
  height: 28px;
  border-radius: 4px;
  background: #FF4857;
  text-align: center;
  line-height: 28px;

  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.54px;
}


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

  .gs-hero-bottom{
    max-width: 96.53vw;
    margin:1.67vw auto 0 auto;
  }

  .gs-hero-bottom .gs-items{
    gap: 1.19vw;
  }

  .gs-hero-bottom .gs-item{
    border-radius: 1.39vw;
    width: 31.25vw;
    gap: 1.95vw;
    padding: 1.19vw 1.67vw;
  }

  .gs-hero-bottom .gs-item img{
    height: 6.60vw;
  }

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

  .gs-hero-bottom .gs-item .gs-item-title{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0.21vw 0 0.70vw 0;
  }

  .gs-hero-bottom .gs-item .gs-item-points{
    width: 10.77vw;
    height: 1.95vw;
    border-radius: 0.28vw;
    line-height: 1.95vw;
    font-size: 1.88vw;
    letter-spacing: -0.03vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-hero-wrapper{
   width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }


  .gs-hero-bottom .gs-items{
   flex-wrap: wrap;
  }

  .gs-hero-bottom .gs-item{
    width: calc(50% - 10px);
  }

  .gs-hero-bottom .gs-item:last-child{
    width: 100%;
    justify-content: center;
  }

  .gs-hero-bottom .gs-items .gs-item:hover{
    transform: scale(1);
  }


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



  .gs-hero-bottom .gs-item .gs-item-text{
    font-size: 16px;
  }

  .gs-hero-bottom .gs-item .gs-item-title{
    font-size: 22px;
  }


  .gs-hero-bottom .gs-item img{
    height: auto;
    width: 100px;
    max-width: none;
  }

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

  .gs-hero-bottom .gs-items .gs-item{
   width: 100%;
   justify-content: flex-start;
   gap: 10px;
   padding: 15px 15px 15px 25px;
  }

  .gs-hero-bottom .gs-item .gs-item-text{
    max-width: 200px;
  }

  .gs-hero-bottom .gs-item .gs-item-photo{
    width: 100px;
    margin: 0 0 0 0px;
  }

}


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


.gs-apple-banner{
 width: 100%;
 max-width: 1440px;
 margin: 44px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  position: relative;
  background: url("../images/bg-apple-banner.webp") no-repeat center top;
  background-size: contain;
  padding: 34px 0 0px 0;
  min-height: 611px;

}


.gs-apple-banner .gs-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 0px;
  opacity: 0;
  display: block;
}

.gs-apple-banner .gs-content{
  width: 100%;
}

.gs-apple-banner .gs-content .gs-title{
  color: #473EBC;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  line-height: 110%;
  padding: 0 0 12px 0;
}

.gs-apple-banner .gs-content .gs-text{
  color: #473EBC;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; 
  padding: 0 0 16px 0;
}

.gs-apple-banner .gs-photo{
  width: 100%;
}

.gs-apple-banner .gs-photo img{
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.gs-apple-banner .gs-exclude {
  color: #28225E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}

@media screen and (min-width: 960px)  and (max-width: 1439px) {
     .gs-apple-banner{
    max-width: 100.00vw;
    margin: 3.06vw auto 0 auto;
    gap: 1.12vw;
    padding: 2.37vw 0 0.00vw 0;
    min-height: 42.44vw;
  }

  .gs-apple-banner .gs-content .gs-title{
    font-size: 2.50vw;
    padding: 0 0 0.84vw 0;
  }

  .gs-apple-banner .gs-content .gs-text{
    font-size: 1.95vw;
    padding: 0 0 1.12vw 0;
  }

  .gs-apple-banner .gs-photo img{
    max-width: 45.14vw;
  }

  .gs-apple-banner .gs-exclude{
    font-size: 1.12vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-apple-banner{
    min-height: 10px;
  }

  .gs-apple-banner::before{
    width: 150px;
    height: 150px;
  }

 .gs-apple-banner .gs-content .gs-text {
    font-size: 15px;
  }

  .gs-apple-banner .gs-photo img {
    display: block;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
  }

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

  .gs-apple-banner{
    margin: 20px auto 30px auto;
    padding: 45px 0;
    background-image: url("../images/bg-apple-banner-mob.webp");
  }

  .gs-apple-banner .gs-content .gs-title {
    font-size: 28px;
    margin: 0 auto;
  }

  .gs-apple-banner .gs-exclude{
    max-width: 240px;
    margin: 0 auto;
  }

  .gs-apple-banner .gs-photo img {
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

  .gs-apple-banner .gs-content .gs-text {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
  }

}


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


.gs-gplus{
 border-radius: 0px;
  background: #093A91;
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 0;
}

.gs-gplus .gs-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  font-size: 0px;
  opacity: 0;
  display: block;
}

.gs-gplus .gs-photo{
  width: 795px;
}

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


.gs-gplus .gs-content{
  color: #fff;
  width: 542px;
  text-align: center;
}


.gs-gplus .gs-title{
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%; 
  letter-spacing: -0.64px;
}

.gs-gplus .gs-text{
  padding: 38px 0 58px 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 120%; 
  letter-spacing: -0.48px;
}

.gs-gplus .gs-more{
  padding: 16px 20px;
  border-radius: 16px;
  background: #fff;
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.732px; 
  letter-spacing: 0.72px;
  transition: all 300ms;
  max-width: 436px;
  margin: 0 auto;
}

.gs-gplus:hover .gs-more{
  opacity: 0.8;
}


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

  .gs-gplus .gs-photo{
    width: 55.21vw;
  }

  .gs-gplus .gs-content{
    width: 37.64vw;
  }

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

  .gs-gplus .gs-text{
    padding: 2.64vw 0 4.03vw 0;
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-gplus .gs-more{
    padding: 1.12vw 1.39vw;
    border-radius: 1.12vw;
    font-size: 1.67vw;
    line-height: 1.93vw;
    letter-spacing: 0.05vw;
    max-width: 30.28vw;
  }
}
@media screen and (max-width: 959px) {

  .gs-gplus{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .gs-gplus .gs-title {
    font-size: 22px;
}

  .gs-gplus .gs-text {
    padding: 11px 0 24px 0;
    font-size: 17px;
  }

  .gs-gplus .gs-more {
    padding: 10px 10px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 27.732px;
    max-width: 306px;
    border-radius: 12px;
  }

  .gs-gplus br{
    display: none;
  }

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

  .gs-gplus{
    flex-direction: column;
    padding: 0px;
    border-radius: 0px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    background: #093A91 url("../images/bg-gplus-mob.webp") no-repeat center top;
    background-size: 100% auto;
    padding-top: 82vw;
  }

  .gs-gplus .gs-photo{
    width: 100%;
    display: none;
  }

  .gs-gplus .gs-content{
    padding: 12px 20px 32px 20px;
    width: 100%;
  }

}


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





.gs-categories{
  max-width: 1126px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 0px 0 0 0;
}

.gs-categories .gs-title{
  color: #473EBC;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;

}

.gs-categories .gs-text{
  padding: 12px 0 42px 0;

  color: #473EBC;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}

.gs-categories .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin: 10px 0 0 0;
  position: relative;
}

.gs-categories .gs-items .gs-item{
  
  width: calc(25% - 12px);
  min-height: 260px;
  position: relative; 
  z-index: 2;

  border-radius: 14px;
  border: 3px solid #473EBC;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(30px);

}

.gs-categories .gs-items .gs-item.gs-has-links{
   width: calc(50% - 8px);
   display: inline-flex;
   justify-content: space-between;
   align-items: stretch;
}

.gs-categories .gs-items .gs-item .gs-item-content{
  padding: 0px 0 0 0; 
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

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

.gs-categories .gs-items .gs-item.gs-has-links .gs-item-content{
  width: 45%;
  text-align: center;
}

.gs-categories .gs-items .gs-item .gs-item-links{
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 25px 0 0px;
}



.gs-categories .gs-items .gs-item .gs-item-links a,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: #473EBC;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  transition: all 300ms;
  cursor: pointer;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-min{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-min a{
  width: calc(100% - 5px);
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 15px;
    background: url("../images/icon-arrow-more.svg") no-repeat center center;
    background-size: contain;
    margin: -3px 0 0px 2px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title:hover::after{
  filter: brightness(0%);
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before{
  display: none;
  background-image: url("../images/icon-arrow-back.svg");
   margin: -3px 2px 0 0px ;
}

.gs-categories .gs-items .gs-item .gs-item-links a:hover,
.gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title:hover{
  opacity: 0.8;
}

.gs-categories .gs-items .gs-item .gs-item-icon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.gs-categories .gs-items .gs-item .gs-item-icon img{
  display: block;
  width: auto;
  margin: 0 auto;
  height: 160px;
}
.gs-categories .gs-items .gs-item .gs-item-title{
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.gs-categories .gs-items .gs-item .gs-multi-links{
  width: 100%;
}

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

.gs-categories .gs-items .gs-item .gs-item-links.gs-active > a,
.gs-categories .gs-items .gs-item .gs-item-links.gs-active > .gs-min{
  display: none;
} 

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title{
  background: #fff;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title:hover{
  background: #fff;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title:hover::before{
  filter: brightness(0%);
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title::after{
  display: none;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title::before{
  display: inline-block;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 0 0 0;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a{
  font-size: 15px;
}

.gs-categories .gs-items .gs-item.gs-all{
  width: calc(50% - 8px);
  height: 100%;
  align-content: center;
  color: #282828;

  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;

}

.gs-categories .gs-items .gs-item.gs-all img{
  width: 176px;
  display: block;
}

.gs-categories .gs-items .gs-item.gs-all .gs-all-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-text{
  font-size: 24px;
  font-style: normal;
  
  line-height: 120%; 
  margin: 0 auto -9px auto;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-text strong{
  font-weight: 700;
}

.gs-categories .gs-items .gs-all-content .gs-all-content-more{
  padding: 12px 40px;
  border-radius: 10px;
  background: #473EBC;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: all 300ms;
}

.gs-categories .gs-items .gs-item.gs-all:hover .gs-all-content .gs-all-content-more{
  opacity: 0.8;
}




.gs-categories .gs-items .gs-icon{
  position: absolute;
  left: -255px;
  top: 170px;
  width: 389px;
  z-index: 1;
}

.gs-categories .gs-items .gs-icon img{
  display: block;
  width: 100%;
}


.gs-categories .gs-items .gs-icon.gs-i2{
 left: auto;
 right: -245px;
 top: 70%;
 width: 319px;
}


.gs-categories .gs-sub-links{
  border-radius: 8px;
  background: #473EBC;
  padding: 5px;
  width: 100%;
}

.gs-categories .gs-sub-links .gs-sub-links-title{
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding: 3px 16px 10px 16px;
}

.gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items a{
  border-radius: 6px;
  background: #fff;
  color: #473EBC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  display: inline-block;
  padding: 2px 10px;
}



.gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links a.gs-min2{
  width: calc(50% - 2px);
}


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

  .gs-categories .gs-title{
    font-size: 2.50vw;
  }

  .gs-categories .gs-text{
    padding: 0.84vw 0 2.92vw 0;
    font-size: 1.67vw;
  }

  .gs-categories .gs-items{
    gap: 1.12vw;
    margin: 0.70vw 0 0 0;
  }

  .gs-categories .gs-items .gs-item{
    width: calc(25% - 0.84vw);
    min-height: 18.06vw;
    border-radius: 0.98vw;
    border: 0.21vw solid #473EBC;
    backdrop-filter: blur(2.09vw);
  }

  .gs-categories .gs-items .gs-item.gs-has-links{
    width: calc(50% - 0.56vw);
  }

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

  .gs-categories .gs-items .gs-item .gs-item-links{
    gap: 0.70vw;
    padding: 0 1.74vw 0 0.00vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links a,
  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
    font-size: 1.25vw;
    padding: 0.35vw 0.70vw;
    border-radius: 0.56vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-min{
    gap: 0.70vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-min a{
    width: calc(100% - 0.35vw);
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after,
  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before{
    width: 0.84vw;
    height: 1.05vw;
    margin: -0.20vw 0 0.00vw 0.14vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before{
    margin: -0.20vw 0.14vw 0 0.00vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon img{
    height: 11.12vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-title{
    font-size: 1.67vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items{
    gap: 0.84vw;
    padding: 0.84vw 0 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a{
    font-size: 1.05vw;
  }

  .gs-categories .gs-items .gs-item.gs-all{
    width: calc(50% - 0.56vw);
    font-size: 1.67vw;
  }

  .gs-categories .gs-items .gs-item.gs-all img{
    width: 12.23vw;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content{
    gap: 1.74vw;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-text{
    font-size: 1.67vw;
    margin: 0 auto -0.62vw auto;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-more{
    padding: 0.84vw 2.78vw;
    border-radius: 0.70vw;
    font-size: 1.39vw;
    letter-spacing: 0.05vw;
  }

  .gs-categories .gs-items .gs-icon{
    left: -17.70vw;
    top: 11.81vw;
    width: 27.02vw;
  }

  .gs-categories .gs-items .gs-icon.gs-i2{
    right: -17.01vw;
    width: 22.16vw;
  }

  .gs-categories .gs-sub-links{
    border-radius: 0.56vw;
    padding: 0.35vw;
  }

  .gs-categories .gs-sub-links .gs-sub-links-title{
    font-size: 1.25vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items{
    gap: 0.28vw;
    padding: 0.21vw 1.12vw 0.70vw 1.12vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items a{
    border-radius: 0.42vw;
    font-size: 1.12vw;
    padding: 0.14vw 0.70vw;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links a.gs-min2{
    width: calc(50% - 0.14vw);
  }
}
@media screen and (max-width: 959px){

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

  .gs-categories .gs-items .gs-item.gs-has-links{
    width: 100%;
  }


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


}

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


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

  .gs-categories .gs-text {
    padding: 12px 0 14px 0;
    font-size: 18px;
  }

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



  .gs-categories .gs-items{
    gap: 10px;
  }


  .gs-categories .gs-items .gs-item{
    min-height: 164px;
    width: calc(50% - 5px);
  }

  .gs-categories .gs-items .gs-item .gs-item-content{
    padding: 5px 0 0 0;
    gap: 8px;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon{
    min-height: 100px;
    
    overflow: hidden;
  }

  .gs-categories .gs-items .gs-item .gs-item-icon img{
    height: 100px;
    width: auto;
  }

  .gs-categories .gs-items .gs-item .gs-item-title{
    font-size: 16px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links a, .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title{
    font-size: 11px;
    padding: 4px 5px;
    border-radius: 4px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    padding: 12px;
    gap: 4px;
  }


  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::after, .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    width: 5px;
    height: 10px;
    margin: -3px 0 0px 2px;
  }




  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items a,
  .gs-categories .gs-items .gs-item .gs-item-links a, 
  .gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links-title {
    font-size: 14px;
}

.gs-categories .gs-items .gs-item .gs-item-links.gs-active .gs-multi-links .gs-multi-links-items {
    gap: 4px;
    padding: 4px 0 0 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-min{
    gap: 4px;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-multi-links-title::before {
    width: 6px;
    height: 10px;
    margin: -2px 2px 0px 0px;
  }

  .gs-categories .gs-items .gs-item.gs-has-links .gs-item-content{
    width: 45%;
  }

  .gs-categories .gs-items .gs-item .gs-item-links{
    width: 55%;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content{
    padding: 20px;
  }

  .gs-categories .gs-items .gs-item.gs-all .gs-all-content img{
    width: 184px;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-text {
      font-size: 20px;
      margin: 0 auto -9px auto;
  }

  .gs-categories .gs-items .gs-all-content .gs-all-content-more {
      padding: 10px 36px;
      font-size: 16px;
  }


  .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items{
    padding: 3px 0 5px 0;
  }

  .gs-categories .gs-items .gs-item .gs-item-links .gs-sub-links .gs-sub-links-items a{
    font-size: 13px;
  }


  .gs-categories .gs-items .gs-icon{
    display: none;
  }



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

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


.gs-bottom-links{
  
  padding: 0px ;
  position: relative;

}


.gs-bottom-links .gs-sec-title{
  padding: 0 0 40px 0;
  font-size: 32px;
  color: #473EBC;
  font-weight: 700;
  text-align: center;
  line-height: 110%;
}

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

.gs-bottom-links .gs-items .gs-item{

  padding: 24px 10px;
  width: 204px;
  height: 161px;
  position: relative;
  transition: all 300ms;
  border-radius: 12px;
  border: 1.5px solid #473EBC;
  background: #473EBC;
  transition: all 300ms;
}

@media screen and (min-width: 960px){
  .gs-bottom-links .gs-items .gs-item:hover{
    transform: scale(1.05);
  }
}


.gs-bottom-links .gs-items .gs-item:hover{
  
}

.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: 48px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.gs-bottom-links .gs-items .gs-item .gs-item-title{
  padding: 12px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  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: 0;
  }

  .gs-bottom-links .gs-sec-title{
    padding: 0 0 2.78vw 0;
    font-size: 2.23vw;
  }

  .gs-bottom-links .gs-items{
    gap: 1.12vw;
    max-width: 63.89vw;
  }

    .gs-bottom-links .gs-items .gs-item{
    padding: 1.67vw 0.70vw;
    width: 14.17vw;
    height: 11.19vw;
    border-radius: 0.84vw;
    border: 0.11vw solid #990707;
  }

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

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 0.84vw 0 0 0;
    font-size: 1.12vw;
    letter-spacing: -0.02vw;
  }
  .gs-bottom-links .gs-items .gs-item:hover{
    transform: translate(-0.27vw, -0.27vw);
    box-shadow: 0.28vw 0.28vw 0 #990707;
  }

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


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

  .gs-bottom-links h2.gs-sec-title {
    font-size: 20px;
  }

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

  .gs-bottom-links{
    padding: 0 20px;
   

    width: calc(100% + 40px);
    margin: 0 -20px;
  }

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

.gs-bottom-links h2.gs-sec-title  br{
  display: none;
}

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

  .gs-bottom-links .gs-items .gs-item{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    padding: 0px;
  }

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

  .gs-bottom-links .gs-items .gs-item .gs-item-icon img{
    height: 46px;
  }

  .gs-bottom-links .gs-items .gs-item .gs-item-title{
    padding: 0px;
    text-align: left;
    font-size: 17px;
  }


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

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

.gs-faq{
  text-align: center;
  padding: 0px 0 44px 0;
}

.gs-faq .gs-title{
  color: #473EBC;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.84px;
  padding: 0 0 26px 0;
}

.gs-faq .gs-items{
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

.gs-faq .gs-items .gs-item{
  width: 100%;
  color: #282828;

  border-radius: 14px;
  background: rgba(226, 233, 252, 0.50);
  backdrop-filter: blur(8.449999809265137px);
  border: 1.5px solid #473EBC;
}









.gs-faq .gs-items .gs-item .gs-item-q{
  display: block;
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  position: relative;
  border: 0px;
  width: 100%;
  padding: 22px 70px 22px 24px;
  border-radius: 14px;
  background: none;
  cursor: pointer;
  position: relative;
}

.gs-faq .gs-items .gs-item .gs-item-q h1,
.gs-faq .gs-items .gs-item .gs-item-q h2,
.gs-faq .gs-items .gs-item .gs-item-q h3,
.gs-faq .gs-items .gs-item .gs-item-q h4,
.gs-faq .gs-items .gs-item .gs-item-q h5,
.gs-faq .gs-items .gs-item .gs-item-q h6{
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  padding: 0px;
}


.gs-faq .gs-items .gs-item .gs-item-q::before{
  content: "";
  position: absolute;
  background: rgba(0,0,0,1);
  left: 24px;
  bottom: 0px;
  width: calc(100% - 94px);
  height: 1px;
  opacity: 0;
  transition: all 300ms;
}

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


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

.gs-faq .gs-items .gs-item.gs-active .gs-item-q::after{
  transform: translate(0, -50%) rotate(45deg);
}

.gs-faq .gs-items .gs-item .gs-item-ans{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  padding: 10px 70px 22px 24px;

  display: none;
}

.gs-faq .gs-items .gs-item .gs-item-ans h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}

.gs-faq .gs-items .gs-item .gs-item-ans a{
  text-decoration: underline;
  font-weight: 700;
}




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

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

  .gs-faq .gs-items{
    width: calc(100% - 2.78vw);
    max-width: 76.39vw;
    gap: 1.12vw;
  }

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

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 1.67vw;
    padding: 1.53vw 4.87vw 1.53vw 1.67vw;
    border-radius: 0.70vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after{
    right: 1.39vw;
    width: 1.81vw;
    height: 1.81vw;
  }

   .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 1.39vw;
    padding: 0.70vw 4.87vw 1.53vw 1.67vw;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans h3{
    font-size: 1.39vw;
  }

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

  .gs-faq .gs-title{
    font-size: 23px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q{
    font-size: 16px;
  }

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

  .gs-faq{
    
  }

 .gs-faq .gs-title {
    font-size: 20px;
    line-height: 120%;
}

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

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

  .gs-faq .gs-items .gs-item {
    padding: 24px 15px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q {
    font-size: 20px;
    padding: 0 55px 0 0;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans{
    font-size: 17px;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans h3{
    font-size: 17px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q::after {
    content: "";
    width: 26px;
    height: 26px;
    right: 10px;
  }

  .gs-faq .gs-items .gs-item .gs-item-ans {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 16px 0px 0px 0px;
  }

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


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



.gs-disclaimer{
  text-align: center;
  font-size: 20px;
  line-height: normal;
  width: 100%;
  padding: 0px 25px 45px 25px;
  max-width: 1011px;
  margin: 0 auto;
  color: #000;
  line-height: 120%;
}

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

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


@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-disclaimer{
    font-size: 1.39vw;
    padding: 0.00vw 1.74vw 3.13vw 1.74vw;
    max-width: 70.21vw;
  }

  .gs-disclaimer p{
    padding: 0 0 1.39vw 0;
  }

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

  .gs-disclaimer{
    font-size: 14px;
    padding: 0px 20px 20px 20px;
  }

}
@media screen and (max-width: 767px){
  .gs-disclaimer{
    font-size: 14px;
    max-width: 365px;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }

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

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



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

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

.gs-lightbox .gs-content{
  position:absolute;
  top:50%;
  left:50%;
  width:calc(100% - 30px);
  max-width: 864px;
  max-height: 720px;
  height: 45vh;
  background:#000;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  z-index: 10;
}


.gs-lightbox .gs-content iframe{
  display: block;
}

.gs-lightbox .gs-content .gs-close::before{
  content: "✕";
}

.gs-lightbox .gs-content .gs-close{
  position:absolute;
  right:0px;
  top:-30px;
  color: #fff;
  display:block;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){}
@media screen and (max-width: 374px){}

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



.gs-insurance{
  width: 100%;
  margin: 0px auto;
  position: relative;
}


.gs-insurance picture img{
  display: block;
  width: 100%;
   border-radius: 12px;
}


.gs-insurance .gs-inner-wrapper{
  
  align-content: center;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 24px;

  padding: 50px 0 40px 0;
  padding: 0px;
}

.gs-insurance .gs-title{
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  padding: 0 0 10px 0;

  color: #473EBC;

}

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

.gs-insurance .gs-text{
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
}

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

.gs-insurance .gs-items .gs-item{
  width: 672px;
  border-radius: 24px;
  border: 3px solid #473EBC;
  padding: 34px 24px ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #28225E;
  position: relative;

  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(8.449999809265137px);

}


.gs-insurance .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 3;
   border-radius: 10px;
}

.gs-insurance .gs-items .gs-item .gs-item-icon img{
  display: block;
  height: 80px;
  width: auto;
  margin: 0 auto;
}

.gs-insurance .gs-items .gs-item .gs-item-title{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.48px;
}

.gs-insurance .gs-items .gs-item .gs-item-text{
  font-size: 24px;
  font-style: normal;
  line-height: 110%; 
  letter-spacing: -0.48px;
  align-content: center;
  padding: 4px 0 14px 0;
}

.gs-insurance .gs-items .gs-item .gs-item-more{
  padding: 12px 40px;
  border-radius: 14px;
  background: #473EBC;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: 126%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 300ms;
  min-width: 280px;
}

.gs-insurance .gs-items .gs-item:hover .gs-item-more{
  opacity: 0.8;
}



@media screen and (min-width: 960px) and (max-width: 1439px)  {
  
  .gs-insurance picture img{
    border-radius: 0.84vw;
  }

  .gs-insurance .gs-inner-wrapper{
    gap: 1.67vw;
    padding: 3.48vw 0 2.78vw 0;
  }

  .gs-insurance .gs-title{
    font-size: 2.50vw;
    padding: 0 0 0.70vw 0;
  }

  .gs-insurance .gs-title img{
    max-width: 36.81vw;
    margin: 0.35vw auto 0 auto;
  }

  .gs-insurance .gs-text{
    font-size: 1.67vw;
  }

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

  .gs-insurance .gs-items .gs-item{
    width: 46.67vw;
    border-radius: 1.67vw;
    border: 0.21vw solid #473EBC;
    padding: 2.37vw 1.67vw;
    gap: 1.39vw;
    backdrop-filter: blur(0.59vw);
  }

  .gs-insurance .gs-items .gs-item .gs-item-lnk{
    border-radius: 0.70vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon img{
    height: 5.56vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-title{
    font-size: 2.23vw;
    letter-spacing: -0.03vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-text{
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0.28vw 0 0.98vw 0;
  }

  .gs-insurance .gs-items .gs-item .gs-item-more{
    padding: 0.84vw 2.78vw;
    border-radius: 0.98vw;
    font-size: 1.39vw;
    letter-spacing: 0.05vw;
    min-width: 19.45vw;
  }
}
@media screen and (max-width: 959px){
  .gs-insurance {
    min-height: 70vw;
  } 

  .gs-insurance .gs-title{
    font-size: 26px;
  }

  .gs-insurance .gs-title img{
    width: 80%;
  }

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

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

  .gs-insurance .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .gs-insurance .owl-prev{
    width: 30px;
    height: 30px;
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
    border-radius: 50%;
  }

  .gs-insurance .owl-next{
    width: 30px;
    height: 30px;
    background: url("../images/icon-next.svg") no-repeat center center !important;
    background-size: contain !important;
    border-radius: 50%;
  }


}
@media screen and (max-width: 767px){
  .gs-insurance {
    min-height: 1vw;

  }

  .gs-insurance .gs-inner-wrapper {
    gap: 2vw;
    justify-content: flex-start;
    padding-top: 0vw;
    padding-bottom: 0px;
}

  .gs-insurance .gs-items{
    flex-direction: column;

    width: calc(100% - 4.2vw);
  }

  .gs-insurance .gs-items .gs-item{
    width: 100%;
    min-height: 93vw;
    height: auto;
    border-width: 1px;
    justify-content: flex-start;
    padding: 9vw 1vw;
    gap: 1vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon img {
    height: 17vw;
  }

  .gs-insurance .gs-items .gs-item .gs-item-icon{
    padding: 0 0 5vw 0;
  }

  .gs-insurance .gs-items .gs-item .gs-item-title{
    font-size: 24px;
  }

  .gs-insurance .gs-items .gs-item .gs-item-text{
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto;
    min-height: 100px;
    line-height: 120%;
  }

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

  .gs-insurance .gs-title {
    font-size: 28px;
    max-width: 343px;
    margin: 0 auto;
  }

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

  .gs-insurance .gs-text {
    font-size: 4.8vw;
    margin: 0 auto;
    padding: 0 0 31vw 0;
}

  .gs-insurance .gs-text br:not(.gs-mob-br){
    display: none;
  }

  .gs-insurance .gs-items .gs-item .gs-item-more {
    padding: 3.66vw 4.26vw;
    font-size: 4.26vw;
    margin: 3.2vw auto 0 auto;
    min-width: 65.3vw;
  }






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

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


.gs-line-change{
  padding: 44px 0;
}

.gs-line-change img{
  display: block;
  margin: 0 auto;
  height: 20px;
  width: auto;
}


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

  .gs-line-change{
    padding: 3.06vw 0;
  }

  .gs-line-change img{
    height: 1.39vw;
  }
}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){

  .gs-line-change{
    padding: 24px 0;
  }

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


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


.gs-spring-devices{
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  background: url("../images/bg-spring-devices.webp") no-repeat center center;
  background-size: cover;
  padding: 44px;
  min-height: 338px;
  border-radius: 24px;
  border: 3px solid #473EBC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  text-align: left;
}

.gs-spring-devices .gs-content .gs-title{
  color: #473EBC;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.gs-spring-devices .gs-content .gs-text{
    padding: 24px 0 0 0;
    color: #473EBC;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}

.gs-spring-devices .gs-items{
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 12px;
}

.gs-spring-devices .gs-items .gs-item{
  display: block;
  width: 261px;
  height: 250px;
  align-content: center;

  border-radius: 14px;
  border: 3px solid #473EBC;
  background: rgba(226, 233, 252, 0.50);
  backdrop-filter: blur(4.800000190734863px);

  color: #473EBC;
  text-align: center;
  font-family: bogart, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  transition: all 300ms;
}

.gs-spring-devices .gs-items .gs-item:hover{
  transform: scale(1.05);
}



@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-spring-devices{
    max-width: 94.45vw;
    padding: 3.06vw;
    min-height: 23.48vw;
    border-radius: 1.67vw;
    border: 0.21vw solid #473EBC;
  }

  .gs-spring-devices .gs-content .gs-title{
    font-size: 2.78vw;
  }

  .gs-spring-devices .gs-content .gs-text{
    padding: 1.67vw 0 0 0;
    font-size: 1.67vw;
  }

  .gs-spring-devices .gs-items{
    gap: 0.84vw;
  }

  .gs-spring-devices .gs-items .gs-item{
    width: 18.13vw;
    height: 17.37vw;
    border-radius: 0.98vw;
    border: 0.21vw solid #473EBC;
    backdrop-filter: blur(0.34vw);
    font-size: 1.95vw;
  }
}
@media screen and (max-width: 959px){

  .gs-spring-devices{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-position: left bottom;
  }

  .gs-spring-devices .gs-content{
    text-align: center;
  }

  .gs-spring-devices .gs-content .gs-title{
    font-size: 30px;
  }

  .gs-spring-devices .gs-content .gs-text{
    font-size: 20px;
  }

  .gs-spring-devices .gs-items{
  flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .gs-spring-devices .gs-items .gs-item{
      width: 100%;
      height: auto;
      min-height: 81px;
      font-size: 24px;
  }


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

  .gs-spring-devices{
    background-image: url("../images/bg-spring-devices-mob.webp");
    padding: 55px 20px 22px 20px;
  }

  .gs-spring-devices .gs-content .gs-title {
    font-size: 28px;
  }

  .gs-spring-devices .gs-content .gs-text {
    padding: 16px 0 0 0;
  }


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


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


.gs-apple-lovers{
  padding: 44px 20px 0 20px;
  background: url("../images/bg-apple-lovers.webp") no-repeat center 44px;
  background-size: 100% auto;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.gs-apple-lovers .gs-title{
  color: #473EBC;
  text-align: center;
  font-family: bogart, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.gs-apple-lovers .gs-title::before,
.gs-apple-lovers .gs-title::after{
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-apple-lover-title.webp") no-repeat center center;
  background-size: contain;
  margin: -8px 0 0 0;
}

.gs-apple-lovers .gs-text{
  color: #473EBC;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; 
  padding: 12px 0 24px 0;
}

.gs-apple-lovers .gs-items{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}

.gs-apple-lovers .gs-items .gs-item{
  width: 355px;
  position: relative;
}


.gs-apple-lovers .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  font-size: 0px !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.gs-apple-lovers .gs-items .gs-item .gs-item-photo{
  border-radius: 20px;
  border: 3px solid #473EBC;
  background: #FFF;
  padding: 0 0 27px 0;
}

.gs-apple-lovers .gs-items .gs-item .gs-item-photo img{
  display: block;
  width: 100%;
}

.gs-apple-lovers .gs-items .gs-item .gs-item-photo img:nth-child(2){
  width: 100px;
  margin: 0 auto;
}

.gs-apple-lovers .gs-items .gs-item .gs-item-price{
  margin: 8px 0 0 0;
  padding: 24px;

  border-radius: 20px;
  border: 3px solid #473EBC;
  background: #FFF;
  align-content: center;
  color: #282828;
  text-align: center;
  font-size: 17.445px;
  font-style: normal;
  font-weight: 700;
  line-height: 103%; 
}

.gs-apple-lovers .gs-items .gs-item .gs-item-price strong{
  font-size: 38.767px;
  font-weight: 800;
  line-height: 103%;
}


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

    .gs-apple-lovers{
    padding: 3.06vw 1.39vw 0 1.39vw;
    background: url("../images/bg-apple-lovers.webp") no-repeat center 3.06vw;
    background-size: 100% auto;
    max-width: 100.00vw;
  }

  .gs-apple-lovers .gs-title{
    font-size: 3.06vw;
  }

  .gs-apple-lovers .gs-title::before,
  .gs-apple-lovers .gs-title::after{
    width: 2.09vw;
    height: 2.09vw;
    margin: -0.55vw 0 0 0;
  }

  .gs-apple-lovers .gs-text{
    font-size: 2.23vw;
    padding: 0.84vw 0 1.67vw 0;
  }

  .gs-apple-lovers .gs-items{
    gap: 1.39vw;
  }

  .gs-apple-lovers .gs-items .gs-item{
    width: 24.66vw;
  }

  .gs-apple-lovers .gs-items .gs-item .gs-item-photo{
    border-radius: 1.39vw;
    border: 0.21vw solid #473EBC;
    padding: 0 0 1.88vw 0;
  }

    .gs-apple-lovers .gs-items .gs-item .gs-item-photo img:nth-child(2){
    width: 6.95vw;
  }

  .gs-apple-lovers .gs-items .gs-item .gs-item-price{
    margin: 0.56vw 0 0 0;
    padding: 1.67vw;
    border-radius: 1.39vw;
    border: 0.21vw solid #473EBC;
    font-size: 1.22vw;
  }

  .gs-apple-lovers .gs-items .gs-item .gs-item-price strong{
    font-size: 2.70vw;
  }
}
@media screen and (max-width: 959px){

  .gs-apple-lovers{
    background: none;
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .gs-apple-lovers .gs-items{
    width: auto;
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }

  .gs-apple-lovers .gs-items .gs-item{
    width: auto;
  }


  .gs-apple-lovers .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 20px 0 0 0;
  }

  .gs-apple-lovers .owl-prev{
    width: 30px;
    height: 30px;
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
    border-radius: 50%;
    border: 0px !important;
  }

  .gs-apple-lovers .owl-next{
    width: 30px;
    height: 30px;
    background: url("../images/icon-next.svg") no-repeat center center !important;
    background-size: contain !important;
    border-radius: 50%;
     border: 0px !important;
  }

  .gs-apple-lovers .owl-prev span,
  .gs-apple-lovers .owl-next span{
    display: none;
  }

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

  .gs-apple-lovers{
    background-image: url("../images/bg-apple-lovers-mob.webp");
    background-size: 330px auto;
    position: relative;
  }

  .gs-apple-lovers .gs-title{
    position: relative;
  }

  .gs-apple-lovers .gs-text {
    font-size: 20px;
    max-width: 320px;
    margin: 0 auto;
  }

  .gs-apple-lovers .gs-title::before, .gs-apple-lovers .gs-title::after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 0 0 -150px;
    width: 25px;
    height: 25px;
  }

  .gs-apple-lovers .gs-title::after{
    margin: 0 0 0 150px;
  }

  .gs-apple-lovers .gs-items{
    max-width: 340px;
  }

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


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





































