.carousel{display:flex;justify-content:center}.carousel-wrapper{display:flex;align-items:center;height:496px;position:relative;width:925px}.carousel-wrapper .carousel-slide img{border-radius:6px}.carousel-wrapper .carousel-slide{background-size:cover;position:relative;height:100%;width:478px;align-items:center;position:absolute;transition:width .3s ease-in-out,height .3s ease-in-out,transform .5s ease-in-out,opacity .5s ease-in-out;transform:translate(-100%);height:60%;width:252px;opacity:0}.carousel-wrapper .active-slide-1{display:flex;z-index:2;height:100%;width:478px;order:1;transform:translate(0);opacity:1}.carousel-wrapper .active-slide-2{display:flex;z-index:1;height:86%;width:360px;transform:translate(110%);order:2;opacity:1}.carousel-wrapper .active-slide-3{display:flex;height:60%;width:252px;transform:translate(265%);order:3;opacity:1}.carousel-wrapper .slide-blur.active-blur{position:absolute;top:0;left:0;background:#11439499;-webkit-backdrop-filter:blur(1.899999976158142px);backdrop-filter:blur(1.899999976158142px);width:100%;height:100%}.carousel-btn{position:absolute;z-index:100;cursor:pointer}.carousel-prev-btn{display:none}.carousel-next-btn{position:absolute;top:50%;left:55%;transform:translateY(-50%)}@media only screen and (max-width: 1050px){.carousel-wrapper{width:736px}.carousel-wrapper .carousel-slide{width:312px;background-position:center center}.carousel-wrapper .active-slide-2{transform:translate(75%)}.carousel-wrapper .active-slide-3{transform:translate(135%)}}@media only screen and (max-width: 860px){.carousel-wrapper{width:100%;overflow:hidden;justify-content:center}.carousel-wrapper .carousel-slide{width:min(478px,100%);aspect-ratio:auto}.carousel-wrapper .active-slide-2,.carousel-wrapper .active-slide-3{transform:translate(0);width:min(360px,100%)}.carousel-prev-btn{display:block;left:20px;transform:rotate(180deg)}.carousel-next-btn{right:20px;left:unset}}
