section[data-cattype="82010"] {
    position: relative;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #f2f2f0;
}

[data-cattype="82010"] .hero-slider-82010,
[data-cattype="82010"] .hero-slider-82010 .owl-wrapper-outer,
[data-cattype="82010"] .hero-slider-82010 .owl-wrapper,
[data-cattype="82010"] .hero-slider-82010 .owl-item {
    min-height: clamp(600px, calc(100vh - 120px), 820px);
}

[data-cattype="82010"] .single-hero-slider-82010 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(600px, calc(100vh - 120px), 820px);
    background-color: #d9d8d4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-cattype="82010"] .hero-overlay-82010 {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, .58) 0%,
        rgba(0, 0, 0, .38) 38%,
        rgba(0, 0, 0, .10) 68%,
        rgba(0, 0, 0, 0) 100%
    );
}

[data-cattype="82010"] .single-hero-slider-82010 > .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

[data-cattype="82010"] .hero-content-wrap-82010 {
    display: flex;
    align-items: center;
    min-height: inherit;
    padding: 70px 0;
}

[data-cattype="82010"] .hero-copy-82010 {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 48px 52px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 2px;
    background: rgba(0, 0, 0, .16);
    backdrop-filter: blur(2px);
}

[data-cattype="82010"] .hero-eyebrow-82010 {
    margin-bottom: 18px;
    color: #d3a83e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

[data-cattype="82010"] .hero-copy-82010 h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(48px, 5vw, 76px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

[data-cattype="82010"] .hero-description-82010 {
    max-width: 520px;
    margin-top: 28px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.75;
}

[data-cattype="82010"] .hero-description-82010 p {
    margin: 0;
}

[data-cattype="82010"] .hero-link-82010 {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 44px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .65);
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    transition: color .25s ease, border-color .25s ease, gap .25s ease;
}

[data-cattype="82010"] .hero-link-82010:hover {
    gap: 20px;
    border-color: #d3a83e;
    color: #d3a83e;
}

[data-cattype="82010"] .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    right: clamp(18px, 5vw, 96px);
    margin: 0;
    transform: translateY(-50%);
}

[data-cattype="82010"] .owl-theme .owl-controls .owl-pagination {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    counter-reset: hero-slide;
}

[data-cattype="82010"] .owl-theme .owl-controls .owl-page {
    counter-increment: hero-slide;
}

[data-cattype="82010"] .owl-theme .owl-controls .owl-page span {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 42px;
    height: 28px;
    margin: 0;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .58);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, .72);
    opacity: 1;
    font-size: 13px;
    line-height: 22px;
    transition: width .25s ease, color .25s ease, border-color .25s ease;
}

[data-cattype="82010"] .owl-theme .owl-controls .owl-page span::before {
    content: counter(hero-slide, decimal-leading-zero);
}

[data-cattype="82010"] .owl-theme .owl-controls .owl-page.active span {
    width: 62px;
    border-color: #fff;
    color: #fff;
}

@media (max-width: 1199px) {
    [data-cattype="82010"] .hero-slider-82010,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper-outer,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper,
    [data-cattype="82010"] .hero-slider-82010 .owl-item,
    [data-cattype="82010"] .single-hero-slider-82010 {
        min-height: 600px;
    }

    [data-cattype="82010"] .hero-content-wrap-82010 {
        padding: 55px 35px 55px 0;
    }

    [data-cattype="82010"] .hero-copy-82010 {
        max-width: 560px;
        padding: 40px 42px;
    }
}

@media (max-width: 991px) {
    [data-cattype="82010"] .hero-slider-82010,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper-outer,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper,
    [data-cattype="82010"] .hero-slider-82010 .owl-item,
    [data-cattype="82010"] .single-hero-slider-82010 {
        min-height: 560px;
    }

    [data-cattype="82010"] .hero-content-wrap-82010 {
        padding: 48px 42px 48px 0;
    }

    [data-cattype="82010"] .hero-copy-82010 h1 {
        font-size: clamp(42px, 7vw, 58px);
    }

    [data-cattype="82010"] .hero-description-82010 {
        margin-top: 20px;
        font-size: 15px;
    }

    [data-cattype="82010"] .hero-link-82010 {
        margin-top: 30px;
    }

    [data-cattype="82010"] .hero-copy-82010 {
        max-width: 500px;
        padding: 34px 36px;
    }
}

@media (max-width: 767px) {
    [data-cattype="82010"] .hero-slider-82010,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper-outer,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper,
    [data-cattype="82010"] .hero-slider-82010 .owl-item,
    [data-cattype="82010"] .single-hero-slider-82010 {
        min-height: 440px;
    }

    [data-cattype="82010"] .hero-content-wrap-82010 {
        align-content: center;
        min-height: 440px;
        padding: 38px 30px 54px 0;
    }

    [data-cattype="82010"] .hero-copy-82010 {
        max-width: 100%;
        padding: 24px 24px;
        background: rgba(0, 0, 0, .22);
    }

    [data-cattype="82010"] .hero-copy-82010 h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    [data-cattype="82010"] .hero-description-82010 {
        display: -webkit-box;
        margin-top: 16px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    [data-cattype="82010"] .hero-link-82010 {
        margin-top: 20px;
        font-size: 16px;
    }

    [data-cattype="82010"] .hero-overlay-82010 {
        background: linear-gradient(
            90deg,
            rgba(0, 0, 0, .62) 0%,
            rgba(0, 0, 0, .38) 75%,
            rgba(0, 0, 0, .18) 100%
        );
    }

    [data-cattype="82010"] .owl-theme .owl-controls {
        top: auto;
        right: 20px;
        bottom: 16px;
        left: 20px;
        transform: none;
    }

    [data-cattype="82010"] .owl-theme .owl-controls .owl-pagination {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }

    [data-cattype="82010"] .owl-theme .owl-controls .owl-page span,
    [data-cattype="82010"] .owl-theme .owl-controls .owl-page.active span {
        width: 30px;
        height: 22px;
        font-size: 11px;
        line-height: 17px;
    }
}

@media (max-width: 480px) {
    [data-cattype="82010"] .hero-slider-82010,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper-outer,
    [data-cattype="82010"] .hero-slider-82010 .owl-wrapper,
    [data-cattype="82010"] .hero-slider-82010 .owl-item,
    [data-cattype="82010"] .single-hero-slider-82010,
    [data-cattype="82010"] .hero-content-wrap-82010 {
        min-height: 380px;
    }

    [data-cattype="82010"] .hero-content-wrap-82010 {
        padding: 28px 18px 48px 0;
    }

    [data-cattype="82010"] .hero-eyebrow-82010 {
        margin-bottom: 12px;
        font-size: 12px;
    }

    [data-cattype="82010"] .hero-description-82010 {
        display: none;
    }

    [data-cattype="82010"] .hero-copy-82010 {
        padding: 20px 18px;
    }
}
