.tx-sltd-video-hero {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    min-height: 100svh;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #050505;
}

body.tx-sltd-video-hero-active #header,
body.tx-sltd-video-hero-active #h-style-3,
body.tx-sltd-video-hero-active #h-style-3 .container {
    background: transparent;
}

body.tx-sltd-video-hero-active #h-style-3 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.tx-sltd-video-hero-active #h-style-3 .tx-header-overlay {
    z-index: 0;
    background-color: rgba(244, 244, 244, 0.68);
}

body.tx-sltd-video-hero-active #h-style-3>.container,
body.tx-sltd-video-hero-active #h-style-3 .tx_logo:not(.tx_sticky_logo),
body.tx-sltd-video-hero-active #h-style-3 .navbar,
body.tx-sltd-video-hero-active #h-style-3 .tx-nav-right-side-items-desktop,
body.tx-sltd-video-hero-active #h-style-3 .tx-nav-right-side-items-mobile {
    position: relative;
    z-index: 2;
}

body.tx-sltd-video-hero-active #h-style-3 .tx_logo:not(.tx_sticky_logo) {
    display: inline-flex;
    align-items: center;
    height: 75px;
    margin: 0;
}

body.tx-sltd-video-hero-active #h-style-3 .tx_sticky_logo {
    display: none;
}

body.tx-sltd-video-hero-active #h-style-3 .tx_logo:not(.tx_sticky_logo) img {
    width: auto;
    max-width: 100%;
    max-height: 115px;
}

body.tx-sltd-video-hero-active #h-style-3 .navbar-brand,
body.tx-sltd-video-hero-active #h-style-3 .mega-menu-title,
body.tx-sltd-video-hero-active #h-style-3 .search-icon,
body.tx-sltd-video-hero-active #h-style-3 .side_menu_icon,
body.tx-sltd-video-hero-active #h-style-3 .side_menu_icon i,
body.tx-sltd-video-hero-active #h-style-3 .search-icon i,
body.tx-sltd-video-hero-active #h-style-3 .mobile-nav-toggle,
body.tx-sltd-video-hero-active #h-style-3 .mobile-nav-toggle i {
    color: #1f2937;
}

body.tx-sltd-video-hero-active #h-style-3 .mega-menu-title:hover,
body.tx-sltd-video-hero-active #h-style-3 .current-menu-item>.mega-menu-title,
body.tx-sltd-video-hero-active #h-style-3 .current_page_item>.mega-menu-title {
    color: #111827;
}

.tx-sltd-video-hero__media,
.tx-sltd-video-hero__poster,
.tx-sltd-video-hero__video,
.tx-sltd-video-hero__overlay {
    position: absolute;
    inset: 0;
}

.tx-sltd-video-hero__poster {
    background-color: #050505;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.02);
}

.tx-sltd-video-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.15);
    opacity: 0;
    transition: opacity 0.5s ease, filter 0.5s ease;
}

.tx-sltd-video-hero.is-video-playing .tx-sltd-video-hero__video {
    opacity: 1;
}

.tx-sltd-video-hero__overlay {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.22) 38%, rgba(0, 0, 0, 0.16) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.22) 100%);
}

.tx-sltd-video-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    min-height: 100vh;
    min-height: 100svh;
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(170px, 22vh, 240px) 24px clamp(72px, 10vh, 112px);
}

.tx-sltd-video-hero__inner {
    width: min(100%, 720px);
}

.tx-sltd-video-hero__title {
    font-size: 50px !important;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.tx-sltd-video-hero__subtitle {
    margin: 22px 0 0;
    color: #f3f3f3;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.35;
    font-weight: 600;
}

.tx-sltd-video-hero__description {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.8;
}

.tx-sltd-video-hero__description p:last-child {
    margin-bottom: 0;
}

.tx-sltd-video-hero__actions {
    display: flex;
    margin-top: 28px;
}

.tx-sltd-video-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 30px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.tx-sltd-video-hero__button:hover,
.tx-sltd-video-hero__button:focus {
    color: #050505;
    background: #ffffff;
}

.tx-sltd-video-hero__button.is-disabled {
    opacity: 0.92;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .tx-sltd-video-hero__content {
        padding-top: 160px;
        padding-bottom: 72px;
    }

    .tx-sltd-video-hero__inner {
        width: min(100%, 640px);
    }
}

@media (max-width: 767px) {

    .tx-sltd-video-hero__video {
        filter: brightness(1.25);
    }

    body.tx-sltd-video-hero-active #h-style-3,
    body.tx-sltd-video-hero-active #h-style-3 .container {
        background: transparent;
    }

    body.tx-sltd-video-hero-active #h-style-3 .tx-header-overlay {
        background-color: rgba(244, 244, 244, 0.74);
    }

    body.tx-sltd-video-hero-active #h-style-3 .tx_logo:not(.tx_sticky_logo) {
        height: 75px;
    }

    body.tx-sltd-video-hero-active #h-style-3 .tx_logo:not(.tx_sticky_logo) img {
        max-height: 52px;
    }

    .tx-sltd-video-hero__content {
        align-items: center;
        padding: 144px 20px 48px;
    }

    .tx-sltd-video-hero__title {
        font-size: clamp(34px, 11vw, 54px);
    }

    .tx-sltd-video-hero__subtitle {
        margin-top: 18px;
        font-size: 18px;
    }

    .tx-sltd-video-hero__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .tx-sltd-video-hero__actions {
        margin-top: 24px;
    }

    .tx-sltd-video-hero__button {
        width: 100%;
        min-height: 52px;
        padding-right: 22px;
        padding-left: 22px;
    }
}