@keyframes shineEffect{0%{left:-75%}to{left:125%}}.scrolltable{--scrolltable-nav-backgroundcolor:var(--color-content-base-5);--scrolltable-btn-foregroundcolor:var(--color-surface-base-3);--scrolltable-progressbar-height:8px;--scrolltable-progressbar-width:132px;--scrolltable-buttons-spacing:0;--scrolltable-controls-padding-block:16px;--scrolltable-buttons-height:0;--scrolltable-buttons-gap:0;--scrolltable-button-border:none;--scrolltable-button-width:1em;--scrolltable-button-height:1em;--scrolltable-button-size:24px;--icon-arrow-active:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 24 24"><path d="m11.293 17.293 1.414 1.414 6.707-6.707-6.707-6.70703-1.414 1.414 4.293 4.29303h-9.586v2h9.586z" fill="%23004F9F"></path></svg>');--icon-arrow-disabled:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 24 24"><path d="m11.293 17.293 1.414 1.414 6.707-6.707-6.707-6.70703-1.414 1.414 4.293 4.29303h-9.586v2h9.586z" fill="%236E7881"></path></svg>');--icon-dots:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='10' fill='%23A0C9EC'/%3E%3C/svg%3E")}.scrolltable table{margin-bottom:0;margin-top:0}.scrolltable__inner{overflow:hidden}.scrolltable__scroller{display:flex;flex-direction:row;margin-bottom:-20px;padding-bottom:20px;position:relative}.scrolltable--scroll{max-width:100%}.scrolltable--scroll .scrolltable__scroller{overflow-x:auto;-webkit-overflow-scrolling:touch}.scrolltable--scroll .scrolltable__controls{display:block;pointer-events:auto}.scrolltable__controls{bottom:0;display:none;margin-top:40px;padding-block:var(--scrolltable-controls-padding-block,16px);pointer-events:none;position:-webkit-sticky;position:sticky;width:100%;z-index:1}.scrolltable__buttons{display:flex;flex-direction:row;gap:var(--scrolltable-buttons-gap);height:var(--scrolltable-buttons-height);margin-top:var(--scrolltable-buttons-spacing);width:100%}.scrolltable__next,.scrolltable__prev{background:unset;border:unset;cursor:pointer;padding:16px;position:absolute;top:-8px}.scrolltable__next svg,.scrolltable__prev svg{transition:transform .33s cubic-bezier(.645,.045,.355,1),fill .33s cubic-bezier(.645,.045,.355,1);fill:var(--color-content-base-2)}.scrolltable__next.is--inactive svg,.scrolltable__prev.is--inactive svg{fill:var(--color-content-disabled-1)}.scrolltable__next:focus-visible,.scrolltable__prev:focus-visible{border-radius:12px;outline-color:var(--color-border-focus-1);outline-offset:-4px;outline-style:solid;outline-width:2px}@media(hover:hover){.scrolltable__next:hover svg,.scrolltable__prev:hover svg{transform:scale(1.15)}}.scrolltable__prev{left:-16px}.scrolltable__next{right:-16px}.scrolltable__progressbar{border-radius:12px;display:flex;flex-direction:row;height:var(--scrolltable-progressbar-height);margin-inline:auto;position:static;width:var(--scrolltable-progressbar-width)}.scrolltable__progressbar:after{background-image:var(--icon-dots);background-position:50%;background-repeat:repeat;background-size:20px;content:"";width:100%}.theme--dark .scrolltable__progressbar:after{filter:brightness(.5)}.scrolltable__progressbar-indicator{background-color:var(--color-content-base-2);border-radius:12px;display:flex;flex-basis:25%;flex-direction:column;font-size:1px;height:var(--scrolltable-progressbar-height);line-height:1;max-width:25%;outline:none!important;position:relative;width:100%;z-index:1}