/* @group Site Footer
------------------------------------ */
.site-footer {
    background: none var(--black);
    color: var(--white);
    padding: 5.6rem 0;
}
.site-footer a {
    text-decoration: none;
    color: inherit;
    font: inherit!important;
}
.site-footer .has-heading-5-font-size {
    text-transform: uppercase;
    padding: 0 0 .5rem;
    margin: 0 0 1.5rem;
    border-bottom: 0.5px solid var(--white);
}
.site-footer .box {
    position: relative;
}

/* First Row
-------------- */
.site-footer .logo-col {
    margin: 0 0 3.5rem;
}
.site-footer .logo-col .logo {
    display: inline-block;
    width: 20rem;
    margin: 0;
}
.site-footer .logo-col .logo img {
    object-fit: contain;
}
.site-footer .contact-col .box {
    flex: 0 1 100%;
}
.site-footer .contact-col .box .social li {
    display: inline-block;
    position: relative;
}
.site-footer .contact-col .box .social li:not(:last-of-type) {
    padding: 0 1rem 0 0;
    margin: 0 .5rem 0 0;
}
.site-footer .contact-col .box .social li:not(:last-of-type)::before {
    content: '';
    width: 1px;
    height: 1.3rem;
    background-color: var(--white);
    position: absolute;
    top: .5rem;
    right: 0;
}

/* Second Row
-------------- */
.site-footer .copy-col p {
    display: flex;
    gap: 1rem;
    align-items: center;
    text-transform: uppercase;
    --fs: 1.2rem;
    --lh: 1em;
}
.site-footer .copy-col p img {
    vertical-align: middle;
    width: 9rem;
    height: auto;
    position: relative;
    top: -.15rem;
}
.site-footer :is(.contact-col, .legals-col) {
    display: flex;
    flex-wrap: wrap;
}
.site-footer .legals-col .box.sales p {
    --lh: 1em;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}
.site-footer .legals-col .box.sales p img {
    width: 7rem;
    height: auto;
}
.site-footer .legals-col .box.sales ul li {
    display: inline-block;
    margin-right: .5rem;
}
.site-footer .legals-col .box.sales ul li img {
    height: 1.9rem;
    width: auto;
}

/* Third Row
-------------- */
.site-footer .disclaimer-col {
    padding-top: 3.8rem;
}
.site-footer .disclaimer-col::before {
    content: '';
    position: absolute;
    top: 0;
    height: 0.5px;
    background: var(--white);
}
.site-footer .disclaimer-col p {
    --fs: 1.2rem;
    --lh: normal;
}

@media only screen
and (min-width : 961px) {
    .site-footer {
        padding: 3rem 0 5.6rem;
    }
    .site-footer :is(p, li) {
        --fs: 1.4rem;
    }
    .site-footer a:not(.logo):hover {
        opacity: .7;
    }
    .site-footer :is(.contact-col, .legals-col) {
        column-gap: 14%;
        row-gap: 2.5rem;
    }
    .site-footer :is(.contact-col, .legals-col) .box {
        flex: 0 1 calc(50% - 7%);
        max-width: 28.3rem;
    }
    .site-footer:has(.social-media-empty) :is(.contact-col, .legals-col) .box {
        min-height: 9rem;
    }
    /* First Row
    -------------- */
    .site-footer:has(.social-and-contact-empty) .contact-col {
        padding-bottom: 2.5rem;
    }
    .site-footer .contact-col .box .social li a {
        text-decoration: underline;
    }
    /* Second Row
    -------------- */
    .site-footer .second-row {
        padding-top: 1.4rem;
        padding-bottom: 3rem;
    }
    .site-footer:has(.social-and-contact-empty) .second-row {
        padding-bottom: 5rem;
    }
    .site-footer .legals-col .box.sales {
        display: flex;
        align-items: flex-start;
        gap: 2.4rem;
    }
    .site-footer .legals-col .box.legal.social-media-empty {
        top: -10rem;
    }
    /* Third Row
    -------------- */
    .site-footer .disclaimer-col {
        padding-top: 1.8rem;
        border-top: 0.5px solid var(--white);
    }
    .site-footer .disclaimer-col::before {
        content: none;
    }
    .site-footer .disclaimer-col p {
        max-width: 75%;
        margin: 0 auto;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {

    .site-footer .contact-col .box p{
        max-width: calc(100% - 4rem);
        margin: auto;
        text-wrap: balance;
    }
    /* First Row
    -------------- */
    .site-footer .first-row {
        text-align: center;
    }
    .site-footer .contact-col {
        margin: 0 0 4.4rem;
    }
    .site-footer .contact-col .box:not(:last-of-type) {
        margin: 0 0 2.4rem;
    }
    .site-footer .contact-col .box .has-heading-5-font-size {
        --lh: 1em;
    }
    /* Second Row
    -------------- */
    .site-footer .copy-col p {
        text-align: center;
        justify-content: center;
        margin: 0 0 3.8rem;
    }
    .site-footer .legals-col {
        margin: 0 0 2.6rem;
    }
    .site-footer .legals-col .box {
        flex: 0 1 50%;
    }
    .site-footer .legals-col :is(p, li) {
        --fs: 1.4rem
    }
    .site-footer .legals-col .box.sales {
        text-align: right;
    }
    .site-footer .legals-col .box.sales p {
        justify-content: flex-end;
        margin: 0 0 1.1rem;
    }
    .site-footer .legals-col .box.legal {
        order: -1;
    }
    /* Third Row
    -------------- */
    .site-footer .disclaimer-col::before {
        width: 100%;
        left: 0;
    }
    .site-footer .disclaimer-col p {
        padding-inline: 2rem;
    }
}

/* @end */

/* Animations */

:where(#wrapper) .site-footer .row {
	opacity: 0;
	--duration: 1s;
}

:where(#wrapper) .site-footer.animateActive .row {
	animation: fade var(--duration) forwards;
	animation-delay: var(--delay, 0);
    --delay: 0.3s;
}
