.wws-banner-slider{margin:0!important;overflow:hidden;padding:0!important;position:relative}.wws-banner-slider .wws-banner-slider-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.wws-banner-slider .banner-image img,.wws-banner-slider .banner-video video{-o-object-fit:cover;object-fit:cover}.wws-banner-slider .wws-banner-slider-inner{height:100%;overflow:hidden;position:relative;width:100%}.wws-banner-slider .banner-image,.wws-banner-slider .banner-video{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.wws-banner-slider .banner-content{align-items:center;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:3}.wws-testimonial .wws-testimonial-item .wws-testimonial-item-overlay{background-repeat:no-repeat;background-size:contain;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.wws-testimonial .wws-testimonial-item-inner{align-items:center;display:flex;position:relative}.wws-testimonial .wws-testimonial-item-inner .testimonial-quote{position:absolute}.wws-testimonial .wws-testimonial-item-inner .testimonial-content{width:100%}.wws-testimonial .wws-testimonial-item .testimonial-image img{-o-object-fit:cover;object-fit:cover}.wws-testimonial .testimonial-quote img{-o-object-fit:contain;object-fit:contain}.swiper-number{background:transparent!important;height:20px!important;line-height:20px!important;text-align:center;width:20px!important}.swiper-number.swiper-pagination-bullet-active{color:var(--e-global-color-accent)}.swiper-progress-bar{background-color:#ccc;height:5px;position:relative;width:100%}.swiper-progress{background-color:var(--e-global-color-accent);height:100%;left:0;position:absolute;top:0}.wws-testimonial-vertical .wws-testimonial-item{display:flex}.wws-carousel .wws-carousel-item .carousel-image{position:relative}.wws-carousel .wws-carousel-item .carousel-icon{align-items:center;display:flex;height:100%;justify-content:center;opacity:0;position:absolute;transition:.5s;width:100%}.wws-carousel .wws-carousel-item:hover .carousel-icon{opacity:1}.wws-carousel-tabs-content-wrap .wws-carousel-tabs-content{display:none}.wws-carousel-tabs-content-wrap .wws-carousel-tabs-content.active{display:block}.wws-carousel-tabs-gallery{display:flex;flex-wrap:wrap}.wws-carousel-tabs-gallery .wws-gallery-item{width:25%}


.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
  }
  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  @media (min-aspect-ratio: 16/9) {
    .video-foreground {
      height: 300%;
      top: -100%;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-foreground {
      width: 300%;
      left: -100%;
    }
  }

  