<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s-header__shrink .s-header__trigger-icon {
    background: #cdddd8;
}


@media (max-width: 768px) {
 
    .list-unstyled {
   
    display: inline-table;
    float: unset;
}
    .logo-company {
        width:80%
    }
}

@media (max-height: 360px) {
 .list-unstyled {
   
    display: inline-table;
    float: unset;
}
   .logo-company {
        width:80%
    }
}
</pre></body></html>