.onz-footer {
    --onz-footer-ink: #0c2636;
    --onz-footer-line: rgba(255, 255, 255, .13);
    --onz-footer-muted: rgba(239, 246, 248, .68);
    --onz-footer-accent: #f3a51f;
    position: relative;
    isolation: isolate;
    overflow: visible;
    padding: 0 !important;
    color: #f7fafb;
    background: var(--onz-footer-ink) !important;
}

.onz-footer::after {
    position: absolute;
    right: -9rem;
    bottom: 4rem;
    width: 28rem;
    height: 28rem;
    border: 1px solid rgba(243, 165, 31, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 5rem rgba(243, 165, 31, .025), 0 0 0 10rem rgba(243, 165, 31, .018);
    content: "";
    pointer-events: none;
}

.onz-footer__shell {
    width: min(calc(100% - 48px), 1320px);
    margin-inline: auto;
}

.onz-footer__newsletter {
    position: relative;
    z-index: 1;
    color: #122a38;
    background: var(--onz-footer-accent);
}

.onz-footer__newsletter::before {
    position: absolute;
    z-index: -1;
    top: clamp(-52px, -4vw, -38px);
    left: 0;
    width: 100%;
    height: clamp(40px, 4.15vw, 54px);
    background: var(--onz-footer-accent);
    clip-path: polygon(0 100%, 0 56%, 14% 56%, 16.5% 8%, 69% 8%, 72% 56%, 100% 56%, 100% 100%);
    content: "";
    filter: drop-shadow(0 -10px 15px rgba(12, 38, 54, .1));
    pointer-events: none;
}

.onz-footer__newsletter-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
    align-items: end;
    padding-block: clamp(2.35rem, 4.5vw, 4.35rem);
}

.onz-footer__eyebrow,
.onz-footer__utility-label,
.onz-footer__column-index {
    margin: 0;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.onz-footer__eyebrow {
    margin-bottom: .8rem;
    color: rgba(18, 42, 56, .7);
}

.onz-footer__newsletter-title {
    max-width: 860px;
    margin: 0;
    color: #102d3d;
    font-size: clamp(1.9rem, 3.5vw, 3.7rem);
    font-weight: 650;
    line-height: .98;
    letter-spacing: -.045em;
}

.onz-footer__newsletter-text {
    margin: 1rem 0 0;
    color: rgba(18, 42, 56, .74);
    font-size: 1rem;
}

.onz-footer__newsletter-link {
    display: inline-flex;
    gap: .75rem;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: .9rem 1.25rem;
    border: 1px solid rgba(16, 45, 61, .35);
    border-radius: 999px;
    color: #102d3d;
    font-size: .9rem;
    font-weight: 700;
    white-space: nowrap;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.onz-footer__newsletter-link:hover {
    color: #fff;
    background: #102d3d;
    transform: translateY(-2px);
}

.onz-footer__newsletter-link i {
    font-size: 1.05rem;
    transition: transform .25s ease;
}

.onz-footer__newsletter-link:hover i { transform: translateX(4px); }

.onz-footer__main {
    position: relative;
    z-index: 1;
    padding-block: clamp(4rem, 7vw, 7rem) 1.7rem;
}

.onz-footer__intro {
    display: grid;
    grid-template-columns: minmax(180px, .72fr) minmax(0, 2.3fr);
    gap: clamp(2rem, 5vw, 6rem);
    align-items: end;
    padding-bottom: clamp(3rem, 5vw, 5.25rem);
    border-bottom: 1px solid var(--onz-footer-line);
}

.onz-footer__brand {
    display: inline-flex;
    width: fit-content;
}

.onz-footer__brand img {
    display: block;
    width: 185px;
    height: auto;
}

.onz-footer__claim { margin: 0; }

.onz-footer__claim {
    max-width: none;
    font-size: clamp(1.55rem, 2.4vw, 2.45rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.onz-footer__navigation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 4.75rem);
    padding-block: clamp(3.5rem, 6vw, 5.6rem);
}

.onz-footer__column-index {
    margin-bottom: .9rem;
    color: var(--onz-footer-accent);
}

.onz-footer__column h2 {
    margin: 0 0 1.55rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.01em;
}

.onz-footer__column ul,
.onz-footer__legal {
    padding: 0;
    margin: 0;
    list-style: none;
}

.onz-footer__column li + li { margin-top: .82rem; }

.onz-footer__column a {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    color: var(--onz-footer-muted);
    font-size: .94rem;
    line-height: 1.35;
    transition: color .2s ease, transform .2s ease;
}

.onz-footer__column a:hover {
    color: #fff;
    transform: translateX(3px);
}

.onz-footer__column a i { color: var(--onz-footer-accent); }

.onz-footer__utility {
    display: grid;
    grid-template-columns: 1.25fr 1fr auto;
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: end;
    padding-block: 2rem;
    border-top: 1px solid var(--onz-footer-line);
    border-bottom: 1px solid var(--onz-footer-line);
}

.onz-footer__utility-label {
    margin-bottom: .85rem;
    color: rgba(255, 255, 255, .46);
}

.onz-footer__contact-links,
.onz-footer__access-links {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1.4rem;
}

.onz-footer__contact-links a,
.onz-footer__access-links a {
    color: #f7fafb;
    transition: color .2s ease;
}

.onz-footer__contact-links a:hover,
.onz-footer__access-links a:hover { color: var(--onz-footer-accent); }

.onz-footer__contact-links span {
    flex-basis: 100%;
    color: var(--onz-footer-muted);
    font-size: .88rem;
}

.onz-footer__access-links {
    flex-direction: column;
    align-items: flex-start;
}

.onz-footer__access-links a {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
}

.onz-footer__access-links i { color: var(--onz-footer-accent); }

.onz-footer__social { display: flex; gap: .65rem; }

.onz-footer__social a {
    display: grid;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    font-size: 1.05rem;
    place-items: center;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.onz-footer__social a:hover {
    border-color: var(--onz-footer-accent);
    color: #102d3d;
    background: var(--onz-footer-accent);
    transform: translateY(-3px);
}

.onz-footer__bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.5rem 2rem;
    align-items: center;
    padding-top: 1.7rem;
    color: rgba(255, 255, 255, .52);
    font-size: .75rem;
}

.onz-footer__copyright { margin: 0; }

.onz-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.2rem;
    justify-content: center;
}

.onz-footer__legal a,
.onz-footer__legal button {
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, .56);
    background: transparent;
    font: inherit;
    transition: color .2s ease;
}

.onz-footer__legal a:hover,
.onz-footer__legal button:hover { color: #fff; }

.onz-footer__language button {
    display: flex;
    gap: .55rem;
    align-items: center;
    padding: .55rem .75rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .04);
    font-size: .78rem;
}

.onz-footer__language img,
.onz-footer__language .dropdown-item img {
    object-fit: cover;
    border-radius: 2px;
}

.onz-footer__language .dropdown-menu {
    min-width: 190px;
    padding: .5rem;
    border: 1px solid rgba(12, 38, 54, .12);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(5, 21, 31, .22);
}

.onz-footer__language .dropdown-item {
    display: flex;
    gap: .65rem;
    align-items: center;
    padding: .55rem .65rem;
    border-radius: 7px;
    font-size: .82rem;
}

.onz-footer__language .dropdown-item.active {
    color: #102d3d;
    background: rgba(243, 165, 31, .2);
}

@media (max-width: 991.98px) {
    .onz-footer__newsletter-inner { align-items: center; }
    .onz-footer__intro { grid-template-columns: 1fr; }
    .onz-footer__navigation { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3.25rem 2.5rem; }
    .onz-footer__utility { grid-template-columns: 1fr 1fr; }
    .onz-footer__social { grid-column: 1 / -1; }
    .onz-footer__bottom { grid-template-columns: 1fr auto; }
    .onz-footer__legal { grid-row: 2; grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 767.98px) {
    .onz-footer__shell { width: calc(100% - 30px); }
    .onz-footer__newsletter::before {
        clip-path: polygon(0 100%, 0 58%, 8% 58%, 13% 8%, 76% 8%, 82% 58%, 100% 58%, 100% 100%);
    }
    .onz-footer__newsletter-inner { grid-template-columns: 1fr; gap: 1.5rem; align-items: start; }
    .onz-footer__newsletter-title { font-size: clamp(2rem, 10vw, 3rem); }
    .onz-footer__newsletter-link { width: 100%; }
    .onz-footer__intro { grid-template-columns: 1fr; gap: 1.6rem; }
    .onz-footer__brand { grid-column: auto; }
    .onz-footer__navigation { grid-template-columns: 1fr; gap: 0; padding-block: 2.5rem; }
    .onz-footer__column { padding-block: 1.65rem; }
    .onz-footer__column + .onz-footer__column { border-top: 1px solid var(--onz-footer-line); }
    .onz-footer__column-index { margin-bottom: .65rem; }
    .onz-footer__column h2 { margin-bottom: 1.2rem; font-size: 1.08rem; }
    .onz-footer__column a { font-size: 1rem; }
    .onz-footer__utility { grid-template-columns: 1fr; }
    .onz-footer__social { grid-column: auto; }
    .onz-footer__bottom { grid-template-columns: 1fr; }
    .onz-footer__legal { grid-row: auto; grid-column: auto; justify-content: flex-start; }
    .onz-footer__language { width: 100%; }
    .onz-footer__language button { justify-content: space-between; width: 100%; }
    .onz-footer__language .dropdown-menu { width: 100%; }
}

@media (min-width: 992px) {
    .onz-footer__claim { white-space: nowrap; }
}

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