@charset "utf-8";


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



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

.gs-page .gs-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;
  color:#282828;
  font-size:19px;
    position:relative;
    margin:0 auto 0 auto;
    line-height:normal;
    margin:0 auto 0 auto;
    padding:0px 0px;
    text-align:center;
    overflow:hidden;
    background:#fff;

}


.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: none;
}

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

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

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




 
.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;
} 


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


.gm-section{
    font-family: Arial;
    color:#000000;
    font-size:17px;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    position:relative;
    padding:0px;
  position:relative;
  text-align: center;
  margin: 0 auto;

  
}


.gm-blog{
  padding: 40px 20px 100px 20px;
  text-align: center;
  background: #f4f4f4;
}

.gm-blog .gm-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #8228F5;
}

.gm-blog .gm-text{
    font-family: 'Arial';
    font-size: 18px;
    line-height: 140%;
    color: #004383;
    padding: 5px 0 0px 0;
}




.gm-blog .gm-row{
  padding: 0 20px 33px 20px;
  font-size: 0px;
  max-width: 1280px;
  margin: 0px auto 0 auto;

}

.gm-blog .gm-blog-logo{
  width: 130px;
  height: 50px;
  background: url("../images/logo-blog.svg") no-repeat center center;
  background-size: contain;
  display: block;
}

.gm-blog .gm-all-articles{

}


.gm-blog .gm-all-articles{
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #3B1335;
  background: #3B1335;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 30px;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
  z-index: 2;

  float: right;
  margin: -45px 0 0 0;
}

@media screen and (min-width: 960px) {
 
  .gm-blog .gm-all-articles:hover{
    background: #fff;
  color: #3B1335;
  }
}





.gm-blog .gm-items{
  font-size: 0px;
  max-width: 1280px;
  margin: 0 auto;
}

.gm-blog .gm-items .gm-item{
  display: inline-block;
  vertical-align: top;
  width: 408px;
  height: 450px;
  background: #fff;
  border-radius: 20px;
  margin: 0 8px;
  overflow: hidden;
  position: relative;
}

.gm-blog .gm-items .gm-item .gm-item-photo{
  position: relative;
  z-index: 1;
}

.gm-blog .gm-items .gm-item .gm-item-photo img{
  height: 260px;
  display: block;
  object-fit: cover;
  width: 100%;
}


.gm-blog .gm-items .gm-item-grad{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 260px;
  z-index: 2;
}


.gm-blog .gm-items .gm-item .gm-item-content{
  background: #fff;
  border-radius: 20px;
  margin: -30px 15px 15px 15px;
  height: 205px;
  position: relative;
  z-index: 3;
  text-align: left;
  padding: 25px 25px 0 25px;
}


.gm-blog .gm-items .gm-item .gm-item-title{
  font-weight: bold;
  font-size: 19px;
  line-height: 120%;
  color: #004383;
  height: 70px;
  overflow: hidden;
}

.gm-blog .gm-items .gm-item .gm-item-text{
  font-size: 15px;
  line-height: 21px;
  color: #666666;
  height: 35px;
  overflow: hidden;
}


.gm-blog .gm-items .gm-item .gm-item-more{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #3B1335;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 30px;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
  background: #3B1335;
}

.gm-blog .gm-items .gm-item .gm-item-more:hover{
  background: #fff;
  color: #3B1335 !important;
}



.gm-blog .owl-nav{
  position: absolute;
  right: 0px;
  bottom: -60px;
}

.gm-blog .owl-nav .owl-prev, 
.gm-blog .owl-nav .owl-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: url("../images/icon-prev.svg") no-repeat center center !important;
    background-size: contain !important;
    z-index: 10;
    right: 70px;
}

.gm-blog .owl-nav .owl-next{
  right: 20px;
  background: url("../images/icon-next.svg") no-repeat center center !important;
  background-size: contain !important;
}

.gm-blog .owl-nav .owl-prev.disabled, 
.gm-blog .owl-nav .owl-next.disabled{
    opacity: 0.3;
    cursor: default;
}

.gm-blog .owl-dots{
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: calc(100% - 120px);
    padding: 0px;
    background: #DCDCDC;
    height: 1px;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    overflow: hidden;
    display: none !important;
}

.gm-blog .owl-dots .owl-dot{
  display: inline-block;
    vertical-align: middle;
    margin: 0px;
    width: auto;
    height: 1px;
    background: none;
    transition: all 200ms;
    flex-grow: 1;
    position: relative;
}

.gm-blog .owl-dots .owl-dot span {
    content: "";
    width: 5000px;
    height: 1px;
    right: 100%;
    top: 0px;
    position: absolute;
    background: #004383;
    opacity: 0;
    transition: all 300ms linear;
    right: 100%;
}

.gm-blog .owl-dots .owl-dot.active span{
    background: #004383 !important; 
    opacity: 1;
    opacity: 1;
    right: 0%;
}





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

@media screen and (min-width: 960px) {
  .gm-blog .gm-items .gm-item .gm-item-more::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #004383;
    border-radius: 20px;
    z-index: -1;
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    transition: all 200ms;
  }

  .gm-blog .gm-items .gm-item .gm-item-more:hover::before{
    -ms-transform: translate(-0%, 0%);
    -webkit-transform: translate(-0%, 0%);
    transform: translate(-0%, 0%);
  }

  .gm-blog .gm-items .gm-item .gm-item-more:hover{
    color: #fff;
  }
}



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

    .gm-blog .gm-items .gm-item {
        width: 350px;
      }

      .gm-blog .gm-items .gm-item .gm-item-title {
        font-size: 16px;
        height: 64px;
        padding: 0 0 5px 0;
      }

      .gm-blog .gm-items .gm-item .gm-item-text {
        font-size: 13px;
        padding: 0 0 5px 0;
        height: 70px;
      }

      .gm-blog .gm-items .gm-item .gm-item-content {
        height: 215px;
      }

      .gm-blog .gm-items .gm-item {
        height: 462px;
      }



      .gm-blog .gm-items .gm-item .gm-item-more{
        margin-top: 20px;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
      }

      .gm-blog .gm-items .gm-item .gm-item-more{
        margin-top: 0px;
      }


}


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

    .gm-blog .gm-items{
        margin-right: -20px;
    }



}

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


    .gm-blog .gm-title{
        font-size: 34px;
    }


    .gm-blog .gm-row{
        margin-top: 10px;
    }

    .gm-blog .owl-nav{
      display: block !important;
    }

}

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

  .gm-blog .gm-items .gm-item .gm-item-more{
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }


  .gm-blog{
    padding: 40px 15px 100px 15px;
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .gm-blog .gm-items{
    margin-right: -15px;
    width: calc(100% + 15px); 
  }

  .gm-blog .gm-items .gm-item{
    width: 320px;
  }


  .gm-blog .gm-row{
    padding: 0 0 30px 0;
  }

  .gm-blog .gm-blog-logo{
    width: 104px;
  }

  .gm-blog .gm-all-articles{
    padding: 0 15px;
    font-size: 12px;
  }

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

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


  .gm-blog .gm-title{
    font-size: 26px;
  }

}




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








.gs-outrow-copy{
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 40px 20px 0 20px;
  max-width: 1020px;
  margin: 0 auto;
}



.gs-new-links{
  text-align: center;
  padding: 65px 20px 75px 20px;
  background-size: cover;
  position: relative;
}



.gs-new-links .gs-title{
    font-size: 25px;
    line-height: 120%;
    padding: 0 0 30px 0;
    font-weight: 700;
    color: #282828;
}


.gs-new-links .gs-items{
  font-size: 0px;
  max-width: 780px;
  margin: 0 auto;
}

.gs-new-links .gs-items .gs-item{
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 140px;
  background: #F3F5FA;
  border: 1px solid #F3F5FA;
  border-radius: 10px;
  margin: 0 7px 14px 7px;
  font-size: 14px;
  line-height: 140%;
  padding: 75px 0px 0 0px;
  color: #3C4150;
  text-decoration: none;
  letter-spacing: -0.02em;
  position: relative;
  font-weight: 400;
}

.gs-new-links .gs-items .gs-item strong{
  font-weight: 700;
}



.gs-new-links .gs-items .gs-item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 75px;
  background: url("../images/icon-new-links1.svg") no-repeat center center;
}

.gs-new-links .gs-items .gs-item.gs-i2::before{ background-image: url("../images/icon-new-links2.svg");  }
.gs-new-links .gs-items .gs-item.gs-i3::before{ background-image: url("../images/icon-new-links3.svg");  }
.gs-new-links .gs-items .gs-item.gs-i4::before{ background-image: url("../images/icon-new-links4.svg");  }
.gs-new-links .gs-items .gs-item.gs-i5::before{ background-image: url("../images/icon-new-links5.svg");  }
.gs-new-links .gs-items .gs-item.gs-i6::before{ background-image: url("../images/icon-new-links6.svg");  }
.gs-new-links .gs-items .gs-item.gs-i7::before{ background-image: url("../images/icon-new-links7.svg");  }




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

  .gs-new-links{
    padding-bottom: 100px;
  }

  .gs-outrow-copy{
    padding: 40px 50px 0 50px;
  }


}


@media screen and (max-width: 959px) {
  .gs-new-links .gs-title {
    font-size: 26px;
  }
}


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



  .gs-new-links .gs-items .gs-item {
    width: auto;
    display: block;
    margin: 0 0px 10px 0px;
    padding: 16px 0 0 100px;
    height: 70px;
    text-align: left;
  }

  .gs-new-links .gs-items .gs-item::before{
    left: 0px;
    width: 100px;
    height: 70px;
  }

  .gs-new-links .gs-title {
    font-size: 21px;
  }

  .gs-new-links {
    text-align: center;
    padding: 31px 15px 0px 15px;
  }


  .gs-new-links .gs-items .gs-item.gs-i5,
  .gs-new-links .gs-items .gs-item.gs-i3,
  .gs-new-links .gs-items .gs-item.gs-i2,
  .gs-new-links .gs-items .gs-item.gs-i6{
    padding-top: 26px;
  }

  .gs-new-links .gs-items .gs-item.gs-i5 br,
  .gs-new-links .gs-items .gs-item.gs-i3 br,
  .gs-new-links .gs-items .gs-item.gs-i2 br,
  .gs-new-links .gs-items .gs-item.gs-i6 br{
    display: none;
  }


}



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




.gs-hero{
  background: #3B1335;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0px auto;
}

.gs-hero img{
  display: block;
  margin: 0 auto;
  width: auto;
  width: 100%;
  max-height: 570px;
  object-fit: contain;
  transform: translate(-6px, 0);
}

.gs-hero h1{
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  color: #fff;
  padding: 20px 0 0 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
}

.gs-hero h1 span{
  color: #00ffab;
}

.gs-hero h1 strong{
  font-weight: 900;
  font-size: 67px;
  line-height: 120%;
  color: #00ffab;
  text-shadow: #2a795c -4px 4px 0px;
}

.gs-hero h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 118px;
    height: 16px;
    background: url("../images/img-underline.png") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 70px;
}


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


.gs-info{
  padding: 133px 20px 0px 20px;
  text-align: center;
  overflow: hidden;
}

.gs-info .gs-border{
  border-radius: 24px;
  padding: 4px;
  max-width: 1080px;
  margin: 0 auto;
  border: 2px dashed #00FFAB;
}

.gs-info .gs-border .gs-content{
  border-radius: 24px;
  position: relative;
  padding: 83px 20px 53px 20px;
  color: #282828;
}

.gs-info .gs-border .gs-icon{
  transform: translate(-50%, -55%);
  position: absolute;
  left: 50%;
  top: 0px;
}

.gs-info .gs-border .gs-icon::before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  width: 1px;
  bottom: 88%;
  height: 100px;
  border-left: 2px dashed #00FFAB;
}

.gs-info .gs-border .gs-title{
  padding: 0 0 20px 0;
  color: #282828;
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
}

.gs-info .gs-border .gs-text{
  font-size: 20px;
  line-height: normal;
}


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


.gs-features{
  padding: 60px 20px;
}


.gs-features .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 23px;
  max-width: 1080px;
  margin: 0 auto;
}


.gs-features .gs-items .gs-item{
  max-width: 345px;

  border-radius: 24px;
  background: #3B1335;
  position: relative;

}

.gs-features .gs-items .gs-item::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 31.724px;
  height: 76.124px;
  background: url("../images/icon-features.svg") no-repeat center top;
  background-size: cover;
}

.gs-features .gs-items .gs-item .gs-item-photo{
  position: relative;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.gs-features .gs-items .gs-item .gs-item-photo img:not(.gs-item-icon){
  height: 230px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.gs-features .gs-items .gs-item .gs-item-photo .gs-item-icon{
  position: absolute;
  top:28px;
  left:30px;
  width: 53px;
}


.gs-features .gs-items .gs-item .gs-item-title{
  padding: 32px 0px 25px 0;
  color: #00FFAB;
  font-size: 20px;
  line-height: 110%;
  font-weight: 700;
  position: relative;
}

.gs-features .gs-items .gs-item .gs-item-title::after{
  content: "";
  width: 50px;
  height: 1px;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0);
  border-top: 2px dotted #00FFAB;
  position: absolute;
}


.gs-features .gs-items .gs-item .gs-item-text{
  padding: 25px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 110%;
}

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


.gs-products{
  background: #F4F4F4;
  padding: 60px 20px;
}

.gs-products .gs-title{
  color: #282828;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  padding: 0 0 10px 0;
}

.gs-products .gs-text{
  color: #282828;
  font-size: 20px;
  line-height: 110%;
  padding: 0 0 40px 0;
}

.gs-products .gs-tab-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 0 45px 0;
}

.gs-products .gs-tab-menu button{
  display: block;
  max-width: 420px;
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 20px;
  background: url("../images/icon-tab1.svg") no-repeat 20px center;
  padding: 0 20px 0 75px;
  text-align: center;
  color: #282828;

  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  height: 95px;
  line-height: 95px;
  cursor: pointer;


}

.gs-products .gs-tab-menu button.gs-t2{
  background: url("../images/icon-tab2.svg") no-repeat 20px center;
}

.gs-products .gs-tab-menu button.gs-t3{
  background: url("../images/icon-tab3.svg") no-repeat 20px center;
}

.gs-products .gs-tab-menu button.gs-t1.gs-active{
  background: url("../images/icon-tab1.svg") no-repeat 20px center, linear-gradient(18deg, #43EA80 13.93%, #38F8D4 81.25%);
}

.gs-products .gs-tab-menu button.gs-t2.gs-active{
  background: url("../images/icon-tab2.svg") no-repeat 20px center, linear-gradient(18deg, #43EA80 13.93%, #38F8D4 81.25%);
}

.gs-products .gs-tab-menu button.gs-t3.gs-active{
  background: url("../images/icon-tab3.svg") no-repeat 20px center, linear-gradient(18deg, #43EA80 13.93%, #38F8D4 81.25%);
}

.gs-products .gs-tab-content .gs-tab{
  display: none;
}

.gs-products .gs-tab-content .gs-tab.gs-active{
  display: block;
}



.gs-products .gs-items{
  max-width: 1193px;
  margin: 0 auto;
  
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;

}

.gs-products #gs-pr-tab3 .gs-items{
  max-width: 1300px;
}

.gs-products .gs-items .gs-item {
  max-width: 310px;
  position: relative;
}

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

.gs-products .gs-items .gs-item .gs-item-top{
  min-height: 280px;
}

.gs-products .gs-items .gs-item .gs-item-photo{
  width: 278px;
  height: 278px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gs-products .gs-items .gs-item .gs-item-title{
  padding: 32px 0 27px 0;
  color: #282828;

  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
}


.gs-products .gs-items .gs-item .gs-item-desc{
  color: #282828;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  padding: 0 0 12px 0;
  max-width: 280px;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item .gs-item-text{
  color: #282828;
  font-size: 17px;
  line-height: normal;
  max-width: 280px;
  margin: 0 auto;
}

.gs-products .gs-items .gs-item .gs-item-more{
  display: inline-block;
  border-radius: 8px;
  background: #00FFAB;
  width: 140px;
  height: 32px;
  line-height: 32px;

  color: #282828;

  font-weight: 700;
  font-size: 13px;
  transition: all 200ms;
}

.gs-products .gs-items .gs-item:hover .gs-item-more{
 color: #00FFAB;
  background: #3B1335;
}


.gs-products .gs-view-all-products{
  margin: 70px auto 0 auto;
  max-width: 224px;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  border-radius: 10px;
  color: #fff;
  background: #3B1335;

  text-align: center;
  font-weight: 700;
  font-size: 13px;
  transition: all 200ms;
  border: 1px solid #3B1335;
}

.gs-products .gs-view-all-products:hover{
  background: #fff;
  color: #3B1335;
}


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

.gs-connectivity{
  padding: 32px 20px 0 20px;
}

.gs-connectivity .gs-title img{
  display: block;
  margin: 0 auto 15px auto;
}

.gs-connectivity .gs-title{
  color: #282828;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  padding: 0 0 20px 0;
}

.gs-connectivity .gs-text{
  color: #282828;
  font-size: 20px;
  line-height: normal;
  padding: 0 0 35px 0;
}

.gs-connectivity .gs-row{
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}



.gs-connectivity .gs-row .gs-col{
  border-radius: 20px;
  background: #F4F4F4;
  width: calc(50% - 10px);
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
}

.gs-connectivity .gs-row .gs-col .gs-border,
.gs-connectivity .gs-row .gs-col .gs-product{
  width: calc(50% - 10px);
  position: relative;
}

.gs-connectivity .gs-row .gs-col .gs-product .gs-lnk,
.gs-connectivity .gs-row .gs-col .gs-border .gs-category .gs-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
  cursor: pointer;
  font-size: 0px;
}


.gs-connectivity .gs-row .gs-col .gs-border{
  padding: 0px;
  border-radius: 20px;
}

.gs-connectivity .gs-row .gs-col .gs-border .gs-category{
  background: #3B1335;
  color: #fff;
  border-radius: 20px;
  padding: 40px 20px 25px 20px;
  position: relative;
}


.gs-connectivity .gs-row .gs-col .gs-border .gs-category .gs-cat-icon{
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: end;
}


.gs-connectivity .gs-row .gs-col .gs-border .gs-category .gs-cat-title{
  color: #00FFAB;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  padding: 20px 0 7px 0;
}

.gs-connectivity .gs-row .gs-col .gs-border .gs-category .gs-cat-text{
  color: #fff;
  font-size: 14px;
  line-height: normal;
  min-height: 175px;
}

.gs-connectivity .gs-row .gs-col .gs-border .gs-category .gs-cat-more{
  border: 1px solid #fff;
  width: 200px;
  height: 44px;
  line-height: 42px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 200ms;
}

.gs-connectivity .gs-row .gs-col .gs-border .gs-category:hover .gs-cat-more{
  background: #fff;
  color: #3B1335;
}


.gs-connectivity .gs-row .gs-col .gs-product .gs-product-photo{
  width: 195px;
  height: 195px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.gs-connectivity .gs-row .gs-col .gs-product .gs-product-photo span{
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0px 20px;
  background: #E5231B;
  width: 55px;
  height: 28px;
  line-height: 28px;
}

.gs-connectivity .gs-row .gs-col .gs-product .gs-product-content{
  min-height: 170px;
  min-height: 144px;
}

.gs-connectivity .gs-row .gs-col .gs-product .gs-product-title{
  color: #282828;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  padding: 10px 0 7px 0;
}

.gs-connectivity .gs-row .gs-col .gs-product .gs-product-text{
  color: #282828;
  font-size: 13px;
  line-height: 120%;
}


.gs-connectivity .gs-row .gs-col .gs-product .gs-product-more{
  display: inline-block;
  border-radius: 8px;
  background: #00FFAB;
  width: 140px;
  height: 32px;
  line-height: 32px;

  color: #282828;

  font-weight: 700;
  font-size: 13px;
  transition: all 200ms;
}

.gs-connectivity .gs-row .gs-col .gs-product:hover .gs-product-more{
  color: #00FFAB;
  background: #3B1335;
}




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


.gs-extra{
  padding: 60px 20px;
}

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

.gs-extra .gs-items .gs-item{
  max-width: 523px;
  width: 100%;
  border-radius: 25px;
  border: 2px dashed #00FFAB;
  padding: 40px 30px 30px 30px;
  text-align: center;
}

.gs-extra .gs-items .gs-item .gs-item-title{
  color: #282828;
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  padding: 0 0 22px 0;
}

.gs-extra .gs-items .gs-item .gs-item-text{
  color: #282828;
  font-size: 16px;
  line-height: normal;
  min-height: 110px;
}

.gs-extra .gs-items .gs-item .gs-item-photo img{
  border-radius: 20px;
}

.gs-extra .gs-items .gs-item .gs-item-more{
  
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 10px;
  background: #3B1335;
  color: #FFF;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  transition: all 200ms;
  white-space: nowrap;
  border: 1px solid #3B1335;
}

.gs-extra .gs-items .gs-item .gs-item-links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 27px 0 0 0;
  width: 100%;
}

.gs-extra .gs-items .gs-item.gs-i1 .gs-item-more{
  min-width: 10px;
  margin: 0px;
}

.gs-extra .gs-items .gs-item.gs-i2 .gs-item-more{
  min-width: 220px;
}

.gs-extra .gs-items .gs-item .gs-item-more:hover{
  background: #fff;
  color: #3B1335;
  border-color: #3B1335;
}







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


.gs-extra-new{
  padding: 55px 100px 55px 85px;
  width: calc(100% - 40px);
  max-width: 1068px;
  margin: 60px auto;

  border-radius: 25px;
  border: 2px dashed #00FFAB;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 85px;

}


.gs-extra-new .gs-photo{
  width: 440px;
}

.gs-extra-new .gs-photo img{
  border-radius: 20px;
  display: block;
  width: 100%;
}

.gs-extra-new .gs-content{
  width: 370px;
}

.gs-extra-new .gs-content .gs-title{
  color: #282828;
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  padding: 0 0 22px 0;
}

.gs-extra-new .gs-content .gs-text{
  color: #282828;
  font-size: 18px;
  line-height: normal;
  min-height: 110px;
}


.gs-extra-new .gs-content .gs-more{
  margin: 0px auto 0 auto;
  max-width: 255px;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  background: #3B1335;
  color: #FFF;

  text-align: center;
  font-weight: 700;
  font-size: 13px;
  transition: all 200ms;
}

.gs-extra-new .gs-content .gs-more:hover{
  opacity: 0.8;
}

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







.gs-use-cases{
  padding: 0 0 60px 0;
}

.gs-use-cases .gs-title{
  color: #282828;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}

.gs-use-cases .gs-text{
  color: #282828;
  text-align: center;
  font-size: 20px;
  line-height: 110%;
  padding: 15px 0 30px 0;
}

.gs-use-cases .gs-cat-menu{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 0 0 10px 0;
}

.gs-use-cases .gs-cat-menu > div{
  position: relative;
}

.gs-use-cases .gs-cat-menu .gs-cat{
  position: relative;
  cursor: pointer;
  transition: all 200ms;
  border: 0px;
  background: none;
  border-radius: 25px;
}

.gs-use-cases .gs-cat-menu .gs-cat img,
.gs-use-cases .gs-cat-menu .gs-cat video{
  border-radius: 25px;
  display: block;
  max-width: 200px;
  width: 100%;
}

.gs-use-cases .gs-cat-menu .gs-cat.gs-active{
  /*transform: translate(0, 30px);*/
}

.gs-use-cases .gs-cat-menu .gs-cat::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/icon-play.svg") no-repeat center center;
}

.gs-use-cases .gs-cat-menu .gs-cat.gs-active .gs-pin {
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    transform: translate(-50%, 0);
    width: 31.724px;
    height: 70px;
    background: url("../images/icon-point.png") no-repeat center top;
    background-size: 100% auto;
}

.gs-use-cases .gs-cat-menu .gs-cat.gs-active::after{
  display: none;
}

.gs-use-cases .gs-cat-menu .gs-cat.gs-active::before{
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 24px;
  border: 2px dashed #00FFAB;
}

.gs-use-cases .gs-cat-content{
  max-width: 900px;
  margin: 40px auto 0 auto;
  position: relative;
  border-radius: 20px;
  border: 2px dashed #00FFAB;
  padding: 30px 20px;
  display: none;
}

.gs-use-cases .gs-cat-content.gs-active{
  display: block;
}

.gs-use-cases .gs-cat-content .gs-content-text{
  padding: 0 0 28px 0;
  color: #282828;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
}

.gs-use-cases .gs-cat-content .gs-items{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.gs-use-cases .gs-cat-content .gs-items .gs-item{
  width: 200px;
  position: relative;
}

.gs-use-cases .gs-cat-content .gs-items .gs-item .gs-item-lnk{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  font-size: 0px;
}

.gs-use-cases .gs-cat-content .gs-items .gs-item img{
  display: block;
  width: 100%;
}

.gs-use-cases .gs-cat-content .gs-items .gs-item .gs-item-title{
  padding: 23px 0 0 0;
  min-height: 100px;
  color: #282828;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
}

.gs-use-cases .gs-cat-content .gs-items .gs-item .gs-item-more{
  display: inline-block;
  border-radius: 8px;
  background: #00FFAB;
  width: 140px;
  height: 32px;
  line-height: 32px;

  color: #282828;

  font-weight: 700;
  font-size: 13px;
  transition: all 200ms;
}

.gs-use-cases .gs-cat-content .gs-items .gs-item:hover .gs-item-more{
  color: #00FFAB;
  background: #3B1335;
}


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




.gs-banner-magentaone{
  background: #391434 url("../images/magentaone-bg.png") no-repeat center center;
  background-size: auto 100%;
  padding: 15px 20px;
}

.gs-banner-magentaone .gs-content{
  max-width: 685px;
  width: 100%;
  border-radius: 22.5px;
  background: #FFF;
  margin: 0 auto;
  padding: 23px 20px 22px 20px;
}

.gs-banner-magentaone .gs-content .gs-title{
  color: #000;
  font-size: 33px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.66px;
}

.gs-banner-magentaone .gs-content .gs-title img{
  height: 29px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.gs-banner-magentaone .gs-content .gs-text{
  padding: 20px 0 26px 0;
  color: #000;
  font-weight: 700;
  font-size: 33px;
  line-height: 110%;
  letter-spacing: -0.66px;
}


.gs-banner-magentaone .gs-content .gs-more{
  font-weight: 700;
  display: inline-block;
  font-size: 26.4px;
  color: #fff;
  line-height: 40px;
  padding: 0 34px;
  border-radius: 6.6px;
  background: #E20074;
  transition: all 200ms;
}


.gs-banner-magentaone .gs-content .gs-more:hover{
  opacity: 0.8;
}


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



.gs-banner-magentaone-new{
  max-width: 1076px;
  min-height: 406px;
  border-radius: 20px;
  border: 2px dashed #00FFAB;
  align-content: center;
  background: #F4F4F4;
  margin: 0 auto 120px auto;
  padding: 35px 20px;
}

.gs-banner-magentaone-new .gs-title{
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 0 0 30px 0;
}

.gs-banner-magentaone-new .gs-text{
  color: #000;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; 
  max-width: 714px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

.gs-banner-magentaone-new img{
  display: block;
  margin: 35px auto 0 auto;
  max-width: 384px;
}

.gs-banner-magentaone-new .gs-more{
  display: inline-block;
  border-radius: 10px;
  background: #00FFAB;
 

  color: #282828;

  font-weight: 700;
  transition: all 200ms;
  width: 180px;
  line-height: 40px;
  text-align: center;

  font-size: 17px;
}

.gs-banner-magentaone-new .gs-more:hover{
  color: #00FFAB;
  background: #3B1335;
}



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

  .gs-products #gs-pr-tab1 .gs-items .gs-item,
  .gs-products #gs-pr-tab2 .gs-items .gs-item{
    width: 33.33%;
  }

  .gs-products #gs-pr-tab1 .gs-items .gs-item .gs-item-photo,
  .gs-products #gs-pr-tab2 .gs-items .gs-item .gs-item-photo{
    width: 100%;
  }


  .gs-products #gs-pr-tab3 .gs-items .gs-item{
    width: 25%;
  }

  .gs-products #gs-pr-tab3 .gs-items .gs-item .gs-item-photo{
    width: 100%;
  }



  .gs-hero h1{
    padding: 1vw 0 0 0;
    font-size: 2vw;
  }


  .gs-hero h1 strong{
    font-size: 5.3vw;
    text-shadow: #2a795c -4px 4px 0px;
  }

  .gs-hero h1::after {
      bottom: -1.8vw;
      width: 9vw;
      height: 2vw;
      margin: 0 0 0 5vw;
  }



}

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

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

  .gs-extra .gs-items{}

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

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

  .gs-extra .gs-items .gs-item .gs-item-title{
    min-height: 97px;
  }

  .gs-extra .gs-items .gs-item .gs-item-text{
    min-height: 130px;
  }

  .gs-connectivity .gs-row .gs-col .gs-product .gs-product-content {
    min-height: 165px;
  }

  .gs-extra-new {
    padding: 55px 30px 55px 30px;
    gap: 40px;
  }

  .gs-extra .gs-items .gs-item{
    width: 50%;
  }

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

  .gs-extra .gs-items .gs-item {
    max-width: 523px;
    padding: 40px 20px 30px 20px;
  }

  .gs-extra .gs-items .gs-item .gs-item-photo img{
    height: 280px;
    object-fit: cover;
  }

  .gs-extra .gs-items .gs-item .gs-item-title{
    min-height: 10px;
  }

  .gs-extra .gs-items .gs-item .gs-item-text {
    min-height: 110px;
  }

  .gs-banner-magentaone-new{
    margin: 0 20px 15px 20px;
  }

  .gs-products .gs-tab-menu button{
    font-size: 22px;
  }

}



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


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

  .gs-features .gs-items .gs-item{
    max-width: 2000px;
  }

  .gs-features .gs-items .gs-item .gs-item-photo img:not(.gs-item-icon){
    width: 100%;
  }

  .gs-features .gs-items .gs-item .gs-item-photo .gs-item-icon{
    width: 15vw;
  }

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

  .gs-extra .gs-items .gs-item{
    max-width: 2000px;
  }

  .gs-extra .gs-items .gs-item .gs-item-title,
  .gs-extra .gs-items .gs-item .gs-item-text{
    min-height: 1px;
  }

  .gs-extra .gs-items .gs-item .gs-item-text{
    padding-bottom: 20px;
  }


  .gs-products .gs-tab-menu button{
    padding: 0 0 0 75px;
    font-size: 19px;
  }

  .gs-products #gs-pr-tab3 .gs-items{
    display: block;
  }

  .gs-products #gs-pr-tab1 .gs-items .gs-item, 
  .gs-products #gs-pr-tab2 .gs-items .gs-item,
  .gs-products #gs-pr-tab3 .gs-items .gs-item{
    width: 100%;
  }

  .gs-products .gs-items .gs-item .gs-item-text{
    font-size: 16px;
  }

  .gs-products .gs-items{
    width: 400px;
    margin: 0 auto;
  }

  .gs-products .owl-nav{
    position: absolute;
    top: 22%;
    left: 50%;
    width: calc(100% + 150px);
    transform: translate(-50%, -20px);
    display: flex;
    justify-content: space-between;
  }

  .gs-products .owl-nav .owl-prev{
    width: 50px;
    height: 50px;
    background: url("../images/icon-prev2.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-products .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    background: url("../images/icon-next2.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-products .owl-nav .owl-prev span,
  .gs-products .owl-nav .owl-next span{
    display: none;
  }

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

  .gs-products .gs-items .gs-item{
    max-width: 3000px;
  }

  .owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
  }


  .gs-features .gs-items .gs-item::before{
    display: none;
  }

  .gs-use-cases .gs-cat-menu .gs-cat img, .gs-use-cases .gs-cat-menu .gs-cat video{
    width: 21vw;
  }

  .gs-use-cases .gs-cat-content{
    margin-right: 10px;
    margin-left: 10px;
  }

  .gs-page img.gs-img-tab{
    display: block !important;
  }

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

  .gs-info .gs-border .gs-icon::before{
    display: none;
  }


  .gs-extra-new{
    flex-direction: column;
  }



  .gs-hero h1 {
    padding: 253px 0 0 0;
    font-size: 26px;
  }


  .gs-hero h1 strong{
    font-size: 66px;
  }

  .gs-hero h1::after {
    bottom: -18px;
    width: 108px;
    height: 20px;
    margin: 0 0 0 78px;
  }

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

  .gs-extra .gs-items .gs-item .gs-item-photo img{
    height: auto;
  }


  .gs-use-cases .gs-cat-content .gs-items{
    gap: 7px;
  }

  .gs-use-cases .gs-cat-content .gs-items .gs-item .gs-item-title{
    font-size: 15px;
  }


  .gs-banner-magentaone .gs-content .gs-title{
    font-size: 28px;
  }

  .gs-banner-magentaone .gs-content .gs-text{
    font-size: 28px;
  }

}



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


  .gs-info{
    margin: 10px -16px;
    padding: 65px 16px 50px 16px;
  }

  .gs-info .gs-border .gs-icon img{
    width: 100px;
  }

  .gs-info .gs-border .gs-title{
    font-size: 20px;
  }

  .gs-info .gs-border .gs-text{
    font-size: 15px;
  }

  .gs-info .gs-border .gs-text br{
    display: none;
  }

  .gs-info .gs-border .gs-content {
    padding: 70px 20px 45px 20px;
  }

  .gs-features {
    padding: 0px 0px 30px 0;
  }

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

  .gs-features .gs-items .gs-item .gs-item-photo .gs-item-icon{
    width: 50px;
  }

  .gs-features .gs-items .gs-item .gs-item-photo img:not(.gs-item-icon){
    height: 210px;
    object-fit: cover;
  }

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

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

  .gs-products .gs-tab-menu{
    gap: 8px;
  }

  .gs-products .gs-tab-menu button{
    width: 110px;
    height: 95px;
    padding: 60px 0 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    background-size: 40px auto !important;
    background-position: center 12px !important;
  }


  .gs-products .gs-tab-menu button.gs-t1.gs-active{
    background: url("../images/icon-tab1.svg") no-repeat center 12px, linear-gradient(18deg, #43EA80 13.93%, #38F8D4 81.25%) !important;
    background-size: 40px auto !important;
  }

  .gs-products .gs-tab-menu button.gs-t2.gs-active{
    background: url("../images/icon-tab2.svg") no-repeat center 12px, linear-gradient(18deg, #43EA80 13.93%, #38F8D4 81.25%) !important;
    background-size: 40px auto !important;
  }

  .gs-products .gs-tab-menu button.gs-t3.gs-active{
    background: url("../images/icon-tab3.svg") no-repeat center 12px, linear-gradient(18deg, #43EA80 13.93%, #38F8D4 81.25%) !important;
    background-size: 40px auto !important;
  }


  .gs-products .gs-items{
    width: 280px;
    margin: 0 auto;
  }


  .gs-products .owl-nav{
    width: calc(100% + 80px);
    top: 24%;
  }

  .gs-products .owl-nav .owl-prev{
    width: 30px;
    height: 30px;
  }

  .gs-products .owl-nav .owl-next{
    width: 30px;
    height: 30px;
  }

  .gs-products .gs-view-all-products {
    margin: 30px auto 0 auto;
  }

  .gs-connectivity .gs-title img{
    width: 86px;
  }

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

  .gs-connectivity{
    padding-right: 0px;
    padding-left: 0px;
  }

  .gs-connectivity .gs-text{
    font-size: 15px;
  }

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

  .gs-connectivity .gs-row{
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .gs-connectivity .gs-row .gs-col{
    flex-direction: column;
    padding: 30px 16px;
  }

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

  .gs-connectivity .gs-row .gs-col .gs-border .gs-category .gs-cat-text{
    min-height: 10px;
    padding: 0 0 20px 0;
  }

  .gs-connectivity .gs-row .gs-col .gs-border .gs-category .gs-cat-title{
    font-size: 15px;
  }

  .gs-connectivity .gs-row .gs-col .gs-product .gs-product-title{
    font-size: 15px;
    padding: 20px 0 10px 0;
  }

  .gs-connectivity .gs-row .gs-col .gs-product .gs-product-content{
    min-height: 10px;
    padding: 0 0 20px 0;
  }

  .gs-extra{
    padding: 30px 0;
  }

  .gs-extra .gs-items .gs-item{
    padding: 20px;
  }

  .gs-extra .gs-items .gs-item .gs-item-title{
    font-size: 20px;
    padding: 0 0 10px 0;
  }

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

  .gs-extra .gs-items .gs-item .gs-item-more{
    width: 100%;
    max-width: 2000px;
  }

  .gs-hero{
    margin: 0 -16px;
  }


  .gs-use-cases .gs-cat-menu .gs-cat.gs-active{
    transform: translate(0, 0);
  }

  .gs-use-cases .gs-cat-menu{
    display: block;
    overflow: auto;
    white-space: nowrap;
  }

  .gs-use-cases .gs-cat-menu .gs-cat{
    display: inline-block;
    vertical-align: top;
  }

  .gs-use-cases .gs-cat-menu .gs-cat.gs-active .gs-pin{
    display: none;
  }

  .gs-use-cases .gs-cat-menu .gs-cat.gs-active::before{
    display: none;
  }

  .gs-use-cases .gs-cat-content .gs-content-text{
    font-size: 15px;
  }

/*
  .gs-use-cases .gs-cat-menu .gs-cat{
    min-width: 216px;
  }
*/
  .gs-use-cases .gs-cat-menu .gs-cat img,
  .gs-use-cases .gs-cat-menu .gs-cat video{
    width: 100%;
  }

  .gs-use-cases .gs-cat-menu{
    margin: 0 -16px;
    width: calc(100% + 32px);
  }

  .gs-use-cases .gs-cat-menu .owl-item{
    opacity: 0.6;
  }

  .gs-use-cases .gs-cat-menu .owl-item.center{
    opacity: 1;
  }

  .gs-use-cases .gs-cat-menu .gs-cat::after{
    display: none;
  }


  .gs-use-cases .gs-cat-content .gs-items{
    display: block;
  }

  .gs-use-cases .gs-cat-content .gs-items .gs-item{
    display: inline-block;
    vertical-align: top;
  }

  .gs-use-cases .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
  }

  .gs-use-cases .owl-nav .owl-prev{
   width: 30px;
    height: 30px;
    background: url("../images/icon-prev2.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-use-cases .owl-nav .owl-next{
    width: 30px;
    height: 30px;
    background: url("../images/icon-next2.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-use-cases .owl-nav .owl-prev span,
  .gs-use-cases .owl-nav .owl-next span{
    display: none;
  }

  .gs-use-cases .owl-nav .owl-prev.disabled,
  .gs-use-cases .owl-nav .owl-next.disabled{
    opacity: 0.2;
    cursor: default;
  }

  .gs-use-cases .gs-cat-menu{
    padding: 0px;
  }







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

  .gs-connectivity .owl-nav .owl-prev{
   width: 40px;
    height: 40px;
    background: url("../images/icon-prev2.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-connectivity .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    background: url("../images/icon-next2.svg") no-repeat center center !important;
    background-size: contain !important;
  }

  .gs-connectivity .owl-nav .owl-prev span,
  .gs-connectivity .owl-nav .owl-next span{
    display: none;
  }

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



  .gs-extra-new{
    margin: 30px 0;
    width: 100%;
    padding: 30px 20px;
  }


  .gs-extra-new .gs-photo{
    width: 100%;
  }

  .gs-extra-new .gs-content{
    width: 100%;
  }

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

  .gs-extra-new .gs-content .gs-text{
    padding-bottom: 20px;
  }


  .gs-use-cases .gs-title br{
    display: none;
  }

  .gs-use-cases .gs-title {
    font-size: 28px;
  }

  .gs-use-cases .gs-text{
    font-size: 16px;
  }

  .gs-extra .gs-items .gs-item .gs-item-links{
    flex-direction: column;
  }


  .gs-banner-magentaone{
    width: calc(100vw);
    margin: 0 -16px;
    background-image: url("../images/magentaone-bg-mob.png");
    height: 593px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .gs-page .gs-mob-br{
    display: block;
  }

  .gs-banner-magentaone .gs-content{
    padding: 50px 10px;
    width: 320px;
  }

  .gs-banner-magentaone .gs-content .gs-title {
    font-size: 24px;
    width: 300px;
    margin: 0 auto;
  }

  .gs-banner-magentaone .gs-content .gs-text {
    font-size: 24px;
  }

  .gs-banner-magentaone .gs-content .gs-more {
    font-size: 24px;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 6.6px;
  }

  .gs-banner-magentaone .gs-content .gs-title img{
    height: 23px;
  }

  .gs-banner-magentaone-new{
    margin: 0px 0 30px 0;
  }

  .gs-banner-magentaone-new .gs-title{
    font-size: 26px;
  }

  .gs-banner-magentaone-new .gs-text{
    font-size: 18px;
  }

  .gs-banner-magentaone-new img{
    max-width: 100%;
  }

}



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



  .gs-hero h1 {
    padding: 50vw 0 0 0;
    font-size: 5vw;
  }

  .gs-hero h1 strong {
    font-size: 12vw;
  }

  .gs-hero h1::after {
    bottom: -3vw;
    width: 21vw;
    height: 3vw;
    margin: 0 0 0 15vw;
  }
}



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


  .gs-use-cases .gs-cat-menu .gs-cat{
     width: 180px;
  }

  .gs-products .gs-tab-menu button {
    font-size: 12px;
  }

  .gs-products .owl-nav {
    width: calc(100% + 26px);
    top: 24%;
  }

  .gs-extra .gs-items .gs-item .gs-item-more{
    font-size: 12px;
  }

  .gm-blog .gm-items .gm-item {
    width: 270px;
  }

}



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




.gs-bottom-links{
  padding: 30px 20px 64px 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: #282828;
  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: #ffffff;
  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 4.45vw 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-video-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
}



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




.gs-video-actions .gs-show-anim-description{
    display: block;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}




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

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


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

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

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


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

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

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

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

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


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

   
}


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
































































