.functional-table{--ft-row-divider:rgba(37,37,37,.12);--ft-header-color:rgba(37,37,37,.65);--ft-cell-color:#252525;--ft-scroll-thumb:rgba(37,37,37,.3)}.functional-table--dark{--ft-row-divider:hsla(0,0%,100%,.2);--ft-header-color:hsla(0,0%,100%,.65);--ft-cell-color:#fff;--ft-scroll-thumb:hsla(0,0%,100%,.4)}.functional-table--danger{--ft-accent-bg:#fdecea;--ft-accent-border:#f5c6c2;--ft-accent-text:#b3261e}.functional-table--success{--ft-accent-bg:#eaf7ee;--ft-accent-border:#c8e6d0;--ft-accent-text:#1e7a34}.functional-table__container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1612px;padding-left:20px;padding-right:20px;width:100%}@media (min-width:600px){.functional-table__container{padding-left:40px;padding-right:40px}}.functional-table__intro{margin-bottom:20px;max-width:720px}.functional-table__intro .richtext p:last-child,.functional-table__intro p:last-child{margin-bottom:0}@media (min-width:1001px){.functional-table__intro{margin-bottom:24px}}.functional-table__eyebrow{margin-bottom:12px}.functional-table__wrap{box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;overflow-x:auto;scrollbar-color:transparent transparent;scrollbar-width:thin;width:100%!important}.functional-table__wrap.is-scrollable{scrollbar-color:var(--ft-scroll-thumb) transparent}.functional-table__wrap::-webkit-scrollbar{height:4px}.functional-table__wrap::-webkit-scrollbar-track{background:transparent}.functional-table__wrap.is-scrollable::-webkit-scrollbar-thumb{background-color:var(--ft-scroll-thumb);border-radius:9999px}.functional-table__richtext>p{display:none}.functional-table__richtext table{background-color:transparent!important;border:none!important;border-collapse:collapse!important;height:auto!important;table-layout:auto!important;width:100%!important}.functional-table__richtext td,.functional-table__richtext th{background-color:transparent!important;border:none!important;border-bottom:1px solid var(--ft-row-divider)!important;color:var(--ft-cell-color)!important;font-weight:400;height:auto!important;line-height:1.3!important;padding:10px 16px!important}.functional-table__richtext td>*,.functional-table__richtext th>*{margin:0!important}.functional-table__richtext tr:first-child td,.functional-table__richtext tr:first-child th{color:var(--ft-header-color)!important;font-size:13px!important;font-weight:600!important;letter-spacing:.02em!important;padding-bottom:8px!important;padding-top:0!important;text-transform:uppercase!important}.functional-table__richtext tr:last-child td,.functional-table__richtext tr:last-child th{border-bottom:0!important}.functional-table__summary{margin-top:12px}.functional-table__summary-row{border-bottom:1px solid var(--ft-row-divider);box-sizing:border-box;color:var(--ft-cell-color);display:flex;gap:16px;justify-content:space-between;padding:10px 16px}.functional-table__summary-row:last-child:not(.functional-table__summary-row--accent){border-bottom:0}.functional-table__summary-row--accent{background-color:var(--ft-accent-bg);border:1px solid var(--ft-accent-border);border-radius:8px;color:var(--ft-accent-text);margin-top:8px}.functional-table__summary-row--accent+.functional-table__summary-row--accent{margin-top:8px}.functional-table__summary-label{font-weight:500}.functional-table__summary-value{font-weight:400;text-align:right;white-space:nowrap}