<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#marketing-bar {
    text-align: center;
    line-height: 38px;
    background-color: #e0822d;
    color: white;
    overflow: hidden;
}

#close-mbar{
    color: white;
}

#marketing-bar a {
    color: #1b3f79;
    text-decoration: underline;
}

#marketing-bar strong {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #marketing-bar {
        line-height: 21px;
    }
}</pre></body></html>