.hero-slider{width:100%;position:relative;overflow:hidden}.hero-slider__viewport{width:100%;overflow:hidden}.hero-slider__container{display:flex}.hero-slider__slide{flex:0 0 100%;min-width:0;height:70vh;min-height:400px;max-height:700px;position:relative}.hero-slider__image{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-slider__overlay{background:linear-gradient(135deg,#2a7dabd9 0%,#4abdbecc 50%,#2a8a8bd9 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-slider__content{text-align:center;max-width:900px;padding:1.5rem}.hero-slider__title{color:#fff;text-shadow:0 2px 8px #0006;margin:0 0 .75rem;font-size:clamp(1.75rem,5vw,3.5rem);font-weight:700;line-height:1.15}.hero-slider__subtitle{color:#ffffffe6;text-shadow:0 1px 4px #0000004d;margin:0;font-size:clamp(1rem,2.5vw,1.35rem);font-weight:400;line-height:1.5}.hero-slider__dots{z-index:10;gap:.625rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-slider__dot{cursor:pointer;background:0 0;border:2px solid #fffc;border-radius:50%;width:12px;height:12px;padding:0;transition:background-color .3s,border-color .3s}.hero-slider__dot:hover{background:#ffffff80}.hero-slider__dot--active{background:#fff;border-color:#fff}
