.table .wrapper .section_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;margin:40px auto;max-width:632px;text-align:center}
.table .wrapper .section_title h2{color:var(--color_midnight);font-weight:500}
.table .wrapper .section_title .paragraph{color:var(--color_midnight-light);font-weight:400}
.table .wrapper .section_title .paragraph p{font-size:16px}
.table .wrapper .table-main{margin:0;overflow-x:auto}
.table .wrapper .table-main .table-wrapper{width:100%}
.table .wrapper .table-main .table-wrapper caption{font-weight:500;font-size:16px;color:var(--color_midnight);margin-bottom:16px;text-align:left}
.table .wrapper .table-main .table-wrapper table{width:100%;border-collapse:collapse}
.table .wrapper .table-main .table-wrapper table thead{background-color:var(--color_arctic)}
.table .wrapper .table-main .table-wrapper table thead th{padding:16px;text-align:left;font-weight:500;font-size:16px;color:var(--color_midnight)}
.table .wrapper .table-main .table-wrapper table tbody tr{border-bottom:1px solid var(--color_midnight-light)}
.table .wrapper .table-main .table-wrapper table tbody tr:last-child{border-bottom:0}
.table .wrapper .table-main .table-wrapper table tbody tr td{padding:16px;font-size:14px;color:var(--color_midnight)}
.table .wrapper .table-main .table-wrapper table tbody tr td p{font-size:14px}
.table .wrapper .table-main .table-wrapper table tbody tr td .table-icon-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.table .wrapper .table-main .table-wrapper table tbody tr td .table-icon-wrapper .table-icon{display:inline-block;width:20px;height:20px;vertical-align:middle;-ms-flex-negative:0;flex-shrink:0}
.table .wrapper .table-main .table-wrapper table tbody tr td .table-slider-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.table .wrapper .table-main .table-wrapper table tbody tr td .table-slider-wrapper .table-slider-bar{position:relative;width:80px;height:8px;background:#e8e8e8;border-radius:4px;overflow:hidden}
.table .wrapper .table-main .table-wrapper table tbody tr td .table-slider-wrapper .table-slider-bar .table-slider-filled{position:absolute;left:0;top:0;height:100%;background:#75c7cc;border-radius:4px 0 0 4px;clip-path:polygon(0 0,calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 0 100%)}
.table .wrapper .table-main .table-wrapper table tbody tr td .table-slider-wrapper .table-slider-value{color:#1e1a4c;font-weight:400;font-size:14px;line-height:1;min-width:30px}