footer {
    margin: 8px 12px 0;
    overflow: hidden;
    max-width: 100vw;
    background: var(--black, #151515);
    border-radius: 18px;
    color: var(--white, #fff);
    padding-left: 48px;
    padding-right: 48px;
}

footer h4, footer h3 {
    color: white !important;
    margin-bottom: 8px;
}


.site-primary-footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 60px 0;

    flex-wrap: wrap;
}

.footer-logo-mobile {
    display: none;
}

.site-primary-footer-wrap .footer-column {
    flex: 1;
    color: var(--green-mid);
}


.site-primary-footer-wrap .footer-newsletter {
    flex: 2;
    color: var(--green-mid)!important;
}



.footer-menu {
    color: var(--green-mid, gray);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-menu a {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.14px;
}

.site-primary-footer-wrap .footer-widget {
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.14px;
    color: var(--green-mid-dark);

    display: flex;
    flex-direction: column;


}

.footer-widget h3 {
}

.footer-widget p {


}

@media (min-width: 767px) {
    .footer-widget-area .newsletter-form {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}


.newsletter-form {
    background: #fafafa;
    border-radius: 30px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding-left: 20px;
    align-items: center;
    margin: 8px 0;

}

.newsletter-form input {
    outline: none;

}

footer input {
    all: unset;

}

.email-input {
    width: 100%;
}

.submit-btn {
    display: flex;
    width: 28px;
    height: 28px;
    margin: 0 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--yellow, #E6F500);
}

.submit-btn .arrow-icon {
    margin: 0;
}

.submit-btn .arrow-icon svg {
    margin: 0;
}


.social-icons {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;


}

.social-icons a {
    display: flex;
    gap: 8px;
    color: var(--green-mid)!important;
}

.social-icons img {
    height: 16px;
}

.footer-column .body-large {
    color: var(--green-mid)!important;
}

.site-below-footer-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 24px 0 64px;
    border-top: 1px solid #DCE0D1;
    gap: 24px;
    max-width: 2560px;

    flex-wrap: wrap;
}

.footer-logo {
    width: 164px;
    height: 37.897px;
    flex-shrink: 0;
    flex: 1;

    aspect-ratio: 164.00/37.90;
}

.footer-logo img {
    height: 37.9px;
}

.footer-disclaimer {
    flex: 3;
}

.footer-disclaimer p {
    color: var(--green-mid-dark);
}

.language-currency {
    margin-left: 48px;
    flex: 2;
}


@media (max-width: 992px) {
    /* Main Header */
    footer {
        margin: 8px;

    }

}


@media (max-width: 767px) {

    footer {
        padding: 40px 16px 0;
    }

    .footer-logo-mobile {
        display: block;
        width: 50%;
    }

    .footer-logo {
        display: none;
    }

    .site-primary-footer-wrap {
        padding-top: 48px;
    }

    .site-primary-footer-wrap .footer-widget {
        margin-top: 24px;
    }


    .site-primary-footer-wrap .footer-column {
        min-width: 30vw;
    }

    .site-below-footer-wrap {
        flex-direction: column;
    }
    .footer-disclaimer p {
        font-weight: 400!important;
    }

    .language-currency {
        margin: 0;
    }
}