.doughnut{width:241px;flex-shrink:2;flex-grow:0}.doughnut__container{display:flex;align-items:center;width:100%;max-width:592px;justify-content:space-between;gap:12px}@media screen and (max-width:991px){.doughnut__container{flex-direction:column;gap:16px!important}}.doughnut__invisible{height:0;width:0}@media screen and (max-width:991px){.doughnut__invisible{display:none}}.doughnut__legend{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.doughnut__legend__container{flex-shrink:1;display:flex;flex-direction:column;justify-content:center;gap:12px}@media screen and (max-width:991px){.doughnut__legend__container{gap:8px}}.doughnut__legend__box{width:22px;height:22px;flex-shrink:0}@media screen and (max-width:991px){.doughnut__legend__box{width:16px;height:16px;border-radius:2px}}.table{width:100%;max-width:900px;border-collapse:collapse}.table th{text-align:left;font-weight:700;font-size:16px;color:#111;padding-top:16px;border-bottom:2px solid #111}.table th:not(:first-child){text-align:center}@media screen and (max-width:767px){.table th{font-weight:600;font-size:13px}}.table td{border-bottom:1px solid #e5e5e5;font-size:16px;color:#111}.table td:first-child{font-weight:600}.table td:not(:first-child){text-align:center;font-weight:400}@media screen and (max-width:767px){.table td{font-weight:600;font-size:13px}}.table tbody tr:last-child td{border-bottom:none}.list-chart{display:flex;justify-content:space-between}@media screen and (max-width:1400px) and (min-width:992px){.list-chart{flex-direction:column;justify-content:start}}@media screen and (max-width:767px){.list-chart{flex-direction:column;justify-content:start}}.list-chart._column{flex-direction:column;justify-content:start}.list-chart__row{display:flex}.list-chart__label{font-weight:600;font-size:15px;color:#111}@media screen and (max-width:1400px){.list-chart__label{overflow:wrap}}@media screen and (max-width:767px){.list-chart__label{font-size:13px}}.list-chart__dots{flex:1;border-bottom:2px dotted #ccc;margin:0 8px;position:relative;top:-4px}.list-chart__value{font-size:16px;color:#666;white-space:nowrap}.bar-chart{display:flex;flex-direction:column;gap:24px}.bar-chart__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.bar-chart__label{font-weight:700;font-size:15px;color:#111;line-height:22px}.bar-chart__value{font-size:15px;color:#111;line-height:22px}.bar-chart__track{width:100%;height:16px;background:#e8eaf6;border-radius:8px;overflow:hidden}.bar-chart__fill{height:100%;background:#1a237e;border-radius:8px;transition:width .3s ease}@media screen and (max-width:767px){.bar-chart{gap:12px}.bar-chart__label{font-weight:600;font-size:13px;line-height:16px}.bar-chart__value{font-size:13px;line-height:16px}.bar-chart__track{height:8px}}.line-chart{width:100%;height:146px}