.Carousel{box-sizing:border-box;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.Carousel__track{will-change:transform;box-sizing:border-box;justify-content:center;align-items:center;width:fit-content;height:100%;transition-property:transform;transition-duration:.3s;transition-timing-function:ease-in-out;display:flex}.Carousel__fadeTrack{will-change:opacity;box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Carousel__slide{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;max-height:100%;display:flex;overflow:hidden}.CarouselArrows{z-index:1;box-sizing:border-box;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;padding:3%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.CarouselArrows__container{pointer-events:none;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.CarouselArrows__arrow{cursor:pointer;pointer-events:all;background-color:#0000;border:none;justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.CarouselArrows__arrow.CarouselArrows__styledArrow{will-change:background-color,transform;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#0000004d;border-radius:50%;width:3rem;height:3rem;transition-property:background-color,transform;transition-duration:.1s;transition-timing-function:ease-in-out}.CarouselArrows__arrow.CarouselArrows__styledArrow svg{fill:#fff;width:1.5rem;height:1.5rem}.CarouselArrows__arrow.CarouselArrows__styledArrow:hover{background-color:#0006}.CarouselArrows__arrow--prev{transform:rotate(180deg)}.CarouselDots{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:2;background-color:#0000004d;border-radius:99px;justify-content:flex-start;align-items:center;padding:16px;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%)}.CarouselDots__container{will-change:transform;width:100%;height:100%;transition:transform .3s ease-in-out;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#fff0,#000 20% 80%,#fff0);mask-image:linear-gradient(90deg,#fff0,#000 20% 80%,#fff0)}.CarouselDots__container--no-gradient{-webkit-mask-image:none;mask-image:none}.CarouselDots__track{will-change:transform;align-items:center;gap:8px;width:fit-content;transition:transform .3s ease-in-out;display:flex}.CarouselDots__dot{cursor:pointer;will-change:background-color;background-color:#fff6;border-radius:99px;width:8px;height:8px;transition:background-color .3s ease-in-out}.CarouselDots__dot:hover{background-color:#fffc}.CarouselDots__dot--active{background-color:#fff}
