.checkbox__hidden{opacity:0;pointer-events:none;position:absolute;visibility:hidden}.hidden{display:none!important}.visuallyhidden{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.no-scroll{height:100%;overflow:hidden}.tab-navigation{background-color:var(--scope-surface);display:flex;gap:var(--general-spacing-xs-2);margin-inline:auto;padding:12px;position:relative;transition:background-color .5s cubic-bezier(0.645,0.045,0.355,1);width:100%}.tab-navigation::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.tab-navigation{overflow-x:auto;scrollbar-width:none}}@media only screen and (min-width:768px){.tab-navigation{border-radius:var(--border-radius-xxl);-moz-column-gap:var(--general-spacing-s-1);column-gap:var(--general-spacing-s-1);flex-wrap:wrap;justify-content:center;max-width:100%;padding:var(--general-spacing-xs-3);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.tab-navigation--sticky{position:-webkit-sticky;position:sticky;top:calc(var(--top, var(--general-spacing-xs-2)) - var(--hidden-offset, 0px));transition:background-color .5s cubic-bezier(0.645,0.045,0.355,1),top .33s cubic-bezier(0.645,0.045,0.355,1);z-index:14;--top:var(--tab-navigation-offset)}@media only screen and (min-width:1024px){.tab-navigation--sticky{--top:calc(var(--tab-navigation-offset) + var(--general-spacing-xs-2))}}.tab-navigation__tab{background-color:var(--scope-surface-default);border:unset;border-radius:var(--border-radius-xl);color:var(--scope-foreground-default);cursor:pointer;font-size:1.125rem;font-weight:700;line-height:1.1111111111;padding:var(--general-spacing-xs-3) var(--general-spacing-s-1);position:relative;transition:color .5s cubic-bezier(0.645,0.045,0.355,1),background-color .5s cubic-bezier(0.645,0.045,0.355,1);white-space:nowrap}.tab-navigation__tab svg,.tab-navigation__tab svg>*{fill:var(--scope-foreground-default);height:24px;margin-right:var(--general-spacing-xs-3);transition:fill .5s cubic-bezier(0.645,0.045,0.355,1);width:24px}.tab-navigation__tab[aria-selected=true]{background-color:var(--scope-surface-active);color:var(--scope-foreground-active);cursor:default}.tab-navigation__tab[aria-selected=true] svg,.tab-navigation__tab[aria-selected=true] svg>*{fill:var(--scope-foreground-active)}:root[data-themingmarker-lightness=dark] .tab-navigation{--scope-surface:var(--color-surface-3)}:root[data-themingmarker-lightness=dark] .tab-navigation__tab{--scope-foreground-default:var(--color-content-2);--scope-surface-default:var(--color-surface-4);--scope-foreground-active:var(--color-content-1);--scope-surface-active:var(--color-surface-1)}:root[data-themingmarker-lightness=light] .tab-navigation{--scope-surface:var(--color-surface-5)}:root[data-themingmarker-lightness=light] .tab-navigation__tab{--scope-foreground-default:var(--color-content-1);--scope-surface-default:var(--color-surface-2);--scope-foreground-active:var(--color-content-3);--scope-surface-active:var(--color-surface-3)}:root [data-themingmarker-section=dark] .tab-navigation{--scope-surface:var(--color-surface-3)}:root [data-themingmarker-section=dark] .tab-navigation__tab{--scope-foreground-default:var(--color-content-2);--scope-surface-default:var(--color-surface-4);--scope-foreground-active:var(--color-content-1);--scope-surface-active:var(--color-surface-1)}:root [data-themingmarker-section=light] .tab-navigation{--scope-surface:var(--color-surface-5)}:root [data-themingmarker-section=light] .tab-navigation__tab{--scope-foreground-default:var(--color-content-1);--scope-surface-default:var(--color-surface-2);--scope-foreground-active:var(--color-content-3);--scope-surface-active:var(--color-surface-3)}