<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-mobile .footer-social {
    margin-top: unset;
    white-space: nowrap;
    justify-content: initial;
    margin-top: auto;
}

.footer-mobile .footer-social .footer-social__item:not(:last-child) {
    margin-right: 10px;
}

.footer-mobile .footer__phone .footer__phone-link .footer__phone-img {
    display: inline-block;
    background-image: url('/local/static/build/img/svg/callme 2.svg');
    height: 12px;
    width: 12px;
    background-size: cover;
    background-position: 50% 50%;
}

.footer-mobile .footer__phone .footer__phone-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.footer-mobile .footer__phone .footer__phone-link a:hover,
.footer-mobile .footer__phone .footer__phone-link a:active {
    color: unset;
}
.footer-mobile .footer__phone .footer__phone-callme {
    font-size: 13px;
    color: rgb(255, 255, 255, 0.8);
}

.footer-mobile .footer__phone .footer__phone-phone-title {
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
    line-height: 13px;
    font-size: 13px;
    margin-top: -4px;
    margin-left: 17px;
}</pre></body></html>