.sa-hs{--sa-hs-dots-offset:20px;--sa-hs-arrow-offset:20px}.sa-hs:not(.sa-hs--active){display:none}.sa-hs.sa-hs--active{position:relative;height:100vh;overflow:hidden}.sa-hs__track{position:relative;z-index:1;display:flex;flex-wrap:nowrap;height:100%;will-change:transform}.sa-hs__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.sa-hs__panel{flex:0 0 100vw;width:100vw;min-height:100vh}.sa-hs__dots{position:absolute;z-index:5;display:flex;align-items:center;gap:12px;margin:0;padding:0;list-style:none}.sa-hs__dots--bottom-center{inset-block-end:var(--sa-hs-dots-offset);inset-inline-start:50%;transform:translateX(-50%)}.sa-hs__dots--bottom-left{inset-block-end:var(--sa-hs-dots-offset);inset-inline-start:var(--sa-hs-dots-offset)}.sa-hs__dots--bottom-right{inset-block-end:var(--sa-hs-dots-offset);inset-inline-end:var(--sa-hs-dots-offset)}.sa-hs__dot{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.sa-hs__dot-mark{display:block;width:12px;height:12px;border-radius:50%;background:rgba(0,0,0,.3);transition:width .35s ease,height .35s ease,background .35s ease,border-radius .35s ease}.sa-hs__dot.is-active .sa-hs__dot-mark{background:#000}.sa-hs__dots--shape-circle .sa-hs__dot.is-active .sa-hs__dot-mark,.sa-hs__dots--shape-square .sa-hs__dot.is-active .sa-hs__dot-mark{width:30px;border-radius:100px}.sa-hs__dots--shape-square .sa-hs__dot-mark{border-radius:3px}.sa-hs__dots--shape-line .sa-hs__dot-mark{width:4px;height:18px;border-radius:2px}.sa-hs__dots--shape-line .sa-hs__dot.is-active .sa-hs__dot-mark{height:28px}.sa-hs__dot-label{font-size:13px;line-height:1;color:inherit;white-space:nowrap}.sa-hs__arrows{position:absolute;z-index:6;display:inline-flex;align-items:center;gap:4px;padding:5px;background:rgba(18,18,20,.6);border:1px solid hsla(0,0%,100%,.12);border-radius:100px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.sa-hs__arrows--bottom-center{inset-block-end:var(--sa-hs-arrow-offset);inset-inline-start:50%;transform:translateX(-50%)}.sa-hs__arrows--bottom-left{inset-block-end:var(--sa-hs-arrow-offset);inset-inline-start:var(--sa-hs-arrow-offset)}.sa-hs__arrows--bottom-right{inset-block-end:var(--sa-hs-arrow-offset);inset-inline-end:var(--sa-hs-arrow-offset)}.sa-hs__arrows--top-center{inset-block-start:var(--sa-hs-arrow-offset);inset-inline-start:50%;transform:translateX(-50%)}.sa-hs__arrow{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;overflow:visible;font-size:16px;color:#fff;text-decoration:none;background:transparent;border:none;border-radius:50%;cursor:pointer;user-select:none;transition:color .3s ease,opacity .3s ease}.sa-hs__arrow:before{content:"";position:absolute;inset:0;border-radius:inherit;background:hsla(0,0%,100%,.18);transform:scale(0);transition:transform .35s cubic-bezier(.22,1,.36,1)}.sa-hs__arrow:hover:before{transform:scale(1)}.sa-hs__arrow-icon{position:relative;z-index:1;width:1em;height:1em;display:block}.sa-hs__arrow.is-disabled,.sa-hs__arrow:disabled{opacity:.3;cursor:default;pointer-events:none}.sa-hs__ring{position:absolute;inset:-5px;width:calc(100% + 10px);height:calc(100% + 10px);transform:rotate(-90deg);pointer-events:none}.sa-hs__ring-track{fill:none;stroke:hsla(0,0%,100%,.25);stroke-width:5}.sa-hs__ring-bar{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .1s linear}.sa-hs__counter{--sa-hs-counter-offset:24px;position:absolute;z-index:6;display:inline-flex;align-items:baseline;gap:5px;color:#fff;font-size:14px;line-height:1;max-inline-size:calc(100% - var(--sa-hs-counter-offset)*2)}.sa-hs__counter--top-left{inset-block-start:var(--sa-hs-counter-offset);inset-inline-start:var(--sa-hs-counter-offset)}.sa-hs__counter--top-right{inset-block-start:var(--sa-hs-counter-offset);inset-inline-end:var(--sa-hs-counter-offset)}.sa-hs__counter--top-center{inset-block-start:var(--sa-hs-counter-offset);inset-inline-start:50%;transform:translateX(-50%)}.sa-hs__counter--bottom-left{inset-block-end:var(--sa-hs-counter-offset);inset-inline-start:var(--sa-hs-counter-offset)}.sa-hs__counter--bottom-right{inset-block-end:var(--sa-hs-counter-offset);inset-inline-end:var(--sa-hs-counter-offset)}.sa-hs__counter-index{font-size:1.6em;font-weight:700}.sa-hs__counter-sep{opacity:.5}.sa-hs__counter-total{opacity:.6}.sa-hs__counter-dash{opacity:.5}.sa-hs__counter-title{opacity:.9;white-space:nowrap;min-inline-size:0;overflow:hidden;text-overflow:ellipsis}.sa-hs__counter.is-untitled .sa-hs__counter-dash{display:none}.sa-hs__progress{position:absolute;inset-inline:0;z-index:5;height:4px;background:rgba(0,0,0,.15)}.sa-hs.sa-hs--progress-bottom .sa-hs__progress{inset-block-end:0}.sa-hs.sa-hs--progress-top .sa-hs__progress{inset-block-start:0}.sa-hs__progress-bar{width:0;height:100%;background:#000}