<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #000000 !important;
}

.uc-header {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:128;
}

.uc-header-background .tn-atom {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.06) !important;
}

.uc-ticker {
    position:absolute;
    top:auto;
    left:0;
    right:0;
}

.uc-ticker .t1003__outer {
    position:absolute;
    top: auto;
    width:1160px;
    height: 56px;
    z-index: 64;
    margin-top: -152px !important;
    border-radius: 28px;
}

@media (max-width: 1199px) {
    .uc-ticker .t1003__outer {
        width:940px;
    }
}

@media (max-width: 959px) {
    .uc-ticker .t1003__outer {
        width:620px;
    }
}

@media (max-width: 639px) {
    .uc-ticker .t1003__outer {
        width:460px;
    }
}

@media (max-width: 479px) {
    .uc-ticker .t1003__outer {
        position:absolute;
        top: auto;
        width:340px;
        height: 56px;
        z-index: 64;
        margin-top: -152px !important;
        border-radius: 28px;
    }
}

.uc-terfit-cover-background {
    display: block !important;
    position: relative !important;
}

.uc-terfit-cover-background .tn-atom {
    display: block !important;
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    width: auto !important;
}

.uc-terfit-section-background {
    display: block !important;
    position: relative !important;
}

.uc-terfit-section-background .tn-atom {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 4px !important;
    right: 4px !important;
    bottom: 0 !important;
    width: auto !important;
}</pre></body></html>