body.hawhg .scroller__stage{position:relative}body.hawhg .scroller__rail{--scroller-gap: 1.25rem;--scroller-cols: 1;display:flex;gap:var(--scroller-gap);overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;padding-block:var(--wgh-space-3);scrollbar-width:none;-ms-overflow-style:none}body.hawhg .scroller__rail::-webkit-scrollbar{display:none}body.hawhg .scroller__item{flex:0 0 calc((100% - (var(--scroller-cols) - 1) * var(--scroller-gap)) / var(--scroller-cols));min-width:0;scroll-snap-align:start;display:flex}body.hawhg .scroller__item>.card{width:100%}@media(width>=576px){body.hawhg .scroller__rail{--scroller-cols: 2}}@media(width>=768px){body.hawhg .scroller__rail{--scroller-cols: 3}}@media(width>=992px){body.hawhg .scroller__rail{--scroller-cols: 4}}@media(prefers-reduced-motion:reduce){body.hawhg .scroller__rail{scroll-behavior:auto}}body.hawhg .scroller__arrow{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--wgh-color-stroke);border-radius:50%;background:var(--wgh-color-white);transform:translateY(-50%);cursor:pointer}body.hawhg .scroller__arrow--prev{left:0}body.hawhg .scroller__arrow--next{right:0}@media(width>=1200px){body.hawhg .scroller__arrow--prev{left:-56px}body.hawhg .scroller__arrow--next{right:-56px}}body.hawhg .scroller__arrow img{width:20px;height:20px}body.hawhg .scroller__arrow:disabled,body.hawhg .scroller__arrow[aria-disabled=true]{opacity:.35;cursor:not-allowed}body.hawhg .scroller__dots{display:flex;align-items:center;justify-content:center;gap:var(--wgh-space-2);margin-top:var(--wgh-space-5)}body.hawhg .scroller__dot{position:relative;width:12px;height:12px;padding:0;border:0;border-radius:50%;background:var(--wgh-color-stroke);cursor:pointer}body.hawhg .scroller__dot:after{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%,-50%)}body.hawhg .scroller__dot:hover,body.hawhg .scroller__dot[aria-current=true]{background:var(--wgh-color-primary)}body.hawhg .scroller__rail:focus-visible,body.hawhg .scroller__arrow:focus-visible,body.hawhg .scroller__dot:focus-visible{outline:2px solid var(--wgh-color-primary);outline-offset:2px}
