<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*COLORS*/
/*FONTS*/
.stm_iconlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stm_iconlist ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.4em;
}

.stm_iconlist ul li i {
    position: relative;
    top: 2px;
    margin-right: 15px;
}</pre></body></html>