/* #wrapper .fusion-image-carousel .awb-carousel:before {content:''; background:linear-gradient(90deg, #f7f5f0 0%, transparent 100%); position:absolute; z-index:9; top:0; left:0; width:256px; max-width:24vw; height:100%; pointer-events:none;}
#wrapper .fusion-image-carousel .awb-carousel.dark:before {background:linear-gradient(90deg, #1d1d1d 0%, transparent 100%);}
#wrapper .fusion-image-carousel .awb-carousel:after {content:''; background:linear-gradient(270deg, #f7f5f0 0%, transparent 100%); position:absolute; z-index:9; top:0; right:0; width:256px; max-width:24vw; height:100%; pointer-events:none;}
#wrapper .fusion-image-carousel .awb-carousel.dark:after {background:linear-gradient(270deg, #1d1d1d 0%, transparent 100%);} */

#wrapper .fusion-image-carousel .awb-carousel .awb-swiper-button {background:#fff; display:inline-flex; height:40px; width:40px; border-radius:4px; align-items:center; justify-content:center; opacity:1; z-index:999; pointer-events:auto; cursor:pointer; right:64px;}
#wrapper .fusion-image-carousel .awb-carousel .awb-swiper-button i:before {content:'\f061'; font-family:var(--fontAwesome); font-size:16px; color:#1d1d1d; display:inline-block; line-height:1;}
#wrapper .fusion-image-carousel .awb-carousel .awb-swiper-button.awb-swiper-button-prev {right:auto; left:64px;}
#wrapper .fusion-image-carousel .awb-carousel .awb-swiper-button.awb-swiper-button-prev i:before {content:'\f060';}
#wrapper .fusion-image-carousel .awb-carousel .swiper-wrapper .swiper-slide .fusion-image-wrapper img {height:16vw; min-height:480px; border-radius:8px; overflow:hidden; object-fit:cover;}