.carousel-wrapper{flex-direction:column;width:100%;max-width:100%;display:flex;position:relative}.carousel-wrapper .carousel-container{z-index:5;scroll-snap-type:x mandatory;align-items:flex-start;max-width:100%;padding:.5rem .5rem 1.5rem;display:flex;overflow-x:auto}.carousel-wrapper .carousel-container .carousel-item{scroll-snap-align:center;width:fit-content}.carousel-wrapper .carousel-container .carousel-item.--full-screen{min-width:100%}.carousel-wrapper .carousel-container.dragging{cursor:grabbing;scroll-behavior:smooth!important}.carousel-wrapper .carousel-dots{align-items:center;gap:.25rem;height:.25rem;display:flex;position:absolute;bottom:0;right:50%;transform:translate(50%)}.carousel-wrapper .carousel-dots .dots-dot{cursor:pointer;background-color:#c4d8fffc;border-radius:9999px;width:.25rem;height:.25rem;transition:all .3s ease-in-out}.carousel-wrapper .carousel-dots .dots-dot:hover{background-color:#2a3ef4}.carousel-wrapper .carousel-dots .dots-dot[data-active=true]{cursor:default;background-color:#2a3ef4;border-radius:14px;width:25px}
