#sp-footer.site-footer {
    padding: 0;
    background: #17191b;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
}

#sp-footer.site-footer a {
    color: inherit;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#sp-footer.site-footer a:hover,
#sp-footer.site-footer a:focus {
    color: #fff;
}

.footer-cta {
    background: #842AF9;
    color: #fff;
    scroll-margin-top: 120px;
}

.footer-cta__inner {
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(520px, 1.15fr);
    align-items: center;
    gap: clamp(56px, 6vw, 104px);
    padding-top: 66px;
    padding-bottom: 66px;
}

.footer-cta__content {
    max-width: 590px;
    justify-self: center;
    text-align: center;
}

.footer-eyebrow {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .8);
    font-family: 'Barlow Medium', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.footer-cta h2 {
    margin: 0 0 40px;
    color: #fff;
    font-family: 'Oswald Medium', 'Oswald Regular', sans-serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 500;
    line-height: 1.08;
    text-transform: uppercase;
}

.footer-cta__button {
    display: inline-flex;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    padding: 18px 34px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

.footer-cta__button:hover,
.footer-cta__button:focus {
    background: #fff;
    color: #842AF9 !important;
    transform: translateY(-2px);
}

.footer-cta__contact {
    width: 100%;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 5vw, 76px) clamp(42px, 5vw, 82px);
    background: #f3f3f4;
    color: #68686a;
}

.footer-cta__call-label {
    margin: 0 0 22px;
    color: #842AF9;
    font-family: 'Barlow Medium', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .38em;
    line-height: 1.2;
    text-transform: uppercase;
}

#sp-footer.site-footer .footer-cta__phone {
    align-self: flex-start;
    margin: 0 0 44px;
    color: #68686a;
    font-family: 'Barlow Medium', sans-serif;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1;
    white-space: nowrap;
}

#sp-footer.site-footer .footer-cta__phone:hover,
#sp-footer.site-footer .footer-cta__phone:focus {
    color: #842AF9;
}

.footer-cta__details {
    display: grid;
    gap: 26px;
}

.footer-cta__details p {
    margin: 0;
    color: #68686a;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.45;
}

.footer-main {
    padding-top: 74px;
    padding-bottom: 66px;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.35fr) minmax(260px, 1.2fr) minmax(170px, .75fr) minmax(180px, .8fr);
    gap: 58px;
}

.footer-brand__logo {
    display: inline-flex;
    width: 185px;
    max-width: 100%;
    margin-bottom: 0;
}

.footer-brand__logo a,
.footer-brand__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer-brand p,
.footer-social-column p {
    margin: 0;
}

.footer-column h3 {
    margin: 4px 0 22px;
    color: #fff;
    font-family: 'Oswald Medium', 'Oswald Regular', sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.footer-contact-list,
.footer-area-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact-list {
    display: grid;
    gap: 16px;
}

.footer-contact-list li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
}

.footer-contact-list i {
    margin-top: 6px;
    color: #842AF9;
    font-size: 13px;
    text-align: center;
}

.footer-contact-list a {
    overflow-wrap: anywhere;
}

.footer-area-list {
    display: grid;
    gap: 9px;
}

.footer-area-list li {
    position: relative;
    padding-left: 17px;
}

.footer-area-list li::before {
    content: '';
    position: absolute;
    top: .72em;
    left: 0;
    width: 5px;
    height: 5px;
    background: #842AF9;
}

.footer-social-column p {
    margin-bottom: 22px;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff !important;
    font-size: 17px;
}

.footer-socials a:hover,
.footer-socials a:focus {
    border-color: #842AF9;
    background: #842AF9;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: minmax(240px, 1.25fr) minmax(240px, 1fr) minmax(160px, .75fr) minmax(170px, .75fr);
        gap: 34px;
    }
}

@media (max-width: 991px) {
    .footer-cta__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 54px;
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .footer-cta__content {
        max-width: 640px;
    }

    .footer-cta__contact {
        max-width: 720px;
        min-height: 360px;
        justify-self: center;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 36px;
    }
}

@media (max-width: 575px) {
    .footer-cta__inner {
        min-height: 0;
        gap: 42px;
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .footer-cta h2 {
        margin-bottom: 30px;
        font-size: 34px;
    }

    .footer-cta__button {
        width: 100%;
        min-height: 62px;
    }

    .footer-cta__contact {
        min-height: 0;
        padding: 42px 24px 44px;
    }

    .footer-cta__call-label {
        margin-bottom: 18px;
        font-size: 12px;
    }

    #sp-footer.site-footer .footer-cta__phone {
        margin-bottom: 34px;
        font-size: clamp(36px, 10vw, 48px);
    }

    .footer-cta__details {
        gap: 20px;
    }

    .footer-cta__details p {
        font-size: 17px;
    }

    .footer-main {
        padding-top: 54px;
        padding-bottom: 48px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-column h3 {
        margin-bottom: 16px;
    }

    .footer-bottom__inner {
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
