<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new .tag.new {
    background: #dcfaee;
    color: #23986b;
    border: 1px solid #23986b;
}
em{
    font-style: italic;
}
.header-section{
    background: #243460;
}
.july-txt{
    font-size: 18px;
    margin: 0 0 10px;
}
.link-container{
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-family: var(--zf-secondary-regular);
}
.link-container a{
    color: #27B3FD;
}
.j-img{
    position: relative;
    background: #FEDC31 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 38px 62px 26px 64px;
    margin: 30px 0 0 0;
}
@media only screen and (max-width:610px){
    .j-img{
        padding: 30px 30px;
    }
}
@media only screen and (max-width:480px){
    .j-img{
        padding: 20px 20px;
    }
}
.pre-updetes {
    clear: both;
}
.footer-wrapper {
    margin-top: 50px;
}
.view-btn {
    padding: 0 0 20px;
}
.view-btn .act-btn {
    background: #f0483e;
    color: #fff
}
.timeline-section {
    padding-bottom: 0px;
}

.tabs-section.iframe-tab.sticky {
    margin-top: 0;
}</pre></body></html>