<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-menu__header {
    font: normal 600 14px/17px 'Montserrat';
    text-transform: uppercase;
    color: #71553A;
    margin-bottom: 10px;
}

.footer-menu__item {
    display: block;;
    font: normal 400 16px/24px 'Montserrat';
    color: #71553A;
    max-width: 210px;
}

.footer-menu__item:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .footer-menu {
        border-top: 1px solid #D7CBC1;
    }

    .footer__column:nth-child(4) .footer-menu {
        border-bottom: 1px solid #D7CBC1;
    }

    .footer-menu__header {
        margin-bottom: 0;
        margin-left: 2px;
        padding: 18px 0;
        position: relative;
    }

    .footer-menu__header:after {
        content: "";
        position: absolute;
        background: url("/local/images/footer/arrow.svg") no-repeat center;
        right: 0;
        top: 23px;
        width: 12px;
        height: 6px;
    }

    .footer-menu__item {
        display: none;
        margin-left: 2px;
    }

    .footer-menu__item:last-child {
        margin-bottom: 18px;
    }

    .footer-menu.opened .footer-menu__item {
        display: block;
    }

    .footer-menu.opened .footer-menu__header:after {
        transform: rotate(180deg);
    }
}</pre></body></html>