.swiper-container{position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{position:relative;display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.swiper-wrapper::-webkit-scrollbar{display:none}@media (prefers-reduced-motion:reduce){.swiper-wrapper{scroll-behavior:auto}}.swiper-slide{position:relative;flex:0 0 100%;width:100%;scroll-snap-align:center;scroll-snap-stop:always}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;z-index:10;width:27px;height:44px;margin-top:-22px;cursor:pointer}.swiper-button-prev{left:10px}.swiper-button-next{right:10px}.swiper-pagination{position:absolute;z-index:10;bottom:10px;left:0;width:100%;display:flex;justify-content:center;gap:8px;text-align:center}.swiper-pagination-bullet{appearance:none;-webkit-appearance:none;width:8px;height:8px;padding:0;border:0;border-radius:50%;background:var(--ef-color-on-dark);opacity:0.45;cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--ef-color-highlight)}.swiper-button-disabled{opacity:0.35;cursor:default;pointer-events:none}