::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--color-subnav-border);border-radius:100px}::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb, var(--color-subnav-border), black 20%)}@media (prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background-color:var(--color-action-secondary)}::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb, var(--color-action-secondary), white 20%)}}::-webkit-scrollbar-corner{background:0 0}*{scrollbar-width:thin;scrollbar-color:var(--color-subnav-border) transparent}@media (prefers-color-scheme:dark){*{scrollbar-color:var(--color-action-secondary) transparent}}.scroll-reveal-x::-webkit-scrollbar-thumb{background-color:#0000;transition:background-color .2s}.scroll-reveal-x:hover::-webkit-scrollbar-thumb{background-color:var(--color-subnav-border)}.scroll-reveal-x:focus-within::-webkit-scrollbar-thumb{background-color:var(--color-subnav-border)}@media (prefers-color-scheme:dark){.scroll-reveal-x:hover::-webkit-scrollbar-thumb{background-color:var(--color-action-secondary)}.scroll-reveal-x:focus-within::-webkit-scrollbar-thumb{background-color:var(--color-action-secondary)}}.scroll-reveal-x{scrollbar-color:transparent transparent;transition:scrollbar-color .2s}.scroll-reveal-x:hover,.scroll-reveal-x:focus-within{scrollbar-color:var(--color-subnav-border) transparent}@media (prefers-color-scheme:dark){.scroll-reveal-x:hover,.scroll-reveal-x:focus-within{scrollbar-color:var(--color-action-secondary) transparent}}@media (width<=767px){.club-index-list::-webkit-scrollbar{display:none}.club-index-list{scrollbar-width:none}}.qr-carousel-focusable{outline:none}.qr-carousel-focusable:focus-visible{outline:2px solid var(--color-action-secondary);outline-offset:2px}