<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.performance_section {
    width:100%;
    max-width:1010px;
    background:#fff;
    margin:0px auto;
    box-sizing: border-box;
    display:table;
}
.performance_section:before {
    display: table;
    content: " ";
}
.performance_section:after {
    display: table;
    content: " ";
    clear:both;
}
.performance_left {
    width:40%;
    display:table-cell;
    vertical-align:top;
    border-right: 1px solid #939393;
    position:relative;
    box-sizing: border-box;
}
.performance_right {
    width:60%;
    display:table-cell;
    box-sizing: border-box;
    vertical-align:middle;
}
.performance_left ul li {  
    text-align: right; 
    color: #000000; 
    cursor:pointer; 
    -webkit-transition: all 0.2s;	
    transition: all 0.2s; 
    position:relative; 
    list-style-type: none;
    opacity: 0.25;
} 
.performance_left ul li p{
    font-weight:bold;
    color: #000000;
    cursor:pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.performance_left ul li p{    
    display: table-cell;    
}
.performance_left ul li img { 
    width:44px; 
    vertical-align:middle; 
} 
.performance_left ul li.active, .performance_left ul li.active p {
    color: #005EB8;
    opacity: 1;
}
.performance_left ul li .active_img {
    display:none;
}
.performance_left ul li.active .inactive_img {
    display:none;
}
.performance_left ul li.active .active_img { 
    display:block; 
} 
.performance_left ul li .performance_link_img { 
    position:absolute; 
    top:26px; 
    right:40px; 
}
.performance_left ul li .performance_link_text {
    margin-right: 124px;    
    display: inline-table;    
    vertical-align: middle;     
} 
.performance_left .active_border {
    position:absolute;
    width: 8px;
    height: 124px;
    background: #005EB8;
    border-radius: 9px;
    top:0px;
    right:-4px;
}
.performance_dec {
    padding-left:94px;
    display:none;
    padding-right:20px;
}
.performance_dec.active {
    display:block;
}
.performance_dec .performance_dec_title {
    text-align: left;
    font-weight:bold;
    letter-spacing: 0;
    font-size:28px;
    color: #18181A;
    padding-bottom:30px;
}
.performance_dec p {
    font-size:16px;
    text-align: left;
    letter-spacing: 0;
    color: #18181A;
    opacity: 1;
    line-height:26px;
    padding-bottom:20px;
}
.performance_dec .dec {
    line-height: 26px;
}
.performance_dec ul {
    padding-left:18px;
}
.performance_dec ul li {
    font-size:16px;
    text-align: left;
    letter-spacing: 0;
    color: #18181A;
    opacity: 1;
    line-height:26px;
    padding-bottom:15px;
    list-style-type: disc;
    list-style-position: outside;
}
.link_text {
    font-size:14px;
    line-height:16px;
    color:#005EB8;
    font-weight:bold;
}
.mc {
    display:none;
}
@media only screen and (min-width: 768px) {
    .performance_left .active_border {
        left:auto !important;
        right:-4px !important;
    }
}
@media only screen and (max-width: 767px) {
    .mc {
        display:block;
    }
    .dc {
        display:none;
    }
    .performance_section {
        display:block;
    }
    .performance_right {
        width:100%;
        float:none;
        display:block;
    }
    .performance_left {
        width:100%;
        float:none;
        display:block;
        padding:0px 0px 0px 0px;
        border:0px;
        margin-bottom:30px;
        box-sizing:border-box;
    }
    .performance_left ul li {
        display: inline-table
    }
    .performance_left ul {
        box-sizing: border-box;
        margin: 0px auto;
        white-space: nowrap;
        overflow-x: auto;
        border:0px;
        border-bottom: 1px solid #939393;
    }
    .performance_left ul li:first-child {
        padding-left:15px;
    }
    .performance_left ul li:last-child {
        padding-right:0px;
    }
    .performance_left ul li img {
        margin:0px;
        display:block;
    }
    .performance_left ul li .active_img {
        display:none;
    }
    .performance_left ul li.active .inactive_img {
        display:none;
    }
    .performance_left ul li.active .active_img {
        display:block;
    }
    .performance_left ul li p {
        font-size:20px;
        display:block;
        text-align:left;
        line-height:30px;
        text-transform: capitalize;
    }
    .performance_dec {
        padding:20px;
    }
    .performance_left ul li .performance_link_text { 
        margin:0px; display:table-footer-group; 
    }
    .performance_left ul li .performance_link_img {     
        position: relative;    
        top: auto;    
        right: auto; 
        display: table-header-group;
    } 
}
@media only screen and (max-width: 320px) {
    .performance_left .active_border {
        position:absolute;
        height: 8px;
        width: 50%;
        background: #005EB8;
        border-radius: 9px;
        top:auto;
        bottom:-4px;
        right:auto;
    }
    .performance_left ul li {
        display: inline-block;
        white-space: normal;
        color: #000;
        text-transform: uppercase;
        vertical-align: top;
        padding:20px 10px;
        width:50%;
        box-sizing:border-box;
    }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
    .performance_left .active_border {
        position:absolute;
        height: 8px;
        width: 50%;
        background: #005EB8;
        border-radius: 9px;
        top:auto !important;
        bottom:-4px !important;
        right:auto;
    }
    .performance_left ul li {
        /*display: inline-block;*/
        white-space: normal;
        color: #000;
        text-transform: uppercase;
        vertical-align: top;
        padding:20px 10px;
        width:50%;
        box-sizing:border-box;
    }
}
@media only screen and (max-width: 767px) { 
    .performance_link_img .lazyload-img{
        padding: 20px 50px 20px 50px;
    }
}
.performance_left ul::-webkit-scrollbar {
    display: none;
}
body[data-pagewidth] .performance_left ul li .performance_link_text {
    margin: 0;
    display: block;
    text-align: left;
}
body[data-pagewidth] .performance_left ul li .performance_link_text p{
    font-size: 20px;
    line-height: 23px;
}
body[data-pagewidth] .performance_rich_text {
    text-align: left;
}
.performance_left ul li.active .performance_rich_text h1, .performance_left ul li.active .performance_rich_text h2, .performance_left ul li.active .performance_rich_text h3, 
.performance_left ul li.active .performance_rich_text h4, .performance_left ul li.active .performance_rich_text h5, .performance_left ul li.active .performance_rich_text h6, 
.performance_left ul li.active .performance_rich_text p {
    color: #005EB8;
    opacity: 1;
}
.performance_left ul li .performance_rich_text h1, .performance_left ul li .performance_rich_text h2, .performance_left ul li .performance_rich_text h3,
.performance_left ul li .performance_rich_text h4, .performance_left ul li .performance_rich_text h5, .performance_left ul li .performance_rich_text h6, 
.performance_left ul li .performance_rich_text p {
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}</pre></body></html>