.qx-hero__track{display:flex;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.qx-hero__track::-webkit-scrollbar{display:none}.qx-hero__slide{flex:0 0 100%;width:100%;scroll-snap-align:start;scroll-snap-stop:always}.qx-hero__dots{position:absolute;left:50%;bottom:10px;z-index:2;display:flex;gap:6px;transform:translateX(-50%);padding:0;margin:0;list-style:none}.qx-hero__dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.45);box-shadow:0 0 0 1px rgba(0,0,0,.18);cursor:pointer}.qx-hero__dot[aria-current=true]{width:18px;background:#ffffff}@media (prefers-reduced-motion:reduce){.qx-hero__track{scroll-behavior:auto}}