<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 0px) and (max-width: 576px) {

}

@media (min-width: 0px) and (max-width: 768px) {
    .header-logo {
        padding: 10px 0;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }
    .top-phone {
        text-align: center;
        color: #fff;
        padding-top: 15px;
        font-size: 20px;
    }
    div#mobile-menu-section {
        background: #fe8601;
    }

    .sidebar-logo {
        width: 115px;
    }

}

@media (min-width: 576px) and (max-width: 768px) {}

@media (min-width: 768px) and (max-width: 992px) {
  
}

@media (min-width: 992px) and (max-width: 1200px) {}


@media (min-width: 0px) and (max-width: 992px) {}

@media (min-width: 768px) {
   
}



@media (max-width: 768px) {
    
}
</pre></body></html>