<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer.aem.aem--footer {
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.aem--footer__gradient, 
.aem--footer__gradient:first-child,
.aem--footer__gradient:last-child {
    background: #000;
}

@media (min-width: 768px) {

    .aem--footer__gradient&gt;.aem--grid-content,
    .aem--footer__gradient:first-child&gt;.aem--grid-content,
    .aem--footer__gradient:last-child&gt;.aem--grid-content {
        padding: 0;
        max-width: 100%;
        width: 714px;
    }

    .aem--footer__gradient:first-child {
        padding-bottom: 16px;
    }

    .aem--footer__gradient:first-child&gt;.aem--grid-content {
        display: flex;
        flex-flow: row-reverse;
    }

    .aem--footer__gradient:first-child&gt;.aem--grid-content&gt;.aem--footer__breadcrumb {
        width: 100px;
    }

    .aem--footer__gradient:first-child&gt;.aem--grid-content&gt;section.aem--footer--only-social {
        width: calc(100% - 100px);
    }

    .aem--footer__gradient:first-child&gt;.aem--grid-content&gt;.aem--footer__breadcrumb&gt;.aem--return-to-viewport-top__base {
        padding-top: 2px;
    }

    .aem--footer--only-social .aem--social__base {
        display: flex;
    }
    
    h3.aem--social__hl {
        margin: 8px 0 0;
        padding-right: 25px;
    }
    
    .aem--social__list {
        margin: 0;
    }
    
    .aem--social__item {
        margin-right: 28px;
    }
    .aem--footerLegal__general__list {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .aem--footer__gradient&gt;.aem--grid-content,
    .aem--footer__gradient:first-child&gt;.aem--grid-content,
    .aem--footer__gradient:last-child&gt;.aem--grid-content {
        padding: 0;
        width: 100%;
        width: 714px;
    }
}

@media (min-width: 1024px) {
    .aem--footer__gradient&gt;.aem--grid-content,
    .aem--footer__gradient:first-child&gt;.aem--grid-content,
    .aem--footer__gradient:last-child&gt;.aem--grid-content {
        width: 918px;
    }
}

@media (min-width: 1280px) {
    .aem--footer__gradient&gt;.aem--grid-content,
    .aem--footer__gradient:first-child&gt;.aem--grid-content,
    .aem--footer__gradient:last-child&gt;.aem--grid-content {
        width: 1154px;
    }
}

@media (min-width: 1440px) {
    .aem--footer__gradient&gt;.aem--grid-content,
    .aem--footer__gradient:first-child&gt;.aem--grid-content,
    .aem--footer__gradient:last-child&gt;.aem--grid-content {
        width: 1352px;
    }
}

.aem--return-to-viewport-top__txt:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    margin-top: 1px;
    font-size: 14px;
}

.aem--return-to-viewport-top__ico.ico--7l {
    transform: none;
}

.aem--return-to-viewport-top__ico.ico--7l:before {
    height: 14px;
    width: 25px;
    content: "";
    font-size: 0;
    background: url('../images/footer-up-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}</pre></body></html>