/** Shopify CDN: Minification failed

Line 123:0 Expected "}" to go with "{"

**/
.section-no-5 .social-box{

    min-width: 259px;
    min-height: 47px;
    background: linear-gradient(90deg, #0DC8B5 0%, #6DF3EE 100%);
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    gap: 20px;
}

.section-no-5 .social-box .list-social__link {
    padding: 0rem .7rem 0 0 !important;
}

.section-no-5 .social-box .list-social .svg-wrapper {
    width: 33px;
    height: 33px;
}

.slider-s5 .swiper {
  height: 100%;
}

.slider-s5 .swiper-wrapper {
  display: flex;
  align-items: stretch !important; /* force equal height */
}


.slider-s5 .s5-trans{
        
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #448192;
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 20px 15px;
    cursor: pointer;
    text-align: start;

}


.slider-s5 .swiper-slide a{
  text-decoration: none;
}

.slider-s5 .swiper-slide .imager {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.slider-s5 .swiper-slide .imager img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider-s5 .swiper-button-next, .slider-s5 .swiper-button-prev {
   
    width: 30px;
    height: 30px;
}

.slider-s5 .swiper-button-prev {
  left: -40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'18'%20height%3D'31'%20viewBox%3D'0%200%2018%2031'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M15.75%2028.625L2.62503%2015.5L15.75%202.375'%20stroke%3D'%23fff'%20stroke-width%3D'3.9375'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slider-s5 .swiper-button-next {
  right: -40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'18'%20height%3D'31'%20viewBox%3D'0%200%2018%2031'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M2.25%2028.625L15.375%2015.5L2.25%202.375'%20stroke%3D'%23ffffff'%20stroke-width%3D'3.9375'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


@media(max-width: 992px){
  .slider-s5 .swiper-slide .imager {
    width: 60px;
    height: 60px;
  }
@media(max-width: 767px){
 

  .section-no-5 .social-box{

    min-width: 160px;
    min-height: 30px;
    gap: 15px;
  }

  .section-no-5 .social-box .list-social .svg-wrapper {
    width: 20px;
    height: 20px;
   }

}



