.rm-hero-media{overflow:hidden}
.rm-hero-media .rm-hero-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;transform:scale(1.04);transition:opacity 1.25s ease,transform 7.2s ease;object-fit:cover;object-position:center}
.rm-hero-media .rm-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}
.rm-hero-media .rm-hero-slide.active{opacity:1;transform:scale(1)}
.rm-hero-dots{position:absolute;z-index:2;right:clamp(70px,9vw,155px);bottom:38px;display:flex;gap:9px;align-items:center}
.rm-hero-dots button{width:24px;height:2px;padding:0;border:0;background:rgba(244,240,234,.35);cursor:pointer;transition:width .3s,background .3s}
.rm-hero-dots button.active{width:43px;background:var(--accent)}
@media(max-width:850px){.rm-hero-media .rm-hero-slide{object-position:64% center}.rm-hero-dots{right:28px;bottom:29px}.rm-hero-dots button{width:18px}.rm-hero-dots button.active{width:31px}}
