.table-scroller--wrapper{width:100%;overflow-x:hidden;padding:2em 0 2em 0;scroll-behavior:smooth}.table-scroller--wrapper .scrollNav{width:100%;display:flex;justify-content:space-between}.table-scroller--wrapper .scrollNav__left,.table-scroller--wrapper .scrollNav__right{display:inline-block;cursor:pointer}.table-scroller--wrapper .scrollNav__left span,.table-scroller--wrapper .scrollNav__right span{color:#00729c;opacity:.3;font-weight:600}.table-scroller--wrapper .scrollNav__left.active span,.table-scroller--wrapper .scrollNav__right.active span{color:#00729c;opacity:1}.table-scroller--wrapper table{min-width:100%;position:relative;margin:1em 0}.table-scroller--wrapper table tbody tr td{text-align:left;padding:1em;border-bottom:2px solid #f6f8f9}.table-scroller--wrapper table td{color:#717275;font-size:.875em}@media(max-width:767px){.table-scroller--wrapper table td{min-width:7em;max-width:7em}}@media(min-width:768px){.table-scroller--wrapper table td{min-width:14em;max-width:14em}}@media(min-width:1024px){.table-scroller--wrapper table td{min-width:23em;max-width:23em}}.table-scroller--wrapper table tbody tr:first-child td{padding:1em;background-color:#f6f8f9;text-align:left;margin:2px;color:#404043;font-weight:600}