/* OXBAR reconstructed global footer */
body.oxhp-footer-active #colophon,
body.oxhp-footer-active .site-footer:not(.oxhp-footer),
body.oxhp-footer-active .footer-container:not(.oxhp-footer),
body.oxhp-footer-active .main-footer:not(.oxhp-footer),
body.oxhp-footer-active .wd-footer,
body.oxhp-footer-active footer.footer:not(.oxhp-footer) {
    display: none !important;
}

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

.oxhp-footer {
    --oxf-green: #2bdd1f;
    --oxf-white: #ffffff;
    --oxf-muted: #a6a6a6;
    position: relative;
    z-index: 2;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    padding: 28px 0 46px;
    color: var(--oxf-white);
    background: #171717;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.25;
}

.oxhp-footer::before,
.oxhp-footer::after,
.oxhp-footer-shape-center {
    content: "";
    position: absolute;
    z-index: -2;
    pointer-events: none;
}

.oxhp-footer::before {
    top: -185px;
    left: -100px;
    width: 770px;
    height: 570px;
    border-radius: 35% 65% 55% 45% / 42% 44% 56% 58%;
    background: #1d1d1d;
    transform: rotate(-11deg);
}

.oxhp-footer::after {
    top: -120px;
    right: -165px;
    width: 520px;
    height: 745px;
    border-radius: 62% 38% 42% 58% / 42% 55% 45% 58%;
    background: #1d1d1d;
    transform: rotate(-8deg);
}

.oxhp-footer-shape-center {
    top: -225px;
    left: 50%;
    width: 760px;
    height: 900px;
    border-radius: 42% 58% 54% 46% / 36% 44% 56% 64%;
    background: #020202;
    transform: translateX(-18%) rotate(19deg);
}

.oxhp-footer-shell {
    position: relative;
    z-index: 1;
    width: min(1198px, calc(100% - 56px));
    margin: 0 auto;
}

.oxhp-footer a {
    color: inherit;
    text-decoration: none;
}

.oxhp-footer a:focus-visible,
.oxhp-footer button:focus-visible,
.oxhp-footer input:focus-visible {
    outline: 2px solid var(--oxf-green);
    outline-offset: 3px;
}

.oxhp-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(420px, 1fr);
    align-items: start;
    gap: 54px;
    min-height: 84px;
}

.oxhp-footer-about-title {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid currentColor;
    font-size: clamp(24px, 2.2vw, 31px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.oxhp-footer-learn {
    display: block;
    width: max-content;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.1;
    transition: color .2s ease, transform .2s ease;
}

.oxhp-footer-learn span {
    display: inline-block;
    margin-left: 5px;
    transition: transform .2s ease;
}

.oxhp-footer-learn:hover,
.oxhp-footer-learn:focus-visible {
    color: var(--oxf-green);
}

.oxhp-footer-learn:hover span,
.oxhp-footer-learn:focus-visible span {
    transform: translateX(4px);
}

.oxhp-footer-subscribe {
    display: grid;
    grid-template-columns: 150px minmax(250px, 1fr);
    align-items: start;
    gap: 23px;
    min-width: 0;
}

.oxhp-footer-subscribe-copy h2,
.oxhp-footer-column h2,
.oxhp-footer-contact h2 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.oxhp-footer-subscribe-copy p {
    margin: 5px 0 0;
    color: #fff;
    font-size: 11px;
    line-height: 1.22;
    font-weight: 600;
}

.oxhp-footer-form {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 104px;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 310px;
}

.oxhp-footer-form input {
    width: 100%;
    height: 36px;
    min-width: 0;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.06);
    font: inherit;
    font-size: 11px;
}

.oxhp-footer-form input::placeholder {
    color: rgba(255,255,255,.56);
}

.oxhp-footer-form button {
    height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--oxf-green);
    font: inherit;
    font-size: 11px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.oxhp-footer-form button:hover,
.oxhp-footer-form button:focus-visible {
    background: #36eb2a;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(43,221,31,.25);
}

.oxhp-footer-form-status {
    grid-column: 2;
    margin: -5px 0 0;
    font-size: 11px;
}

.oxhp-footer-form-status.is-success {
    color: var(--oxf-green);
}

.oxhp-footer-form-status.is-error {
    color: #ff8b8b;
}

.oxhp-footer-rule {
    width: 100%;
    height: 1px;
    margin: 0;
    background: rgba(255,255,255,.24);
}

.oxhp-footer-main {
    display: grid;
    grid-template-columns: .92fr 1.12fr .86fr 1.9fr;
    gap: clamp(34px, 5.3vw, 79px);
    min-height: 292px;
    padding: 45px 0 42px;
}

.oxhp-footer-column ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.oxhp-footer-column li {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 0 0 10px;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
}

.oxhp-footer-column a,
.oxhp-footer-contact a {
    transition: color .2s ease;
}

.oxhp-footer-column a:hover,
.oxhp-footer-column a:focus-visible,
.oxhp-footer-contact a:hover,
.oxhp-footer-contact a:focus-visible {
    color: var(--oxf-green);
}

.oxhp-footer-column em {
    color: var(--oxf-green);
    font-size: 11px;
    font-style: italic;
}

.oxhp-footer-contact h2 {
    margin-bottom: 18px;
}

.oxhp-footer-phone {
    display: inline-block;
    margin: 0 0 14px;
    color: #fff !important;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.1;
    font-weight: 800;
}

.oxhp-footer-contact p,
.oxhp-footer-contact address {
    margin: 0 0 7px;
    color: #fff;
    font-size: 11px;
    line-height: 1.25;
    font-style: normal;
}

.oxhp-footer-contact address {
    margin-top: 21px;
}

.oxhp-footer-contact p a {
    color: var(--oxf-green);
}

.oxhp-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
    border-bottom: 1px solid rgba(255,255,255,.24);
}

.oxhp-footer-brand a {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .015em;
}
.oxhp-footer-copyright {
    padding-top: 11px;
    color: var(--oxf-muted);
    font-size: 11px;
    line-height: 1.2;
}

.oxhp-footer .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1050px) {
    .oxhp-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .oxhp-footer-subscribe {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 15px;
    }

    .oxhp-footer-main {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px;
    }

    .oxhp-footer-contact {
        grid-column: 1 / -1;
        max-width: 760px;
    }

    .oxhp-footer-bottom {
        min-height: 72px;
    }
}

@media (max-width: 760px) {
    .oxhp-footer {
        padding-top: 34px;
        padding-bottom: 32px;
    }

    .oxhp-footer-shell {
        width: min(100% - 34px, 1198px);
    }

    .oxhp-footer::before {
        width: 560px;
        height: 440px;
        left: -260px;
    }

    .oxhp-footer::after {
        right: -300px;
    }

    .oxhp-footer-shape-center {
        left: 35%;
        width: 610px;
        opacity: .9;
    }

    .oxhp-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 30px;
    }

    .oxhp-footer-subscribe {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .oxhp-footer-form {
        max-width: 440px;
    }

    .oxhp-footer-form-status {
        grid-column: 1;
    }

    .oxhp-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
        padding: 36px 0;
    }

    .oxhp-footer-contact {
        grid-column: 1 / -1;
    }

    .oxhp-footer-bottom {
        min-height: 72px;
        padding: 18px 0;
    }
}

@media (max-width: 480px) {
    .oxhp-footer-main {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .oxhp-footer-contact {
        grid-column: auto;
    }

    .oxhp-footer-form {
        grid-template-columns: 1fr;
    }

    .oxhp-footer-form input,
    .oxhp-footer-form button {
        width: 100%;
    }

    .oxhp-footer-about-title {
        font-size: 26px;
    }

    .oxhp-footer-brand a {
        font-size: 32px;
    }

    .oxhp-footer-contact address {
        margin-top: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oxhp-footer *,
    .oxhp-footer *::before,
    .oxhp-footer *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
