.hero-slider{position:relative;width:100%;overflow:hidden;background:#edf5ff}.slider-track{position:relative;aspect-ratio:16/5;min-height:360px}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease}.hero-slide.active{opacity:1;visibility:visible;z-index:1}.hero-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.slider-prev,.slider-next{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:48px;height:82px;border:0;border-radius:8px;background:#071a3b38;color:#fff;font-size:38px;cursor:pointer;transition:.2s}.slider-prev:hover,.slider-next:hover{background:#1565f8cc}.slider-prev{left:25px}.slider-next{right:25px}.slider-dots{position:absolute;z-index:3;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:10px}.slider-dots button{width:32px;height:4px;border:0;border-radius:4px;background:#ffffff88;padding:0;cursor:pointer}.slider-dots button.active{background:#fff}@media(max-width:800px){.slider-track{aspect-ratio:16/7;min-height:220px}.slider-prev,.slider-next{width:36px;height:58px;font-size:28px}.slider-prev{left:8px}.slider-next{right:8px}.slider-dots{bottom:10px}}
