<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    font-family: MontserratReg;
}
.footer &gt; div{
    display: flex;
    width: 100%;
    height: 50mm;
    /* padding: 0 10mm; */
}

.footer &gt; .quicklinks{
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #ececec;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    flex-flow: column;
    text-transform: uppercase;
    padding-top: 10mm;
}

.footer &gt; .quicklinks &gt; label,
.footer &gt; .quicklinks a{
   text-decoration: unset;
   font-size: 1.25em;
   font-weight: bolder;

}

.footer &gt; .quicklinks a{
    padding: 0 5mm;
    color: #3d9991;
}

.footer &gt; .quicklinks &gt; label{
    display: block;
    text-align: left;
    width: 100%;
}

.footer &gt; .quicklinks &gt; .ql_container{
    width: 100%;
    text-align: center;
    padding-top: 5mm;
}

.footer &gt; .legal{
    display: flex;
    width: 100%;
    background-color: #1F1F1F;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 60mm;
    font-size: 0.85em;
}

.footer &gt; .legal &gt; label{
    font-size: 1.25em;
    color: gray !important;
    font-weight: bolder;
}

.footer &gt; .legal a,
.footer &gt; .legal label{
    color: white;
    text-decoration: unset;
}


.footer &gt; .legal .legal_links a{
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5mm;
}

.footer &gt; .legal &gt; div{
    padding: 10mm 0;
}

.footer &gt; .legal &gt; div &gt; .sq_button{
    display: none;
    background-color: transparent;
    padding: unset;
    margin-bottom: 10mm;
}

.footer &gt; .legal &gt; div &gt; .sq_button &gt; label{
    font-family: MontserratReg;
    font-size: 0.75em;
}


/* Mobile */
@media only screen and (max-width: 1200px){
    .footer &gt; .legal &gt; div &gt; .sq_button{
        display: inline-block;
    }

    .footer &gt; .legal{
        height: 80mm;
    }

    .footer &gt; .legal &gt; div{
        text-align: center;
    }
}</pre></body></html>