@charset "UTF-8";.tables .wrapper{padding:0 32px}
.tables .wrapper .wrapper-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:32px 64px;width:100%;min-width:0}
@media(max-width:991px){.tables .wrapper .wrapper-inner{padding:24px 16px;gap:16px}
}.tables .wrapper .wrapper-inner .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px 0 12px}
@media(max-width:768px){.tables .wrapper .wrapper-inner .top{padding:0 0 12px}
}.tables .wrapper .wrapper-inner .top-intro{display:grid;grid-template-columns:1fr 1fr;gap:230px}
@media(max-width:991px){.tables .wrapper .wrapper-inner .top-intro{grid-template-columns:1fr;gap:24px}
}.tables .wrapper .wrapper-inner .top-intro h2{color:var(--color_amethyst);font-weight:300;max-width:510px;width:100%;margin-right:auto}
@media(max-width:576px){.tables .wrapper .wrapper-inner .top-intro h2{max-width:100%}
}.tables .wrapper .wrapper-inner .top-intro .paragraph{color:var(--color_grey);font-weight:300;max-width:510px;margin-left:auto;width:100%}
@media(max-width:576px){.tables .wrapper .wrapper-inner .top-intro .paragraph{max-width:100%;margin-left:0}
}.tables .wrapper .wrapper-inner .top-intro .paragraph p{color:inherit;font-weight:inherit}
.tables .wrapper .wrapper-inner .top-intro .paragraph p strong{color:var(--color_midnight);font-weight:400}
.tables .wrapper .wrapper-inner .top-intro .actions{max-width:510px;margin-left:auto;width:100%}
@media(max-width:576px){.tables .wrapper .wrapper-inner .top-intro .actions{max-width:100%;margin-left:0}
}.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title{-webkit-box-align:end;-ms-flex-align:end;align-items:end}
.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;max-width:510px;width:100%;margin-right:auto}
@media(max-width:576px){.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title .left{max-width:100%}
}.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title .left h2{margin-right:0}
.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title .left .paragraph{max-width:100%;margin-left:0}
@media(max-width:576px){.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title{-webkit-box-align:start;-ms-flex-align:start;align-items:start}
}.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title--no-button .left{max-width:100%;margin-right:0}
.tables .wrapper .wrapper-inner .top-intro.layout-paragraph-under-title--no-button .left h2{max-width:100%}
@media(max-width:576px){.tables .wrapper .wrapper-inner .top-intro .paragraph .buttons,.tables .wrapper .wrapper-inner .top-intro .actions{width:100%;margin-top:24px}
.tables .wrapper .wrapper-inner .top-intro .paragraph .buttons a,.tables .wrapper .wrapper-inner .top-intro .actions a{width:100%}
}.tables .wrapper .wrapper-inner .filters{width:100%}
.tables .wrapper .wrapper-inner .tables-filter-criteria{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;margin-top:24px}
.tables .wrapper .wrapper-inner .tables-filter-criteria.is-visible{display:-webkit-box;display:-ms-flexbox;display:flex}
.tables .wrapper .wrapper-inner .tables-filter-criteria__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:4px;border:0;background:transparent;color:var(--color_amethyst);font-size:13px;font-weight:400;line-height:15px;cursor:pointer}
.tables .wrapper .wrapper-inner .tables-filter-criteria__clear:hover,.tables .wrapper .wrapper-inner .tables-filter-criteria__clear:focus-visible{opacity:.85}
.tables .wrapper .wrapper-inner .tables-filter-criteria__clear-icon{display:block;width:32px;height:32px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.tables .wrapper .wrapper-inner .tables-filter-criteria__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.tables .wrapper .wrapper-inner .tables-filter-criteria__tag{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--color_amethyst);border-radius:100px;background-color:#eeeef7;color:var(--color_midnight);font-size:13px;font-weight:400;line-height:15px;cursor:pointer;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}
.tables .wrapper .wrapper-inner .tables-filter-criteria__tag:hover,.tables .wrapper .wrapper-inner .tables-filter-criteria__tag:focus-visible{opacity:.85}
.tables .wrapper .wrapper-inner .tables-filter-criteria__tag-clear{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:14px;line-height:1;color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .tables-filter-criteria__tag-label{color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .tables-filters{display:grid;gap:16px;width:100%}
.tables .wrapper .wrapper-inner .tables-filters--cols-1{grid-template-columns:minmax(0,1fr)}
.tables .wrapper .wrapper-inner .tables-filters--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.tables .wrapper .wrapper-inner .tables-filters--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.tables .wrapper .wrapper-inner .tables-filters--cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:991px){.tables .wrapper .wrapper-inner .tables-filters--cols-3,.tables .wrapper .wrapper-inner .tables-filters--cols-4,.tables .wrapper .wrapper-inner .tables-filters--cols-5{grid-template-columns:repeat(2,minmax(0,1fr))}
}@media(max-width:576px){.tables .wrapper .wrapper-inner .tables-filters--cols-1,.tables .wrapper .wrapper-inner .tables-filters--cols-3,.tables .wrapper .wrapper-inner .tables-filters--cols-4,.tables .wrapper .wrapper-inner .tables-filters--cols-5{grid-template-columns:1fr}
}.tables .wrapper .wrapper-inner .insight-stack-filter__clear-icon{display:block;width:16px;height:16px;color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .insight-stack-filter{position:relative;min-width:0}
.tables .wrapper .wrapper-inner .insight-stack-filter.is-open{z-index:5}
.tables .wrapper .wrapper-inner .insight-stack-filter.is-open .insight-stack-filter__trigger{border-radius:32px}
.tables .wrapper .wrapper-inner .insight-stack-filter.is-open .insight-stack-filter__icon-svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.tables .wrapper .wrapper-inner .insight-stack-filter.is-open .insight-stack-filter__panel{opacity:1;visibility:visible;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0);margin-top:16px;border-radius:16px}
.tables .wrapper .wrapper-inner .insight-stack-filter__trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;width:100%;min-height:32px;max-height:44px;padding:10px 12px 10px 20px;border:0;border-radius:32px;background-color:var(--color_grey-web-use-only);color:var(--color_grey);font-size:var(--h6);font-weight:300;line-height:var(--h6-lh);cursor:text;-webkit-box-shadow:none;box-shadow:none}
.tables .wrapper .wrapper-inner .insight-stack-filter__search{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;width:100%;padding:0;border:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:inherit;font-size:13px;line-height:15px;color:var(--color_midnight);text-transform:normal !important;letter-spacing:-2%}
.tables .wrapper .wrapper-inner .insight-stack-filter__search::-webkit-input-placeholder{letter-spacing:-2%;color:var(--color_grey);opacity:1;font-size:13px !important;line-height:15px !important;color:var(--color_midnight);text-transform:unset !important}
.tables .wrapper .wrapper-inner .insight-stack-filter__search::-moz-placeholder{letter-spacing:-2%;color:var(--color_grey);opacity:1;font-size:13px !important;line-height:15px !important;color:var(--color_midnight);text-transform:unset !important}
.tables .wrapper .wrapper-inner .insight-stack-filter__search:-ms-input-placeholder{letter-spacing:-2%;color:var(--color_grey);opacity:1;font-size:13px !important;line-height:15px !important;color:var(--color_midnight);text-transform:unset !important}
.tables .wrapper .wrapper-inner .insight-stack-filter__search::-ms-input-placeholder{letter-spacing:-2%;color:var(--color_grey);opacity:1;font-size:13px !important;line-height:15px !important;color:var(--color_midnight);text-transform:unset !important}
.tables .wrapper .wrapper-inner .insight-stack-filter__search::placeholder{letter-spacing:-2%;color:var(--color_grey);opacity:1;font-size:13px !important;line-height:15px !important;color:var(--color_midnight);text-transform:unset !important}
.tables .wrapper .wrapper-inner .insight-stack-filter__search::-webkit-search-cancel-button,.tables .wrapper .wrapper-inner .insight-stack-filter__search::-webkit-search-decoration{-webkit-appearance:none;appearance:none}
.tables .wrapper .wrapper-inner .insight-stack-filter__search[readonly]{cursor:pointer}
.tables .wrapper .wrapper-inner .insight-stack-filter.has-selection .insight-stack-filter__trigger,.tables .wrapper .wrapper-inner .insight-stack-filter.has-selection .insight-stack-filter__search{color:var(--color_amethyst);font-weight:400}
.tables .wrapper .wrapper-inner .insight-stack-filter__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}
.tables .wrapper .wrapper-inner .insight-stack-filter__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;pointer-events:none}
.tables .wrapper .wrapper-inner .insight-stack-filter__icon-svg{display:block;width:24px;height:24px;color:var(--color_amethyst);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}
.tables .wrapper .wrapper-inner .insight-stack-filter__panel{position:absolute;top:100%;left:0;right:0;margin:0;padding:8px 12px 12px;border-radius:0 0 24px 24px;background-color:var(--color_grey-web-use-only);-webkit-box-shadow:0 16px 32px rgba(30,26,76,0.12);box-shadow:0 16px 32px rgba(30,26,76,0.12);opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;transition:opacity .2s ease,transform .2s ease,visibility .2s ease,-webkit-transform .2s ease}
.tables .wrapper .wrapper-inner .insight-stack-filter__panel[hidden]{display:block}
.tables .wrapper .wrapper-inner .insight-stack-filter__no-results{margin:0 0 8px;padding:8px;color:var(--color_grey);font-size:var(--small-lg);font-weight:300;line-height:var(--h6-lh);text-align:center}
.tables .wrapper .wrapper-inner .insight-stack-filter__options{margin:0;padding:0;list-style:none;max-height:320px;overflow:auto}
.tables .wrapper .wrapper-inner .insight-stack-filter__option-item{margin:0}
.tables .wrapper .wrapper-inner .insight-stack-filter__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;width:100%;padding:10px 8px;border:0;background:transparent;text-align:left;cursor:pointer;-webkit-transition:background-color .15s ease;transition:background-color .15s ease}
.tables .wrapper .wrapper-inner .insight-stack-filter__option:hover,.tables .wrapper .wrapper-inner .insight-stack-filter__option:focus-visible,.tables .wrapper .wrapper-inner .insight-stack-filter__option.is-selected{background-color:var(--color_white);border-radius:6px}
.tables .wrapper .wrapper-inner .insight-stack-filter__option.is-selected .insight-stack-filter__option-clear{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.tables .wrapper .wrapper-inner .insight-stack-filter__option-clear{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto;padding-left:8px;color:var(--color_amethyst);cursor:pointer}
.tables .wrapper .wrapper-inner .insight-stack-filter__option-count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:36px;padding:4px 10px;border-radius:999px;background-color:var(--color_teal);color:var(--color_midnight);font-size:var(--small-lg);font-weight:300;line-height:1;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}
.tables .wrapper .wrapper-inner .insight-stack-filter__option-label{color:var(--color_amethyst);font-size:13px;font-weight:300;opacity:.85}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:8px 12px;margin-bottom:0;font-size:11px;line-height:13px;font-weight:300;color:var(--color_grey)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open{z-index:5}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__trigger{border-radius:32px}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__icon-svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__panel{opacity:1;visibility:visible;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0);margin-top:12px;border-radius:16px}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__option.is-pending .table-filter__option-checkbox{background-color:var(--color_amethyst);border-color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__option.is-pending .table-filter__option-checkbox::after{opacity:1}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__option.is-pending .insight-stack-filter__option-clear{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__option.is-selected:not(.is-pending) .table-filter__option-checkbox{background-color:transparent;border-color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__option.is-selected:not(.is-pending) .table-filter__option-checkbox::after{opacity:0}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__option.is-selected:not(.is-pending) .insight-stack-filter__option-label{color:var(--color_grey)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.is-open .insight-stack-filter__option.is-selected:not(.is-pending) .insight-stack-filter__option-clear{display:none}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;width:100%;height:44px;min-height:44px;max-height:44px;padding:0 8px 0 20px;border:0;border-radius:32px;background-color:var(--color_off-white);color:var(--color_amethyst);font-size:var(--h6);font-weight:300;line-height:1;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;width:100%;padding:0;border:0;background:transparent;color:var(--color_amethyst);font-size:inherit;font-weight:inherit;line-height:1;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:inherit;font-size:13px;text-transform:normal !important;letter-spacing:-2%}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search::-webkit-input-placeholder{letter-spacing:-2%;color:var(--color_amethyst);opacity:1;font-size:13px !important;text-transform:unset !important}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search::-moz-placeholder{letter-spacing:-2%;color:var(--color_amethyst);opacity:1;font-size:13px !important;text-transform:unset !important}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search:-ms-input-placeholder{letter-spacing:-2%;color:var(--color_amethyst);opacity:1;font-size:13px !important;text-transform:unset !important}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search::-ms-input-placeholder{letter-spacing:-2%;color:var(--color_amethyst);opacity:1;font-size:13px !important;text-transform:unset !important}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search::placeholder{letter-spacing:-2%;color:var(--color_amethyst);opacity:1;font-size:13px !important;text-transform:unset !important}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search::-webkit-search-cancel-button,.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search::-webkit-search-decoration{-webkit-appearance:none;appearance:none}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__search[readonly]{cursor:pointer}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.has-selection .insight-stack-filter__trigger,.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter.has-selection .insight-stack-filter__search{color:var(--color_amethyst);font-weight:300}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;pointer-events:none}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__icon-svg{display:block;width:20px;height:20px;color:var(--color_midnight);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__panel{position:absolute;top:100%;left:0;right:0;margin:0;padding:0;border-radius:16px;background-color:var(--color_off-white);-webkit-box-shadow:0 16px 32px rgba(30,26,76,0.12);box-shadow:0 16px 32px rgba(30,26,76,0.12);opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;transition:opacity .2s ease,transform .2s ease,visibility .2s ease,-webkit-transform .2s ease;overflow:hidden}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__panel[hidden]{display:block}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px;padding:4px 4px 4px 12px;border-bottom:1px solid var(--color_amethyst)}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;width:100%;padding:0;border:0;background:transparent;color:var(--color_midnight);font-size:13px;font-weight:300;line-height:15px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-transform:none !important;letter-spacing:-0.02em}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field::-webkit-input-placeholder{color:var(--color_grey-50);opacity:1;font-size:13px;line-height:15px;text-transform:none !important}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field::-moz-placeholder{color:var(--color_grey-50);opacity:1;font-size:13px;line-height:15px;text-transform:none !important}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field:-ms-input-placeholder{color:var(--color_grey-50);opacity:1;font-size:13px;line-height:15px;text-transform:none !important}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field::-ms-input-placeholder{color:var(--color_grey-50);opacity:1;font-size:13px;line-height:15px;text-transform:none !important}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field::placeholder{color:var(--color_grey-50);opacity:1;font-size:13px;line-height:15px;text-transform:none !important}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field::-webkit-search-cancel-button,.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-field::-webkit-search-decoration{-webkit-appearance:none;appearance:none}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;cursor:pointer;-webkit-transform:scale(1.8);transform:scale(1.8)}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-clear[hidden]{display:none}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-clear:hover,.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-clear:focus-visible{opacity:.85}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;cursor:pointer}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__panel-search-icon{display:block;width:24px;height:24px}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__no-results{margin:0;padding:12px 16px 16px;color:var(--color_grey);font-size:13px;font-weight:300;line-height:15px;text-align:start}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__options{margin:0;padding:8px 8px 12px;list-style:none;max-height:280px;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--color_teal) transparent}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__options[hidden]{display:none;padding:0}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__options::-webkit-scrollbar{width:4px}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__options::-webkit-scrollbar-thumb{border-radius:999px;background-color:var(--color_teal)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__options::-webkit-scrollbar-track{background:transparent}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option-item{margin:0}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;padding:8px;border:0;background:transparent;text-align:left;cursor:pointer;-webkit-transition:background-color .15s ease;transition:background-color .15s ease}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option:hover .insight-stack-filter__option-label,.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option:focus-visible .insight-stack-filter__option-label,.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option.is-selected .insight-stack-filter__option-label{color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option.is-selected .table-filter__option-checkbox{background-color:var(--color_amethyst);border-color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option.is-selected .table-filter__option-checkbox::after{opacity:1}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option.is-selected .insight-stack-filter__option-clear{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__option-checkbox{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16px;height:16px;border:1px solid var(--color_amethyst);border-radius:4px;background-color:transparent;-webkit-transition:background-color .15s ease,border-color .15s ease;transition:background-color .15s ease,border-color .15s ease}
.tables .wrapper .wrapper-inner .tables-filters .table-filter__option-checkbox::after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid var(--color_white);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option-clear{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto;padding-left:8px;color:var(--color_amethyst);cursor:pointer}
.tables .wrapper .wrapper-inner .tables-filters .insight-stack-filter__option-label{color:var(--color_grey);font-size:13px;font-weight:300;line-height:15px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-transition:color .15s ease;transition:color .15s ease}
.tables .wrapper .wrapper-inner tbody .body-row.is-filter-hidden,.tables .wrapper .wrapper-inner tbody .body-row.is-page-hidden{display:none}
.tables .wrapper .wrapper-inner [data-table-pagination]{width:100%}
.tables .wrapper .wrapper-inner .insight-stack-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:4px;padding:0;width:100%}
.tables .wrapper .wrapper-inner .insight-stack-pagination__pages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}
.tables .wrapper .wrapper-inner .insight-stack-pagination__ellipsis{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:24px;color:var(--color_grey);font-size:var(--h6);font-weight:300;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.tables .wrapper .wrapper-inner .insight-stack-pagination__page{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:32px;min-height:32px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--color_grey);font-size:var(--h6);font-weight:300;line-height:1;text-decoration:none;cursor:pointer;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}
.tables .wrapper .wrapper-inner .insight-stack-pagination__page:hover,.tables .wrapper .wrapper-inner .insight-stack-pagination__page:focus-visible{color:var(--color_amethyst)}
.tables .wrapper .wrapper-inner .insight-stack-pagination__page.is-active{background-color:#fdf8f9;color:var(--color_amethyst);font-weight:400}
.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0;background:transparent;text-decoration:none;cursor:pointer;color:var(--color_amethyst);opacity:.65;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}
.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow:hover:not(.is-disabled),.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow:focus-visible:not(.is-disabled){opacity:1}
.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow.is-disabled{opacity:.25;cursor:not-allowed;pointer-events:none}
.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow--prev{width:32px;height:32px}
.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow--prev:not(.is-disabled){opacity:1}
.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow--next{width:32px;height:32px;opacity:1}
.tables .wrapper .wrapper-inner .insight-stack-pagination__arrow--next.is-disabled{opacity:.35}
.tables .wrapper .wrapper-inner tbody .body-cell--empty:empty::before{content:" "}
.tables .wrapper .wrapper-inner .table-scroll{width:100%;max-width:100%;min-width:0}
@media(max-width:991px){.tables .wrapper .wrapper-inner .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
}@media(max-width:991px){.tables .wrapper .wrapper-inner .table-scroll--custom-cols{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
}.tables .wrapper .wrapper-inner .data-table{--table-col-min:11rem;--tables-merged-cell-top:149px;width:100%;min-width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:var(--p-md);line-height:1.5;text-align:left}
.tables .wrapper .wrapper-inner .data-table.data-table--sheet{table-layout:fixed;width:100%}
.tables .wrapper .wrapper-inner .data-table.data-table--sheet .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--sheet tbody td{width:calc(100% / var(--table-cols, 1));padding:12px 16px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;vertical-align:top}
.tables .wrapper .wrapper-inner .data-table.data-table--sheet tbody td{border-bottom:1px solid var(--color_grey-light,#e5e5e5)}
.tables .wrapper .wrapper-inner .data-table.data-table--sheet tbody tr:last-child td{border-bottom:0}
.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-7 .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-7 tbody td,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-8 .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-8 tbody td,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-9 .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-9 tbody td,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-10 .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-10 tbody td,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-11 .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-11 tbody td,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-12 .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--sheet.cols-12 tbody td{padding:10px 12px;font-size:var(--p-sm)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols{width:100%;min-width:100%}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody td{width:auto;min-width:0;max-width:none;-webkit-box-sizing:border-box;box-sizing:border-box}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(1){width:var(--table-col-w-0,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(2){width:var(--table-col-w-1,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(3){width:var(--table-col-w-2,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(4){width:var(--table-col-w-3,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(5){width:var(--table-col-w-4,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(6){width:var(--table-col-w-5,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(7){width:var(--table-col-w-6,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(8){width:var(--table-col-w-7,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(9){width:var(--table-col-w-8,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(10){width:var(--table-col-w-9,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(11){width:var(--table-col-w-10,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(12){width:var(--table-col-w-11,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(13){width:var(--table-col-w-12,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(14){width:var(--table-col-w-13,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(15){width:var(--table-col-w-14,auto)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols col:nth-child(16){width:var(--table-col-w-15,auto)}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table{--table-col-min:20rem;width:auto;min-width:calc(var(--table-cols, 1) * var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table .header-cell,.tables .wrapper .wrapper-inner .data-table tbody td{min-width:var(--table-col-min)}
.tables .wrapper .wrapper-inner .data-table tbody .body-cell--primary,.tables .wrapper .wrapper-inner .data-table tbody .body-cell--meta{width:var(--table-col-min);min-width:var(--table-col-min)}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols{--table-col-min:11rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols .header-cell,.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody td{min-width:0}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody .body-cell--primary,.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody .body-cell--meta{width:auto;min-width:0;max-width:none}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(1),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(1){width:var(--table-col-w-0,var(--table-col-min));min-width:var(--table-col-w-0,var(--table-col-min));max-width:var(--table-col-w-0,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(2),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(2){width:var(--table-col-w-1,var(--table-col-min));min-width:var(--table-col-w-1,var(--table-col-min));max-width:var(--table-col-w-1,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(3),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(3){width:var(--table-col-w-2,var(--table-col-min));min-width:var(--table-col-w-2,var(--table-col-min));max-width:var(--table-col-w-2,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(4),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(4){width:var(--table-col-w-3,var(--table-col-min));min-width:var(--table-col-w-3,var(--table-col-min));max-width:var(--table-col-w-3,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(5),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(5){width:var(--table-col-w-4,var(--table-col-min));min-width:var(--table-col-w-4,var(--table-col-min));max-width:var(--table-col-w-4,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(6),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(6){width:var(--table-col-w-5,var(--table-col-min));min-width:var(--table-col-w-5,var(--table-col-min));max-width:var(--table-col-w-5,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(7),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(7){width:var(--table-col-w-6,var(--table-col-min));min-width:var(--table-col-w-6,var(--table-col-min));max-width:var(--table-col-w-6,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(8),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(8){width:var(--table-col-w-7,var(--table-col-min));min-width:var(--table-col-w-7,var(--table-col-min));max-width:var(--table-col-w-7,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(9),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(9){width:var(--table-col-w-8,var(--table-col-min));min-width:var(--table-col-w-8,var(--table-col-min));max-width:var(--table-col-w-8,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(10),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(10){width:var(--table-col-w-9,var(--table-col-min));min-width:var(--table-col-w-9,var(--table-col-min));max-width:var(--table-col-w-9,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(11),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(11){width:var(--table-col-w-10,var(--table-col-min));min-width:var(--table-col-w-10,var(--table-col-min));max-width:var(--table-col-w-10,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(12),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(12){width:var(--table-col-w-11,var(--table-col-min));min-width:var(--table-col-w-11,var(--table-col-min));max-width:var(--table-col-w-11,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(13),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(13){width:var(--table-col-w-12,var(--table-col-min));min-width:var(--table-col-w-12,var(--table-col-min));max-width:var(--table-col-w-12,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(14),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(14){width:var(--table-col-w-13,var(--table-col-min));min-width:var(--table-col-w-13,var(--table-col-min));max-width:var(--table-col-w-13,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(15),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(15){width:var(--table-col-w-14,var(--table-col-min));min-width:var(--table-col-w-14,var(--table-col-min));max-width:var(--table-col-w-14,var(--table-col-min))}
.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols thead .header-row>.header-cell:nth-child(16),.tables .wrapper .wrapper-inner .data-table.data-table--custom-cols tbody tr>td:nth-child(16){width:var(--table-col-w-15,var(--table-col-min));min-width:var(--table-col-w-15,var(--table-col-min));max-width:var(--table-col-w-15,var(--table-col-min))}
}.tables .wrapper .wrapper-inner .data-table caption{caption-side:bottom;padding-top:16px;font-size:var(--p-sm);line-height:1.5;color:var(--color_grey);text-align:left}
.tables .wrapper .wrapper-inner .data-table .header-cell,.tables .wrapper .wrapper-inner .data-table tbody td{padding:16px 24px;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;vertical-align:top}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table .header-cell,.tables .wrapper .wrapper-inner .data-table tbody td{padding:16px}
}.tables .wrapper .wrapper-inner .data-table .header-cell>*:first-child,.tables .wrapper .wrapper-inner .data-table tbody td>*:first-child{margin-top:0}
.tables .wrapper .wrapper-inner .data-table .header-cell>*:last-child,.tables .wrapper .wrapper-inner .data-table tbody td>*:last-child{margin-bottom:0}
.tables .wrapper .wrapper-inner .data-table .header-cell p,.tables .wrapper .wrapper-inner .data-table tbody td p{margin:0}
.tables .wrapper .wrapper-inner .data-table .header-cell p+p,.tables .wrapper .wrapper-inner .data-table tbody td p+p{margin-top:.35em}
.tables .wrapper .wrapper-inner .data-table .header-cell a,.tables .wrapper .wrapper-inner .data-table tbody td a{color:var(--color_amethyst);font-weight:300;text-decoration:underline;text-underline-offset:2px;-webkit-transition:color .2s ease;transition:color .2s ease}
.tables .wrapper .wrapper-inner .data-table .header-cell a:hover,.tables .wrapper .wrapper-inner .data-table .header-cell a:focus-visible,.tables .wrapper .wrapper-inner .data-table tbody td a:hover,.tables .wrapper .wrapper-inner .data-table tbody td a:focus-visible{color:var(--color_midnight)}
.tables .wrapper .wrapper-inner .data-table.data-table--has-merged{border-collapse:separate;border-spacing:0}
.tables .wrapper .wrapper-inner .data-table.data-table--no-header{--tables-merged-cell-top:92px}
.tables .wrapper .wrapper-inner .data-table:has(.header-cell--expandable.is-open){border-collapse:separate;border-spacing:0}
.tables .wrapper .wrapper-inner .data-table .header{background-color:var(--color_amethyst);position:sticky;top:92px;z-index:3}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table .header{position:relative;top:0;z-index:auto}
}.tables .wrapper .wrapper-inner .data-table .header--visually-hidden{visibility:hidden;opacity:0;pointer-events:none;position:relative;top:auto;z-index:auto;background-color:transparent}
.tables .wrapper .wrapper-inner .data-table .header--visually-hidden .header-cell{padding:0;height:0;line-height:0;overflow:hidden;border-radius:0;background-color:transparent;color:transparent;font-size:0}
.tables .wrapper .wrapper-inner .data-table .header--visually-hidden .header-cell:first-child,.tables .wrapper .wrapper-inner .data-table .header--visually-hidden .header-cell:last-child{border-radius:0}
.tables .wrapper .wrapper-inner .data-table .header--visually-hidden .header-cell__placeholder{display:block;height:0;overflow:hidden}
.tables .wrapper .wrapper-inner .data-table .header .header-cell{-webkit-box-sizing:border-box;box-sizing:border-box;height:59px;color:var(--color_white);font-size:var(--p-md);font-weight:300;vertical-align:middle}
.tables .wrapper .wrapper-inner .data-table .header .header-cell a{color:var(--color_white)}
.tables .wrapper .wrapper-inner .data-table .header .header-cell a:hover,.tables .wrapper .wrapper-inner .data-table .header .header-cell a:focus-visible{color:var(--color_white);opacity:.85}
.tables .wrapper .wrapper-inner .data-table .header .header-cell:first-child{border-top-left-radius:100px;border-bottom-left-radius:100px}
.tables .wrapper .wrapper-inner .data-table .header .header-cell:last-child{border-top-right-radius:100px;border-bottom-right-radius:100px}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable.is-open{height:auto}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__expandable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__title{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;font-size:var(--p-md);line-height:1.125;font-weight:300}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__title p{margin:0;font-size:inherit;line-height:inherit}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__toggle{position:relative;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;margin:0;padding:0;border:0;background:transparent;color:var(--color_white);cursor:pointer}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__toggle-icon{position:absolute;inset:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__toggle-icon svg{display:block;width:16px;height:16px}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__toggle-icon--close{opacity:0;visibility:hidden}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__subtext{overflow:hidden;height:0;padding-right:36px;font-size:var(--p-sm);line-height:1.15;font-weight:300;color:var(--color_white)}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__subtext p{margin:0;font-size:inherit;line-height:inherit}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__subtext p+p{margin-top:.35em}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable .header-cell__subtext-inner{padding-top:4px}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable.is-open .header-cell__toggle-icon--open{opacity:0;visibility:hidden}
.tables .wrapper .wrapper-inner .data-table .header .header-cell--expandable.is-open .header-cell__toggle-icon--close{opacity:1;visibility:visible}
.tables .wrapper .wrapper-inner .data-table .header:has(.header-cell--expandable.is-open) .header-cell:first-child{border-top-left-radius:32px !important;border-bottom-left-radius:32px !important}
.tables .wrapper .wrapper-inner .data-table .header:has(.header-cell--expandable.is-open) .header-cell:last-child{border-top-right-radius:32px !important;border-bottom-right-radius:32px !important}
.tables .wrapper .wrapper-inner .data-table tbody tr:first-child td{padding-top:32px}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table tbody tr:first-child td{padding-top:32px}
}.tables .wrapper .wrapper-inner .data-table tbody .body-row{border-bottom:0}
.tables .wrapper .wrapper-inner .data-table tbody .body-row td{border-bottom:0}
.tables .wrapper .wrapper-inner .data-table tbody .body-row--group-end td{border-bottom:1px solid var(--color_amethyst)}
.tables .wrapper .wrapper-inner .data-table tbody tr.body-row--merged-start td.body-cell--merged[rowspan]{border-bottom:1px solid var(--color_amethyst)}
.tables .wrapper .wrapper-inner .data-table tbody td{color:var(--color_grey);font-size:var(--p-md);font-weight:300}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell strong,.tables .wrapper .wrapper-inner .data-table tbody td.body-cell b{font-weight:400}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:12px 16px;border-radius:100px;color:var(--color_midnight);font-size:12px !important;font-weight:400;line-height:14px !important;letter-spacing:-0.02em}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill:not(:first-child){margin-top:8px}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--teal{background-color:var(--color_teal)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--sun{background-color:var(--color_sun)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--salmon{background-color:var(--color_salmon)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--pink{background-color:var(--color_pink)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--lavender{background-color:#dcdaee}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--midnight{background-color:var(--color_midnight);color:var(--color_white)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--amethyst[data-cerba-pill-v]{background-color:var(--color_amethyst);color:var(--color_white)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .table-pill--amethyst:not([data-cerba-pill-v]){background-color:#dcdaee}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell a{color:var(--color_amethyst);font-weight:300;text-decoration:underline;text-underline-offset:2px;-webkit-transition:color .2s ease;transition:color .2s ease}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell a:hover,.tables .wrapper .wrapper-inner .data-table tbody td.body-cell a:focus-visible{color:var(--color_midnight)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .body-cell__expandable .body-cell__content{overflow:hidden}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .body-cell__expandable .body-cell__toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;padding:0;border:0;background:transparent;color:var(--color_amethyst);font-size:var(--p-md);line-height:1.35;font-weight:300;text-decoration:underline;text-underline-offset:2px;cursor:pointer;-webkit-transition:color .2s ease;transition:color .2s ease}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .body-cell__expandable .body-cell__toggle:hover,.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .body-cell__expandable .body-cell__toggle:focus-visible{color:var(--color_midnight)}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .body-cell__expandable .body-cell__toggle-label--less{display:none}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .body-cell__expandable.is-open .body-cell__toggle-label--more{display:none}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell .body-cell__expandable.is-open .body-cell__toggle-label--less{display:inline}
.tables .wrapper .wrapper-inner .data-table tbody .body-cell--primary{width:62%}
.tables .wrapper .wrapper-inner .data-table tbody .body-cell--meta{width:38%;white-space:normal}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell--primary.body-cell--merged{vertical-align:top}
.tables .wrapper .wrapper-inner .data-table tbody td.body-cell--primary.body-cell--merged .body-cell__sticky{position:sticky;top:var(--tables-merged-cell-top);z-index:2;background-color:var(--color_white);padding-bottom:4px}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table tbody td.body-cell--primary.body-cell--merged .body-cell__sticky{position:static;top:auto;z-index:auto;background-color:transparent;padding-bottom:0}
}.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged td.body-cell--merged{vertical-align:top}
.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged td{padding:8px 24px 0}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged td{padding:8px 16px 0}
}.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged.body-row--merged-start:first-child td{padding:32px 24px 0}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged.body-row--merged-start:first-child td{padding:32px 16px 0}
}.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged.body-row--merged-end td{padding:8px 24px 32px}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged.body-row--merged-end td{padding:8px 16px 32px}
}.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged.body-row--merged-start.body-row--merged-end:first-child td{padding:32px 24px 32px}
@media(max-width:991px){.tables .wrapper .wrapper-inner .data-table tbody tr.body-cell--merged.body-row--merged-start.body-row--merged-end:first-child td{padding:32px 16px 32px}
}.tables .wrapper .wrapper-inner .data-table tbody a{color:var(--color_amethyst) !important;font-weight:300 !important;text-decoration:underline;text-underline-offset:2px}
.tables .wrapper .wrapper-inner .data-table tbody a span{color:var(--color_amethyst) !important;font-weight:300 !important}
.tables .wrapper .wrapper-inner .data-table.cols-2 tbody .body-cell--meta{white-space:normal}
.tables .wrapper .wrapper-inner .data-table.cols-3 tbody .body-cell--meta,.tables .wrapper .wrapper-inner .data-table.cols-4 tbody .body-cell--meta{white-space:normal}
.tables.layout_expanded .wrapper .wrapper-inner .expanded-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:0}
.tables.layout_expanded .wrapper .wrapper-inner .table-scroll--header-only{overflow-x:visible}
@media(max-width:991px){.tables.layout_expanded .wrapper .wrapper-inner .table-scroll--header-only{overflow-x:visible;-webkit-overflow-scrolling:auto;overscroll-behavior-x:auto}
}.tables.layout_expanded .wrapper .wrapper-inner .table-scroll--header-only .data-table{margin-bottom:0}
@media(max-width:991px){.tables.layout_expanded .wrapper .wrapper-inner .table-scroll--header-only .data-table{width:100%;min-width:0}
.tables.layout_expanded .wrapper .wrapper-inner .table-scroll--header-only .data-table .header-cell{min-width:0;width:auto}
}.tables.layout_expanded .wrapper .wrapper-inner .accordions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item{border-bottom:1px solid var(--color_amethyst)}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item.is-open .accordion-icon svg path:first-of-type{opacity:0}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-trigger{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;background:transparent;border:0;cursor:pointer;text-align:left;padding:24px}
@media(max-width:991px){.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-trigger{padding:16px 24px}
}.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-title{color:var(--color_amethyst);font-size:var(--p-md);line-height:1.5;font-weight:300}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-icon{-ms-flex-negative:0;flex-shrink:0}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-icon svg path:first-of-type{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-content{overflow:hidden;height:0}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-content-inner{padding:0 24px 24px}
@media(max-width:991px){.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .accordion-content-inner{padding-bottom:16px}
}.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .content{color:var(--color_grey);font-size:var(--p-md);font-weight:300;line-height:1.5}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .content>*:first-child{margin-top:0}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .content>*:last-child{margin-bottom:0}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .content p{margin:0}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .content p+p{margin-top:.75em}
.tables.layout_expanded .wrapper .wrapper-inner .accordions .accordion-item .content a{color:var(--color_royal-blue);text-decoration:underline;text-underline-offset:2px}
.tables .table-footnote{width:100%;color:var(--color_grey);font-size:11px;line-height:13px;font-weight:300}
.tables .table-footnote__text>*:first-child,.tables .table-footnote__panel-inner>*:first-child{margin-top:0}
.tables .table-footnote__text>*:last-child,.tables .table-footnote__panel-inner>*:last-child{margin-bottom:0}
.tables .table-footnote__text p,.tables .table-footnote__panel-inner p{margin:0}
.tables .table-footnote__text p+p,.tables .table-footnote__panel-inner p+p{margin-top:.75em}
.tables .table-footnote__text a,.tables .table-footnote__panel-inner a{color:var(--color_royal-blue);text-decoration:underline;text-underline-offset:2px}
.tables .table-footnote--text{margin-top:16px}
.tables .table-footnote--expandable{margin-top:16px}
.tables .table-footnote__trigger{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;color:inherit;font:inherit}
.tables .table-footnote__label{color:var(--color_grey);font-size:11px;line-height:13px;font-weight:300}
.tables .table-footnote__icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px}
.tables .table-footnote__icon svg{display:block;width:32px;height:32px}
.tables .table-footnote__panel{overflow:hidden;height:0;width:100%}
.tables .table-footnote__panel-inner{padding-top:8px;width:100%}