<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#mdy-infographic-container&gt;section.main-content&gt;table{
    flex-grow: 1;
    border-collapse: collapse;
    border: 0 solid #00143F;
    border-width: 2px 0;
    text-align: left;
}
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table {
    width: 100%;
    border-collapse: collapse;
    border: 0 solid #00143F;
    border-width: 2px 0;
    text-align: left;
    margin-bottom: 20px;
}
div#mdy-infographic-container&gt;section.main-content&gt;table tr, div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table tr {
    height: 2.5em
}

div#mdy-infographic-container&gt;section.main-content&gt;table tr:not(:first-child), div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table tr:not(:first-child) {
    border-top: 0.5px solid rgba(0, 0, 0, 0.16);
}

div#mdy-infographic-container&gt;section.main-content&gt;table&gt;tbody.table-content-block&gt;tr:hover{
    border: 0 solid #00143F;
    border-width: 1px 0
}

div#mdy-infographic-container&gt;section.main-content&gt;table&gt;tbody.table-content-block&gt;tr.selected, 
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table&gt;tbody.table-content-block&gt;tr.selected{
    border: 0 solid #00143F;
    border-width: 2px 0
}

div#mdy-infographic-container&gt;section.main-content&gt;table&gt;tbody.table-content-block&gt;tr.selected&gt;td:first-child,
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table&gt;tbody.table-content-block&gt;tr.selected&gt;td:first-child,
div#mdy-infographic-container&gt;section.main-content&gt;table&gt;tbody.table-content-block&gt;tr:hover&gt;td:first-child {
    font-weight: 700
}

div#mdy-infographic-container&gt;section.main-content&gt;table&gt;tbody.table-content-block&gt;tr.selected&gt;td:not(:first-child), 
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table&gt;tbody.table-content-block&gt;tr.selected&gt;td:not(:first-child), 
div#mdy-infographic-container&gt;section.main-content&gt;table&gt;tbody.table-content-block&gt;tr:hover&gt;td:not(:first-child) {
    background-color: #E1FFF0;
}

div#mdy-infographic-container&gt;section.main-content&gt;table td:not(:first-child),
div#mdy-infographic-container&gt;section.main-content&gt;table th:not(:first-child),
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table td:not(:first-child),
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table th:not(:first-child){
    border-left: 0.5px solid rgba(0, 0, 0, 0.16);
    padding: 8p 4px;
    text-align: end;
}

div#mdy-infographic-container&gt;section.main-content&gt;table th,
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table th{
    font-weight: 700;
    color: #00143F;
    border-bottom: 2px solid #00143F;
}

div#mdy-infographic-container&gt;section.main-content&gt;table th&gt;span&gt;br {
    display: none
}

div#mdy-infographic-container&gt;section.main-content&gt;table td:first-child,
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table td:first-child {
    width: 33%;
    line-height: 1em
}

div#mdy-infographic-container&gt;section.main-content&gt;table td:not(:first-child),
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table td:not(:first-child) {
    font-variant-numeric: tabular-nums;
    background-color: #E7F5FF;
}
div#mdy-infographic-container&gt;section.main-content&gt;table td:not(:first-child):hover,
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table td:not(:first-child):hover {
    font-weight: 700;
    cursor: pointer;
    background-color: #B9FFDC !important;
}
div#mdy-infographic-container&gt;section.main-content&gt;table td:not(:first-child).selected,
div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table td:not(:first-child).selected {
    background-color: #1EFF8F!important;
    font-weight: 700;
}
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th {
    cursor: pointer;
}
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .mdy-table_sort {
    white-space: nowrap;
    display: inline-block;
    vertical-align: text-bottom;
}

div#mdy-infographic-modal&gt;.ssmp-mobile-header__container table .table-header-block .mdy-table_sort {
    display: none;
}
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .btn-sort {
    cursor: pointer;
    display: inline-block;
    fill: #52655c;
    vertical-align: text-bottom;
}
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th svg.icon-sort{
    display: inline-block;
  }
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th svg.sort_desc{
    display: none;
  }
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th svg.sort_asc{
    display: none;
  }
  
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th.asc-col svg.icon-sort{
    display: none;
  }
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th.asc-col svg.sort_desc{
    display: inline-block;
  }
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th.asc-col svg.sort_asc{
    display: none;
  }
  
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th.desc-col svg.icon-sort{
    display: none;
  }
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th.desc-col svg.sort_desc{
    display: none;
  }
div#mdy-infographic-container&gt;section.main-content&gt;table .table-header-block .sortable-th.desc-col svg.sort_asc{
    display: inline-block;
  }
  
@media screen and (max-width: 839px) {
    div#mdy-infographic-container&gt;section.main-content&gt;table th&gt;span&gt;br {
        display: block
    }
}

div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block {
	width: calc(25% - 60px);
	margin-left: 1.2em;
	display: flex;
	flex-direction: column;
	padding: 24px;
	background-color: #F0F2F5;
	border-radius: 10px;
}

div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block.hidden {
    display: none
}

div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;.companies-title {
    font-size: 1.1em;
    font-weight: 700;
    margin: .2em auto .6em 0
}

div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list {
    position: relative;
    flex-grow: 1;
    line-height: 1.5;
}

div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list&gt;span {
    display: none;
    margin-bottom: .1em
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list[data-page="0"]&gt;span.page0 {
    display: block;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list[data-page="1"]&gt;span.page1 {
    display: block;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list[data-page="2"]&gt;span.page2 {
    display: block;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list[data-page="3"]&gt;span.page3 {
    display: block;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list[data-page="4"]&gt;span.page4 {
    display: block;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.companies-list&gt;span.shadow {
    position: sticky;
    width: 100%;
    height: 1.5em;
    bottom: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 36.46%,#fff 87.91%)
}

div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation {
    display: none;
    margin: var(--space-s) 0;
    gap: var(--space-xxs-2);
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation button {
    display: inline-flex;
    height: 35px;
    width: 35px;
    border-radius: var(--border-radius-s);
    align-items: center;
    justify-content: space-around;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation button.active {
    background-color: #00143F;
    color: #fff;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation button.prev-page svg{
    transform: rotate(90deg);
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation button.next-page svg{
    transform: rotate(-90deg);
}

div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation button:not(.disabled):not(.active):hover{
    background-color: #F0F2F5;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation button:not(.disabled):not(.active) {
    cursor: pointer;
}
div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block&gt;div.pagenation button.disabled svg{
    fill:#C5C8CC;
}
@media screen and (max-width: 839px) {
    div#mdy-infographic-container&gt;section.main-content&gt;div.companies-list-block {
        display: none;
    }
    div#mdy-infographic-modal&gt;.ssmp-mobile-header__container {
        height: 100vh;
    }
    div#mdy-infographic-modal&gt;.ssmp-mobile-header__container div.companies-list-block&gt;div.companies-list {
        position: relative;
        flex-grow: 1;
        overflow-y: scroll;
        line-height: 1.3;
    }
    div#mdy-infographic-modal&gt;.ssmp-mobile-header__container div.companies-list-block&gt;.companies-title {
        font-size: 1.1em;
        font-weight: 700;
        margin: .2em auto .6em 0
    }    
    div#mdy-infographic-modal&gt;.ssmp-mobile-header__container div.companies-list-block&gt;div.companies-list&gt;span {
        display: block;
        margin-bottom: .1em
    }
    div#mdy-infographic-modal&gt;.ssmp-mobile-header__container div.companies-list-block&gt;div.companies-list&gt;span.shadow {
        position: sticky;
        width: 100%;
        height: 1.5em;
        bottom: 0;
        background: linear-gradient(180deg,hsla(0,0%,100%,0) 36.46%,#fff 87.91%)
    }
    
    div#mdy-infographic-modal&gt;.ssmp-mobile-header__container div.companies-list-block .pagenation,
    div#mdy-infographic-modal&gt;.ssmp-mobile-header__container div.companies-list-block .companiesNum {
        display: none !important;
    }
}

div#mdy-infographic-container, div#mdy-infographic-modal .ssmp-mobile-header__container {
    font-size: 14px;
    display: flex;
    flex-direction: column
}

div#mdy-infographic-container&gt;section.main-content {
    display: flex;
    align-items: stretch
}

@media screen and (max-width: 839px) {
    div#mdy-infographic-container&gt;section.main-content {
        flex-direction:column
    }
}

div#mdy-infographic-container&gt;a.attribution-positioner {
    display: flex;
    align-items: baseline;
    z-index: 2;
    margin-right: .2em;
    margin-top: 0.8rem;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
}

div#mdy-infographic-container&gt;a.attribution-positioner&gt;span {
    display: block;
    color: #00143F;
    text-align: center;
    white-space: nowrap;
    margin-right: 5px
}

div#mdy-infographic-container&gt;a.attribution-positioner&gt;img {
    border-radius: 0;
    max-height: 2em;
    height: 1em
}

@keyframes shake {
    0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateY(-5px);}
}

div#mdy-infographic-container div.hint-tooltip&gt;div {
    max-width: 10em;
    right: -10px;
    height: fit-content;
    padding: .6em .9em;
    box-sizing: border-box;
    z-index: 10;
    background-color: #00143F;
    color: #fff;
    font-size: .9em;
    animation-name: shake;
    animation-duration: 8s;
    animation-fill-mode: both;
}


div#mdy-infographic-container td&gt;div.hint-tooltip {
    position: relative
}

div#mdy-infographic-container td&gt;div.hint-tooltip&gt;div {
    position: absolute;
    top: 10px;
    /* font-family: FoundersGrotesk; */
    font-weight: 400;
    font-size: 1.1em;
    text-align: left;
}

div#mdy-infographic-container td&gt;div.hint-tooltip&gt;div:after {
    content: "";
    width: 0;
    height: 0;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #00143F;
    border-style: solid;
    border-width: 0 5px 5px;
    position: absolute;
    top: -5px;
    right: 24px;
    transform: translateX(-50%)
}

div#mdy-infographic-modal div.hidden-tooltip&gt;div,
div#mdy-infographic-container div.hidden-tooltip&gt;div {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s,opacity .2s linear;
    display: none;
}
@media screen and (max-width: 839px) {
    div#mdy-infographic-container td&gt;div.hint-tooltip&gt;div {
        left:-3.5em;
        right: -.5em
    }

    div#mdy-infographic-container td&gt;div.hint-tooltip&gt;div:after {
        left: 4.5em
    }
}

@media screen and (max-width: 350px) {
    div#mdy-infographic-container td&gt;div.hint-tooltip&gt;div {
        right:-5px
    }
}
</pre></body></html>