.feesTable{margin:0}
.feesTable .table-wrapper{position:relative;display:flex;flex-direction:column;margin:0 auto;max-width:1170px}
@media(min-width:1200px){.feesTable .table-wrapper{width:fit-content}
}
.feesTable .table-row__switch{display:flex;align-items:center;column-gap:20px;margin-bottom:12px;color:#004571;margin-bottom:20px;padding:0 10px;align-self:flex-start}
@media(min-width:1200px){.feesTable .table-row__switch{align-self:flex-end;padding:0}
}
.feesTable .table-row__switch .switch{position:relative;display:inline-block;width:40px;height:24px;margin-bottom:0}
.feesTable .table-row__switch .switch input[type="checkbox"]{opacity:0;width:0;height:0}
.feesTable .table-row__switch .switch input[type="checkbox"]:checked + .slider-round{background-color:#fae2cb}
.feesTable .table-row__switch .switch input[type="checkbox"]:checked + .slider-round::before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px);background-color:#e57200}
.feesTable .table-row__switch .switch .slider-round{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;-webkit-transition:.4s;transition:.4s;border:2px solid #004571;background-color:#bdceda;border-radius:16px}
.feesTable .table-row__switch .switch .slider-round::before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#004571;-webkit-transition:.4s;transition:.4s;border-radius:50%}
.feesTable .table-row__switch .table-row__switch__label{display:block;font-family:'FSEmeric Regular'}
.feesTable .table-row__switch .table-row__switch__label.d-none{display:none}
.feesTable .table-container{margin:0 auto;width:100%;overflow-x:scroll}
@media(min-width:800px){.feesTable .table-container{overflow:hidden}
}
.feesTable .table-container .table-grid{--size:2;width:max-content;padding:0 10px}
@media(min-width:800px){.feesTable .table-container .table-grid{width:100%;padding:0}
}
.feesTable .table-container .table-grid[data-size="3"]{--size:3}
.feesTable .table-container .table-grid[data-size="4"]{--size:4}
.feesTable .table-container .table-grid .table-row{display:grid;grid-template-columns:160px repeat(var(--size),minmax(0,280px));border-bottom:1px solid rgba(0,69,113,0.32);text-align:left;column-gap:8px}
.feesTable .table-container .table-grid .table-row:first-child,.feesTable .table-container .table-grid .table-row:last-child,.feesTable .table-container .table-grid .table-row:nth-last-child(2){border:0}
.feesTable .table-container .table-grid .table-row:first-child .table-row__item{border-top-left-radius:8px;border-top-right-radius:8px;font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-weight:700}
.feesTable .table-container .table-grid .table-row:last-child .table-row__item{border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-bottom:24px !important}
.feesTable .table-container .table-grid .table-row .table-row__item{color:#004571;font-family:'FSEmeric Regular';padding:8px 8px 24px 8px}
.feesTable .table-container .table-grid .table-row .table-row__item:nth-of-type(even){background-color:#ffedde}
.feesTable .table-container .table-grid .table-row .table-row__item:nth-of-type(odd){background-color:#e8f6ff}
.feesTable .table-container .table-grid .table-row .table-row__item:first-child{background-color:transparent;font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-weight:700}
.feesTable .table-container .table-grid .table-row .table-row__item .table-row__item-content{max-width:24ch}
.feesTable .table-container .table-grid .table-row .table-row__item .table-row__item-content a{color:#004571;font-weight:700}
.feesTable .table-container .table-grid .table-row .table-row__item .table-row__item-content a:hover{color:#1378c3}
.feesTable .table-scroll__buttons{display:flex;align-items:center;justify-content:space-between;position:absolute;top:50%;left:0;padding:0 10px;transform:translateY(-50%);width:100%;max-width:100vw;z-index:100}
.feesTable .table-scroll__buttons button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#00457117;border:0}
.feesTable .table-scroll__buttons button.is-hide{display:none}
.feesTable .table-scroll__buttons button .button-icon{font-size:30px;height:max-content;line-height:0;color:#618094}
.feesTable .table-scroll__buttons .scroll-right{margin-left:auto}
.feesTable .table-scroll__buttons .scroll-right .button-icon{transform:rotateY(-180deg)}
.textblock + .feesTable>div:first-of-type{padding-top:0 !important}