:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media(prefers-color-scheme:dark){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header-container{display:flex;position:fixed;z-index:1100;top:0;align-items:center;background-color:var(--finpro-blue);justify-content:space-between;width:100%;height:64px}.logo-container{display:flex;justify-content:end;align-items:center;flex:0;margin-left:20px}.logo-container img:hover{cursor:pointer}.header-title-container{font-family:Helvetica;display:flex;flex:9;justify-content:left;align-items:center}.header-title-text{font-size:24px;line-height:36px;text-align:left;color:#f7f9ff}.tabs-container{display:flex;align-items:center;justify-content:space-around;flex:1;margin-right:20px}.tab{display:inline-flex;align-items:center;font-size:16px;line-height:20px;color:#fff;padding:10px 20px;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;gap:8px}.tab:hover,.tab.active{background-color:#ffffff1a;border-radius:5px}.dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--finpro-blue);border:1px solid var(--finpro-blue);border-radius:5px;box-shadow:0 4px 8px #0000001a;z-index:1000;overflow:hidden;transition:opacity .3s ease,transform .3s ease;opacity:0;transform:translateY(-10px);pointer-events:none;width:100%}.dropdown-menu.show{opacity:1;transform:translateY(0);pointer-events:auto}.dropdown-item{padding:12px 20px;cursor:pointer;color:#fff;font-size:14px;transition:background-color .3s ease,color .3s ease;width:100%;box-sizing:border-box;display:flex;align-items:center;background-color:#ffffff1a!important}.dropdown-menu .dropdown-item{background-color:#ffffff1a!important}.dropdown-item:hover{color:#fff;background-color:#ffffff1a!important}.username-container{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.modal{display:flex;justify-content:center;align-items:center;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#00000080}.modal-content{background-color:#fff;padding:20px;border:1px solid #888;width:80%;max-width:500px;border-radius:5px;box-shadow:0 2px 10px #0000001a}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.tile-container{display:flex;flex-direction:column;width:15%;height:30%;padding:55px 45px;justify-content:center;align-items:center;gap:1px;border-radius:8px;border:1px solid var(--Dark-Gray, #959595);background:#fff;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.tile-container:hover{box-shadow:0 0 15px #14326e;transform:scale(1.05)}.tile-content{display:flex;width:254px;padding:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px}.tile-icon-container{display:flex;width:108px;height:108px;padding:18px;justify-content:center;align-items:center}.title-icon-container:hover{filter:drop-shadow(0 0 2em #646cffaa)}.tile-icon{width:72px;height:72px;flex-shrink:0}.tile-title-text{color:var(--finpro-blue);font-size:24px;font-style:normal;font-weight:700;line-height:normal}.tile-title-container{text-align:center}.chooser-container{display:flex;flex-direction:column;height:100vh}.chooser-content{display:flex;flex-direction:column;width:100vw;align-items:center;background-color:#fff;overflow-y:hidden;margin-top:100px}.chooser-title-container{display:flex;width:100%;height:8vw;flex-direction:column;justify-content:center;align-items:center;margin-bottom:50px}.chooser-title{color:var(--finpro-blue);font-size:64px;font-style:normal;font-weight:700;line-height:normal}.chooser-subheading{color:var(--Dark-Gray, #959595);margin-top:20px;font-size:24px;font-style:normal;font-weight:400;line-height:normal;align-items:end}.chooser-tile-container{display:flex;flex-direction:row;gap:50px;justify-content:center;width:100vw;height:30vw;background:#f7f9ff;box-sizing:border-box;align-items:center}.peer-container{display:flex;flex-direction:column;height:100vh;width:100%;background-color:var(--model-backdrop)}peer-content-container{display:flex;flex-direction:column;justify-content:center;width:100vw;background-color:var(--model-backdrop);overflow-y:auto;margin-top:100px}.peer-grid{display:flex;flex-direction:column;justify-content:center;align-items:center;width:97vw;background-color:var(--model-backdrop);margin-left:20px;margin-bottom:20px}.grid-container{flex-grow:3}.pa-info-container{flex-grow:1}.home-content-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100vw;background-color:var(--model-backdrop);overflow-y:auto}.action-container{width:97vw;flex-direction:column;align-content:flex-start;margin-bottom:20px;margin-left:20px;margin-top:20px}.rdg{width:100%;height:100%;font-family:Arial,sans-serif;border:1px solid #ddd}.rdg-header-cell{padding:10px;text-align:center;background-color:#e0e0e0;font-weight:700}.rdg-cell{padding:8px;text-align:left;border-right:none}.light-blue-button{background-color:#1976d2;border:none;color:#fff;padding:5px 10px;text-align:center;text-decoration:none;display:inline-block;font-size:14px;margin:4px 2px;cursor:pointer;border-radius:4px;white-space:normal;word-wrap:break-word}.light-blue-button:hover{background-color:#0f4a8a}.cell-container{display:flex;justify-content:center;align-items:center;height:100%}.trash-button{background-color:transparent;border:none;color:#d32f2f;cursor:pointer;font-size:16px;padding:0}.trash-button:hover{color:#8b0000}.info-container{display:flex;flex-direction:column;width:100%;margin:0 auto;padding:20px;border:4px inset #dee2e6;background-color:#fff;border-radius:8px}.tab-space{display:inline-block;width:2em}.info-container p,.info-container li{margin-bottom:1.5em}.info-container ul{list-style-type:none;padding-left:0}.button{background-color:var(--finpro-blue);height:40px;color:#fff;border:none;padding:10px 20px;font-size:16px;border-radius:9999px!important;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:space-between;white-space:normal;word-wrap:break-word;outline:none;font-weight:700}.button-label{display:flex;align-items:center;flex-grow:1}.button:disabled{opacity:.5;cursor:not-allowed}.button-icon:first-child{display:flex;align-items:center;margin-right:8px}.button-icon:last-child{display:flex;align-items:center;margin-left:8px}.button.default{background-color:var(--finpro-blue);outline:none}.button.default:hover{background-color:#14326ecc}.button.scorecard{width:220px}.button.scorecard:hover{background-color:#14326ecc}.button.cancel{background-color:#dc3545;outline:none}.button.cancel:hover{background-color:#dc3545cc}.button.edit{background-color:var(--finpro-sea-green);outline:none}.button.edit:hover{background-color:#30a1b6cc}.button.home{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:15px;font-weight:700;color:#dc3545;background-color:#fff;border:3px solid #dc3545;border-radius:9999px;cursor:pointer;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 6px #0000000d}.button.home:hover{background-color:#dc3545;color:#fff;box-shadow:0 4px 10px #dc354533;transform:translateY(-1px)}.button.help{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:15px;font-weight:700;color:var(--finpro-blue);background-color:#fff;border:3px solid var(--finpro-blue);border-radius:9999px;cursor:pointer;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 6px #0000000d}.button.help:hover{background-color:var(--finpro-blue);color:#fff;box-shadow:0 4px 10px #0d6efd33;transform:translateY(-1px)}.bold{font-weight:700}.step-one-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100vh;width:100%}.peer-content-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100vw;background-color:var(--model-backdrop);overflow-x:hidden;margin-top:68px}.step-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;margin-top:20px}.criteria-container{display:flex;flex-direction:row;width:100vw;background-color:var(--model-backdrop);margin-top:20px}.criteria-fields{margin-left:20px;width:20vw!important}.criteria-text-container{font-weight:700;height:60px;display:flex;align-items:center;color:var(--finpro-blue)!important}.custom-paper{position:relative;height:40vw!important;overflow:auto!important;background-color:#fff!important;border-radius:8px!important;border:1px solid #ddd;box-shadow:0 4px 12px #00000026}.loading-container{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc}.transfer-container{display:grid;place-items:center;width:10vw;height:40vw!important}.selected-criteria-fields{flex:3;margin-right:20px}.selected-options-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:60px;width:100%}.selected-fields{font-weight:700;color:var(--finpro-blue)!important}.default-quarter{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--finpro-blue)!important}.button-container{display:flex;align-items:center}.selected-criteria-container{height:40vw!important}.table-header-styles{color:#fff!important;font-weight:700!important;font-size:16px!important}.display-peer-info-container{display:flex;align-items:center;width:100%;margin-bottom:20px}.display-peer-info{display:flex;align-items:center;flex:1;padding:8px;box-sizing:border-box;color:#fff;background-color:var(--finpro-sea-green);border:1px solid var(--finpro-sea-green);border-radius:5px!important;margin-left:20px;margin-right:200px;width:50vw}.additional-text{font-size:1em;color:gray;margin-top:4px}.error-text{font-size:1em;color:#d32f2f;margin-top:4px;font-weight:700}.nav-button-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:98vw;margin-top:40px;margin-left:20px}@media(max-width:2000px){.nav-button-container{width:97vw}}.step-two-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100vh;width:100%}.stepper-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100vw;margin-top:8vh}.options-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:95%;margin-left:25px;margin-top:4.5%}.group-type-container{display:flex;align-items:flex-end;font-weight:700}.nav-button-container-view{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:98vw;margin-top:10px;margin-left:20px}.button-container{display:flex;flex-direction:row;align-items:center;gap:10px}.export-container{display:flex;flex-direction:row;margin-top:30px;width:95%;justify-content:flex-end}.grid-container{width:100%;display:flex;flex-grow:0;justify-content:center;align-items:center;overflow:auto}.selected-rows-count{display:flex;justify-content:flex-end;margin-right:25px;font-weight:700;margin-top:20px}.error-checkbox{display:flex;align-items:center;justify-content:center;line-height:1;margin:auto 0}.initial-layout{width:100%;height:auto!important}.header-table{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.header-table th,.header-table td{text-align:center;font-size:16px}.header-table th{background-color:var(--model-grey)}.header-table th:first-child,.header-table td:first-child{width:25%}.header-table th:nth-child(2),.header-table td:nth-child(2){width:35%}.header-table th:nth-child(3),.header-table td:nth-child(3){width:17.5%}.header-table th:last-child,.header-table td:last-child{width:17.5%}.header-table th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.header-table th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.header-table thead th{position:sticky;top:0;z-index:2}.bal-trend{width:100%;border-collapse:separate;table-layout:fixed}.bal-trend th,.bal-trend td{text-align:center}.bal-trend th{background-color:var(--model-grey);border:solid 1px black}.bal-trend th:first-child,.bal-trend td:first-child{width:25%}.bal-trend th:nth-child(2),.bal-trend td:nth-child(2),.bal-trend th:nth-child(3),.bal-trend td:nth-child(3),.bal-trend th:nth-child(4),.bal-trend td:nth-child(4),.bal-trend th:nth-child(5),.bal-trend td:nth-child(5){width:8.75%}.bal-trend th:nth-child(6),.bal-trend td:nth-child(6),.bal-trend th:nth-child(7),.bal-trend td:nth-child(7){width:8.75%}.bal-trend th:nth-child(8),.bal-trend td:nth-child(8),.bal-trend th:last-child,.bal-trend td:last-child{width:8.3%}.bal-trend tr:hover{background-color:var(--model-grey)}.income-header-table{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.income-header-table th,.income-header-table td{text-align:center}.income-header-table th{background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc}.income-header-table th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.income-header-table th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.income-header-table th:first-child,.income-header-table td:first-child{width:25%}.income-header-table th:nth-child(2),.income-header-table td:nth-child(2){width:30%}.income-header-table th:nth-child(3),.income-header-table td:nth-child(3){width:22.5%}.income-header-table th:last-child,.income-header-table td:last-child{width:15%}.income-header-table thead th{position:sticky;top:0;z-index:2}.income-trend{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.income-trend th,.income-trend td{text-align:center}.income-trend th{background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc}.income-trend th:first-child,.income-trend td:first-child{width:27%}.income-trend th:nth-child(2),.income-trend td:nth-child(2),.income-trend th:nth-child(3),.income-trend td:nth-child(3),.income-trend th:nth-child(4),.income-trend td:nth-child(4),.income-trend th:nth-child(5),.income-trend td:nth-child(5){width:8%}.income-trend th:nth-child(6),.income-trend td:nth-child(6),.income-trend th:nth-child(7),.income-trend td:nth-child(7),.income-trend th:nth-child(8),.income-trend td:nth-child(8){width:8%}.income-trend th:nth-child(9),.income-trend td:nth-child(9),.income-trend th:last-child,.income-trend td:last-child{width:7.7%}.income-trend tr:hover{background-color:var(--model-grey)}.income-trend-screenshot{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px;font-size:20px}.income-trend-screenshot th,.income-trend-screenshot td{text-align:center}.income-trend-screenshot th{background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc}.income-trend-screenshot th:first-child,.income-trend-screenshot td:first-child{width:27%}.income-trend-screenshot th:nth-child(2),.income-trend-screenshot td:nth-child(2),.income-trend-screenshot th:nth-child(3),.income-trend-screenshot td:nth-child(3),.income-trend-screenshot th:nth-child(4),.income-trend-screenshot td:nth-child(4),.income-trend-screenshot th:nth-child(5),.income-trend-screenshot td:nth-child(5){width:8%}.income-trend-screenshot th:nth-child(6),.income-trend-screenshot td:nth-child(6),.income-trend-screenshot th:nth-child(7),.income-trend-screenshot td:nth-child(7),.income-trend-screenshot th:nth-child(8),.income-trend-screenshot td:nth-child(8){width:8%}.income-trend-screenshot th:nth-child(9),.income-trend-screenshot td:nth-child(9),.income-trend-screenshot th:last-child,.income-trend-screenshot td:last-child{width:7.7%}.income-trend-screenshot tr:hover{background-color:var(--model-grey)}.concentrations{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.concentrations th,.concentrations td{text-align:center}.concentrations th{background-color:var(--model-grey)}.concentrations th:first-child,.concentrations td:first-child{width:23%}.concentrations th:nth-child(2),.concentrations td:nth-child(2),.concentrations th:nth-child(3),.concentrations td:nth-child(3),.concentrations th:nth-child(4),.concentrations td:nth-child(4),.concentrations th:nth-child(5),.concentrations td:nth-child(5){width:9.3%}.concentrations th:nth-child(6),.concentrations td:nth-child(6),.concentrations th:nth-child(7),.concentrations td:nth-child(7){width:9.7%}.concentrations th:nth-child(8),.concentrations td:nth-child(8),.concentrations th:last-child,.concentrations td:last-child{width:9%}.concentrations tr:hover{background-color:var(--model-grey)}.concentrations th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.concentrations th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.concentrations-screenshot{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.concentrations-screenshot th,.concentrations-screenshot td{text-align:center}.concentrations-screenshot th{background-color:var(--model-grey)}.concentrations-screenshot th:first-child,.concentrations-screenshot td:first-child{width:23%}.concentrations-screenshot th:nth-child(2),.concentrations-screenshot td:nth-child(2),.concentrations-screenshot th:nth-child(3),.concentrations-screenshot td:nth-child(3),.concentrations-screenshot th:nth-child(4),.concentrations-screenshot td:nth-child(4),.concentrations-screenshot th:nth-child(5),.concentrations-screenshot td:nth-child(5){width:9.3%}.concentrations-screenshot th:nth-child(6),.concentrations-screenshot td:nth-child(6),.concentrations-screenshot th:nth-child(7),.concentrations-screenshot td:nth-child(7){width:9.7%}.concentrations-screenshot th:nth-child(8),.concentrations-screenshot td:nth-child(8),.concentrations-screenshot th:last-child,.concentrations-screenshot td:last-child{width:9%}.concentrations-screenshot tr:hover{background-color:var(--model-grey)}.concentrations-screenshot th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.concentrations-screenshot th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.concentrations-screenshot thead th,.concentrations-screenshot thead td,.concentrations-screenshot tbody th,.concentrations-screenshot tbody td{font-size:20px!important}.table-container{overflow-y:auto;max-height:80vh!important;margin-top:10px}.table-container-screenshot{height:auto!important;overflow:visible!important}.table-dropdown{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.dropdown-width{margin-top:15px;display:flex;justify-content:center;align-items:center;width:25%}.multi-select-width{margin-top:15px;display:flex;justify-content:center;align-items:center;width:40%}.dropdown-with-multi-width{margin-top:15px;display:flex;justify-content:center;align-items:center;width:50%}.multi-width-widened{margin-top:15px;display:flex;justify-content:center;align-items:center;width:90%}.small-italic-bold{font-style:italic;font-size:14px;font-weight:600}.dropdown-font{text-align:center;font-weight:600;font-style:italic}.h2-styles{display:flex;flex-direction:row;justify-content:center;width:100%;padding:0;color:var(--finpro-blue);font-size:30px!important;margin-bottom:10px}.box-container{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:.5%}.box-container-home{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:70%}.welcome-container{display:flex;align-items:center;justify-content:flex-start;flex:1;padding-left:20px}.welcome-container p{margin:0;font-size:64px;font-weight:700;color:var(--finpro-blue);text-align:left;font-style:normal!important}.dashboard-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.MuiTab-root:focus{outline:none}.dash-1{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:73vw;margin-top:10px;height:15vh;margin-left:1vw}.dash-2{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:80px;width:100%}.MuiCard-root.myCardClass{display:flex;flex-direction:column;width:220px;background-color:var(--finpro-sea-green);color:#fff;font-weight:550;height:90px;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;padding:10px;text-align:center}.MuiCard-root.myCardClass:hover{box-shadow:0 0 15px #5ec2d5;transform:scale(1.05)}.overview-container p{display:flex;justify-content:center;align-items:center;margin-top:10px;font-style:italic;font-weight:600;text-align:center}.dashboard-container,.overview-container{height:100%;width:100%}.model-header{display:flex;justify-content:center;align-items:center;width:100%;background-color:var(--finpro-blue);color:#fff;font-weight:500;height:45px;margin-top:20px}.model-header h2{margin-left:10px}.highlights-container{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:5px}.hightlights-style{display:flex;justify-content:center;font-style:italic}.table{width:72vw;border-collapse:separate;table-layout:fixed}.table th,.table td{text-align:left}.table th{background-color:var(--model-grey);border:solid 1px black;border-radius:5px}.table th:first-child,.table td:first-child{width:50%}.table th:last-child,.table td:last-child{width:50%}.table td{height:60px}.table button{cursor:pointer;border:none;background-color:var(--finpro-blue);color:#fff;border-radius:10px;transition:background-color .3s;font-weight:600}.table button:hover{color:#fff;background-color:#14326ecc}.bold-rows th,.bold-rows td{font-weight:700}.global-table-balance{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.global-table-balance th,.global-table-balance td{text-align:center;font-size:16px}.global-table-balance th{background-color:var(--model-grey)}.global-table-balance td,th{font-size:16px}.global-table-balance thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.global-table-balance thead tr:first-child th:first-child{border-bottom-right-radius:6px}.global-table-balance thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.global-table-balance thead tr th,.global-table-balance tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.global-table-balance th:first-child,.global-table-balance td:first-child{width:22%}.global-table-balance th:nth-child(2),.global-table-balance td:nth-child(2),.global-table-balance th:nth-child(3),.global-table-balance td:nth-child(3),.global-table-balance th:nth-child(4),.global-table-balance td:nth-child(4),.global-table-balance th:nth-child(5),.global-table-balance td:nth-child(5){width:8.75%}.global-table-balance th:nth-child(6),.global-table-balance td:nth-child(6),.global-table-balance th:nth-child(7),.global-table-balance td:nth-child(7){width:8.75%}.global-table-balance th:nth-child(8),.global-table-balance td:nth-child(8),.global-table-balance th:last-child,.global-table-balance td:last-child{width:8.3%}.global-table-balance tr:hover{background-color:var(--model-grey)}.hidden-screenshot-wrapper{position:absolute;top:0;left:-9999px;width:2200px;height:auto;overflow:visible;pointer-events:none;-webkit-user-select:none;user-select:none}.global-table-balance-screenshot{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.global-table-balance-screenshot th,.global-table-balance-screenshot td{text-align:center;font-size:20px}.global-table-balance-screenshot th{background-color:var(--model-grey)}.global-table-balance-screenshot td,th{font-size:16px}.global-table-balance-screenshot thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.global-table-balance-screenshot thead tr:first-child th:first-child{border-bottom-right-radius:6px}.global-table-balance-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.global-table-balance-screenshot thead tr th,.global-table-balance-screenshot tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.global-table-balance-screenshot th:first-child,.global-table-balance-screenshot td:first-child{width:22%}.global-table-balance-screenshot th:nth-child(2),.global-table-balance-screenshot td:nth-child(2),.global-table-balance-screenshot th:nth-child(3),.global-table-balance-screenshot td:nth-child(3),.global-table-balance-screenshot th:nth-child(4),.global-table-balance-screenshot td:nth-child(4),.global-table-balance-screenshot th:nth-child(5),.global-table-balance-screenshot td:nth-child(5){width:8.75%}.global-table-balance-screenshot th:nth-child(6),.global-table-balance-screenshot td:nth-child(6),.global-table-balance-screenshot th:nth-child(7),.global-table-balance-screenshot td:nth-child(7){width:8.75%}.global-table-balance-screenshot th:nth-child(8),.global-table-balance-screenshot td:nth-child(8),.global-table-balance-screenshot th:last-child,.global-table-balance-screenshot td:last-child{width:8.3%}.global-table-balance-screenshot tr:hover{background-color:var(--model-grey)}.big-text{font-size:70px!important;font-weight:700}@media(max-width:2000px){.table-container{overflow-y:auto;max-height:65vh!important;margin-top:10px}.table{width:65vw}.dash-1{width:66vw;margin-top:10px;height:13vh;margin-left:1vw;margin-bottom:-30px}.dropdown-width{width:40%}.multi-select-width{width:70%}.dropdown-with-multi-width{width:60%}.multi-width-widened{width:100%}.dropdown-font{font-size:14px}.global-table-balance thead th,.global-table-balance thead td,.global-table-balance tbody th,.global-table-balance tbody td{font-size:14px!important}.header-table thead th,.header-table thead td,.header-table tbody th,.header-table tbody td{font-size:15px}.concentrations thead th,.concentrations thead td,.concentrations tbody th,.concentrations tbody td,.income-trend thead th,.income-trend thead td,.income-trend tbody th,.income-trend tbody td{font-size:14px!important}.income-header-table thead th,.income-header-table thead td,.income-header-table tbody th,.income-header-table tbody td{font-size:15px!important}.MuiCard-root.myCardClass{width:140px;height:70px;padding:10px;font-size:14px}.header-border{border-top:1px solid var(--model-tables);border-bottom:1px solid var(--model-tables)}.header-top-blue{background-color:var(--finpro-blue)!important;color:#fff;border-top:1px solid var(--model-tables);border-bottom:1px solid var(--model-tables)}.header-temp-blue{background-color:var(--template-blue)!important;border-top:1px solid var(--model-tables);border-bottom:1px solid var(--model-tables)}.header-temp-green{background-color:var(--template-green)!important;border-top:1px solid var(--model-tables);border-bottom:1px solid var(--model-tables)}.left-rounded{border-left:1px solid var(--model-tables);border-top-left-radius:6px;border-bottom-left-radius:6px}.right-rounded{border-right:1px solid var(--model-tables);border-top-right-radius:6px;border-bottom-right-radius:6px}.screenshot-font{font-size:20px!important}}.camel-header-table{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.camel-header-table th,.camel-header-table td{text-align:center;font-size:16px}.camel-header-table th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.camel-header-table thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.camel-header-table thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.camel-header-table tr:hover{opacity:.5}.camel-header-table td{border:solid 1px #ccc}.camel-header-table th:first-child,.camel-header-table td:first-child{width:40%}.camel-header-table th:nth-child(2),.camel-header-table td:nth-child(2){width:25%}.camel-header-table th:last-child,.camel-header-table td:last-child{width:25%}.liquidity-table tbody tr:nth-child(-n+3) th{padding:0 0 0 10px;margin:0;line-height:2;border:none;font-size:16px}.liquidity-table-screenshot tbody tr:nth-child(-n+4) th{padding:0 0 0 10px;margin:0;line-height:2;border:none;font-size:16px!important}.liquidity-table-screenshot thead tr:nth-child(-n+3) th{padding:0 0 0 10px;margin:0;line-height:2;border:none;font-size:16px!important}.global-table tbody tr th{padding:0 0 0 10px;margin:0;line-height:2;border:none;font-size:16px}.global-table thead tr th{padding:0 0 0 10px;margin:0;line-height:2;font-size:16px!important}.global-table-screenshot tbody tr th{padding:0 0 0 10px;margin:0;line-height:2;border:none;font-size:16px!important}.global-table-screenshot thead tr th{padding:0 0 0 10px;margin:0;line-height:2;font-size:16px!important}.camels-row th{background-color:var(--finpro-blue);color:#fff;transition:opacity .3s ease}.camels-row:hover th{opacity:none}.scoring-results-table{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.scoring-results-table th,.scoring-results-table td,.screenshot th,.screenshot td{text-align:center;font-size:20px}.scoring-results-table th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.scoring-results-table thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.scoring-results-table thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.scoring-results-table tbody th,.scoring-results-table tbody td{border-right:solid 1px #ccc;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-radius:6px;border-left:solid 1px #ccc}.scoring-results-table tr:hover{opacity:.5}.scoring-results-table td{border:solid 1px #ccc}.scoring-results-table th:first-child,.scoring-results-table td:first-child{width:40%}.scoring-results-table th:nth-child(2),.scoring-results-table td:nth-child(2){width:25%}.scoring-results-table th:last-child,.scoring-results-table td:last-child{width:25%}.scoring-results-table tbody tr:not(.expanded-row):hover{opacity:.7}.scoring-results-table tbody tr.expanded-row:hover{opacity:1}.scoring-results-table thead th{position:sticky;top:0;z-index:2}.scoring-results-table-screenshot{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.scoring-results-table-screenshot th,.scoring-results-table-screenshot td,.screenshot th,.screenshot td{text-align:center;font-size:20px}.scoring-results-table-screenshot th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.scoring-results-table-screenshot thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.scoring-results-table-screenshot thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.scoring-results-table-screenshot tbody th,.scoring-results-table-screenshot tbody td{border-right:solid 1px #ccc;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-radius:6px;border-left:solid 1px #ccc}.scoring-results-table-screenshot tr:hover{opacity:.5}.scoring-results-table-screenshot td{border:solid 1px #ccc}.scoring-results-table-screenshot th:first-child,.scoring-results-table-screenshot td:first-child{width:40%}.scoring-results-table-screenshot th:nth-child(2),.scoring-results-table-screenshot td:nth-child(2){width:25%}.scoring-results-table-screenshot th:last-child,.scoring-results-table-screenshot td:last-child{width:25%}.scoring-analysis-header-table{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.scoring-analysis-header-table th,.scoring-analysis-header-table td{text-align:center;font-size:16px}.scoring-analysis-header-table th{background-color:var(--model-grey)}.scoring-analysis-header-table td,th{font-size:16px}.scoring-analysis-header-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.scoring-analysis-header-table thead tr:first-child th:first-child{border-bottom-right-radius:6px}.scoring-analysis-header-table thead tr:first-child th:last-child{border-bottom-left-radius:6px}.scoring-analysis-header-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.scoring-analysis-header-table thead tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.scoring-analysis-header-table tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-radius:6px}.scoring-analysis-header-table th:first-child,.scoring-analysis-header-table td:first-child{width:20%}.scoring-analysis-header-table th:nth-child(2),.scoring-analysis-header-table td:nth-child(2){width:25%}.scoring-analysis-header-table th:nth-child(3),.scoring-analysis-header-table td:nth-child(2){width:10%}.scoring-analysis-header-table th:nth-child(4),.scoring-analysis-header-table td:nth-child(2){width:10%}.scoring-analysis-header-table th:last-child,.scoring-analysis-header-table td:last-child{width:20%}.scoring-analysis-header-table tr:hover{opacity:.5}.scoring-analysis-header-table tbody tr:not(.expanded-row):hover{opacity:.7}.scoring-analysis-header-table tbody tr.expanded-row:hover{opacity:1}.main-row th{vertical-align:middle;overflow:visible}.row-label{display:inline-flex;align-items:center;gap:6px;justify-content:flex-start}.row-text{display:inline-flex;align-items:center}.expand-icon{display:inline-flex;font-size:.8em;transition:transform .2s ease;line-height:1}.expand-icon.expanded{transform:rotate(90deg)}.scoring-analysis-header-table-screenshot{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.scoring-analysis-header-table-screenshot th,.scoring-analysis-header-table-screenshot td{text-align:center;font-size:18px}.scoring-analysis-header-table-screenshot th{background-color:var(--model-grey)}.scoring-analysis-header-table-screenshot td,th{font-size:18px}.scoring-analysis-header-table-screenshot thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.scoring-analysis-header-table-screenshot thead tr:first-child th:first-child{border-bottom-right-radius:6px}.scoring-analysis-header-table-screenshot thead tr:first-child th:last-child{border-bottom-left-radius:6px}.scoring-analysis-header-table-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.scoring-analysis-header-table-screenshot thead tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.scoring-analysis-header-table-screenshot tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-radius:6px}.scoring-analysis-header-table-screenshot th:first-child,.scoring-analysis-header-table-screenshot td:first-child{width:20%}.scoring-analysis-header-table-screenshot th:nth-child(2),.scoring-analysis-header-table-screenshot td:nth-child(2){width:25%}.scoring-analysis-header-table-screenshot th:nth-child(3),.scoring-analysis-header-table-screenshot td:nth-child(2){width:10%}.scoring-analysis-header-table-screenshot th:nth-child(4),.scoring-analysis-header-table-screenshot td:nth-child(2){width:10%}.scoring-analysis-header-table-screenshot th:last-child,.scoring-analysis-header-table-screenshot td:last-child{width:20%}.scoring-analysis-header-table-screenshot tr:hover{opacity:.5}.multi-select-styles{display:flex;flex-direction:row;justify-content:center;align-items:center}.hoverable-row:hover{background-color:var(--model-grey);cursor:pointer}.concentration-header-table{width:100%;border-collapse:collapse;table-layout:fixed}.concentration-header-table th,.concentration-header-table td{text-align:center}.concentration-header-table th:first-child,.concentration-header-table td:first-child{width:40%}.concentration-header-table th:nth-child(2),.concentration-header-table td:nth-child(2){width:13%}.concentration-header-table th:last-child,.concentration-header-table td:last-child{width:22%}.white-line{position:absolute;bottom:5px;width:95%;height:2px;background-color:#fff;left:50%;transform:translate(-50%)}.scoring-analysis-second-table{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.scoring-analysis-second-table th,.scoring-analysis-second-table td{text-align:center;font-size:16px}.scoring-analysis-second-table th{background-color:var(--model-grey)}.scoring-analysis-second-table td,th{font-size:16px}.scoring-analysis-second-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.scoring-analysis-second-table thead tr:first-child th:first-child{border-bottom-right-radius:6px}.scoring-analysis-second-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.scoring-analysis-second-table thead tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.scoring-analysis-second-table tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-radius:6px}.scoring-analysis-second-table th:first-child,.scoring-analysis-second-table td:first-child{width:20%}.scoring-analysis-second-table th:nth-child(2),.scoring-analysis-second-table td:nth-child(2){width:25%}.scoring-analysis-second-table th:nth-child(3),.scoring-analysis-second-table td:nth-child(2){width:10%}.scoring-analysis-second-table th:nth-child(4),.scoring-analysis-second-table td:nth-child(2){width:10%}.scoring-analysis-second-table th:last-child,.scoring-analysis-second-table td:last-child{width:20%}.scoring-analysis-second-table tr:hover{opacity:.5}.individ-ratios-table{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.individ-ratios-table th,.individ-ratios-table td{text-align:center;font-size:16px}.individ-ratios-table th{background-color:var(--model-grey)}.individ-ratios-table td,th{font-size:16px}.individ-ratios-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.individ-ratios-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.individ-ratios-table tbody tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.individ-ratios-table tbody tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.individ-ratios-table thead tr th,.individ-ratios-table tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.individ-ratios-table th:first-child,.individ-ratios-table td:first-child{width:20%}.individ-ratios-table th:nth-child(2),.individ-ratios-table td:nth-child(2){width:25%}.individ-ratios-table th:nth-child(3),.individ-ratios-table td:nth-child(2){width:10%}.individ-ratios-table th:nth-child(4),.individ-ratios-table td:nth-child(2){width:10%}.individ-ratios-table th:last-child,.individ-ratios-table td:last-child{width:20%}.individ-ratios-table tr:hover{opacity:.5}.individ-ratios-table-screenshot{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.individ-ratios-table-screenshot th,.individ-ratios-table-screenshot td{text-align:center;font-size:16px}.individ-ratios-table-screenshot th{background-color:var(--model-grey)}.individ-ratios-table-screenshot td,th{font-size:16px}.individ-ratios-table-screenshot thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.individ-ratios-table-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.individ-ratios-table-screenshot tbody tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.individ-ratios-table-screenshot tbody tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.individ-ratios-table-screenshot thead tr th,.individ-ratios-table-screenshot tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.individ-ratios-table-screenshot th:first-child,.individ-ratios-table-screenshot td:first-child{width:20%}.individ-ratios-table-screenshot th:nth-child(2),.individ-ratios-table-screenshot td:nth-child(2){width:25%}.individ-ratios-table-screenshot th:nth-child(3),.individ-ratios-table-screenshot td:nth-child(2){width:10%}.individ-ratios-table-screenshot th:nth-child(4),.individ-ratios-table-screenshot td:nth-child(2){width:10%}.individ-ratios-table-screenshot th:last-child,.individ-ratios-table-screenshot td:last-child{width:20%}.individ-ratios-table-screenshot tr:hover{opacity:.5}.portfolio-performance-table{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.portfolio-performance-table th,.portfolio-performance-table td{text-align:center;font-size:16px}.portfolio-performance-table th{background-color:var(--model-grey)}.portfolio-performance-table td,th{font-size:16px}.portfolio-performance-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.portfolio-performance-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.portfolio-performance-table thead tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.portfolio-performance-table tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-radius:6px}.portfolio-performance-table th:first-child,.portfolio-performance-table td:first-child{width:20%}.portfolio-performance-table th:nth-child(2),.portfolio-performance-table td:nth-child(2){width:25%}.portfolio-performance-table th:nth-child(3),.portfolio-performance-table td:nth-child(2){width:10%}.portfolio-performance-table th:nth-child(4),.portfolio-performance-table td:nth-child(2){width:10%}.portfolio-performance-table th:last-child,.portfolio-performance-table td:last-child{width:20%}.portfolio-performance-table tr:hover{opacity:.5}.scoring-summary-table{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.scoring-summary-table th,.scoring-summary-table td{text-align:center;font-size:16px}.scoring-summary-table th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.scoring-summary-table thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.scoring-summary-table thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.scoring-summary-table tbody td,th{border-radius:0/0px;border-right:none;border-left:none}.scoring-summary-table tr:hover{opacity:.5}.scoring-summary-table th:first-child,.scoring-summary-table td:first-child{width:40%}.scoring-summary-table th:nth-child(2),.scoring-summary-table td:nth-child(2){width:25%}.scoring-summary-table th:last-child,.scoring-summary-table td:last-child{width:25%}.scoring-summary-table-screenshot{width:100%;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.scoring-summary-table-screenshot th,.scoring-summary-table-screenshot td{text-align:center;font-size:16px}.scoring-summary-table-screenshot th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.scoring-summary-table-screenshot thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.scoring-summary-table-screenshot thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.scoring-summary-table-screenshot tbody td,th{border-radius:0/0px;border-right:none;border-left:none}.scoring-summary-table-screenshot tr:hover{opacity:.5}.scoring-summary-table-screenshot th:first-child,.scoring-summary-table-screenshot td:first-child{width:40%}.scoring-summary-table-screenshot th:nth-child(2),.scoring-summary-table-screenshot td:nth-child(2){width:25%}.scoring-summary-table-screenshot th:last-child,.scoring-summary-table-screenshot td:last-child{width:25%}.portfolio-performance-table-screenshot{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.portfolio-performance-table-screenshot th,.portfolio-performance-table-screenshot td{text-align:center;font-size:16px}.portfolio-performance-table-screenshot th{background-color:var(--model-grey)}.portfolio-performance-table-screenshot td,th{font-size:16px}.portfolio-performance-table-screenshot thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.portfolio-performance-table-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.portfolio-performance-table-screenshot thead tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.portfolio-performance-table-screenshot tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-radius:6px}.portfolio-performance-table-screenshot th:first-child,.portfolio-performance-table-screenshot td:first-child{width:20%}.portfolio-performance-table-screenshot th:nth-child(2),.portfolio-performance-table-screenshot td:nth-child(2){width:25%}.portfolio-performance-table-screenshot th:nth-child(3),.portfolio-performance-table-screenshot td:nth-child(2){width:10%}.portfolio-performance-table-screenshot th:nth-child(4),.portfolio-performance-table-screenshot td:nth-child(2){width:10%}.portfolio-performance-table-screenshot th:last-child,.portfolio-performance-table-screenshot td:last-child{width:20%}.portfolio-performance-table-screenshot tr:hover{opacity:.5}.scoring-analysis-second-table-screenshot{width:100%;border-collapse:separate;table-layout:fixed;margin-top:10px;border-spacing:0 3px}.scoring-analysis-second-table-screenshot th,.scoring-analysis-second-table-screenshot td{text-align:center;font-size:20px}.scoring-analysis-second-table-screenshot th{background-color:var(--model-grey)}.scoring-analysis-second-table-screenshot td,th{font-size:20px}.scoring-analysis-second-table-screenshot thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.scoring-analysis-second-table-screenshot thead tr:first-child th:first-child{border-bottom-right-radius:6px}.scoring-analysis-second-table-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.scoring-analysis-second-table-screenshot thead tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.scoring-analysis-second-table-screenshot tbody tr th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-radius:6px}.scoring-analysis-second-table-screenshot th:first-child,.scoring-analysis-second-table-screenshot td:first-child{width:20%}.scoring-analysis-second-table-screenshot th:nth-child(2),.scoring-analysis-second-table-screenshot td:nth-child(2){width:25%}.scoring-analysis-second-table-screenshot th:nth-child(3),.scoring-analysis-second-table-screenshot td:nth-child(2){width:10%}.scoring-analysis-second-table-screenshot th:nth-child(4),.scoring-analysis-second-table-screenshot td:nth-child(2){width:10%}.scoring-analysis-second-table-screenshot th:last-child,.scoring-analysis-second-table-screenshot td:last-child{width:20%}.scoring-analysis-second-table-screenshot tr:hover{opacity:.5}.cell-wrapper{position:relative;padding:4px 0}.line{height:1px;background-color:#000;width:100%}.sup-edit{background:none;border:none;padding:0;margin-left:4px;color:#0d47a1;font-weight:700;cursor:pointer;font-size:.9em;text-decoration:none;outline:none}.sup-edit:focus{outline:none}@media(max-width:2000px){.scoring-analysis-header-table tbody th,.scoring-analysis-header-table tbody td{font-size:14px!important}.scoring-analysis-header-table thead th,.scoring-analysis-header-table thead td{font-size:15px!important}.camel-header-table thead th,.camel-header-table thead td{font-size:14px!important}.camel-header-table tbody th,.camel-header-table tbody td{font-size:12px!important}.scoring-analysis-second-table thead th,.scoring-analysis-second-table thead td{font-size:15px!important}.scoring-analysis-second-table tbody th,.scoring-analysis-second-table tbody td{font-size:14px!important}.individ-ratios-table thead th,.individ-ratios-table thead td{font-size:15px!important}.individ-ratios-table tbody th,.individ-ratios-table tbody td{font-size:14px!important}.portfolio-performance-table thead th,.portfolio-performance-table thead td{font-size:15px!important}.portfolio-performance-table tbody th,.portfolio-performance-table tbody td{font-size:14px!important}.liquidity-table tbody tr:nth-child(-n+3) th{font-size:12px!important}.global-table thead tr th{font-size:14px!important}.global-table tbody tr th{font-size:12px!important}.scoring-results-table th,.scoring-results-table td{font-size:16px!important}.scoring-summary-table tbody th,.scoring-summary-table tbody td{font-size:14px!important}.italic-strong{font-style:italic;font-size:.9rem;font-weight:600}}.ranking-group-score{min-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.component-score-label{font-size:14px;padding:3px 6px}.component-score-cell{font-size:16px;padding:3px 6px;min-width:64px}.ranking-group-score{min-width:140px}}.ranking-group-label{min-width:320px;padding-left:10px;padding-right:10px;white-space:normal;overflow:visible}@media(max-width:900px){.ranking-group-label{min-width:110px}}.selected-data-fields{width:30vw;margin-right:20px}.quarter-container{flex:3;margin-right:20px}html,body{height:100%;margin:0;padding:0;overflow:hidden}.main-content{display:flex;width:100vw;height:calc(100vh - 64px);margin-top:64px;background-color:var(--model-backdrop);overflow:hidden;background-color:var(--finpro-blue)}.sidebar{width:clamp(50px,8vw,220px);height:100%;overflow-y:auto;background-color:var(--finpro-blue);color:#fff;flex-shrink:0;scroll-behavior:smooth;transition:width .3s ease;overflow-x:hidden}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:var(--finpro-blue)}.sidebar::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.sidebar.open{width:clamp(100px,13vw,260px)}.sidebar.closed{width:clamp(40px,4vw,70px)}.tab-content{position:relative;z-index:2;margin-top:1px;border-radius:10px 10px 0 0;box-shadow:2px 0 8px #0000001a;background-color:var(--model-backdrop);overflow-y:auto;flex:1;height:100%;transition:all .3s ease;font-family:Arial,sans-serif;padding:0 20px 1px}.tab-content.getStarted{width:100vw;border-radius:0;box-shadow:none;margin-left:0}.toggle-btn{background-color:var(--finpro-blue);color:#fff;border:none;padding:10px;cursor:pointer;width:100%!important;margin-top:30px;outline:none;box-shadow:none}.toggle-btn:focus,.toggle-btn:active{outline:none!important;box-shadow:none!important;border:none!important}.menu{display:flex;flex-direction:column}.public-dashboard-box{display:flex;flex-direction:column;overflow:hidden;max-height:0;opacity:0;padding:0;transition:max-height .4s ease,opacity .3s ease,padding .3s ease}.public-dashboard-box-a.open,.public-dashboard-box-b.open,.public-dashboard-box-b-liqPlus.open,.public-dashboard-box-c.open{max-height:1000px;opacity:1;padding:3px;background:#012e8399;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:2px;box-shadow:0 4px 20px #0000004d;position:absolute;z-index:1000}.tab-content h2{margin-top:0;font-weight:700;font-size:24px}.tab-content p{margin:5px 0 0}.info-cell{text-align:center;vertical-align:middle}.MuiCard-root.my-card{flex:1;width:100%;max-width:500px;border-radius:20px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;padding:20px}.loading-bar-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.display-input-fields-container{display:flex;flex-direction:column;gap:10px;width:95%;margin:0 auto;padding:20px;background-color:#fff;border-radius:8px}.display-input-container{display:flex;align-items:center;gap:10px;width:100%}.input-label{flex:0 0 200px;font-weight:700}.display-input{flex:1;padding:8px;box-sizing:border-box;background-color:var(--model-grey);border:1px solid var(--model-grey);border-radius:10px!important;cursor:not-allowed;color:#000}.display-bank-info{display:flex;align-items:center;gap:8px;flex:1;padding:8px;box-sizing:border-box;color:#fff;background-color:var(--finpro-sea-green);border:1px solid var(--finpro-sea-green);border-radius:5px!important}.display-container-get-started,.display-container-get-started-summary{display:flex;flex-direction:column;gap:10px;width:100%;height:100%;margin:0 auto;border-radius:8px;align-items:center;overflow-x:hidden;overflow-y:hidden}.question-container{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;border-radius:10px;transition:all .5s ease-in-out;width:100%;height:100%}.summary-container{display:flex;flex-direction:column;align-items:center;width:100%;gap:-10px}.summary-row{display:flex;justify-content:space-between;gap:40px;margin-bottom:20px;width:100%}.summary-row.centered{margin-top:-20px;justify-content:center}.summary-item{display:flex;flex-direction:column;align-items:center}.summary-item p{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.summary-item-select{width:20vw}.question-container p,.summary-item p{font-size:30px;font-weight:600;color:#333}.summary-container p{font-size:20px;font-weight:600;color:#333;margin-bottom:20px}.select-container{margin-top:60px}.navigation-buttons{margin-top:60px;display:flex;justify-content:space-between;width:50%}.single-button-center{margin-top:60px;display:flex;justify-content:center;width:50%}.primary-text{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%}.primary-text p{margin-top:40px;font-style:italic;font-size:20px}.primary-container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;gap:20px}.button-container{display:flex;justify-content:center}.slide-wrapper{overflow:hidden;height:100%}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.fade-enter{animation:slideUp .5s forwards;overflow:hidden!important}@media(max-width:2000px){.summary-container p{font-size:16px;margin-top:20px;margin-bottom:10px}icon-button-style{margin-top:20px;margin-bottom:10px}.summary-item,.summary-row{margin-bottom:0}.button-container{display:flex;justify-content:center;margin-top:20px}.summary-item-select{width:20vw;height:40px}.icon-button-style{margin-top:10px}}@media(max-width:1600px){.display-container-get-started-summary{height:100%;overflow-y:auto}}@media(max-width:768px){.display-container-get-started-summary{overflow-y:auto}.summary-row{flex-direction:column;align-items:center;overflow-y:auto}.summary-item{width:100%;max-width:300px}.summary-item p{font-size:14px}.summary-item-select{width:10vw;height:1vh}}.select-style{border-radius:2px;background-color:#fff!important;width:600px}.select-style:hover{cursor:pointer}.table-wrapper{width:100%;overflow-x:auto;margin-top:10px}.peer-table{width:100%;min-width:1000px;border-collapse:seperate;border-spacing:0 8px;table-layout:auto}.peer-table th,.peer-table td{text-align:center;padding:3px;white-space:nowrap;overflow:visible;font-size:16px!important}.peer-table th:first-child,.peer-table td:first-child{width:300px;text-align:left;padding-left:12px}.peer-table th{background-color:var(--model-grey);height:50px;vertical-align:middle}.peer-table tr:hover{opacity:.8}.peer-table tbody tr{background-color:transparent}.peer-table tbody tr td{border:1px solid #ccc;border-left:none;border-right:none}.peer-table tbody tr td:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.peer-table tbody tr td:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.peer-table thead tr th{border:1px solid #ccc;border-left:none;border-right:none;padding:8px;height:40px;vertical-align:middle}.peer-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.peer-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.peer-table tbody tr:nth-child(1) td{background-color:var(--template-blue)}.peer-table tbody tr:nth-child(2) td{background-color:var(--model-orange)}.peer-table tbody tr:nth-child(3) td{background-color:var(--model-green)}.peer-table tbody tr:nth-child(4) td{background-color:var(--model-yellow)}.peer-table tbody tr:nth-child(5) td{background-color:var(--model-grey)}.instit-over-table{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:4px;table-layout:fixed}.instit-over-table thead th{position:sticky;top:0;z-index:2}.instit-over-table th,.instit-over-table td{text-align:center;padding:8px}.instit-over-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.instit-over-table thead th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.instit-over-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.instit-over-table th{background-color:var(--model-grey)}.instit-over-table tr:hover{opacity:.5}.screenshot-mode td{font-size:16px;font-weight:700}@media(max-width:2000px){.peer-table th,.peer-table td{font-size:12px;padding:6px}.peer-table th:first-child,.peer-table td:first-child{width:200px}.instit-over-table th,.instit-over-table td{font-size:12px!important;padding:6px}.instit-over-table tbody th,.instit-over-table tbody td{font-size:12px!important}}.text-ellipsis{overflow:hidden!important;text-overflow:ellipsis;white-space:nowrap;max-width:500px;min-width:400px}.liq-src-table{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:4px}.liq-src-table th,.liq-src-table td{text-align:center;padding:2px}.liq-src-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liq-src-table thead th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.liq-src-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.liq-src-table th{background-color:var(--model-grey)}.liq-src-table tr:hover{opacity:.5}.liq-src-table tbody tr:first-child th:first-child{border-left:1px solid #ccc;border-radius:6px;border-right:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.liq-src-table th:first-child,.liq-src-table td:first-child{width:10%}.liq-src-table th:nth-child(2),.liq-src-table td:nth-child(2){width:45%}.liq-src-table th:nth-child(3),.liq-src-table td:nth-child(3){width:25%}.liq-src-table th:last-child,.liq-src-table td:last-child{width:20%}.liquidity-header-table-screenshot{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:4px;table-layout:fixed}.liquidity-header-table-screenshot thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;font-size:18px;border:none}.liquidity-header-table-screenshot tr:hover{opacity:.5}.liquidity-header-table-screenshot tbody tr{background-color:transparent}.liquidity-header-table-screenshot thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liquidity-header-table-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.liquidity-header-table-screenshot tbody th,.liquidity-header-table-screenshot tbody td{text-align:center;padding:4px;background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;border-radius:6px}.footer-text{font-style:italic;font-size:14px}.liq-src-table-screenshot{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:4px;font-size:18px}.liq-src-table-screenshot th,.liq-src-table-screenshot td{text-align:center;padding:2px}.liq-src-table-screenshot thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liq-src-table-screenshot thead th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.liq-src-table-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.liq-src-table-screenshot th{background-color:var(--model-grey)}.liq-src-table-screenshot tr:hover{opacity:.5}.liq-src-table-screenshot tbody tr:first-child th:first-child{border-left:1px solid #ccc;border-radius:6px;border-right:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.liq-src-table-screenshot th:first-child,.liq-src-table-screenshot td:first-child{width:10%}.liq-src-table-screenshot th:nth-child(2),.liq-src-table-screenshot td:nth-child(2){width:45%}.liq-src-table-screenshot th:nth-child(3),.liq-src-table-screenshot td:nth-child(3){width:25%}.liq-src-table-screenshot th:last-child,.liq-src-table-screenshot td:last-child{width:20%}.liquidity-header-table{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:4px;table-layout:fixed}.liquidity-header-table thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;font-size:18px;border:none}.liquidity-header-table tr:hover{opacity:.5}.liquidity-header-table tbody tr{background-color:transparent}.liquidity-header-table thead tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liquidity-header-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.liquidity-header-table tbody th,.liquidity-header-table tbody td{text-align:center;padding:4px;background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;border-radius:6px}.liquidity-5-table{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:4px;table-layout:fixed}.liquidity-5-table thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;font-size:18px;border:none}.liquidity-5-table tbody th{font-size:16px!important}.liquidity-5-table tr:hover{opacity:.5}.liquidity-5-table tbody tr{background-color:transparent}.liquidity-5-table thead tr th:nth-child(3){border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liquidity-5-table thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.liquidity-5-table tbody th,.liquidity-5-table tbody td{text-align:center;padding:4px;background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;border-radius:6px}.liquidity-5-table-screenshot{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:4px;table-layout:fixed}.liquidity-5-table-screenshot thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;font-size:18px;border:none}.liquidity-5-table-screenshot tr:hover{opacity:.5}.liquidity-5-table-screenshot tbody tr{background-color:transparent}.liquidity-5-table-screenshot tbody th{font-size:16px!important}.liquidity-5-table-screenshot thead tr th:nth-child(3){border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liquidity-5-table-screenshot thead tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.liquidity-5-table-screenshot tbody th,.liquidity-5-table-screenshot tbody td{text-align:center;padding:4px;background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;border-radius:6px}.liquidity-6-table{width:100%;border-collapse:separate;border-spacing:0 0;margin-top:4px}.liquidity-6-table thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;font-size:18px;border:none}.liquidity-6-table tr:hover{opacity:.5}.liquidity-6-table tbody tr{background-color:transparent}.liquidity-6-table tbody th{font-size:16px!important}.liquidity-6-table thead th,.liquidity-6-table thead td{border-bottom:1px solid #ccc;border-top:1px solid #ccc}.liquidity-second-6-table{width:100%;border-collapse:separate;border-spacing:0 0;margin-top:4px}.liquidity-second-6-table thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;font-size:18px;border:none}.liquidity-second-6-table tbody th{font-size:16px!important}.liquidity-second-6-table tr:hover{opacity:.5}.liquidity-second-6-table tbody tr{background-color:transparent}.liquidity-second-6-table thead th,.liquidity-second-6-table thead td{border-bottom:1px solid #ccc;border-top:1px solid #ccc}.key-text-style{margin-bottom:15px;font-weight:600;font-style:italic;text-align:center;font-size:20px;margin-top:40px}@media(max-width:2000px){.key-text-style{font-size:13px!important}.liquidity-header-table th,.liquidity-header-table td{font-size:12px!important;padding:6px}.title-style{font-size:15px!important;height:46px!important}.liquidity-header-table tbody th,.liquidity-header-table tbody td{font-size:12px!important}.liquidity-5-table th,.liquidity-5-table td{font-size:12px!important;padding:6px}.liquidity-5-table tbody th,.liquidity-5-table tbody td{font-size:12px!important}.liquidity-6-table th,.liquidity-6-table td{font-size:12px!important;padding:6px}.liquidity-6-table tbody th,.liquidity-6-table tbody td{font-size:12px!important}.liquidity-second-6-table th,.liquidity-second-6-table td{font-size:12px!important;padding:6px}.liquidity-second-6-table tbody th,.liquidity-second-6-table tbody td{font-size:12px!important}.liq-src-table th,.liq-src-table td{font-size:12px!important;padding:6px}.liq-src-table tbody th,.liq-src-table tbody td{font-size:12px!important}}.title-style{background-color:var(--finpro-blue);text-align:center;color:#fff;height:60px;font-size:20px}.ranking-comp-table{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:9px;table-layout:fixed}.ranking-comp-table thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;height:40px;font-size:20px}.ranking-comp-table tr:hover{opacity:.5}.ranking-comp-table tbody tr{background-color:transparent}.ranking-comp-table tbody th,.ranking-comp-table tbody td{text-align:center;padding:2px;background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-size:16px}.ranking-comp-table tbody tr td:first-child,.ranking-comp-table tbody tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.ranking-comp-table tbody tr td:last-child,.ranking-comp-table tbody tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.ranking-comp-table tfoot tr td:last-child,.ranking-comp-table tfoot tr th:last-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.ranking-comp-table tfoot tr td:last-child,.ranking-comp-table tfoot tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.ranking-comp-table tfoot th{border:1px solid #ccc;background-color:transparent;position:relative;padding-bottom:2px;padding-top:3px}.ranking-comp-table tfoot th div{position:absolute;bottom:5px;left:0;width:100%;height:2px;background-color:#ccc}.scrollable-footer{max-height:47vh;overflow-y:auto;width:100%}tfoot tr:hover{opacity:1!important}.ranking-comp-table-screenshot{width:100%;border-collapse:separate;border-spacing:0 3px;margin-top:9px;table-layout:fixed}.ranking-comp-table-screenshot thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;height:40px;font-size:20px}.ranking-comp-table-screenshot tr:hover{opacity:.5}.ranking-comp-table-screenshot tbody tr{background-color:transparent}.ranking-comp-table-screenshot tbody th,.ranking-comp-table-screenshot tbody td{text-align:center;padding:2px;background-color:var(--model-grey);border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-size:16px}.ranking-comp-table-screenshot tbody tr td:first-child,.ranking-comp-table-screenshot tbody tr th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.ranking-comp-table-screenshot tbody tr td:last-child,.ranking-comp-table-screenshot tbody tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.ranking-comp-table-screenshot tfoot tr td:last-child,.ranking-comp-table-screenshot tfoot tr th:last-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.ranking-comp-table-screenshot tfoot tr td:last-child,.ranking-comp-table-screenshot tfoot tr th:last-child{border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.ranking-comp-table-screenshot tfoot th{border:1px solid #ccc;background-color:transparent;position:relative;padding-bottom:2px;padding-top:3px}.ranking-comp-table-screenshot tfoot th div{position:absolute;bottom:5px;left:0;width:100%;height:2px;background-color:#ccc}@media(max-width:2000px){.ranking-comp-table tbody th,.ranking-comp-table tbody td,.ranking-comp-table tfoot th,.ranking-comp-table tfoot td{font-size:12px!important}.title-style{font-size:15px!important;height:46px!important}.ranking-comp-table thead th{height:25px!important;font-size:20px}.scrollable-footer{max-height:37vh!important}}.erm-overview-table{width:65vw;border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.erm-overview-table th,.erm-overview-table td{text-align:center;font-size:16px}.erm-overview-table th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.erm-overview-table thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.erm-overview-table thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.erm-overview-table tbody th,.erm-overview-table tbody td{border-right:solid 1px #ccc;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-radius:6px;border-left:solid 1px #ccc}.erm-overview-table tr:hover{opacity:.5}.erm-overview-table td{border:solid 1px #ccc}.erm-overview-table tr:first-child,.erm-overview-table th:first-child{width:25%}.erm-overview-table tr:first-child,.erm-overview-table th:nth-child(2){width:5%}.erm-overview-table tr:first-child,.erm-overview-table th:nth-child(3){width:25%}.erm-overview-table tr:first-child,.erm-overview-table th:nth-child(4){width:5%}.erm-overview-table tr:first-child,.erm-overview-table th:last-child{width:25%}.erm-risk-table{border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.erm-risk-table th,.erm-risk-table td{text-align:center;font-size:16px}.erm-risk-table th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.erm-risk-table thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.erm-risk-table thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.erm-risk-table tbody th,.erm-risk-table tbody td{border-right:solid 1px #ccc;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-radius:6px;border-left:solid 1px #ccc}.erm-risk-table td{border:solid 1px #ccc}.screenshot tbody tr th,.screenshot thead tr th{text-align:center;font-size:18px!important;font-weight:600}.outer-box{background-color:#fff;display:flex;height:50vh;width:auto;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.inner-box{background-color:#fff;display:flex;height:50vh;width:auto;border-radius:10px}@media(max-width:2000px){.erm-overview-table th,.erm-overview-table td{font-size:14px!important}}.liquidity-plus-6-table{width:100%;border-collapse:separate;border-spacing:0 0;margin-top:4px}.liquidity-plus-6-table thead th{background-color:var(--finpro-blue);text-align:center;color:#fff;font-size:18px;border:none}.select-period{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:fit-content}.liquidity-plus-6-table tr:hover{opacity:.5}.liquidity-plus-6-table tbody tr{background-color:transparent}.liquidity-plus-6-table tbody th{font-size:16px!important}.liquidity-plus-6-table thead th,.liquidity-plus-6-table thead td{border-bottom:1px solid #ccc;border-top:1px solid #ccc}.liquidity-plus-6-table thead tr:first-child th:first-child{border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liquidity-plus-6-table thead tr:nth-child(3) th:nth-child(2){border-left:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.liquidity-plus-6-table thead tr th:nth-child(6){border-right:1px solid #ccc;border-top-right-radius:6px;border-bottom-right-radius:6px}.screenshot tbody tr th,.screenshot thead tr th{font-size:16px!important}@media(max-width:2000px){.liquidity-plus-6-table th,.liquidity-plus-6-table td{font-size:12px!important;padding:6px}.liquidity-plus-6-table tbody th,.liquidity-plus-6-table tbody td{font-size:12px!important}}.credit-table{border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.credit-table th,.credit-table td{text-align:center;font-size:16px}.credit-table th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.credit-table thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.credit-table thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.credit-table tbody th,.credit-table tbody td{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.credit-table td{border:solid 1px #ccc}@media(max-width:2000px){.credit-table th,.credit-table td{font-size:14px!important}}.menu-button,.menu-button-expanded{color:#fff;font-weight:400;width:100%!important;display:flex;align-items:center;border-radius:1px;border:none;padding:12px;line-height:1.2;white-space:normal;word-break:break-word;text-align:left}.menu-button{background-color:var(--finpro-blue)}.menu-button-expanded{opacity:1;background:#012e8399;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:14px}.menu-button-label{display:flex;align-items:center;gap:10px}.menu-button-collapse{display:flex;align-items:center;width:100%;padding:0 8px}.menu-button-collapse.has-arrow{justify-content:space-between}.menu-button-collapse.no-arrow{justify-content:center}.dot-icon{width:14px;height:14px;margin-left:auto}.menu-button-pop-up{display:flex;align-items:center}.menu-button.active{background-color:var(--model-nav-selected);border:none}.menu-button:hover{border:none;background-color:var(--finpro-blue)}.menu-button:focus{outline:none;box-shadow:none}.menu-button:hover:not(.button-no-hover){background-color:var(--model-nav-hover)!important;border:none!important}.menu-button-expanded.active{background-color:var(--model-nav-selected)!important;border:none}.menu-button-expanded:hover{border:none!important;background-color:var(--finpro-blue)!important}.menu-button-expanded:focus{outline:none;box-shadow:none}.menu-button-expanded:hover:not(.button-no-hover){background-color:var(--model-nav-hover)!important;border:none!important}.menu-button-label-with-arrow{display:flex;justify-content:space-between;align-items:center;width:100%}.icon-label{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex:1;text-align:left}.icon{width:20px}.arrow-icon{width:14px;height:14px;transition:transform .3s ease;transform:rotate(0)}.arrow-icon.rotate{transform:rotate(90deg)}.dashboard-submenu{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease,opacity .3s ease}.dashboard-submenu.open{max-height:1000px;opacity:1;background-color:#0d224a!important}@media(max-width:1600px){.dot-icon{width:12px;height:12px;margin-left:5px}}html,body,#root{width:100%;height:100%;margin:0;padding:0}.ppt-container{display:flex;flex-direction:column;height:100%;width:100%}.checkbox-columns{display:flex;flex-direction:row;gap:2rem;margin-top:1rem}.right-side{flex:2;display:flex;flex-direction:column;gap:1rem}.checkbox-row{display:flex;gap:2rem}.checkbox-column{flex:1;display:flex;flex-direction:column}.custom-dialog-paper{width:35%!important;height:50%!important}@media only screen and (min-width:2048px){.scaled-body{transform:scale(1.25)}}@media only screen and (min-width:1920px){.scaled-body{transform:scale(1.1)}}@media only screen and (min-width:1680px){.scaled-body{transform:scale(1)}}@media only screen and (min-width:1440px){.scaled-body{transform:scale(.9)}}@media only screen and (max-width:1280px){.scaled-body{transform:scale(.8)}}@media(max-width:1600px){.custom-dialog-paper{width:50%!important;height:70%!important}}@font-face{font-family:agGridAlpine;src:url(data:font/woff2;charset=utf-8;base64,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);font-weight:400;font-style:normal}.ag-theme-alpine,.ag-theme-alpine-dark,.ag-theme-alpine-auto-dark{--ag-alpine-active-color: #2196f3;--ag-selected-row-background-color: rgba(33, 150, 243, .3);--ag-row-hover-color: rgba(33, 150, 243, .1);--ag-column-hover-color: rgba(33, 150, 243, .1);--ag-input-focus-border-color: rgba(33, 150, 243, .4);--ag-range-selection-background-color: rgba(33, 150, 243, .2);--ag-range-selection-background-color-2: rgba(33, 150, 243, .36);--ag-range-selection-background-color-3: rgba(33, 150, 243, .49);--ag-range-selection-background-color-4: rgba(33, 150, 243, .59);--ag-row-numbers-selected-color: color-mix(in srgb, transparent, var(--ag-alpine-active-color) 50%);--ag-background-color: #fff;--ag-foreground-color: #181d1f;--ag-border-color: #babfc7;--ag-secondary-border-color: #dde2eb;--ag-header-background-color: #f8f8f8;--ag-tooltip-background-color: #f8f8f8;--ag-odd-row-background-color: #fcfcfc;--ag-control-panel-background-color: #f8f8f8;--ag-subheader-background-color: #fff;--ag-invalid-color: #e02525;--ag-checkbox-unchecked-color: #999;--ag-advanced-filter-join-pill-color: #f08e8d;--ag-advanced-filter-column-pill-color: #a6e194;--ag-advanced-filter-option-pill-color: #f3c08b;--ag-advanced-filter-value-pill-color: #85c0e4;--ag-find-match-color: var(--ag-foreground-color);--ag-find-match-background-color: #ffff00;--ag-find-active-match-color: var(--ag-foreground-color);--ag-find-active-match-background-color: #ffa500;--ag-checkbox-background-color: var(--ag-background-color);--ag-checkbox-checked-color: var(--ag-alpine-active-color);--ag-range-selection-border-color: var(--ag-alpine-active-color);--ag-secondary-foreground-color: var(--ag-foreground-color);--ag-input-border-color: var(--ag-border-color);--ag-input-border-color-invalid: var(--ag-invalid-color);--ag-input-focus-box-shadow: 0 0 2px .1rem var(--ag-input-focus-border-color);--ag-panel-background-color: var(--ag-header-background-color);--ag-menu-background-color: var(--ag-header-background-color);--ag-disabled-foreground-color: rgba(24, 29, 31, .5);--ag-chip-background-color: rgba(24, 29, 31, .07);--ag-input-disabled-border-color: rgba(186, 191, 199, .3);--ag-input-disabled-background-color: rgba(186, 191, 199, .15);--ag-borders: solid 1px;--ag-border-radius: 3px;--ag-borders-side-button: none;--ag-side-button-selected-background-color: transparent;--ag-header-column-resize-handle-display: block;--ag-header-column-resize-handle-width: 2px;--ag-header-column-resize-handle-height: 30%;--ag-grid-size: 6px;--ag-icon-size: 16px;--ag-row-height: calc(var(--ag-grid-size) * 7);--ag-header-height: calc(var(--ag-grid-size) * 8);--ag-list-item-height: calc(var(--ag-grid-size) * 4);--ag-column-select-indent-size: var(--ag-icon-size);--ag-set-filter-indent-size: var(--ag-icon-size);--ag-advanced-filter-builder-indent-size: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);--ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);--ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);--ag-toggle-button-height: 18px;--ag-toggle-button-width: 28px;--ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ag-font-size: 13px;--ag-icon-font-family: agGridAlpine;--ag-selected-tab-underline-color: var(--ag-alpine-active-color);--ag-selected-tab-underline-width: 2px;--ag-selected-tab-underline-transition-speed: .3s;--ag-tab-min-width: 240px;--ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, .4);--ag-popup-shadow: var(--ag-card-shadow);--ag-side-bar-panel-width: 250px}.ag-theme-alpine-dark{--ag-background-color: #181d1f;--ag-foreground-color: #fff;--ag-border-color: #68686e;--ag-secondary-border-color: rgba(88, 86, 82, .5);--ag-modal-overlay-background-color: rgba(24, 29, 31, .66);--ag-header-background-color: #222628;--ag-tooltip-background-color: #222628;--ag-odd-row-background-color: #222628;--ag-control-panel-background-color: #222628;--ag-subheader-background-color: #000;--ag-input-disabled-background-color: #282c2f;--ag-input-focus-box-shadow: 0 0 2px .5px rgba(255, 255, 255, .5), 0 0 4px 3px var(--ag-input-focus-border-color);--ag-card-shadow: 0 1px 20px 1px black;--ag-disabled-foreground-color: rgba(255, 255, 255, .5);--ag-chip-background-color: rgba(255, 255, 255, .07);--ag-input-disabled-border-color: rgba(104, 104, 110, .3);--ag-input-disabled-background-color: rgba(104, 104, 110, .07);--ag-advanced-filter-join-pill-color: #7a3a37;--ag-advanced-filter-column-pill-color: #355f2d;--ag-advanced-filter-option-pill-color: #5a3168;--ag-advanced-filter-value-pill-color: #374c86;--ag-find-match-color: var(--ag-background-color);--ag-find-active-match-color: var(--ag-background-color);--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, .4);color-scheme:dark}@media(prefers-color-scheme:dark){.ag-theme-alpine-auto-dark{--ag-background-color: #181d1f;--ag-foreground-color: #fff;--ag-border-color: #68686e;--ag-secondary-border-color: rgba(88, 86, 82, .5);--ag-modal-overlay-background-color: rgba(24, 29, 31, .66);--ag-header-background-color: #222628;--ag-tooltip-background-color: #222628;--ag-odd-row-background-color: #222628;--ag-control-panel-background-color: #222628;--ag-subheader-background-color: #000;--ag-input-disabled-background-color: #282c2f;--ag-input-focus-box-shadow: 0 0 2px .5px rgba(255, 255, 255, .5), 0 0 4px 3px var(--ag-input-focus-border-color);--ag-card-shadow: 0 1px 20px 1px black;--ag-disabled-foreground-color: rgba(255, 255, 255, .5);--ag-chip-background-color: rgba(255, 255, 255, .07);--ag-input-disabled-border-color: rgba(104, 104, 110, .3);--ag-input-disabled-background-color: rgba(104, 104, 110, .07);--ag-advanced-filter-join-pill-color: #7a3a37;--ag-advanced-filter-column-pill-color: #355f2d;--ag-advanced-filter-option-pill-color: #5a3168;--ag-advanced-filter-value-pill-color: #374c86;--ag-find-match-color: var(--ag-background-color);--ag-find-active-match-color: var(--ag-background-color);--ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, .4);color-scheme:dark}}.ag-theme-alpine .ag-filter-toolpanel-header,.ag-theme-alpine .ag-filter-toolpanel-search,.ag-theme-alpine .ag-status-bar,.ag-theme-alpine .ag-header-row,.ag-theme-alpine .ag-row-number-cell,.ag-theme-alpine .ag-panel-title-bar-title,.ag-theme-alpine .ag-multi-filter-group-title-bar,.ag-theme-alpine-dark .ag-filter-toolpanel-header,.ag-theme-alpine-dark .ag-filter-toolpanel-search,.ag-theme-alpine-dark .ag-status-bar,.ag-theme-alpine-dark .ag-header-row,.ag-theme-alpine-dark .ag-row-number-cell,.ag-theme-alpine-dark .ag-panel-title-bar-title,.ag-theme-alpine-dark .ag-multi-filter-group-title-bar,.ag-theme-alpine-auto-dark .ag-filter-toolpanel-header,.ag-theme-alpine-auto-dark .ag-filter-toolpanel-search,.ag-theme-alpine-auto-dark .ag-status-bar,.ag-theme-alpine-auto-dark .ag-header-row,.ag-theme-alpine-auto-dark .ag-row-number-cell,.ag-theme-alpine-auto-dark .ag-panel-title-bar-title,.ag-theme-alpine-auto-dark .ag-multi-filter-group-title-bar{font-weight:700;color:var(--ag-header-foreground-color)}.ag-theme-alpine .ag-row,.ag-theme-alpine-dark .ag-row,.ag-theme-alpine-auto-dark .ag-row{font-size:calc(var(--ag-font-size) + 1px)}.ag-theme-alpine input[class^=ag-]:not([type]),.ag-theme-alpine input[class^=ag-][type=text],.ag-theme-alpine input[class^=ag-][type=number],.ag-theme-alpine input[class^=ag-][type=tel],.ag-theme-alpine input[class^=ag-][type=date],.ag-theme-alpine input[class^=ag-][type=datetime-local],.ag-theme-alpine textarea[class^=ag-],.ag-theme-alpine-dark input[class^=ag-]:not([type]),.ag-theme-alpine-dark input[class^=ag-][type=text],.ag-theme-alpine-dark input[class^=ag-][type=number],.ag-theme-alpine-dark input[class^=ag-][type=tel],.ag-theme-alpine-dark input[class^=ag-][type=date],.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],.ag-theme-alpine-dark textarea[class^=ag-],.ag-theme-alpine-auto-dark input[class^=ag-]:not([type]),.ag-theme-alpine-auto-dark input[class^=ag-][type=text],.ag-theme-alpine-auto-dark input[class^=ag-][type=number],.ag-theme-alpine-auto-dark input[class^=ag-][type=tel],.ag-theme-alpine-auto-dark input[class^=ag-][type=date],.ag-theme-alpine-auto-dark input[class^=ag-][type=datetime-local],.ag-theme-alpine-auto-dark textarea[class^=ag-]{min-height:calc(var(--ag-grid-size) * 4);border-radius:var(--ag-border-radius)}.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]),.ag-theme-alpine .ag-ltr input[class^=ag-][type=text],.ag-theme-alpine .ag-ltr input[class^=ag-][type=number],.ag-theme-alpine .ag-ltr input[class^=ag-][type=tel],.ag-theme-alpine .ag-ltr input[class^=ag-][type=date],.ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-alpine .ag-ltr textarea[class^=ag-],.ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-alpine-dark .ag-ltr textarea[class^=ag-],.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-alpine-auto-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-alpine-auto-dark .ag-ltr textarea[class^=ag-]{padding-left:var(--ag-grid-size)}.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]),.ag-theme-alpine .ag-rtl input[class^=ag-][type=text],.ag-theme-alpine .ag-rtl input[class^=ag-][type=number],.ag-theme-alpine .ag-rtl input[class^=ag-][type=tel],.ag-theme-alpine .ag-rtl input[class^=ag-][type=date],.ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-alpine .ag-rtl textarea[class^=ag-],.ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]),.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-alpine-dark .ag-rtl textarea[class^=ag-],.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-]:not([type]),.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=text],.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=number],.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=tel],.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=date],.ag-theme-alpine-auto-dark .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-alpine-auto-dark .ag-rtl textarea[class^=ag-]{padding-right:var(--ag-grid-size)}.ag-theme-alpine .ag-tab,.ag-theme-alpine-dark .ag-tab,.ag-theme-alpine-auto-dark .ag-tab{padding:calc(var(--ag-grid-size) * 1.5);transition:color .4s;flex:1 1 auto}.ag-theme-alpine .ag-tab-selected,.ag-theme-alpine-dark .ag-tab-selected,.ag-theme-alpine-auto-dark .ag-tab-selected{color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-menu,.ag-theme-alpine-dark .ag-menu,.ag-theme-alpine-auto-dark .ag-menu,.ag-theme-alpine .ag-panel-content-wrapper .ag-column-select,.ag-theme-alpine-dark .ag-panel-content-wrapper .ag-column-select,.ag-theme-alpine-auto-dark .ag-panel-content-wrapper .ag-column-select{background-color:var(--ag-control-panel-background-color)}.ag-theme-alpine .ag-menu-header,.ag-theme-alpine-dark .ag-menu-header,.ag-theme-alpine-auto-dark .ag-menu-header{background-color:var(--ag-control-panel-background-color);padding-top:1px}.ag-theme-alpine .ag-tabs-header,.ag-theme-alpine-dark .ag-tabs-header,.ag-theme-alpine-auto-dark .ag-tabs-header{border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-theme-alpine .ag-charts-settings-group-title-bar,.ag-theme-alpine .ag-charts-data-group-title-bar,.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,.ag-theme-alpine .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-alpine-dark .ag-charts-settings-group-title-bar,.ag-theme-alpine-dark .ag-charts-data-group-title-bar,.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-alpine-dark .ag-charts-advanced-settings-top-level-group-title-bar,.ag-theme-alpine-auto-dark .ag-charts-settings-group-title-bar,.ag-theme-alpine-auto-dark .ag-charts-data-group-title-bar,.ag-theme-alpine-auto-dark .ag-charts-format-top-level-group-title-bar,.ag-theme-alpine-auto-dark .ag-charts-advanced-settings-top-level-group-title-bar{padding:var(--ag-grid-size) calc(var(--ag-grid-size) * 2);line-height:calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px)}.ag-theme-alpine .ag-chart-mini-thumbnail,.ag-theme-alpine-dark .ag-chart-mini-thumbnail,.ag-theme-alpine-auto-dark .ag-chart-mini-thumbnail{background-color:var(--ag-background-color)}.ag-theme-alpine .ag-chart-settings-nav-bar,.ag-theme-alpine-dark .ag-chart-settings-nav-bar,.ag-theme-alpine-auto-dark .ag-chart-settings-nav-bar{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon,.ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon,.ag-theme-alpine-auto-dark .ag-ltr .ag-group-title-bar-icon{margin-right:var(--ag-grid-size)}.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon,.ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon,.ag-theme-alpine-auto-dark .ag-rtl .ag-group-title-bar-icon{margin-left:var(--ag-grid-size)}.ag-theme-alpine .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine .ag-charts-advanced-settings-top-level-group-toolbar,.ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-dark .ag-charts-advanced-settings-top-level-group-toolbar,.ag-theme-alpine-auto-dark .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-auto-dark .ag-charts-advanced-settings-top-level-group-toolbar{margin-top:var(--ag-grid-size)}.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine .ag-ltr .ag-charts-advanced-settings-top-level-group-toolbar,.ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-dark .ag-ltr .ag-charts-advanced-settings-top-level-group-toolbar,.ag-theme-alpine-auto-dark .ag-ltr .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-auto-dark .ag-ltr .ag-charts-advanced-settings-top-level-group-toolbar{padding-left:calc(var(--ag-icon-size) * .5 + var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine .ag-rtl .ag-charts-advanced-settings-top-level-group-toolbar,.ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-dark .ag-rtl .ag-charts-advanced-settings-top-level-group-toolbar,.ag-theme-alpine-auto-dark .ag-rtl .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-auto-dark .ag-rtl .ag-charts-advanced-settings-top-level-group-toolbar{padding-right:calc(var(--ag-icon-size) * .5 + var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-charts-format-sub-level-group,.ag-theme-alpine-dark .ag-charts-format-sub-level-group,.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group{border-left:dashed 1px;border-left-color:var(--ag-border-color);padding-left:var(--ag-grid-size);margin-bottom:calc(var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar,.ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar,.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-title-bar{padding-top:0;padding-bottom:0;background:none;font-weight:700}.ag-theme-alpine .ag-charts-format-sub-level-group-container,.ag-theme-alpine-dark .ag-charts-format-sub-level-group-container,.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-container{padding-bottom:0}.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child,.ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child,.ag-theme-alpine-auto-dark .ag-charts-format-sub-level-group-item:last-child{margin-bottom:0}.ag-theme-alpine.ag-dnd-ghost,.ag-theme-alpine-dark.ag-dnd-ghost,.ag-theme-alpine-auto-dark.ag-dnd-ghost{font-size:calc(var(--ag-font-size) - 1px);font-weight:700}.ag-theme-alpine .ag-side-buttons,.ag-theme-alpine-dark .ag-side-buttons,.ag-theme-alpine-auto-dark .ag-side-buttons{width:calc(var(--ag-grid-size) * 5)}.ag-theme-alpine .ag-standard-button,.ag-theme-alpine-dark .ag-standard-button,.ag-theme-alpine-auto-dark .ag-standard-button{font-family:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:var(--ag-border-radius);border:1px solid;border-color:var(--ag-alpine-active-color);color:var(--ag-alpine-active-color);background-color:var(--ag-background-color);font-weight:600;padding:var(--ag-grid-size) calc(var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-standard-button:hover,.ag-theme-alpine-dark .ag-standard-button:hover,.ag-theme-alpine-auto-dark .ag-standard-button:hover{border-color:var(--ag-alpine-active-color);background-color:var(--ag-row-hover-color)}.ag-theme-alpine .ag-standard-button:active,.ag-theme-alpine-dark .ag-standard-button:active,.ag-theme-alpine-auto-dark .ag-standard-button:active{border-color:var(--ag-alpine-active-color);background-color:var(--ag-alpine-active-color);color:var(--ag-background-color)}.ag-theme-alpine .ag-standard-button:disabled,.ag-theme-alpine-dark .ag-standard-button:disabled,.ag-theme-alpine-auto-dark .ag-standard-button:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}.ag-theme-alpine .ag-column-drop-vertical,.ag-theme-alpine-dark .ag-column-drop-vertical,.ag-theme-alpine-auto-dark .ag-column-drop-vertical{min-height:75px}.ag-theme-alpine .ag-column-drop-vertical-title-bar,.ag-theme-alpine-dark .ag-column-drop-vertical-title-bar,.ag-theme-alpine-auto-dark .ag-column-drop-vertical-title-bar{padding:calc(var(--ag-grid-size) * 2);padding-bottom:0}.ag-theme-alpine .ag-column-drop-vertical-empty-message,.ag-theme-alpine-dark .ag-column-drop-vertical-empty-message,.ag-theme-alpine-auto-dark .ag-column-drop-vertical-empty-message{display:flex;align-items:center;border:dashed 1px;border-color:var(--ag-border-color);margin:calc(var(--ag-grid-size) * 2);padding:calc(var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-column-drop-empty-message,.ag-theme-alpine-dark .ag-column-drop-empty-message,.ag-theme-alpine-auto-dark .ag-column-drop-empty-message{color:var(--ag-foreground-color);opacity:.75}.ag-theme-alpine .ag-pill-select .ag-column-drop,.ag-theme-alpine-dark .ag-pill-select .ag-column-drop,.ag-theme-alpine-auto-dark .ag-pill-select .ag-column-drop{min-height:unset}.ag-theme-alpine .ag-status-bar,.ag-theme-alpine-dark .ag-status-bar,.ag-theme-alpine-auto-dark .ag-status-bar{font-weight:400}.ag-theme-alpine .ag-status-name-value-value,.ag-theme-alpine-dark .ag-status-name-value-value,.ag-theme-alpine-auto-dark .ag-status-name-value-value,.ag-theme-alpine .ag-paging-number,.ag-theme-alpine .ag-paging-row-summary-panel-number,.ag-theme-alpine-dark .ag-paging-number,.ag-theme-alpine-dark .ag-paging-row-summary-panel-number,.ag-theme-alpine-auto-dark .ag-paging-number,.ag-theme-alpine-auto-dark .ag-paging-row-summary-panel-number{font-weight:700}.ag-theme-alpine .ag-column-drop-cell-button,.ag-theme-alpine-dark .ag-column-drop-cell-button,.ag-theme-alpine-auto-dark .ag-column-drop-cell-button{opacity:.5}.ag-theme-alpine .ag-column-drop-cell-button:hover,.ag-theme-alpine-dark .ag-column-drop-cell-button:hover,.ag-theme-alpine-auto-dark .ag-column-drop-cell-button:hover{opacity:.75}.ag-theme-alpine .ag-column-select-column-readonly.ag-icon-grip,.ag-theme-alpine .ag-column-select-column-readonly .ag-icon-grip,.ag-theme-alpine-dark .ag-column-select-column-readonly.ag-icon-grip,.ag-theme-alpine-dark .ag-column-select-column-readonly .ag-icon-grip,.ag-theme-alpine-auto-dark .ag-column-select-column-readonly.ag-icon-grip,.ag-theme-alpine-auto-dark .ag-column-select-column-readonly .ag-icon-grip{opacity:.35}.ag-theme-alpine .ag-header-cell-menu-button:hover,.ag-theme-alpine .ag-header-cell-filter-button:hover,.ag-theme-alpine .ag-side-button-button:hover,.ag-theme-alpine .ag-tab:hover,.ag-theme-alpine .ag-panel-title-bar-button:hover,.ag-theme-alpine .ag-header-expand-icon:hover,.ag-theme-alpine .ag-column-group-icons:hover,.ag-theme-alpine .ag-set-filter-group-icons:hover,.ag-theme-alpine .ag-group-expanded .ag-icon:hover,.ag-theme-alpine .ag-group-contracted .ag-icon:hover,.ag-theme-alpine .ag-chart-settings-prev:hover,.ag-theme-alpine .ag-chart-settings-next:hover,.ag-theme-alpine .ag-group-title-bar-icon:hover,.ag-theme-alpine .ag-column-select-header-icon:hover,.ag-theme-alpine .ag-floating-filter-button-button:hover,.ag-theme-alpine .ag-filter-toolpanel-expand:hover,.ag-theme-alpine .ag-chart-menu-icon:hover,.ag-theme-alpine-dark .ag-header-cell-menu-button:hover,.ag-theme-alpine-dark .ag-header-cell-filter-button:hover,.ag-theme-alpine-dark .ag-side-button-button:hover,.ag-theme-alpine-dark .ag-tab:hover,.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,.ag-theme-alpine-dark .ag-header-expand-icon:hover,.ag-theme-alpine-dark .ag-column-group-icons:hover,.ag-theme-alpine-dark .ag-set-filter-group-icons:hover,.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,.ag-theme-alpine-dark .ag-chart-settings-prev:hover,.ag-theme-alpine-dark .ag-chart-settings-next:hover,.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,.ag-theme-alpine-dark .ag-column-select-header-icon:hover,.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,.ag-theme-alpine-dark .ag-chart-menu-icon:hover,.ag-theme-alpine-auto-dark .ag-header-cell-menu-button:hover,.ag-theme-alpine-auto-dark .ag-header-cell-filter-button:hover,.ag-theme-alpine-auto-dark .ag-side-button-button:hover,.ag-theme-alpine-auto-dark .ag-tab:hover,.ag-theme-alpine-auto-dark .ag-panel-title-bar-button:hover,.ag-theme-alpine-auto-dark .ag-header-expand-icon:hover,.ag-theme-alpine-auto-dark .ag-column-group-icons:hover,.ag-theme-alpine-auto-dark .ag-set-filter-group-icons:hover,.ag-theme-alpine-auto-dark .ag-group-expanded .ag-icon:hover,.ag-theme-alpine-auto-dark .ag-group-contracted .ag-icon:hover,.ag-theme-alpine-auto-dark .ag-chart-settings-prev:hover,.ag-theme-alpine-auto-dark .ag-chart-settings-next:hover,.ag-theme-alpine-auto-dark .ag-group-title-bar-icon:hover,.ag-theme-alpine-auto-dark .ag-column-select-header-icon:hover,.ag-theme-alpine-auto-dark .ag-floating-filter-button-button:hover,.ag-theme-alpine-auto-dark .ag-filter-toolpanel-expand:hover,.ag-theme-alpine-auto-dark .ag-chart-menu-icon:hover{color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-header-cell-menu-button:hover .ag-icon,.ag-theme-alpine .ag-header-cell-filter-button:hover .ag-icon,.ag-theme-alpine .ag-side-button-button:hover .ag-icon,.ag-theme-alpine .ag-panel-title-bar-button:hover .ag-icon,.ag-theme-alpine .ag-floating-filter-button-button:hover .ag-icon,.ag-theme-alpine-dark .ag-header-cell-menu-button:hover .ag-icon,.ag-theme-alpine-dark .ag-header-cell-filter-button:hover .ag-icon,.ag-theme-alpine-dark .ag-side-button-button:hover .ag-icon,.ag-theme-alpine-dark .ag-panel-title-bar-button:hover .ag-icon,.ag-theme-alpine-dark .ag-floating-filter-button-button:hover .ag-icon,.ag-theme-alpine-auto-dark .ag-header-cell-menu-button:hover .ag-icon,.ag-theme-alpine-auto-dark .ag-header-cell-filter-button:hover .ag-icon,.ag-theme-alpine-auto-dark .ag-side-button-button:hover .ag-icon,.ag-theme-alpine-auto-dark .ag-panel-title-bar-button:hover .ag-icon,.ag-theme-alpine-auto-dark .ag-floating-filter-button-button:hover .ag-icon{color:inherit}.ag-theme-alpine .ag-filter-active .ag-icon-filter,.ag-theme-alpine-dark .ag-filter-active .ag-icon-filter,.ag-theme-alpine-auto-dark .ag-filter-active .ag-icon-filter{color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover,.ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover,.ag-theme-alpine-auto-dark .ag-chart-settings-card-item.ag-not-selected:hover{opacity:.35}.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button,.ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button,.ag-theme-alpine-auto-dark .ag-ltr .ag-panel-title-bar-button{margin-left:calc(var(--ag-grid-size) * 2);margin-right:var(--ag-grid-size)}.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button,.ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button,.ag-theme-alpine-auto-dark .ag-rtl .ag-panel-title-bar-button{margin-right:calc(var(--ag-grid-size) * 2);margin-left:var(--ag-grid-size)}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-container,.ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-group-container,.ag-theme-alpine-auto-dark .ag-ltr .ag-filter-toolpanel-group-container{padding-left:var(--ag-grid-size)}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-container,.ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-group-container,.ag-theme-alpine-auto-dark .ag-rtl .ag-filter-toolpanel-group-container{padding-right:var(--ag-grid-size)}.ag-theme-alpine .ag-filter-toolpanel-instance-filter,.ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter,.ag-theme-alpine-auto-dark .ag-filter-toolpanel-instance-filter{border:none;background-color:var(--ag-control-panel-background-color)}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-filter,.ag-theme-alpine-dark .ag-ltr .ag-filter-toolpanel-instance-filter,.ag-theme-alpine-auto-dark .ag-ltr .ag-filter-toolpanel-instance-filter{border-left:dashed 1px;border-left-color:var(--ag-border-color);margin-left:calc(var(--ag-icon-size) * .5)}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-filter,.ag-theme-alpine-dark .ag-rtl .ag-filter-toolpanel-instance-filter,.ag-theme-alpine-auto-dark .ag-rtl .ag-filter-toolpanel-instance-filter{border-right:dashed 1px;border-right-color:var(--ag-border-color);margin-right:calc(var(--ag-icon-size) * .5)}.ag-theme-alpine .ag-set-filter-list,.ag-theme-alpine-dark .ag-set-filter-list,.ag-theme-alpine-auto-dark .ag-set-filter-list{padding-top:calc(var(--ag-grid-size) * .5);padding-bottom:calc(var(--ag-grid-size) * .5)}.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,.ag-theme-alpine .ag-layout-print .ag-center-cols-viewport,.ag-theme-alpine .ag-layout-print .ag-center-cols-container,.ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-alpine-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container,.ag-theme-alpine-auto-dark .ag-layout-auto-height .ag-center-cols-viewport,.ag-theme-alpine-auto-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-alpine-auto-dark .ag-layout-print .ag-center-cols-viewport,.ag-theme-alpine-auto-dark .ag-layout-print .ag-center-cols-container{min-height:150px}.ag-theme-alpine .ag-date-time-list-page-entry-is-current,.ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current,.ag-theme-alpine-auto-dark .ag-date-time-list-page-entry-is-current{background-color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-advanced-filter-builder-button,.ag-theme-alpine-dark .ag-advanced-filter-builder-button,.ag-theme-alpine-auto-dark .ag-advanced-filter-builder-button{padding:var(--ag-grid-size);font-weight:600}.ag-theme-alpine .ag-list-item-hovered:after,.ag-theme-alpine-dark .ag-list-item-hovered:after,.ag-theme-alpine-auto-dark .ag-list-item-hovered:after{background-color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-pill .ag-pill-button:hover,.ag-theme-alpine-dark .ag-pill .ag-pill-button:hover,.ag-theme-alpine-auto-dark .ag-pill .ag-pill-button:hover{color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-header-highlight-before:after,.ag-theme-alpine .ag-header-highlight-after:after,.ag-theme-alpine-dark .ag-header-highlight-before:after,.ag-theme-alpine-dark .ag-header-highlight-after:after,.ag-theme-alpine-auto-dark .ag-header-highlight-before:after,.ag-theme-alpine-auto-dark .ag-header-highlight-after:after{background-color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-alpine .ag-disabled .ag-icon,.ag-theme-alpine .ag-column-select-column-group-readonly .ag-icon,.ag-theme-alpine [disabled] .ag-icon,.ag-theme-alpine-dark .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-alpine-dark .ag-disabled .ag-icon,.ag-theme-alpine-dark .ag-column-select-column-group-readonly .ag-icon,.ag-theme-alpine-dark [disabled] .ag-icon,.ag-theme-alpine-auto-dark .ag-advanced-filter-builder-item-button-disabled .ag-icon,.ag-theme-alpine-auto-dark .ag-disabled .ag-icon,.ag-theme-alpine-auto-dark .ag-column-select-column-group-readonly .ag-icon,.ag-theme-alpine-auto-dark [disabled] .ag-icon{color:var(--ag-disabled-foreground-color)}.display-info-container{display:flex;align-items:center;gap:10px;width:100%;margin-bottom:20px}.display-info{display:flex;align-items:center;flex:1;padding:8px;box-sizing:border-box;color:#fff;background-color:#30a1b6;border:1px solid #30a1b6;border-radius:5px!important}.info-icon{margin-right:10px}.erm-table{border-collapse:separate;table-layout:fixed;border-spacing:0 3px}.erm-table th,.erm-table td{text-align:center;font-size:20px;font-weight:600}.erm-table th{background-color:var(--model-grey);border-top:solid 1px #ccc;border-bottom:solid 1px #ccc}.erm-table thead tr:first-child,th:first-child{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-bottom-left-radius:6px;border-top-left-radius:6px;border-left:solid 1px #ccc}.erm-table thead tr:last-child,th:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px;border-right:solid 1px #ccc}.erm-table tbody th,.erm-table tbody td{border-right:solid 1px #ccc;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;border-radius:6px;border-left:solid 1px #ccc}.erm-table td{border:solid 1px #ccc}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--finpro-blue: #14326e;--finpro-sea-green: #30a1b6;--finpro-blue-50: #e8ecf5;--finpro-blue-100: #cdd7ea;--finpro-blue-200: #9caecf;--finpro-blue-300: #6a86b4;--finpro-blue-400: #3a5f9b;--finpro-blue-500: #1d4689;--finpro-blue-600: #163a7d;--finpro-blue-700: #14326e;--finpro-blue-800: #0f2857;--finpro-blue-900: #091a39;--model-grey: #e4e7eb;--model-red: #ffa8a8;--model-red-50: #fff0f0;--model-red-100: #ffd6d6;--model-red-200: #ffa8a8;--model-red-300: #ff7b7b;--model-red-400: #ff4f4f;--model-red-500: #e63636;--model-red-600: #b82020;--model-red-700: #7f0f0f;--model-green: #a9dfbf;--model-green-50: #e8f6ef;--model-green-100: #d4efdf;--model-green-200: #a9dfbf;--model-green-300: #7dcea0;--model-green-400: #52be80;--model-green-500: #27ae60;--model-green-600: #1e8449;--model-green-700: #145a32;--model-yellow: #f9e79f;--model-orange: #f7a55c;--template-blue: #b4c6e7;--template-green: #c6e0b4;--model-nav-selected: #1c4699;--model-nav-default: #30a1b6;--model-nav-hover: #3f6ed1;--model-nav-option: #012e8399;--model-content-grey: #ddd;--model-tables: #ccc;--model-backdrop: #f7f9ff;--textPrimary: #222630;--textSecondary: #f4f5f6;--textTertiary: #04266a;--white: #ffffff;--grey900: #1e2025;--grey800: #3f434a;--grey700: #5e636e;--grey600: #6f7481;--grey500: #8c93a1;--grey400: #bdbecb;--grey300: #dee1e7;--grey200: #ebedf1;--grey100: #f4f5f6;--grey50: #f9f9fa;--blue900: #007199;--blue800: #007fa3;--blue700: #008ead;--blue600: #009bbd;--blue500: #00a2c2;--blue400: #25b8d5;--blue300: #52c9e0;--blue200: #8adcda;--blue100: #cbf9f5;--purple900: #3553d4;--purple800: #4e6ce4;--purple700: #5a79e8;--purple600: #6082eb;--purple500: #6d8ced;--purple400: #839df0;--purple300: #99aff2;--purple200: #b6c6f6;--purple100: #d3ddfa;--purple50: #edf1fd}html,body{width:100%;height:100%;margin:0;padding:0;display:flex;justify-content:center;align-items:center}.loading-container{display:flex;width:100%;height:100vh;align-items:center;justify-content:center}.bouncing-loader{display:flex;justify-content:center;align-items:center}.bouncing-loader>div{width:16px;height:16px;margin:3px 6px;border-radius:50%;background-color:var(--finpro-blue);opacity:1;animation:bouncing-loader .6s infinite alternate}@keyframes bouncing-loader{to{opacity:.1;transform:translateY(-16px)}}.bouncing-loader>div:nth-child(2){animation-delay:.2s}.bouncing-loader>div:nth-child(3){animation-delay:.4s}
