.scrolltable__next:before,.scrolltable__prev:before{font-family:hlc-icons!important;speak:never;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e918"}.scrolltable{--scrolltable-nav-backgroundcolor:#fff;--scrolltable-btn-foregroundcolor:#484848;--scrolltable-progressbar-height:2px;--scrolltable-progressbar-width:80px;--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}.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{background:var(--scrolltable-nav-backgroundcolor);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{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:var(--scrolltable-button-border,1px solid currentColor);border-radius:24px;color:var(--scrolltable-btn-foregroundcolor);display:inline-flex;flex-direction:column;font-size:var(--scrolltable-button-size,24px);height:var(--scrolltable-button-height,24px);justify-content:center;line-height:1;margin-top:calc(var(--scrolltable-button-height)*-.5);position:absolute;top:50%;width:var(--scrolltable-button-width,45px)}.scrolltable__next i,.scrolltable__prev i{display:none}.scrolltable__next:before,.scrolltable__prev:before{font-size:24px;margin-block:-1px}.is--inactive.scrolltable__next,.is--inactive.scrolltable__prev{cursor:auto;pointer-events:none;--scrolltable-btn-foregroundcolor:#bdbdbd}.scrolltable__prev{left:16px}.scrolltable__prev:before{transform:scaleX(-1)}.scrolltable__next{right:16px}.scrolltable__progressbar{background-color:rgba(148,124,72,.3);display:flex;flex-direction:row;height:var(--scrolltable-progressbar-height);margin-inline:auto;position:static;width:var(--scrolltable-progressbar-width)}.scrolltable__progressbar-indicator{background-color:#947c48;border-radius:0;display:flex;flex-basis:33.3333333333%;flex-direction:column;font-size:1px;height:var(--scrolltable-progressbar-height);line-height:1;max-width:33.3333333333%;outline:none!important;position:relative;width:100%}