.feesTable{margin:0}
.feesTable .table-wrapper{position:relative;display:flex;flex-direction:column-reverse;margin:0 auto;max-width:1170px}
@media(min-width:1200px){.feesTable .table-wrapper{width:fit-content;flex-direction:column}
}
.feesTable .table-row__switch{display:flex;flex-direction:row-reverse;align-items:center;column-gap:20px;margin-bottom:12px;color:#004571;margin-top:20px;padding:0 10px;align-self:flex-end}
@media(min-width:1200px){.feesTable .table-row__switch{padding:0;margin-bottom:20px}
}
.feesTable .switch{position:relative;display:inline-block;width:40px;height:24px;margin-bottom:0}
.feesTable .switch input[type="checkbox"]{opacity:0;width:0;height:0}
.feesTable .switch input[type="checkbox"]:checked + .slider-round{background-color:#e57200;border:0}
.feesTable .switch input[type="checkbox"]:checked + .slider-round::before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px);background-color:#fff}
.feesTable .switch .slider-round{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;-webkit-transition:.4s;transition:.4s;background-color:#e5ecf0;border-radius:16px;border:1px solid #6f8a9a}
.feesTable .switch .slider-round::before{position:absolute;content:"";height:15px;width:15px;left:4px;bottom:4px;background-color:#6f8a9a;-webkit-transition:.4s;transition:.4s;border-radius:50%}
.feesTable .table-row__switch__label{display:block;font-family:"FSEmeric Regular",Arial,sans-serif}
.feesTable .table-row__switch__label.d-none{display:none}
.feesTable input[type="checkbox"]:focus + .slider-round{outline:3px solid black;outline-offset:2px}
.feesTable .table-container{margin:0 auto;width:100%;overflow-x:scroll}
@media(min-width:1200px){.feesTable .table-container{overflow:hidden}
}
.feesTable .table-grid{--size:2;width:max-content;padding:0 10px}
@media(min-width:1200px){.feesTable .table-grid{width:100%;padding:0}
}
.feesTable .table-grid[data-size="3"]{--size:3}
.feesTable .table-grid[data-size="4"]{--size:4}
.feesTable .table-row{display:grid;grid-template-columns:108px repeat(var(--size),minmax(0,258px));border-bottom:1px solid rgba(0,69,113,0.32);text-align:left;column-gap:8px}
@media(min-width:720px){.feesTable .table-row{grid-template-columns:160px repeat(var(--size),minmax(0,280px))}
}
.feesTable .table-row:first-child,.feesTable .table-row:last-child,.feesTable .table-row:nth-last-child(2){border:0}
.feesTable .table-row__item--header{border-top-left-radius:8px;border-top-right-radius:8px;font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-weight:700}
.feesTable .table-row__item--footer{border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding-bottom:24px !important}
.feesTable .table-row__item{color:#004571;font-family:"FSEmeric Regular",Arial,sans-serif;padding:8px 8px 24px 8px}
.feesTable .table-row__item:nth-of-type(even){background-color:#ffedde}
.feesTable .table-row__item:nth-of-type(odd){background-color:#e8f6ff}
.feesTable .table-row__item:first-child{background-color:transparent;font-family:"FSEmeric",Arial,Helvetica,sans-serif;font-weight:700}
.feesTable .table-row__item-content,.feesTable .table-row__item-content-value{max-width:24ch}
.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:#00467181;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:white}
.feesTable .table-scroll__buttons .scroll-right{margin-left:auto}
.feesTable .table-scroll__buttons .scroll-right .button-icon{transform:rotateY(-180deg)}
@media(max-width:720px){.feesTable .table-row__item[role="rowheader"],.feesTable .table-row__item[role="columnheader"]:first-child{position:sticky;left:0;z-index:2;background:white !important}
}
.feesTable .table-row__item[role="columnheader"]{font-size:20px !important;padding-top:16px !important;padding-bottom:8px !important}
.feesTable .table-row__item-linkinfo{font-weight:400;color:#004571}
.feesTable .table-row__item-linkinfo:hover{color:#1378c3}
.feesTable .table-row__item-content:has(.table-row__item-linkinfo){max-width:100% !important;text-align:center}
.feesTable .taxless-price .value,.feesTable .full-price .value{font-weight:700;margin:0;display:inline-block}
.feesTable .feesTable-upperHighlight{background-color:#f2f5f8;border-radius:8px 8px 0 0;margin-bottom:16px;margin-left:8px;margin-right:8px;display:flex;flex-direction:column;justify-content:center;align-items:center}
@media(min-width:720px){.feesTable .feesTable-upperHighlight{margin-left:168px;margin-bottom:24px;margin-right:0;flex-direction:row;gap:26px}
}
.feesTable .feesTable-upperHighlight .feesTable-upperHighlight-item{display:flex;align-items:center;flex-direction:row;gap:4px;font-family:"FSEmeric Regular",Arial,sans-serif;font-weight:700;font-style:Bold;font-size:16px;line-height:22px;letter-spacing:0;text-align:center;color:#004571}
.feesTable .feesTable-upperHighlight .feesTable-upperHighlight-svg{filter:invert(45%) sepia(100%) saturate(900%) hue-rotate(5deg) brightness(95%) contrast(105%);height:23px}
.feesTable .textblock + .feesTable>div:first-of-type{padding-top:0 !important}
.feesTable .image-icon{width:16px;height:16px}
.feesTable .table-row__item-button{border-radius:8px;width:100%;margin-bottom:16px;border:0;height:40px;cursor:pointer;max-width:100%;text-align:center;font-weight:bold;font-size:18.75px;padding-left:32px;padding-right:32px}
.feesTable .table-row__item-button--orangeBackground{color:#fff;background-color:#e57200}
.feesTable .table-row__item-button--blueBackground{color:#fff;background-color:#004571}
.feesTable .table-row__item-button--whiteBackground{color:#004571;background-color:#fff}
.feesTable .feesTable-cmp--restyling .feesTable__title{align-items:flex-start;display:flex;justify-content:center;margin:0 32px}
.feesTable .feesTable-cmp--restyling .feesTable__title .desktop-text *>span{font-size:40px}
.feesTable .feesTable-cmp--restyling .feesTable__title .mobile-text *>span{font-size:32px;margin-top:0}
@media(min-width:500px) and (max-width:630px){.feesTable .feesTable-cmp--restyling .feesTable__title{margin:0 64px}
}
.feesTable .feesTable-cmp--restyling .feesTable__title-icon{font-size:32px;color:#e57200;position:relative;top:10px;display:none}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .feesTable__title-icon{display:block}
}
.feesTable .feesTable-cmp--restyling .table-wrapper{flex-direction:column-reverse}
.feesTable .feesTable-cmp--restyling .table-row{column-gap:24px;border-bottom:0}
.feesTable .feesTable-cmp--restyling .table-row__item{background-color:#fff;box-shadow:8px 24px 24px 0 rgba(0,38,59,0.24),-8px 24px 24px 0 rgba(0,38,59,0.24);display:flex;flex-direction:column;align-items:center;padding:16px;position:relative}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item{padding:16px 24px}
}
.feesTable .feesTable-cmp--restyling .table-row__item:after{content:"";position:absolute;height:1px;bottom:0;left:16px;right:16px;background-color:#bdceda}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item:after{left:24px;right:24px}
}
.feesTable .feesTable-cmp--restyling .table-row__item--row-header{box-shadow:none;padding-right:0;padding-left:0;display:flex;justify-content:center;overflow:visible;text-align:center}
.feesTable .feesTable-cmp--restyling .table-row__item--row-header:after{display:none}
.feesTable .feesTable-cmp--restyling .table-row__item--row-header .table-row__item-content{display:flex;justify-content:center}
.feesTable .feesTable-cmp--restyling .table-row__item--row-header-icon{max-width:64px;font-size:64px;position:absolute;z-index:1;color:#e57200}
.feesTable .feesTable-cmp--restyling .table-row__item--header{text-align:center;background-color:#004571;color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;border:2px solid #6a91ab}
.feesTable .feesTable-cmp--restyling .table-row__item--header:after{display:none}
.feesTable .feesTable-cmp--restyling .table-row__item-content--header{position:relative;bottom:4px;font-weight:400;font-family:'FSEmeric Medium',Arial,sans-serif}
@media(min-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item-content--header{text-align:center}
}
.feesTable .feesTable-cmp--restyling .table-row__item-content{max-width:none;flex:1;width:100%;text-align:center;align-items:center}
.feesTable .feesTable-cmp--restyling .table-row__item-content--cols{display:flex;gap:16px;justify-content:center}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item-content--cols{justify-content:right}
}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item-content-value.table-row__item-content--full-width,.feesTable .feesTable-cmp--restyling .table-row__item-content--cols.table-row__item-content--full-width{text-align:left;justify-content:flex-start;max-width:none}
}
.feesTable .feesTable-cmp--restyling .table-row__item-content-title{flex:1;font-weight:700;display:none}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item-content-title{display:block;text-align:start}
}
.feesTable .feesTable-cmp--restyling .table-row__item-content-value{flex:2;text-align:center}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item-content-value{text-align:right}
}
.feesTable .feesTable-cmp--restyling .table-row__item--footer{border-bottom-left-radius:24px;border-bottom-right-radius:24px;position:relative;bottom:1px;padding-top:8px}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item--footer{flex-direction:column}
}
.feesTable .feesTable-cmp--restyling .table-row__item--footer:after{display:none}
.feesTable .feesTable-cmp--restyling .table-scroll__buttons{display:none}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-container{overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;scroll-padding-left:16px}
.feesTable .feesTable-cmp--restyling .table-container::-webkit-scrollbar{display:none}
}
.feesTable .feesTable-cmp--restyling .table-grid{padding:30px 30px 50px 30px}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-grid{width:max-content;padding-top:24px 24px 50px 30px}
.feesTable .feesTable-cmp--restyling .table-grid .table-row{grid-template-columns:108px repeat(var(--size),var(--carousel-column-width,calc(100vw - 70px)))}
}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item:not(:first-child){scroll-snap-align:start}
}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__item:first-child{opacity:0;pointer-events:none;white-space:nowrap}
}
.feesTable .feesTable-cmp--restyling .table-row__item-button{border-radius:24px;font-weight:700;font-size:20px;height:44px;font-weight:400;font-family:'FSEmeric Medium',Arial,sans-serif}
.feesTable .feesTable-cmp--restyling .table-row__item-button-icon{font-size:12px;padding-left:8px}
.feesTable .feesTable-cmp--restyling .table-row__item-linkinfo{font-family:'FSEmeric Medium',Arial,sans-serif;font-size:20px}
.feesTable .feesTable-cmp--restyling .table-row__switch{position:static;margin-left:unset;margin-right:30px;margin-top:20px;flex-direction:unset;column-gap:12px}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .table-row__switch{margin-top:0;position:relative;margin-right:24px;bottom:24px;margin-left:auto;margin-right:auto;flex-direction:unset}
}
@media(min-width:1200px){.feesTable .feesTable-cmp--restyling .table-row__switch{position:relative;bottom:32px;margin-top:0}
}
.feesTable .feesTable-cmp--restyling .table-row__switch__label{font-family:'FSEmeric Medium',Arial,sans-serif}
.feesTable .feesTable-cmp--restyling .feesTable-carousel__bullets{justify-content:center;align-items:center;gap:16px;padding:0 10px;display:none}
@media(max-width:720px){.feesTable .feesTable-cmp--restyling .feesTable-carousel__bullets{display:flex;position:relative;bottom:12px}
}
.feesTable .feesTable-cmp--restyling .feesTable-carousel__bullets .feesTable-carousel__bullet{width:12px;height:12px;border-radius:50%;background-color:#fff;border:1px solid #004571;cursor:pointer;padding:0;transition:background-color .3s ease}
.feesTable .feesTable-cmp--restyling .feesTable-carousel__bullets .feesTable-carousel__bullet.is-active{background-color:#004571}