.nvm-ag-hero-slider{position:relative;width:100%;height:100%;}
.ag-hs__track{display:flex;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform;}
.ag-hs__slide{min-width:100%;height:100%;flex-shrink:0;overflow:hidden;}
.ag-hs__slide img{width:100%;height:100%;object-fit:cover;display:block;}
.ag-hs__dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:10;}
.ag-hs__dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:background .25s,transform .25s;}
.ag-hs__dot.is-active{background:#fff;transform:scale(1.35);}