.elementor-element-102823ba,
.elementor-element-8aaa4a4,
.elementor-element-1374689,
.elementor-element-66ea7766,
.elementor-element-c695943,
footer.site-footer {
    display: none !important;
}

.mlm-site-footer,
.mlm-site-footer * {
    box-sizing: border-box;
}

.mlm-site-footer {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    background: #0888a7;
    color: #fff;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.mlm-site-footer a {
    color: #fff;
    text-decoration: none;
}

.mlm-site-footer a:hover,
.mlm-site-footer a:focus-visible {
    color: #d9f5fb;
}

.mlm-site-footer__main {
    padding: 72px 24px 58px;
}

.mlm-site-footer__grid,
.mlm-site-footer__bottom-inner {
    width: min(1315px, 100%);
    margin: 0 auto;
}

.mlm-site-footer__grid {
    display: grid;
    grid-template-columns: minmax(280px, 2fr) minmax(150px, .85fr) minmax(190px, 1fr) minmax(210px, 1.05fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.mlm-site-footer__logo {
    display: inline-block;
    margin-bottom: 20px;
}

.mlm-site-footer__logo img {
    display: block;
    width: 197px;
    max-width: 100%;
    height: auto;
}

.mlm-site-footer__brand > p {
    max-width: 440px;
    margin: 0 0 6px;
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
}

.mlm-site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.mlm-site-footer__social a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #848484;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.mlm-site-footer__social a:hover,
.mlm-site-footer__social a:focus-visible {
    background: #d9f5fb;
    color: #086a82;
    transform: translateY(-2px);
}

.mlm-site-footer__social svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.mlm-site-footer__address {
    display: grid;
    gap: 7px;
    max-width: 430px;
    margin: 0;
    font-style: normal;
}

.mlm-site-footer__address span,
.mlm-site-footer__address a {
    display: block;
}

.mlm-site-footer__column h2 {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 13px;
    color: #fff;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.mlm-site-footer__column h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 4px;
    border-radius: 999px;
    background: #fff;
    content: "";
}

.mlm-site-footer__column ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlm-site-footer__column li {
    margin: 0;
    padding: 0;
}

.mlm-site-footer__column a {
    display: inline-block;
    line-height: 1.45;
}

.mlm-site-footer__contact a {
    display: grid;
    gap: 1px;
}

.mlm-site-footer__contact a span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mlm-site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .82);
}

.mlm-site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 600;
}

.mlm-site-footer__bottom p {
    margin: 0;
    color: #fff;
}

@media (max-width: 980px) {
    .mlm-site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .mlm-site-footer__main {
        padding: 48px 28px 38px;
    }

    .mlm-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mlm-site-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 20px 28px;
    }
}
