
@charset "utf-8";




@font-face {
    font-family: 'PFDasGroteskPro-Regular';
    src: url('../fonts/PFDasGroteskPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PFDasGroteskPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/PFDasGroteskPro-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/PFDasGroteskPro-Regular.svg#PFDasGroteskPro-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Medium';
    src: url('../fonts/PFDasGroteskPro-Medium.eot'); 
    src: url('../fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDasGroteskPro-Medium.woff') format('woff'),
         url('../fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Bold';
    src: url('../fonts/PFDasGroteskPro-Bold.eot');
    src: url('../fonts/PFDasGroteskPro-Bold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/PFDasGroteskPro-Bold.woff') format('woff'), 
         url('../fonts/PFDasGroteskPro-Bold.svg#PFDasGroteskPro-Bold') format('svg'); 
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDasGroteskPro-Black';
    src: url('../fonts/PFDasGroteskPro-Black.eot'); 
    src: url('../fonts/PFDasGroteskPro-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDasGroteskPro-Black.woff') format('woff'),
         url('../fonts/PFDasGroteskPro-Black.svg#PFDasGroteskPro-Black') format('svg');
    font-style: normal;
    font-weight: normal;
}





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: 'PFDasGroteskPro-Regular';
  color: #282828;
  font-size:21px;
  position:relative;
  margin:0 auto 0 auto;
  line-height:normal;
  margin:0 auto 0 auto;
  padding:0 0 0px 0;
  text-align:center;
  overflow:hidden;
}

.gs-page strong{
  font-family: 'PFDasGroteskPro-Bold';
  font-weight: normal;
}

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

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


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

.gs-page{
  padding: 30px 20px 50px 20px;
}

.gs-hero{
  background: #004383;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

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

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


.gs-hero .gs-content{
  width: 56%;
  text-align: center;
  color: #fff;
}

.gs-hero .gs-content .gs-service-logo{
  width: 248px;
  height: 58px;
  background: url("../images/logo-gservice.svg?v=2") no-repeat center center;
  background-size: contain;
  margin: 30px auto 0 auto;
}


.gs-hero .gs-content .gs-title{
  font-size: 31px;
  line-height: 130%;
  letter-spacing: -0.02em;
  padding: 0 0 30px 0;
}

.gs-hero .gs-content .gs-title strong{
  font-family: 'PFDasGroteskPro-Bold';
}



@media screen and (max-width: 959px) {
  .gs-steps .gs-items .gs-item {
    width: calc(33.33% - 10px);
  }

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

  .gs-hero .gs-content{
    width: 50%;
  }


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

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

}


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

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

  .gs-page{
    padding: 15px;
  }

  .gs-hero{
    display: block;
    height: auto;
    padding: 13px;
    padding-bottom: 40px;
  }

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


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

   .gs-hero .gs-content .gs-service-logo {
    
  }

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

   .gs-hero .gs-content .gs-text {
    font-size: 17px;
    max-width: 200px;
    margin: 0 auto;
  }



  .gs-hero .gs-content .gs-title span{
    
  }



}

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

.gs-map{
  text-align: center;
  padding: 70px 0px 90px 0px;
  max-width: 1040px;
  margin: 0 auto 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gs-map .gs-photo{
  width: 600px;
  width: 550px;
}

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

.gs-map .gs-content{
  padding: 0 0 0 80px;
  text-align: left;
}

.gs-map .gs-content .gs-title{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 31px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #004383;
  padding: 0 0 27px 0;
}

.gs-map .gs-content .gs-more{
  padding: 17px 30px;
  background: #004383;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-family: 'PFDasGroteskPro-Bold';
  display: inline-block;
  transition: all 200ms;
}

@media screen and (min-width: 960px) {
  .gs-map .gs-content .gs-more:hover{
    opacity: 0.8;
  }
}

@media screen and (max-width: 1139px) {
  
  .gs-map{
    padding: 50px 0;
  }

  .gs-map .gs-content .gs-title br{
    display: none;
  }

  .gs-map .gs-content{
    width: 50%;
  }
}

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

  .gs-map{
    flex-direction: column;
  }

  .gs-map .gs-photo{
    width: 100%;
    max-width: 490px;
  }

  .gs-map .gs-content{
    width: auto;
    padding: 30px 0 0 0;
    text-align: center;
  }

  .gs-map .gs-content .gs-title br{
    display: block;
  }

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

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

  .gs-map .gs-photo{
    max-width: 310px;
  }

  .gs-map .gs-content .gs-title{
    font-size: 22px;
    padding: 0 0 20px 0;
  }


}


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


.gs-service-categories{
  padding: 45px 0 95px 0;
}

.gs-service-categories .gs-title{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #004383;
  padding: 0 0 40px 0;
}

.gs-service-categories .gs-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1136px;
  margin: 0 auto;
}

.gs-service-categories .gs-items h3{
  width: 142px;
}


.gs-service-categories .gs-items .gs-item{
  width: 142px;
  height: 124px;
  font-family: 'PFDasGroteskPro-Medium';
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #423F3F;
  display: block;
  padding: 75px 0 0 0;
  position: relative;
}

.gs-service-categories .gs-items .gs-item::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 75px;
  background: url("../images/new-icon-service1.svg") no-repeat center top;
  background-size: auto 75%;
  transition: all 200ms;
}

.gs-service-categories .gs-items .gs-item:hover::before{
  transform: scale(1.1);
}

.gs-service-categories .gs-items .gs-item.gs-i2::before{ background-image: url("../images/new-icon-service2.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i3::before{ background-image: url("../images/new-icon-service3.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i4::before{ background-image: url("../images/new-icon-service4.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i5::before{ background-image: url("../images/new-icon-service5.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i6::before{ background-image: url("../images/new-icon-service6.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i7::before{ background-image: url("../images/new-icon-service7.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i8::before{ background-image: url("../images/new-icon-service8.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i9::before{ background-image: url("../images/new-icon-service9.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i10::before{ background-image: url("../images/new-icon-service10.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i11::before{ background-image: url("../images/new-icon-service11.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i12::before{ background-image: url("../images/new-icon-service12.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i13::before{ background-image: url("../images/new-icon-service14.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i14::before{ background-image: url("../images/new-icon-service13.svg");  }
.gs-service-categories .gs-items .gs-item.gs-i15::before{ background-image: url("../images/new-icon-service15.svg");  }
/* //////////////////////////////////////////////////////////////////////////////////////// */

.gs-reason{
  background: #004383;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.gs-reason .gs-photo{
  width: 44%;
}

.gs-reason .gs-photo img{
  width: 100%;
  border-radius: 20px;
}


.gs-reason .gs-content{
  width: 56%;
  text-align: left;
  color: #fff;
  padding: 0 35px 0 70px;
}

.gs-reason .gs-content .gs-title{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 27px;
  line-height: 125%;
  letter-spacing: -0.02em;
  padding: 0 0 30px 0;
}

.gs-reason .gs-content .gs-items{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.gs-reason .gs-content .gs-items .gs-item{
  display: block;
  width: calc(50% - 7px);

  font-family: 'PFDasGroteskPro-Medium';
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  padding: 0 0 0 57px;
  margin: 12px 7px 12px 0;
  min-height: 45px;
  background: url("../images/icon-extra1.svg") no-repeat left center;
  display: flex;
  align-items: center;
  position: relative;
}

.gs-reason .gs-content .gs-items .gs-item.gs-i2{ background-image: url("../images/icon-extra2.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i3{ background-image: url("../images/icon-extra3.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i4{ background-image: url("../images/icon-extra4.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i5{ background-image: url("../images/icon-extra5.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i6{ background-image: url("../images/icon-extra6.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i7{ background-image: url("../images/icon-extra7.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i8{ background-image: url("../images/icon-extra8.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i9{ background-image: url("../images/icon-extra9.svg");  }
.gs-reason .gs-content .gs-items .gs-item.gs-i10{ background-image: url("../images/icon-extra10.svg");  }

/*
.gs-reason .gs-content .gs-items .gs-item.gs-i8::after,
.gs-reason .gs-content .gs-items .gs-item.gs-i9::after{
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  background: url("../images/icon-link.svg") no-repeat center center;
}
*/
.gs-reason .gs-content .gs-items .gs-item:nth-child(even){
  margin: 12px 0 12px 7px;
}


.gs-reason .gs-content .gs-items .gs-item.gs-i8,
.gs-reason .gs-content .gs-items .gs-item.gs-i9{
  
}

.gs-reason .gs-content .gs-items a{
  text-decoration: underline;
}


/*
.gs-reason .gs-content .gs-items a.gs-item{
  padding-right: 40px;
}
*/

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

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

.gs-extra .gs-title{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 27px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #004383;
  padding: 0 0 30px 0;
}

.gs-extra .gs-items{
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}

.gs-extra .gs-items .gs-item{
  width: 208px;
  height: 230px;
  background: #F3F5FA;
  border-radius: 10px;
  padding: 10px 0 0 0;
}

.gs-extra .gs-items .gs-item .gs-item-logo{
  height: 70px;
  background: url("../images/icon-extra-logo1.svg") no-repeat center center;
}

.gs-extra .gs-items .gs-item.gs-i2 .gs-item-logo{ background-image: url("../images/icon-extra-logo2.svg");  }
.gs-extra .gs-items .gs-item.gs-i3 .gs-item-logo{ background-image: url("../images/icon-extra-logo3.svg");  }
.gs-extra .gs-items .gs-item.gs-i4 .gs-item-logo{ background-image: url("../images/icon-extra-logo4.svg");  }
.gs-extra .gs-items .gs-item.gs-i5 .gs-item-logo{ background-image: url("../images/icon-extra-logo5.svg");  }
.gs-extra .gs-items .gs-item.gs-i6 .gs-item-logo{ background-image: url("../images/icon-extra-logo6.svg");  }

.gs-extra .gs-items .gs-item .gs-item-title{
  padding: 10px 0 0 0;
  font-family: 'PFDasGroteskPro-Medium';
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #423F3F;
  min-height: 90px;
}

.gs-extra .gs-items .gs-item .gs-item-more{
  padding: 14px 30px;
  background: #004383;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-family: 'PFDasGroteskPro-Bold';
  display: inline-block;
  transition: all 200ms;
}

@media screen and (min-width: 960px) {
  .gs-extra .gs-items .gs-item .gs-item-more:hover{
    opacity: 0.8;
  }
}

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

.gs-with{
  padding: 70px 0;
}

.gs-with .gs-title{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 27px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #004383;
  padding: 0 0 44px 0;
}

.gs-with .gs-items{
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}

.gs-with .gs-items .gs-item{
  width: 280px;
  height: 120px;
  background: #FFFFFF;
  border: 1px solid #CCD9E6;
  border-radius: 10px;

  font-family: 'PFDasGroteskPro-Medium';
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #423F3F;
  padding: 60px 0 0 0;
  background: url("../images/icon-check.svg") no-repeat center 24px;
}

.gs-with .gs-copy{
  font-size: 13px;
  line-height: 130%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

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

.gs-brands{
  background: #004383;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.gs-brands .gs-photo{
  width: 44%;
}

.gs-brands .gs-photo img{
  width: 100%;
  border-radius: 20px;
}


.gs-brands .gs-content{
  width: 56%;
  text-align: left;
  color: #fff;
  padding: 0 35px 0 70px;
}

.gs-brands .gs-content .gs-title{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 27px;
  line-height: 125%;
  letter-spacing: -0.02em;
  padding: 0 0 30px 0;
}

.gs-brands .gs-content .gs-items{
  display: block;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;  
  cursor: grab;
  position: relative;
}

.gs-brands .gs-content .gs-prev,
.gs-brands .gs-content .gs-next{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../images/icon-next.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0px;
}

.gs-brands .gs-content .gs-prev{
  right: calc(50% + 20px);
  background-image: url("../images/icon-prev.svg");
}

.gs-brands .gs-content .gs-items::-webkit-scrollbar {
  display: none;
}

.gs-brands .gs-content .gs-items .gs-scroll-inner{
  width: 1700px;

}

.gs-brands .gs-content .gs-items .gs-item{
  display: inline-block;
  vertical-align: middle;
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  font-family: 'PFDasGroteskPro-Medium';
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 2px 12px 0;
}


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

.gs-questions{
  margin: 70px 0;
  background: #F3F5FA;
  border-radius: 20px;
  text-align: center;
  padding: 35px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.gs-questions .gs-title{
  font-family: 'PFDasGroteskPro-Bold';
  font-size: 26px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #004383;
  padding: 0 0 15px 0;
}

.gs-questions .gs-more{
  padding: 17px 30px;
  background: #004383;
  border-radius: 60px;
  color: #fff;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 100%;
  font-family: 'PFDasGroteskPro-Bold';
  display: inline-block;
  transition: all 200ms;
}

@media screen and (min-width: 960px) {
  .gs-questions .gs-more:hover{
    opacity: 0.8;
  }
}

.gs-questions .gs-text{
  font-size: 19px;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #004383;
  padding: 15px 0 0 0;
}

.gs-questions .gs-text a{
  font-family: 'PFDasGroteskPro-Bold';
}

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




.gs-faq{
  padding: 45px 20px 20px 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gs-faq .gs-title {
    font-family: 'PFDasGroteskPro-Bold';
    font-size: 27px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #004383;
    padding: 0 0 44px 0;
}


.gs-faq .gs-items .gs-item{
  background: #F3F5FA;
  border-radius: 10px;
  margin: 0 0 10px 0;
  transition: all 100ms;
}


.gs-faq .gs-items .gs-item .gs-item-q{
  font-size: 17px;
  line-height: 131%;
  color: #004383;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 20px 60px 20px 25px;

  text-align: left;

}

.gs-faq .gs-items .gs-item .gs-item-q::before,
.gs-faq .gs-items .gs-item .gs-item-q::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
  height: 2px;
  background: #004383;
  transition: all 200ms;
}


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

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



.gs-faq .gs-items .gs-item .gs-item-ans{
  font-size: 14px;
  line-height: 170%;
  padding: 0px 25px 20px 25px;
  display: none;
  text-align: left;
  color: #004383;
}

.gs-faq .gs-items .gs-item .gs-item-ans a{
  color: inherit;
  text-decoration: underline;
}



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


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

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

  .gs-extra .gs-items .gs-item {
      margin: 0 10px 10px 0;
  }

  .gs-with .gs-items .gs-item{
    width: 260px;
  }

  .gs-reason .gs-content{
    padding-right: 0px;
  }

}


@media screen and (max-width: 1139px) {
  
  .gs-with .gs-items .gs-item{
    width: calc(25% - 10px);
    font-size: 14px;
  }

  .gs-service-categories .gs-items h3,
  .gs-service-categories .gs-items .gs-item{
    width: 130px;
  }

  .gs-reason .gs-content .gs-title br{
    display: none;
  }

  .gs-reason .gs-content .gs-items .gs-item {
    margin: 5px 7px 5px 0;
  }

  .gs-reason .gs-content .gs-items .gs-item:nth-child(even) {
    margin: 5px 0 5px 7px;
  }

  .gs-reason .gs-content .gs-items .gs-item{
    font-size: 14px;
  }

  .gs-reason .gs-content{
    padding-left: 40px;
  }

  .gs-brands .gs-content .gs-prev {
    right: calc(50% + 0px);
  }

}

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

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

  .gs-reason,
  .gs-brands{
   flex-direction: column;
  }

  .gs-reason .gs-photo,
  .gs-reason .gs-content,
  .gs-brands .gs-photo,
  .gs-brands .gs-content{
    width: 100%;
  }

  .gs-reason .gs-content,
  .gs-brands .gs-content{
    padding: 40px 40px 30px 40px;
  }

  .gs-reason .gs-photo img,
  .gs-brands .gs-photo img{
    height: 350px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }

  .gs-reason .gs-photo, .gs-brands .gs-photo{
    margin: -20px -20px 0 -20px;
    width: calc(100% + 40px);
    border-radius: 20px 20px 0 0;
  }


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

  .gs-with .gs-items .gs-item{
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
  }

  .gs-extra .gs-items .gs-item{
    width: calc(33.33% - 10px);
  }



  .gs-brands .gs-content .gs-prev, .gs-brands .gs-content .gs-next{
    top: auto;
    bottom: 25%;
  }

  .gs-brands .gs-content .gs-prev{
    right: auto;
    left: 20px;
  }



  .gs-faq .gs-title {
    font-size: 22px;
    padding: 0 0 20px 0;
  }



}

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

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


  .gs-service-categories{
    padding: 30px 0 35px 0;
  }
  .gs-service-categories .gs-title{
    font-size: 22px;
  }

  .gs-service-categories .gs-items h3{
    width: 33.33%;
  }
  .gs-service-categories .gs-items .gs-item{
    width: 100%;
    font-size: 10px;
  }

  .gs-reason .gs-content, .gs-brands .gs-content{
    padding: 30px 0 0 0;
  }

  .gs-reason .gs-content .gs-title{
    text-align: center;
    font-size: 22px;
  }

  .gs-reason .gs-content .gs-items .gs-item,
  .gs-reason .gs-content .gs-items .gs-item:nth-child(even){
    width: 100%;
    margin: 8px 0;
    font-size: 15px;
    padding-right: 40px;
  }

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

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

  .gs-extra .gs-title {
    font-size: 29px;
    text-align: left;
    padding: 0 0 22px 0;
  }

  .gs-extra .gs-items .gs-item {
      width: 190px;
      height: 224px;
      margin: 0 0px 0px 0;
      padding: 10px;
  }

  .gs-extra .gs-items .gs-item .gs-item-title{
    font-size: 14px;
    line-height: 130%;
    text-align: left;
  }

  .gs-extra .gs-items .gs-item.gs-i3 .gs-item-logo,
  .gs-extra .gs-items .gs-item.gs-i4 .gs-item-logo{
    background-size: auto 25px;
  }

  .gs-extra .gs-items .gs-item .gs-item-logo{
    background-position: left center;
  }

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

  .gs-with {
    padding: 35px 0;
  }

  .gs-with .gs-title {
    font-size: 22px;
    padding: 0 0 25px 0;
  }

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

  .gs-with .gs-items{
    width: calc(100% + 15px);
    margin: 0 -15px 0 0;
  }

  .gs-with .gs-items .gs-item{
    width: 180px;
    font-size: 13px;
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

   .gs-reason .gs-photo img, .gs-brands .gs-photo img{
    height: 230px;
   }

   .gs-brands .gs-content .gs-title{
    font-size: 22px;
    text-align: center;
    padding: 0 0 30px 0;
   }

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

   .gs-brands .gs-content .gs-next{
    right: 0px;
  }

  .gs-brands .gs-content .gs-prev{
    left: 0px;
  }



  .gs-faq .gs-title {
    text-align: left;
    font-size: 21px;
  }

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

  .gs-faq .gs-items{
    margin: 0 -20px;
  }

  .gs-faq .gs-items .gs-item .gs-item-q {
    padding: 20px 60px 20px 20px;
  }


}

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




















































