:root {
    --hunter-footer-content-width: 1136px;
}

.elementor-widget-hunter_latam_footer,
.elementor-widget-hunter_latam_footer > .elementor-widget-container {
    width: 100%;
}

.hunter-footer,
.hunter-footer *,
.hunter-footer *::before,
.hunter-footer *::after {
    box-sizing: border-box;
}

.hunter-footer {
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    background-color: var(--hunter-footer-bg, #111);
    background-image:
        radial-gradient(circle at 7% 15%, rgb(132 0 30 / 45%) 0, transparent 25%),
        var(--hunter-footer-bg-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--hunter-footer-text, #d8d4d5);
    font-family: var(--hunter-font-family, "Montserrat", Arial, sans-serif);
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.45;
}

.hunter-footer::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--hunter-footer-overlay, rgb(10 10 10 / 42%));
    content: "";
    pointer-events: none;
}

.hunter-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.hunter-footer button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
}

.hunter-footer a:focus-visible,
.hunter-footer button:focus-visible {
    outline: 2px solid var(--hunter-footer-accent, #fff);
    outline-offset: 4px;
}

.hunter-footer h2,
.hunter-footer p,
.hunter-footer ul {
    margin: 0;
    padding: 0;
}

.hunter-footer ul {
    list-style: none;
}

.hunter-footer__inner {
    width: min(calc(100% - 48px), var(--hunter-footer-content-width));
    margin: 0 auto;
}

.hunter-footer__top {
    display: grid;
    grid-template-columns: 1.05fr 1.1fr 1.25fr .95fr;
    gap: 56px;
    min-height: 356px;
    padding: 54px 50px 48px;
}

.hunter-footer__section-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 23px;
    color: var(--hunter-footer-heading, #fff) !important;
    cursor: default;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: left;
    text-transform: uppercase;
}

.hunter-footer__chevron {
    display: none;
    width: 9px;
    height: 9px;
    margin-right: 4px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.hunter-footer__panel {
    margin-top: 14px;
}

.hunter-footer__links li {
    min-width: 0;
}

.hunter-footer__links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    line-height: 1.35;
}

.hunter-footer__links a:hover,
.hunter-footer__contact-list a:hover {
    color: var(--hunter-footer-accent, #fff);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hunter-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hunter-footer__contact-list li {
    display: grid;
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    min-width: 0;
    line-height: 1.8;
}

.hunter-footer__contact-list li > a,
.hunter-footer__contact-list li > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.hunter-footer__contact-list li.is-emphasis > a,
.hunter-footer__contact-list li.is-emphasis > span:last-child {
    color: var(--hunter-footer-heading, #fff);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hunter-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 27px;
    color: var(--hunter-footer-heading, #fff);
}

.hunter-footer__contact-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.hunter-footer__claims {
    display: inline-flex;
    margin-top: 16px;
    border-radius: 12px;
}

.hunter-footer__claims img {
    display: block;
    width: 100px;
    max-width: none;
    height: auto;
}

.hunter-footer__divider {
    width: 100%;
    height: 1px;
    background: var(--hunter-footer-divider, rgb(255 255 255 / 14%));
}

.hunter-footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    align-items: center;
    min-height: 180px;
    padding: 0 0 30px;
}

.hunter-footer__logo {
    display: inline-flex;
    justify-self: start;
}

.hunter-footer__logo img {
    display: block;
    width: 220px;
    max-width: none;
    height: auto;
}

.hunter-footer__copyright {
    justify-self: center;
    color: var(--hunter-footer-heading, #fff);
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
}

.hunter-footer__copyright span {
    display: inline;
}

.hunter-footer__copyright span + span::before {
    content: " ";
}

.hunter-footer__socials {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 13px;
}

.hunter-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--hunter-footer-social-border, rgb(255 255 255 / 28%));
    border-radius: 50%;
    color: var(--hunter-footer-heading, #fff);
}

.hunter-footer__socials a:hover {
    border-color: var(--hunter-footer-accent, #fff);
    background: rgb(255 255 255 / 8%);
    color: var(--hunter-footer-accent, #fff);
}

.hunter-footer__socials svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hunter-footer__socials svg .is-filled {
    fill: currentColor;
    stroke: none;
}

@media (min-width: 768px) {
    .hunter-footer__section-toggle {
        pointer-events: none;
    }

    .hunter-footer__panel {
        display: block !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .hunter-footer__top {
        gap: 30px;
        padding-inline: 24px;
    }

    .hunter-footer__bottom {
        grid-template-columns: .9fr 1.2fr 1fr;
    }

    .hunter-footer__copyright {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .hunter-footer {
        font-size: 16px;
        background-position: center center;
    }

    .hunter-footer__inner {
        width: 100%;
    }

    .hunter-footer__top {
        display: block;
        min-height: 0;
        padding: 55px 24px 26px;
    }

    .hunter-footer__section + .hunter-footer__section {
        margin-top: 0;
    }

    .hunter-footer__section:nth-child(2) {
        margin-top: 9px;
    }

    .hunter-footer__section-toggle {
        min-height: 40px;
        cursor: pointer;
        font-size: 16px !important;
    }

    .hunter-footer__section:first-child .hunter-footer__section-toggle {
        min-height: 23px;
    }

    .hunter-footer__chevron {
        display: block;
        flex: 0 0 auto;
    }

    .hunter-footer__section.is-open .hunter-footer__chevron {
        transform: rotate(225deg);
    }

    .hunter-footer__panel {
        display: none;
        margin-top: 0;
    }

    .hunter-footer__section.is-open .hunter-footer__panel {
        display: block;
    }

    .hunter-footer__section:first-child .hunter-footer__panel {
        margin-top: 11px;
    }

    .hunter-footer__links a {
        min-height: 30px;
        line-height: 1.35;
    }

    .hunter-footer__contact-list {
        gap: 9px;
        padding: 7px 0 16px;
    }

    .hunter-footer__section--legal .hunter-footer__panel {
        padding-bottom: 8px;
    }

    .hunter-footer__claims {
        margin-top: 18px;
    }

    .hunter-footer__divider {
        width: calc(100% - 48px);
        margin: 0 auto;
    }

    .hunter-footer__bottom {
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding: 32px 24px 53px;
    }

    .hunter-footer__logo {
        align-self: center;
    }

    .hunter-footer__logo img {
        width: 195px;
    }

    .hunter-footer__socials {
        order: 2;
        align-self: center;
        margin-top: 33px;
    }

    .hunter-footer .hunter-footer__copyright {
        order: 3;
        align-self: center;
        margin-top: 31px;
        font-size: 15px;
        line-height: 22px;
        white-space: normal;
    }

    .hunter-footer__copyright span {
        display: block;
    }

    .hunter-footer__copyright span + span::before {
        content: none;
    }
}

@media (max-width: 359px) {
    .hunter-footer__top,
    .hunter-footer__bottom {
        padding-inline: 20px;
    }

    .hunter-footer__divider {
        width: calc(100% - 40px);
    }

    .hunter-footer__socials {
        gap: 9px;
    }
}

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