:root {
    --color-primary: #e42a1a;
    --color-primary-dark: #c72315;
    --color-secondary: #019bdd;
    --color-accent: #019bdd;
    --color-text: #1a1c1c;
    --color-muted: #4b5563;
    --color-surface: #ffffff;
    --af-primary: var(--color-primary);
    --af-primary-container: var(--color-primary-dark);
    --af-secondary-container: var(--color-secondary);
    --af-outline-variant: #e2e2e2;
    --af-surface-container-lowest: #ffffff;
    --af-surface-container-low: #f9f9f9;
    --af-surface-container-high: #f3f4f6;
    --af-on-surface: var(--color-text);
    --af-on-surface-variant: var(--color-muted);
    --af-on-primary: #ffffff;
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
         url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
    font-display: swap;
}

.fw-black {
    font-weight: 900;
}

body {
    background: #f8f8f8;
}

main :where(p, li, .od-textmedia__body, .od-seo-text-block__body, .od-background-text__body, .od-promo-text-image__body, .od-address__value) a:not(.btn):not(.od-rte-button) {
    color: var(--color-primary);
}

main :where(p, li, .od-textmedia__body, .od-seo-text-block__body, .od-background-text__body, .od-promo-text-image__body, .od-address__value) a:not(.btn):not(.od-rte-button):hover,
main :where(p, li, .od-textmedia__body, .od-seo-text-block__body, .od-background-text__body, .od-promo-text-image__body, .od-address__value) a:not(.btn):not(.od-rte-button):focus-visible {
    color: var(--color-primary-dark);
}

.od-group-rental {
    color: var(--color-text);
}

.od-group-rental__form {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: clamp(1.25rem, 2.8vw, 2rem);
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.od-group-rental__steps {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
}

.od-group-rental__step {
    display: inline-flex;
    width: 2.1rem;
    height: 2.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: var(--color-muted);
    font-weight: 900;
}

.od-group-rental__step.is-active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
}

.od-group-rental__panel {
    display: none;
    min-inline-size: 0;
}

.od-group-rental__panel.is-active {
    display: block;
}

.od-group-rental__panel legend {
    margin-bottom: 1.2rem;
    color: #111827;
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    line-height: 1.1;
    font-weight: 900;
}

.od-group-rental .form-label {
    color: #374151;
    font-weight: 800;
}

.od-group-rental .form-control {
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #111827;
}

.od-group-rental .form-control::placeholder {
    color: #9ca3af;
}

.od-group-rental .form-control:focus {
    border-color: var(--color-primary);
    color: #111827;
    box-shadow: 0 0 0 0.2rem rgba(228, 42, 26, 0.16);
}

.od-group-rental .invalid-feedback {
    color: var(--color-primary);
}

.od-group-rental .alert-success {
    border-color: rgba(25, 135, 84, 0.28);
    background: rgba(25, 135, 84, 0.08);
    color: #0f5132;
}

.od-group-rental .alert-danger {
    border-color: rgba(228, 42, 26, 0.24);
    background: rgba(228, 42, 26, 0.08);
    color: #991b1b;
}

.od-group-rental .btn-danger,
.od-group-rental__next {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.od-group-rental .btn-danger:hover,
.od-group-rental .btn-danger:focus,
.od-group-rental__next:hover,
.od-group-rental__next:focus {
    border-color: var(--color-primary-dark);
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-group-rental .btn-outline-secondary {
    border-color: #d1d5db;
    color: #374151;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.od-group-rental .btn-outline-secondary:hover,
.od-group-rental .btn-outline-secondary:focus {
    border-color: var(--color-primary);
    background: rgba(228, 42, 26, 0.06);
    color: var(--color-primary);
}

.od-group-rental__equipment-grid {
    display: flex;
    align-items: stretch;
    row-gap: 1.5rem;
}

.od-group-rental__equipment-grid > .od-group-rental__equipment {
    flex: 0 0 auto;
    width: 100%;
}

.od-group-rental__equipment {
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    background: #f9fafb;
}

.od-group-rental__equipment h3 {
    margin-bottom: 0.85rem;
    color: var(--color-primary);
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 900;
}

.od-group-rental__equipment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.od-group-rental__equipment-row:last-child {
    margin-bottom: 0;
}

.od-group-rental__equipment-row .form-label {
    margin-bottom: 0;
    line-height: 1.35;
}

.od-group-rental__quantity {
    flex: 0 0 5.25rem;
    width: 5.25rem;
    min-height: 2.5rem;
    padding: 0.45rem 0.6rem;
    text-align: center;
}

@media (min-width: 992px) {
    .od-group-rental__equipment-grid {
        column-gap: 1.5rem;
    }

    .od-group-rental__equipment-grid > .od-group-rental__equipment {
        width: calc((100% - 3rem) / 3);
    }
}

@media (max-width: 767.98px) {
    .od-group-rental__equipment-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .od-group-rental__quantity {
        width: 100%;
        flex-basis: auto;
    }
}

/* Bootstrap override: square + uniform buttons (Figma-like) */
.bs-override-square-buttons .btn,
.bs-override-square-buttons button,
.bs-override-square-buttons input[type="button"],
.bs-override-square-buttons input[type="submit"],
.bs-override-square-buttons input[type="reset"] {
    border-radius: 2px !important;
    min-height: 50px;
    padding: 0.75rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
}

.od-rte-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: .95rem 1.45rem;
    color: #ffffff;
    background: var(--color-primary);
    border: 0;
    border-radius: 2px;
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.od-rte-button:hover,
.od-rte-button:focus-visible {
    color: #ffffff;
    background: var(--color-primary-dark);
    text-decoration: none;
    transform: translateY(-1px);
}

.od-rte-button--outline {
    color: var(--color-primary);
    background: transparent;
    border: 1px solid var(--color-primary);
}

.od-rte-button--outline:hover,
.od-rte-button--outline:focus-visible,
.od-rte-button--outline.active,
.od-rte-button--outline[aria-current="page"],
.od-rte-button--outline[aria-pressed="true"] {
    color: #ffffff;
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.od-rte-button + .od-rte-button {
    margin-left: .75rem;
}

.od-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(180, 0, 18, 0.12);
    z-index: 1030;
    transition: transform 240ms ease, opacity 240ms ease, background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
    will-change: transform, opacity;
}

.od-navbar.od-navbar--hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.od-main--with-navbar-margin {
    margin-top: clamp(4.5rem, 6vw, 6rem);
}

.od-navbar .navbar-brand {
    color: var(--color-text) !important;
    letter-spacing: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin-right: 0.5rem;
}

.od-navbar__brand {
    overflow: visible;
}

.od-navbar .container-fluid {
    position: relative;
}

.od-navbar__logo-wrap {
    position: relative;
    width: clamp(6.4rem, 10vw, 7.6rem);
    height: 2.6rem;
    display: block;
    overflow: visible;
    --od-navbar-logo-mark-width: 1.72rem;
    --od-navbar-logo-gap: 0.08rem;
    --od-navbar-logo-text-left: calc(var(--od-navbar-logo-mark-width) + var(--od-navbar-logo-gap));
    --od-navbar-since-left-width: 2.44rem;
    --od-navbar-since-right-width: 2.72rem;
    --od-navbar-anniversary-mark-scale: 1.18;
    --od-navbar-anniversary-mark-drop: 0.12rem;
    --od-navbar-anniversary-mark-peak-offset: 0;
    --od-navbar-anniversary-mark-shift: 2.72rem;
    --od-navbar-anniversary-mark-shift-negative: -2.62rem;
    --od-navbar-since-right-left: 4.15rem;
}

.od-navbar:not(.od-navbar--on-top) .od-navbar__logo-wrap {
    width: clamp(6.4rem, 10vw, 7.6rem);
    height: 2.6rem;
    --od-navbar-logo-mark-width: 1.72rem;
    --od-navbar-logo-gap: 0.08rem;
    --od-navbar-since-left-width: 2.44rem;
    --od-navbar-since-right-width: 2.72rem;
    --od-navbar-anniversary-mark-scale: 1.18;
    --od-navbar-anniversary-mark-drop: 0.12rem;
    --od-navbar-anniversary-mark-peak-offset: -0.40rem;
    --od-navbar-anniversary-mark-shift: 2.72rem;
    --od-navbar-anniversary-mark-shift-negative: -2.62rem;
    --od-navbar-since-right-left: 4.15rem;
}

.od-navbar__logo {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    transform: translateY(-50%);
}

.od-navbar__logo--mark {
    width: var(--od-navbar-logo-mark-width);
    z-index: 3;
    opacity: 0;
    object-fit: cover;
    object-position: left center;
    transform-origin: left center;
}

.od-navbar__logo--static {
    width: 104%;
    height: 104%;
    z-index: 4;
    opacity: 1;
    object-fit: contain;
    object-position: left center;
    transform: translateY(-50%) translateX(0.2rem);
}

.od-navbar__logo--text {
    left: var(--od-navbar-logo-text-left);
    width: calc(100% - var(--od-navbar-logo-text-left));
    z-index: 1;
    opacity: 0;
    transform-origin: left center;
}

.od-navbar__logo--since {
    z-index: 2;
    height: 58%;
    opacity: 0;
    pointer-events: none;
    transform-origin: left center;
}

.od-navbar__logo--since-left {
    left: 0;
    width: var(--od-navbar-since-left-width);
    transform: translateY(-50%) translateX(var(--od-navbar-anniversary-mark-shift));
}

.od-navbar__logo--since-right {
    left: var(--od-navbar-since-right-left);
    width: var(--od-navbar-since-right-width);
    transform: translateY(-50%) translateX(var(--od-navbar-anniversary-mark-shift-negative));
}

@media (prefers-reduced-motion: no-preference) {
    .od-navbar--animate-logo .od-navbar__logo--static {
        opacity: 0;
    }

    .od-navbar--animate-logo .od-navbar__logo--mark,
    .od-navbar--animate-logo .od-navbar__logo--text {
        height: 98%;
    }

    .od-navbar--animate-logo .od-navbar__logo--since {
        height: 57%;
    }

    .od-navbar--animate-logo .od-navbar__logo--mark {
        animation: od-navbar-mark-swap 4600ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .od-navbar--animate-logo .od-navbar__logo--text {
        animation: od-navbar-wordmark-swap 4600ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .od-navbar--animate-logo .od-navbar__logo--since-left {
        animation: od-navbar-since-left-swap 4600ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .od-navbar--animate-logo .od-navbar__logo--since-right {
        animation: od-navbar-since-right-swap 4600ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }
}

@keyframes od-navbar-mark-swap {
    0%,
    10% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
    30%,
    70% {
        opacity: 1;
        transform: translateY(calc(-50% + var(--od-navbar-anniversary-mark-drop))) translateX(calc(var(--od-navbar-anniversary-mark-shift) + var(--od-navbar-anniversary-mark-peak-offset)));
    }
    90%,
    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes od-navbar-wordmark-swap {
    0%,
    10% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
        clip-path: inset(0 0 0 0);
    }
    26%,
    76% {
        opacity: 0;
        transform: translateY(-50%) translateX(-1.15rem);
        clip-path: inset(0 100% 0 0);
    }
    90%,
    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes od-navbar-since-left-swap {
    0%,
    18% {
        opacity: 0;
        transform: translateY(-50%) translateX(var(--od-navbar-anniversary-mark-shift));
    }
    34%,
    70% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
    82%,
    100% {
        opacity: 0;
        transform: translateY(-50%) translateX(var(--od-navbar-anniversary-mark-shift));
    }
}

@keyframes od-navbar-since-right-swap {
    0%,
    18% {
        opacity: 0;
        transform: translateY(-50%) translateX(var(--od-navbar-anniversary-mark-shift-negative));
    }
    34%,
    70% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
    82%,
    100% {
        opacity: 0;
        transform: translateY(-50%) translateX(var(--od-navbar-anniversary-mark-shift-negative));
    }
}

.od-navbar__brand-text {
    display: inline-block;
    color: #2563eb;
    font-size: 1.5rem;
    line-height: 1.33;
    font-weight: 900;
    text-transform: uppercase;
}

.od-navbar-quickmenu {
    position: absolute;
    inset: 0;
    justify-content: center;
    gap: 2rem;
    z-index: 2;
    pointer-events: none;
}

.od-navbar-quickmenu__entry {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    pointer-events: auto;
}

.od-navbar-quickmenu__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.od-navbar-quickmenu__item--text {
    width: auto;
    min-width: 0;
    height: 1.5rem;
    padding: 0;
    margin-left: 0;
    position: relative;
}

.od-navbar-quickmenu__icon {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
    filter: brightness(0);
}

.od-navbar-quickmenu__text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    white-space: nowrap;
}

.od-navbar-quickmenu__item--text .od-navbar-quickmenu__label {
    display: none;
}

.od-navbar-quickmenu__item--text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.35rem;
    height: 2px;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
}

.od-navbar-quickmenu__item--text:hover .od-navbar-quickmenu__text,
.od-navbar-quickmenu__item--text:focus-visible .od-navbar-quickmenu__text {
    color: var(--color-primary);
}

.od-navbar-quickmenu__item--text:hover::after,
.od-navbar-quickmenu__item--text:focus-visible::after,
.od-navbar-quickmenu__item--text.active::after {
    transform: scaleX(1);
}

.od-navbar-quickmenu__entry--has-dropdown .od-navbar-quickmenu__text::after {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.45rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-0.15rem) rotate(45deg);
}

.od-navbar-quickmenu__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 13.5rem;
    padding-top: 0.55rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 120ms ease, visibility 120ms ease;
}

.od-navbar-quickmenu__entry:hover .od-navbar-quickmenu__dropdown,
.od-navbar-quickmenu__entry:focus-within .od-navbar-quickmenu__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.od-navbar-quickmenu__dropdown-list {
    margin: 0;
    padding: 0.45rem 0;
    list-style: none;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 3px solid var(--color-primary);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.od-navbar-quickmenu__dropdown-link {
    display: block;
    padding: 0.7rem 1rem;
    color: var(--color-text);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
}

.od-navbar-quickmenu__dropdown-link:hover,
.od-navbar-quickmenu__dropdown-link:focus-visible,
.od-navbar-quickmenu__dropdown-link.active {
    color: var(--color-primary);
    background: rgba(228, 42, 26, 0.06);
}

.od-navbar-quickmenu__label {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 50%;
    transform: translate(-50%, -0.25rem);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    background: rgba(24, 28, 34, 0.9);
    color: #fff;
    font-size: 0.68rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.4rem 0.5rem;
    border-radius: 0.3rem;
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 6;
}

.od-navbar-quickmenu__item:hover .od-navbar-quickmenu__label,
.od-navbar-quickmenu__item:focus-visible .od-navbar-quickmenu__label {
    opacity: 1;
    transform: translate(-50%, 0);
}

.od-navbar.od-navbar--on-top {
    background: transparent;
    border-bottom-color: transparent;
    backdrop-filter: none;
}

.od-navbar.od-navbar--on-top .od-navbar__logo {
    height: 100%;
}

.od-navbar.od-navbar--on-top .od-navbar__logo-wrap {
    width: clamp(11rem, 18vw, 14.5rem);
    height: 4.3rem;
    --od-navbar-logo-mark-width: 2.85rem;
    --od-navbar-logo-gap: 0.12rem;
    --od-navbar-since-left-width: 4rem;
    --od-navbar-since-right-width: 4.45rem;
    --od-navbar-anniversary-mark-scale: 1.16;
    --od-navbar-anniversary-mark-drop: 0.16rem;
    --od-navbar-anniversary-mark-peak-offset: 0.68rem;
    --od-navbar-anniversary-mark-shift: 3.73rem;
    --od-navbar-anniversary-mark-shift-negative: -3.73rem;
    --od-navbar-since-right-left: 8.45rem;
}

.od-navbar.od-navbar--on-top .od-navbar__brand-text {
    color: #fff;
}

.od-navbar.od-navbar--on-top .od-navbar-quickmenu__icon {
    width: 2.1rem;
    height: 2.1rem;
    filter: brightness(0) invert(1);
}

.od-navbar.od-navbar--on-top .od-navbar-quickmenu__text {
    color: #fff;
}

.od-navbar.od-navbar--on-top .od-menu-toggle {
    color: #fff;
}

.od-navbar.od-navbar--on-top .od-menu-toggle-btn .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.od-navbar.od-navbar--top-solid.od-navbar--on-top {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-bottom-color: rgba(180, 0, 18, 0.12);
}

.od-navbar.od-navbar--top-solid.od-navbar--on-top .od-navbar__brand-text {
    color: #2563eb;
}

.od-navbar.od-navbar--top-solid.od-navbar--on-top .od-navbar-quickmenu__icon {
    width: 1.75rem;
    height: 1.75rem;
    filter: brightness(0);
}

.od-navbar.od-navbar--top-solid.od-navbar--on-top .od-navbar-quickmenu__text,
.od-navbar.od-navbar--top-solid.od-navbar--on-top .od-nav-cart {
    color: var(--color-text);
}

.od-navbar.od-navbar--top-solid.od-navbar--on-top .od-menu-toggle-btn .navbar-toggler-icon {
    filter: none;
}

.od-menu-toggle {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-text);
}

.od-menu-toggle-btn .navbar-toggler-icon {
    width: 1.15em;
    height: 1.15em;
}

.od-navbar .od-menu-toggle-btn {
    min-height: 2.75rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--color-primary);
    border-radius: 2px;
    background: var(--color-primary);
    color: #ffffff;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.od-navbar .od-menu-toggle-btn:hover,
.od-navbar .od-menu-toggle-btn:focus-visible {
    border-color: #017fb6;
    background: #017fb6;
    color: #ffffff;
}

.od-navbar .od-menu-toggle-btn:active {
    transform: translateY(1px);
}

.od-navbar .od-menu-toggle-btn .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.od-nav-cta {
    --bs-btn-border-radius: 0;
    height: 32px;
    min-width: 108px;
    padding: 4px 14px;
    margin-right: 0.75rem;
    border: 0;
    border-radius: 0;
    background: var(--color-primary);
    color: #ffffff;
    font-family: "Lexend", "Manrope", "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: none;
}

.od-nav-cta:hover,
.od-nav-cta:focus-visible {
    background: #017fb6;
    color: #ffffff;
}

.od-navbar.od-navbar--on-top:not(.od-navbar--top-solid) .od-nav-cta {
    background: var(--color-primary);
    color: #ffffff;
}

.od-nav-cart {
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    line-height: 1;
    position: relative;
    margin-right: 0.6rem;
}

.od-nav-cart .cart-bubble {
    background: var(--color-accent);
    color: #000000;
    border-radius: 999px;
    width: 18px;
    height: 18px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -8px;
    border: 1px solid var(--color-accent);
    display: block;
    opacity: 0;
    transition: opacity 140ms ease;
}

.od-navbar.od-navbar--on-top:not(.od-navbar--top-solid) .od-nav-cart .cart-bubble {
    background: #ffffff;
    color: #1a1c1e;
    border-color: #ffffff;
}

.od-offcanvas-nav {
    max-width: 26rem;
    background: var(--color-surface);
}

.od-nav-list > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.od-nav-list .nav-link {
    padding: 0.75rem 0;
}

.od-navbar .nav-link {
    color: #3d3a3a;
}

.od-navbar .nav-link.active,
.od-navbar .nav-link:hover {
    color: var(--color-primary);
}

.od-subnav-list {
    padding-left: 0.75rem;
}

.od-subnav-list .nav-link {
    color: var(--color-muted);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.od-subnav-toggle-icon {
    display: inline-flex;
    margin-left: 0.5rem;
    transform-origin: center;
    transition: transform 180ms ease;
}

.od-subnav-toggle-btn {
    align-self: stretch;
    min-width: 3rem;
    margin-left: 0.5rem;
    padding-left: 0.75rem;
}

.od-subnav-toggle-btn[aria-expanded="true"] .od-subnav-toggle-icon {
    transform: rotate(180deg);
}

.od-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), 0 3px 10px rgba(0, 0, 0, 0.09);
}

.od-language-switcher__item {
    min-width: 2.35rem;
    height: 1.9rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

.od-language-switcher__item:hover,
.od-language-switcher__item:focus-visible {
    background: rgba(255, 255, 255, 0.62);
    color: var(--color-text);
}

.od-language-switcher__item.active {
    background: var(--color-primary);
    color: #fff;
}

.od-language-switcher__item.disabled {
    opacity: 0.45;
    pointer-events: none;
}

.od-hero {
    min-height: 86vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
}

.od-hero-carousel {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.frame-type-sitepackage_hero,
.frame-type-sitepackage-hero {
    width: 100%;
    max-width: none;
}

.od-hero-carousel .od-hero-carousel__swiper {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
}

.od-hero-carousel .od-hero-carousel__swiper,
.od-hero-carousel .swiper-wrapper,
.od-hero-carousel .od-hero-carousel__slide {
    min-height: 86vh;
}

.od-hero-carousel .od-hero-carousel__swiper {
    position: relative;
}

.od-hero-carousel .od-hero-carousel__slide {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    flex: 0 0 100vw;
    overflow: hidden;
}

.od-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
}

.od-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}

.od-hero-content {
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    min-height: 86vh;
}

.od-hero-content__inner {
    width: min(100%, 1280px);
    display: flex;
    align-items: center;
    min-height: 100%;
}

.od-hero-glass-card {
    width: min(100%, 42rem);
    padding: clamp(1.3rem, 2vw, 2.5rem);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.28) 0%, rgba(230, 238, 248, 0.16) 100%);
    backdrop-filter: blur(20px) saturate(1.15);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52), 0 14px 34px rgba(24, 45, 78, 0.18);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.od-hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.375rem 1rem;
    border-radius: 999px;
    background: var(--color-secondary);
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
}

.od-hero-title {
    margin: 0;
    color: #1a1c1e;
    font-size: clamp(1.75rem, 2.8vw, 3.1rem);
    font-weight: 800;
    line-height: 1.1;
}

.od-hero-copy {
    margin: 0;
    color: #424753;
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 28rem;
}

.od-hero-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 0.5rem;
}

.od-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    padding: 1.25rem 2.5rem;
    border-radius: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.od-hero-btn--primary {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 4px 6px -4px rgba(59, 130, 246, 0.2), 0 10px 15px -3px rgba(59, 130, 246, 0.2);
}

.od-hero-btn--secondary {
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: #fff;
}

.od-hero-btn:hover {
    transform: translateY(-1px);
}

.od-hero-btn--primary:hover {
    color: #fff;
    background: var(--color-primary-dark);
}

.od-hero-btn--secondary:hover {
    color: #fff;
    background: #017fb6;
    border-color: #017fb6;
}

.od-hero-carousel__controls {
    position: absolute;
    right: clamp(1rem, 4vw, 2.6rem);
    bottom: 7rem;
    z-index: 4;
    gap: 0.5rem;
}

.od-hero-carousel__next,
.od-hero-carousel__prev {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(20, 28, 36, 0.45);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.od-hero-carousel__next:hover,
.od-hero-carousel__prev:hover {
    background: rgba(20, 28, 36, 0.68);
    border-color: rgba(255, 255, 255, 0.7);
}

.od-hero-carousel > .od-hero-carousel__pagination.swiper-pagination {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 2.35rem !important;
    transform: none !important;
    z-index: 12 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    pointer-events: auto;
}

.od-hero-carousel .od-hero-carousel__pagination .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.9);
    opacity: 1;
}

.od-hero-carousel .od-hero-carousel__pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.od-hero-carousel .od-hero-carousel__pagination.swiper-pagination-lock {
    display: inline-flex !important;
}

@media (max-width: 767.98px) {
    .od-hero-content {
        min-height: 74vh;
    }

    .od-hero-glass-card {
        width: 100%;
        border-radius: 1rem;
        padding: 1rem;
    }

    .od-hero-pill {
        font-size: 0.9rem;
        line-height: 1.35rem;
    }

    .od-hero-title {
        font-size: clamp(1.35rem, 7vw, 2rem);
    }

    .od-hero-actions {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .od-hero-btn {
        width: 100%;
        flex: 0 0 100%;
        min-height: 3.4rem;
        padding: 0.95rem 1.1rem;
    }

    .od-hero-carousel > .od-hero-carousel__pagination.swiper-pagination {
        bottom: 1.35rem !important;
    }
}

.od-teaser {
    min-height: auto;
    overflow: hidden;
}

.od-teaser-large {
    min-height: auto;
}

.od-teaser .card-img {
    height: auto;
    transform: scale(1);
    transition: transform 450ms cubic-bezier(.2, .65, .2, 1), filter 450ms ease;
    will-change: transform;
    border-radius: 0 !important;
}

.od-teaser::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.16));
}

.od-teaser .card-img-overlay {
    position: absolute;
    z-index: 2;
    border-radius: 0 !important;
}

.od-teaserswiper .od-teaser:hover .card-img {
    transform: scale(1.08);
    filter: contrast(1.05) saturate(1.05);
}

.od-teaser__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    text-decoration: none;
}

.od-teaser-cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.od-teaser-cards__card {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border-radius: 8px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    display: block;
}

.od-teaser-cards__link {
    position: absolute;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none;
}

.od-teaser-cards__card:hover,
.od-teaser-cards__card:focus-within {
    color: #ffffff;
}

.od-teaser-cards__card--wide {
    grid-column: 1 / -1;
}

.od-teaser-cards__media,
.od-teaser-cards__shade {
    position: absolute;
    inset: 0;
}

.od-teaser-cards__media {
    overflow: hidden;
}

.od-teaser-cards__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 450ms cubic-bezier(.2, .65, .2, 1), filter 450ms ease;
}

.od-teaser-cards__card:hover .od-teaser-cards__image,
.od-teaser-cards__card:focus-within .od-teaser-cards__image {
    transform: scale(1.06);
    filter: contrast(1.05) saturate(1.05);
}

.od-teaser-cards__shade {
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

.od-teaser-cards__card--wide .od-teaser-cards__shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.od-teaser-cards__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 32px;
    max-width: 680px;
}

.od-teaser-cards__card--wide .od-teaser-cards__content {
    top: 0;
    justify-content: flex-end;
    padding: 40px;
}

.od-teaser-cards__kicker {
    color: var(--color-primary);
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.od-teaser-cards__title {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.od-teaser-cards__card--wide .od-teaser-cards__title {
    font-size: 36px;
    line-height: 40px;
}

.od-teaser-cards__text {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 28px;
    max-width: 720px;
}

.od-teaser-cards__card--wide .od-teaser-cards__text {
    margin-bottom: 32px;
    font-size: 20px;
}

.od-teaser-cards__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 16px 32px;
    border-radius: 2px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.od-teaser-cards__button--primary {
    background: var(--color-primary);
    color: #ffffff;
}

.od-teaser-cards__button--secondary {
    background: #ffffff;
    color: #1a1c1c;
}

@media (max-width: 991.98px) {
    .od-teaser-cards__card,
    .od-teaser-cards__card--wide {
        min-height: 420px;
    }

    .od-teaser-cards__content,
    .od-teaser-cards__card--wide .od-teaser-cards__content {
        padding: 28px;
    }
}

@media (max-width: 767.98px) {
    .od-teaser-cards__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .od-teaser-cards__card--wide {
        grid-column: auto;
    }

    .od-teaser-cards__card,
    .od-teaser-cards__card--wide {
        min-height: 360px;
    }

    .od-teaser-cards__card--wide .od-teaser-cards__shade {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .od-teaser-cards__content,
    .od-teaser-cards__card--wide .od-teaser-cards__content {
        top: auto;
        padding: 24px;
    }

    .od-teaser-cards__title,
    .od-teaser-cards__card--wide .od-teaser-cards__title {
        font-size: 26px;
        line-height: 32px;
    }

    .od-teaser-cards__text,
    .od-teaser-cards__card--wide .od-teaser-cards__text {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
    }
}

.od-live-bar {
    background: rgba(18, 18, 18, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
    transition: transform 240ms ease, opacity 240ms ease;
    will-change: transform, opacity;
}

.od-live-bar__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.od-live-bar__item .bi {
    font-size: 0.95rem;
    line-height: 1;
}

.od-live-bar.od-live-bar--hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.od-footer {
    margin-bottom: 0;
    background: #09090b !important;
    border-top: 1px solid #18181b;
    color: #a1a1aa;
}

.od-footer,
.od-footer p,
.od-footer span,
.od-footer li,
.od-footer small,
.od-footer .text-secondary,
.od-footer [class*="text-"] {
    color: #a1a1aa !important;
}

.od-footer h1,
.od-footer h2,
.od-footer h3,
.od-footer h4,
.od-footer h5,
.od-footer h6,
.od-footer strong,
.od-footer b {
    color: #ffffff !important;
}

.od-footer .row > div {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #63636c;
}

.od-footer .frame-type-text h1,
.od-footer .frame-type-text h2,
.od-footer .frame-type-text h3,
.od-footer .frame-type-text h4,
.od-footer .frame-type-text h5,
.od-footer .frame-type-text h6 {
    margin: 0 0 1.15rem;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
}

.od-footer .frame-type-text p {
    margin-bottom: 0.5rem;
    color: #a1a1aa;
    font-weight: 500;
}

.od-footer .frame-type-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.od-footer .frame-type-text li {
    margin-bottom: 0.72rem;
    color: #a1a1aa;
    font-weight: 600;
}

.od-footer .frame-type-text a {
    color: #a1a1aa;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 180ms ease, border-color 180ms ease;
}

.od-footer .frame-type-text a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.od-footer .frame-type-text strong,
.od-footer .frame-type-text b {
    color: #ffffff;
    font-weight: 800;
}

/* Footer-specific reset for text content elements rendered via Text.html */
.od-footer .od-textmedia {
    max-width: none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.od-footer .od-textmedia .row {
    margin-left: 0;
    margin-right: 0;
}

.od-footer .od-textmedia .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.od-footer .od-textmedia__panel {
    background: transparent;
    padding: 0;
    min-height: 0;
}

.od-footer .od-textmedia__headline {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(1.1rem, 1rem + 0.45vw, 1.4rem);
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.od-footer .od-textmedia__subheadline {
    margin-bottom: 0.6rem;
    color: #a1a1aa;
    font-size: 0.76rem;
    letter-spacing: 0.05em;
}

.od-footer .od-textmedia__body {
    color: #a1a1aa;
    font-size: 0.92rem;
    line-height: 1.5;
}

.od-footer .od-textmedia__body p {
    margin-bottom: 0.5rem;
}

.od-footer .od-textmedia__body ul {
    margin: 0;
    padding-left: 1.1rem;
}

.od-footer .od-textmedia__body li {
    margin-bottom: 0.35rem;
}

.od-footer .od-textmedia__cta {
    margin-top: 0.75rem !important;
}

.od-footer .frame,
.od-footer [class*="frame-space-"] {
    background: transparent !important;
    box-shadow: none !important;
}

.od-footer a,
.od-footer a:visited,
.od-footer a:hover,
.od-footer a:focus,
.od-footer a:active {
    color: inherit !important;
    text-decoration: none !important;
    border: 0 !important;
}

.btn-danger {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-danger:hover {
    background-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}

.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.od-split-feature-title {
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    letter-spacing: 0;
}

.od-split-feature-line-lg {
    background-color: var(--color-primary);
    width: 3rem;
    height: 0.5rem;
}

.od-split-feature-line-sm {
    width: 1.5rem;
    height: 0.5rem;
    background-color: var(--color-primary);
}

.od-split-feature-copy p {
    margin-bottom: 1rem;
}

.od-split-feature-link {
    transition: gap 250ms ease;
}

.od-split-feature-link:hover {
    gap: 2rem !important;
}

.od-split-feature-image-frame {
    aspect-ratio: 4 / 5;
    border-radius: 0 !important;
}

.od-split-feature-badge {
    background-color: var(--color-primary);
    left: -2.5rem;
    bottom: -2.5rem;
    padding: 2rem 2.25rem;
}

.od-split-feature-badge-value {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
}

.od-split-feature-badge-text {
    letter-spacing: 0;
    font-size: 0.65rem;
}

.od-split-feature-image-frame img,
.od-teaser-cards .card,
.od-teaser-cards .card-img,
.od-teaserswiper .card,
.od-teaserswiper .card-img {
    border-radius: 0 !important;
}

.od-textpic-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.od-textpic-split--media-right .od-textpic-media {















    order: 2;
}

.od-textpic-split--media-right .od-textpic-content {
    order: 1;
}

.od-textpic-split--media-right .od-textpic-badge {
    right: auto;
    left: clamp(1rem, 2.5vw, 2rem);
}

.od-textpic-media {
    position: relative;
}

.od-textpic-media-inner {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--af-outline-variant);
}

.od-textpic-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.od-textpic-badge {
    position: absolute;
    right: clamp(1rem, 2.5vw, 2rem);
    bottom: clamp(-1.5rem, -1.5vw, -1rem);
    z-index: 20;
    min-width: 13rem;
    max-width: 18rem;
    padding: 0.9rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid var(--af-outline-variant);
    box-shadow: 0 10px 24px rgba(26, 28, 30, 0.12);
}

.od-textpic-badge-value,
.od-textpic-badge-text {
    margin: 0;
    color: var(--af-on-surface);
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 600;
}

.od-textpic-badge-text {
    margin-top: 0.2rem;
    color: var(--af-on-surface-variant);
    font-size: 0.95rem;
    font-weight: 500;
}

.od-textpic-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.od-textpic-title {
    margin: 0;
    color: var(--af-on-surface);
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    line-height: 1.2;
    font-weight: 600;
}

.od-textpic-copy,
.od-textpic-copy p {
    margin: 0;
    color: var(--af-on-surface-variant);
    font-size: 1rem;
    line-height: 1.5;
}

.od-textpic-copy p + p {
    margin-top: 1rem;
}

.od-textpic-copy ul,
.od-textpic-copy ol {
    margin: 0.75rem 0 0;
    padding-left: 1.5rem;
}

.od-textpic-copy ul {
    list-style: disc;
}

.od-textpic-copy ol {
    list-style: decimal;
}

.od-textpic-copy li {
    padding-left: 0.25rem;
    font-size: 1rem;
    line-height: 1.45;
    color: var(--af-on-surface-variant);
}

.od-textpic-copy li + li {
    margin-top: 0.5rem;
}

.od-textpic-copy li::marker {
    color: var(--af-primary);
}

.od-textpic-cta {
    padding-top: 0.25rem;
}

.od-textpic-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 3.5rem;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    background: var(--af-primary);
    color: var(--af-on-primary);
    text-decoration: none;
}

.od-textpic-btn:hover {
    background: var(--af-primary-container);
    color: var(--af-on-primary);
}

.od-textpic-btn .bi {
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .od-textpic-split {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .od-textpic-split--media-right .od-textpic-media,
    .od-textpic-split--media-right .od-textpic-content {
        order: initial;
    }

    .od-textpic-badge {
        right: 1rem;
        bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .od-textpic-btn {
        width: 100%;
        justify-content: center;
    }

}

.od-promo-text-image {
    background: var(--color-surface);
}

.od-promo-text-image__split {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: clamp(34rem, 54vw, 45rem);
}

.od-promo-text-image--no-media .od-promo-text-image__split {
    grid-template-columns: 1fr;
}

.od-promo-text-image__split--has-badge {
    margin-top: clamp(4rem, 9vw, 8rem);
}

.od-promo-text-image__split--media-right .od-promo-text-image__media {
    order: 2;
}

.od-promo-text-image__split--media-right .od-promo-text-image__content {
    order: 1;
}

.od-promo-text-image__media {
    position: relative;
    min-height: 30rem;
    overflow: hidden;
    background: #0f1b2f;
}

.od-promo-text-image__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.od-promo-text-image__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.od-promo-text-image__badge {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;
    width: clamp(6.5rem, 12vw, 10.75rem);
    transform: translate(-50%, -55%);
    pointer-events: none;
}

.od-promo-text-image__badge-image {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 1rem 1.75rem rgba(26, 28, 28, 0.18));
}

.od-promo-text-image__badge-mobile {
    display: none;
}

.od-promo-text-image__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 7vw, 6rem);
    overflow: hidden;
    background: var(--color-surface);
    color: var(--color-text);
}

.od-promo-text-image--bg-1 .od-promo-text-image__content {
    background: var(--color-primary);
    color: #ffffff;
}

.od-promo-text-image--bg-2 .od-promo-text-image__content {
    background: var(--color-secondary);
    color: #ffffff;
}

.od-promo-text-image__content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    opacity: 0.1;
    border-top: 4.25rem solid currentColor;
    border-right: 4.25rem solid currentColor;
    transform: translate(2rem, -2rem) rotate(45deg);
    pointer-events: none;
}

.od-promo-text-image__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 36rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.od-promo-text-image__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.od-promo-text-image__label {
    margin: 0;
    padding: 0.25rem 0.75rem;
    background: #ffffff;
    color: var(--color-primary-dark);
    font-size: 0.875rem;
    line-height: 1.45;
    text-transform: uppercase;
}

.od-promo-text-image--bg-2 .od-promo-text-image__label {
    color: var(--color-secondary);
}

.od-promo-text-image__title {
    margin: 0;
    max-width: 32rem;
    font-size: clamp(1.65rem, 2.8vw, 2.6rem);
    line-height: 1.12;
    font-weight: 700;
}

.od-promo-text-image__body {
    color: rgba(26, 28, 28, 0.78);
    font-size: 1rem;
    line-height: 1.65;
}

.od-promo-text-image--bg-1 .od-promo-text-image__body,
.od-promo-text-image--bg-2 .od-promo-text-image__body {
    color: rgba(255, 255, 255, 0.95);
}

.od-promo-text-image__body p {
    margin: 0;
}

.od-promo-text-image__body p + p {
    margin-top: 1.5rem;
}

.od-promo-text-image__body em,
.od-promo-text-image__body i {
    color: rgba(26, 28, 28, 0.68);
}

.od-promo-text-image--bg-1 .od-promo-text-image__body em,
.od-promo-text-image--bg-1 .od-promo-text-image__body i,
.od-promo-text-image--bg-2 .od-promo-text-image__body em,
.od-promo-text-image--bg-2 .od-promo-text-image__body i {
    color: rgba(255, 255, 255, 0.8);
}

.od-promo-text-image__body a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.od-promo-text-image__cta {
    padding-top: 1rem;
}

.od-promo-text-image__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 3.5rem;
    padding: 1rem 2.5rem;
    background: var(--color-primary);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.od-promo-text-image--bg-1 .od-promo-text-image__button,
.od-promo-text-image--bg-2 .od-promo-text-image__button {
    background: #ffffff;
    color: var(--color-primary);
}

.od-promo-text-image--bg-2 .od-promo-text-image__button {
    color: var(--color-secondary);
}

.od-promo-text-image__button:hover,
.od-promo-text-image__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-promo-text-image--bg-1 .od-promo-text-image__button:hover,
.od-promo-text-image--bg-1 .od-promo-text-image__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-promo-text-image--bg-2 .od-promo-text-image__button:hover,
.od-promo-text-image--bg-2 .od-promo-text-image__button:focus-visible {
    background: #ffffff;
    color: var(--color-primary);
}

.od-promo-text-image__button .bi {
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .od-promo-text-image__split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .od-promo-text-image__split--has-badge {
        margin-top: 0;
    }

    .od-promo-text-image__split--media-right .od-promo-text-image__media,
    .od-promo-text-image__split--media-right .od-promo-text-image__content {
        order: initial;
    }

    .od-promo-text-image__media {
        min-height: clamp(18rem, 62vw, 32rem);
    }

    .od-promo-text-image__badge {
        display: none;
    }

    .od-promo-text-image__badge-mobile {
        display: block;
        width: clamp(5.75rem, 20vw, 7.5rem);
        margin-block: 0.25rem;
    }

    .od-promo-text-image__content {
        padding: clamp(2.5rem, 8vw, 4rem) clamp(1.5rem, 6vw, 3rem);
    }
}

@media (max-width: 767.98px) {
    .od-promo-text-image__inner {
        gap: 1.5rem;
    }

    .od-promo-text-image__button {
        width: 100%;
        padding-inline: 1.5rem;
    }
}

.od-bento {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    overflow-x: clip;
}

.od-bento__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.od-bento__kicker {
    margin: 0;
    color: var(--af-on-surface);
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
}

.od-bento__divider {
    width: 5rem;
    height: 0.25rem;
    border-radius: 999px;
    background: var(--af-secondary-container);
}

.od-bento__grid {
    display: block;
}

.od-bento__card {
    height: 100%;
    min-width: 0;
    border-radius: 1.5rem;
    border: 1px solid var(--af-outline-variant);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: var(--af-surface-container-lowest);
    padding: clamp(1.25rem, 2.2vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.od-bento__card--feature {
    min-height: 24rem;
    flex-direction: row;
    align-items: stretch;
    gap: 1.2rem;
}

.od-bento__feature-copy {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.od-bento__feature-media {
    flex: 1 1 0;
    min-width: 0;
    min-height: 14rem;
    border-radius: 1rem;
    overflow: hidden;
}

.od-bento__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.od-bento__card--muted {
    background: var(--af-surface-container-low);
}

.od-bento__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.55rem;
    line-height: 1;
    color: var(--af-primary);
}

.od-bento__title {
    margin: 0;
    color: var(--af-on-surface);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.od-bento__text,
.od-bento__text p {
    margin: 0;
    color: var(--af-on-surface-variant);
    font-size: 1rem;
    line-height: 1.5rem;
}

.od-bento__bullets {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.5rem;
}

.od-bento__bullet {
    color: var(--af-primary);
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    padding-left: 1.1rem;
}

.od-bento__bullet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--af-primary);
}

.od-bento__partner {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--af-outline-variant);
}

.od-bento__partner-label {
    color: var(--af-on-surface-variant);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    line-height: 1.35rem;
}

.od-bento__partner-value {
    color: var(--af-primary);
    font-size: 1rem;
    line-height: 1.5rem;
}

.od-bento__link {
    margin-top: 0.5rem;
    color: var(--af-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.od-bento__link:hover {
    color: var(--af-primary-container);
}

@media (max-width: 991.98px) {
    .od-bento__card--feature {
        flex-direction: column;
        min-height: auto;
    }

    .od-bento__feature-media {
        min-height: 14rem;
    }
}

.od-shop-bento__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
    align-items: stretch;
}

.od-shop-bento__grid-item {
    min-width: 0;
    display: flex;
}

.od-shop-bento__card {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.od-shop-bento__media-wrap {
    position: relative;
}

.od-shop-bento__media {
    width: 100%;
    height: clamp(260px, 15vw, 340px);
    object-fit: cover;
    display: block;
}

.od-shop-bento__kicker {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 4px 13px 5px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    color: #1a1c1c;
}

.od-shop-bento__body {
    padding: clamp(18px, 1.35vw, 26px);
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.od-shop-bento__title {
    font-size: clamp(1.45rem, 1.25vw, 1.9rem);
    line-height: 1.15;
    margin: 0 0 10px;
    color: #1a1c1c;
    overflow-wrap: anywhere;
}

.od-shop-bento__address {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #59595b;
    font-size: 16px;
    line-height: 1.6;
}

.od-shop-bento__address .bi {
    font-size: 14px;
    margin-top: 5px;
}

.od-shop-bento__desc {
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.od-shop-bento__services-near-address {
    margin-bottom: 16px;
}

.od-shop-bento__hours {
    margin-bottom: 24px;
}

.od-shop-bento__hours-rows {
    display: grid;
    gap: 8px;
}

.od-shop-bento__hours-row {
    display: grid;
    grid-template-columns: minmax(72px, auto) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.od-shop-bento__hours-season {
    color: #1a1c1c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.od-shop-bento__label {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #59595b;
    margin-bottom: 4px;
    font-weight: 500;
}

.od-shop-bento__value {
    font-size: 16px;
    line-height: 1.6;
    color: #1a1c1c;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 399.98px) {
    .od-shop-bento__hours-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.od-shop-bento__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.od-shop-bento__tag {
    font-size: 12px;
    line-height: 1.2;
    padding: 2px 8px;
    background: #eeeeee;
    border-radius: 2px;
    color: #1a1c1c;
    font-weight: 500;
}

.od-shop-bento__button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: auto;
}

.od-shop-bento__button--primary {
    background: #006491;
    color: #ffffff;
    border: 1px solid #006491;
}

.od-shop-bento__button--secondary {
    background: #ffffff;
    color: #1a1c1c;
    border: 1px solid #dadada;
}

@media (min-width: 768px) and (max-width: 1999.98px) {
    .od-shop-bento__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .od-shop-bento__media {
        height: clamp(300px, 20vw, 420px);
    }
}

@media (max-width: 767.98px) {
    .od-shop-bento__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .od-shop-bento__media {
        height: 260px;
    }

    .od-shop-bento__title {
        font-size: 2rem;
    }

    .od-shop-bento__body {
        padding: 18px;
    }
}

.od-cta {
    position: relative;
    overflow: hidden;
    border-radius: 2.5rem;
    background: #0058bd;
    padding: clamp(2rem, 7vw, 6rem);
}

.od-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.od-cta__kicker {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}

.od-cta__title {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1.2;
    font-weight: 700;
}

.od-cta__copy,
.od-cta__copy p {
    margin: 0;
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}

.od-cta__actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
}

.od-cta__btn {
    min-height: 4.1rem;
    padding: 1.25rem 2.5rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
}

.od-cta__btn--primary {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.od-cta__btn--primary:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

.od-cta__btn--secondary {
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: #fff;
}

.od-cta__btn--secondary:hover {
    background: #017fb6;
    border-color: #017fb6;
    color: #fff;
}

@media (max-width: 767.98px) {
    .od-cta {
        border-radius: 1.5rem;
        padding: 1.4rem 1rem;
    }

    .od-cta__actions {
        width: 100%;
    }

    .od-cta__btn {
        width: 100%;
        min-height: 3.4rem;
        padding: 0.95rem 1rem;
    }
}

.od-product-teaser__swiper {
    overflow: visible;
}

.od-product-card {
    height: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #c2c6d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.od-product-card__media {
    position: relative;
    height: 16rem;
    overflow: hidden;
}

.od-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.od-product-card__badge {
    position: absolute;
    left: 1rem;
    top: 0.7rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    background: var(--color-secondary);
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.od-product-card__body {
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 0.5rem;
    column-gap: 0.75rem;
}

.od-product-card__title {
    margin: 0;
    color: #1a1c1e;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.od-product-card__price {
    color: #0058bd;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: right;
}

.od-product-card__price-note {
    grid-column: 2;
    color: #424753;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: right;
    margin-top: -0.25rem;
}

.od-product-card__desc {
    grid-column: 1 / -1;
    color: #424753;
    font-size: 1rem;
    line-height: 1.6rem;
    min-height: 5.8rem;
}

.od-product-card__desc p {
    margin: 0;
}

.od-product-card__button {
    grid-column: 1 / -1;
    margin-top: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: #0058bd;
    color: #fff;
    text-decoration: none;
    min-height: 3rem;
}

.od-product-card__button:hover {
    background: #014ca4;
    color: #fff;
}

/* Product records inside the TeaserSwiper */
.od-product-card--catalog {
    border-color: #dfe2e5;
    border-radius: 0;
    box-shadow: none;
    color: #111820;
}

.od-product-card__catalog-labels {
    min-height: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.875rem 1rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.od-product-card__brand {
    display: inline-flex;
    padding: 0.25rem 0.375rem;
    background: #111;
    color: #fff;
}

.od-product-card__category {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.375rem;
    padding-top: 0.25rem;
    color: #bd0011;
    text-align: right;
}

.od-product-card__category > span {
    width: 0.375rem;
    height: 0.375rem;
    flex: 0 0 auto;
    background: #bd0011;
}

.od-product-card__catalog-media {
    height: 13rem;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eceeef;
    background: #fafafa;
}

.od-product-card__catalog-media picture {
    width: 100%;
    height: 100%;
}

.od-product-card__catalog-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.od-product-card__catalog-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1rem 1rem;
}

.od-product-card__color {
    align-self: flex-start;
    min-height: 1.375rem;
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.1875rem 0.5rem;
    border: 1px solid #dfe2e5;
    color: #111820;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.od-product-card__line {
    margin-bottom: 0.375rem;
    color: #444b53;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.od-product-card--catalog .od-product-card__title {
    min-height: 2.5rem;
    margin: 0 0 0.875rem;
    color: #08131f;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.od-product-card__catalog-description {
    margin: -0.25rem 0 0.875rem;
    color: #444b53;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.od-product-card__catalog-description p {
    margin: 0;
}

.od-product-card__specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 0.875rem;
    border: 1px solid #dfe2e5;
    background: #fafafa;
}

.od-product-card__specs > div {
    min-width: 0;
    padding: 0.625rem 0.375rem;
    text-align: center;
}

.od-product-card__specs > div + div {
    border-left: 1px solid #dfe2e5;
}

.od-product-card__specs dt {
    margin-bottom: 0.25rem;
    color: #666c72;
    font-size: 0.5625rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.od-product-card__specs dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #111820;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.15;
}

.od-product-card__service {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.875rem;
    padding: 0.6875rem 0.75rem;
    border: 1px solid #f0ced1;
    background: #fff3f3;
    color: #bd0011;
    font-size: 0.625rem;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.od-product-card__service i {
    flex: 0 0 auto;
    font-size: 1rem;
}

.od-product-card__catalog-footer {
    min-height: 2.75rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #dfe2e5;
}

.od-product-card__catalog-price-note {
    color: #5b6168;
    font-size: 0.5625rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.od-product-card__catalog-price {
    flex: 0 0 auto;
    color: #08131f;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.od-product-card__catalog-button {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    padding: 0.625rem 0.75rem;
    background: #bd0011;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.035em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease;
}

.od-product-card__catalog-button:hover {
    background: #97000d;
    color: #fff;
}

.od-product-card__catalog-body--without-price .od-product-card__catalog-button {
    margin-top: auto;
}

@media (max-width: 767.98px) {
    .od-product-card__catalog-media {
        height: 15rem;
    }
}

.od-product-teaser__controls {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.od-product-teaser__prev,
.od-product-teaser__next {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #c2c6d5;
    border-radius: 0.5rem;
    background: #fff;
    color: #1a1c1e;
    line-height: 1;
}

.icc-productsteaser {
    background: #ffffff;
}

.icc-productsteaser__header {
    max-width: 58rem;
    margin: 0 auto clamp(1.75rem, 3.5vw, 3rem);
    text-align: center;
}

.icc-productsteaser__eyebrow {
    width: fit-content;
    margin: 0 auto 0.85rem;
    padding: 0.35rem 0.7rem;
    border-left: 4px solid var(--color-primary);
    background: #ffffff;
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.icc-productsteaser__title {
    max-width: 48rem;
    margin: 0 auto;
    color: var(--color-text);
    font-size: clamp(2rem, 3.6vw, 3.75rem);
    line-height: 1;
    font-weight: 900;
}

.icc-productsteaser__intro {
    max-width: 45rem;
    margin: 1.15rem auto 0;
    color: var(--color-muted);
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.7;
}

.icc-productsteaser__intro p,
.icc-productsteaser__description p {
    margin: 0;
}

.icc-productsteaser__intro p + p,
.icc-productsteaser__description p + p {
    margin-top: 0.85rem;
}

.icc-productsteaser--filterable .icc-productsteaser__header {
    margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.icc-productsteaser__filters {
    display: grid;
    max-width: 70rem;
    margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
    gap: 0.75rem;
}

.icc-productsteaser__filter-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.icc-productsteaser__filter-label {
    min-width: 7rem;
    color: var(--color-text);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.icc-productsteaser__filter-button {
    padding: 0.55rem 0.9rem;
    border: 1px solid #d8dadd;
    border-radius: 999px;
    background: #ffffff;
    color: #4f555f;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.icc-productsteaser__filter-button:hover,
.icc-productsteaser__filter-button:focus-visible {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.icc-productsteaser__filter-button.is-active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
}

.icc-productsteaser__filter-button:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.icc-productsteaser__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 70rem;
    margin-inline: auto;
    gap: clamp(1rem, 2vw, 1.35rem);
}

.icc-productsteaser__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    border: 1px solid rgba(26, 28, 28, 0.1);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5rem rgba(18, 24, 32, 0.04);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.icc-productsteaser__card[hidden] {
    display: none;
}

.icc-productsteaser__no-results {
    max-width: 70rem;
    margin: 1.5rem auto 0;
    color: var(--color-muted);
    text-align: center;
}

.icc-productsteaser__card:hover {
    border-color: rgba(228, 42, 26, 0.2);
    box-shadow: 0 0.8rem 2rem rgba(18, 24, 32, 0.07);
    transform: translateY(-2px);
}

.icc-productsteaser__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(7.5rem, 10vw, 9.5rem);
    margin: 0;
    padding: clamp(1rem, 2vw, 1.4rem);
    border-bottom: 1px solid rgba(26, 28, 28, 0.08);
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
    overflow: hidden;
}

.icc-productsteaser__image {
    display: block;
    width: min(100%, 32rem);
    height: auto;
    max-height: 5.5rem;
    object-fit: contain;
    filter: none;
}

.icc-productsteaser__content {
    flex: 1 1 auto;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.45rem);
}

.icc-productsteaser__item-title {
    position: relative;
    margin: 0 0 0.8rem;
    padding-bottom: 0.7rem;
    color: var(--color-text);
    font-size: clamp(1.2rem, 1.55vw, 1.55rem);
    line-height: 1.12;
    font-weight: 900;
}

.icc-productsteaser__item-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.5rem;
    height: 3px;
    background: var(--color-primary);
}

.icc-productsteaser__description {
    max-width: none;
    color: #4f555f;
    font-size: 0.96rem;
    line-height: 1.56;
}

.icc-productsteaser__description strong {
    color: var(--color-text);
    font-weight: 900;
}

.sb-guide-page,
.sb-article-page,
.sb-guide-intro,
.sb-guide-topics,
.sb-guide-cta,
.sb-article-intro,
.sb-article-section,
.sb-article-cta {
    background: #f8f9fb;
    color: var(--color-text);
}

.min-vh-50 {
    min-height: 50vh;
}

.sb-eyebrow,
.sb-info-card__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sb-eyebrow--dark,
.sb-info-card__eyebrow {
    color: var(--color-primary);
}

.sb-guide-hero,
.sb-article-hero {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 680px;
    padding: 8rem 0 4rem;
    isolation: isolate;
    background: #111827;
}

.sb-guide-hero__bg,
.sb-guide-hero__overlay,
.sb-article-hero__bg,
.sb-article-hero__overlay {
    position: absolute;
    inset: 0;
}

.sb-guide-hero__bg,
.sb-article-hero__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.sb-guide-hero__overlay,
.sb-article-hero__overlay {
    background: linear-gradient(90deg, rgba(17, 24, 39, 0.78) 0%, rgba(17, 24, 39, 0.54) 48%, rgba(17, 24, 39, 0.18) 100%);
}

.sb-guide-hero__content,
.sb-article-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 3rem 0;
    color: #ffffff;
}

.sb-guide-hero__title,
.sb-article-hero__title,
.sb-section-title {
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.sb-guide-hero__title,
.sb-article-hero__title {
    margin-bottom: 1.25rem;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.sb-section-title {
    margin-bottom: 1rem;
    color: var(--color-text);
    font-size: clamp(1.9rem, 3vw, 3rem);
}

.sb-guide-hero__text,
.sb-article-hero__text {
    max-width: 640px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92);
}

.sb-guide-hero__text,
.sb-article-hero__text,
.sb-section-text,
.sb-info-card__text,
.sb-detail-card p,
.sb-feature-list__item p,
.sb-topic-card__text {
    font-size: 1.02rem;
    line-height: 1.65;
}

.sb-section-text,
.sb-info-card__text,
.sb-detail-card p,
.sb-feature-list__item p,
.sb-topic-card__text {
    color: var(--color-muted);
}

.sb-guide-image-card,
.sb-article-image-card {
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1rem 2.4rem rgba(18, 24, 32, 0.08);
}

.sb-guide-image-card__media {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}

.sb-content-panel,
.sb-guide-cta__box,
.sb-article-cta__box,
.sb-topic-card,
.sb-info-card,
.sb-detail-card {
    border: 1px solid rgba(26, 28, 28, 0.1);
    border-radius: 8px;
}

.sb-content-panel {
    padding: clamp(1.35rem, 3vw, 2rem);
    background: #ffffff;
    box-shadow: 0 0.75rem 1.8rem rgba(18, 24, 32, 0.05);
}

.sb-guide-cta__box,
.sb-article-cta__box {
    padding: clamp(1.35rem, 3vw, 2rem);
    background: linear-gradient(135deg, rgba(228, 42, 26, 0.12) 0%, rgba(1, 155, 221, 0.12) 100%);
}

.sb-topic-card {
    min-height: 100%;
    color: var(--color-text);
    background: #ffffff;
    box-shadow: 0 0.65rem 1.8rem rgba(18, 24, 32, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sb-topic-card:hover {
    color: var(--color-text);
    border-color: rgba(228, 42, 26, 0.28);
    box-shadow: 0 1rem 2.3rem rgba(18, 24, 32, 0.08);
    transform: translateY(-3px);
}

.sb-topic-card__body,
.sb-info-card,
.sb-detail-card {
    padding: clamp(1.25rem, 2.4vw, 2rem);
}

.sb-topic-card__title,
.sb-info-card__title {
    margin: 0 0 0.85rem;
    color: var(--color-text);
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
}

.sb-topic-card__text {
    margin: 0 0 1.25rem;
}

.sb-topic-card__link {
    color: var(--color-primary);
    font-weight: 800;
}

.sb-info-card {
    background: #ffffff;
    box-shadow: 0 0.65rem 1.8rem rgba(18, 24, 32, 0.05);
}

.sb-info-card__title {
    margin-bottom: 1rem;
}

.sb-detail-card {
    height: 100%;
    background: #f3f4f6;
}

.sb-detail-card h3,
.sb-feature-list__item h3 {
    margin: 0 0 0.65rem;
    color: var(--color-text);
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
}

.sb-feature-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sb-feature-list__item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(26, 28, 28, 0.1);
}

.sb-feature-list__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.sb-article-copy,
.sb-guide-copy {
    padding: 0.5rem 0;
}

@media (max-width: 991.98px) {
    .sb-guide-hero,
    .sb-article-hero {
        min-height: 560px;
        padding-top: 7rem;
    }

    .sb-guide-image-card__media {
        min-height: 380px;
    }
}

@media (max-width: 767.98px) {
    .sb-guide-hero,
    .sb-article-hero {
        min-height: 520px;
        padding: 6.5rem 0 2.5rem;
    }

    .sb-guide-hero__content,
    .sb-article-hero__content {
        padding: 1.5rem 0;
    }

    .sb-guide-hero__overlay,
    .sb-article-hero__overlay {
        background: linear-gradient(180deg, rgba(17, 24, 39, 0.55) 0%, rgba(17, 24, 39, 0.58) 45%, rgba(17, 24, 39, 0.72) 100%);
    }

    .sb-guide-hero__title,
    .sb-article-hero__title {
        font-size: clamp(2rem, 9vw, 2.8rem);
        line-height: 1.08;
    }

    .sb-section-title {
        font-size: clamp(1.55rem, 7vw, 2.15rem);
        line-height: 1.1;
    }

    .sb-guide-hero__text,
    .sb-article-hero__text,
    .sb-section-text,
    .sb-info-card__text,
    .sb-detail-card p,
    .sb-feature-list__item p,
    .sb-topic-card__text {
        font-size: 0.98rem;
    }

    .sb-guide-image-card__media {
        min-height: 280px;
    }

    .sb-topic-card__body,
    .sb-info-card,
    .sb-detail-card,
    .sb-content-panel,
    .sb-guide-cta__box,
    .sb-article-cta__box {
        padding: 1.15rem;
    }

    .sb-topic-card__title,
    .sb-info-card__title {
        font-size: 1.3rem;
    }

    .sb-feature-list {
        gap: 1.15rem;
    }

    .sb-feature-list__item {
        padding-bottom: 1.15rem;
    }
}

@media (max-width: 991.98px) {
    .icc-productsteaser__list {
        grid-template-columns: 1fr;
        max-width: 44rem;
    }
}

@media (max-width: 767.98px) {
    .icc-productsteaser__filter-label {
        flex-basis: 100%;
        min-width: 0;
        margin-bottom: 0.15rem;
    }

    .icc-productsteaser__card {
        border-radius: 6px;
    }

    .icc-productsteaser__media {
        min-height: 6.25rem;
        padding: 0.85rem;
    }

    .icc-productsteaser__image {
        max-height: 4.25rem;
    }

    .icc-productsteaser__content {
        padding: 1rem;
    }
}

@media (max-width: 991.98px) {
    .od-navbar .container-fluid {
        gap: 0.35rem !important;
    }

    .od-nav-cta {
        display: none !important;
    }

    .od-nav-cart {
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .od-menu-toggle-btn {
        gap: 0.35rem !important;
    }

    .od-navbar {
        background: rgba(255, 255, 255, 0.94);
    }

    .od-navbar.od-navbar--on-top {
        background: transparent;
    }

    .od-navbar:not(.od-navbar--on-top) .od-navbar__logo-wrap {
        width: min(48vw, 6.6rem);
        height: 2.05rem;
        --od-navbar-logo-mark-width: 1.35rem;
        --od-navbar-logo-gap: 0.04rem;
        --od-navbar-since-left-width: 1.95rem;
        --od-navbar-since-right-width: 2.15rem;
        --od-navbar-anniversary-mark-scale: 1.18;
        --od-navbar-anniversary-mark-drop: 0;
        --od-navbar-anniversary-mark-peak-offset: 0;
        --od-navbar-anniversary-mark-shift: 2.05rem;
        --od-navbar-anniversary-mark-shift-negative: -2.05rem;
        --od-navbar-since-right-left: 3.25rem;
    }

    .od-navbar--animate-logo:not(.od-navbar--on-top) .od-navbar__logo {
        animation: none;
    }

    .od-navbar--animate-logo:not(.od-navbar--on-top) .od-navbar__logo--static {
        opacity: 1;
    }

    .od-navbar--animate-logo:not(.od-navbar--on-top) .od-navbar__logo--mark,
    .od-navbar--animate-logo:not(.od-navbar--on-top) .od-navbar__logo--text,
    .od-navbar--animate-logo:not(.od-navbar--on-top) .od-navbar__logo--since {
        opacity: 0;
    }

    .od-navbar.od-navbar--on-top .od-navbar__logo-wrap {
        width: min(62vw, 11rem);
        height: 3.25rem;
        --od-navbar-logo-mark-width: 2.15rem;
        --od-navbar-logo-gap: 0.08rem;
        --od-navbar-since-left-width: 3rem;
        --od-navbar-since-right-width: 3.35rem;
        --od-navbar-anniversary-mark-scale: 1.16;
        --od-navbar-anniversary-mark-drop: 0.13rem;
        --od-navbar-anniversary-mark-peak-offset: 0.58rem;
        --od-navbar-anniversary-mark-shift: 2.73rem;
        --od-navbar-anniversary-mark-shift-negative: -2.73rem;
        --od-navbar-since-right-left: 6.2rem;
    }

    .od-navbar__brand-text {
        font-size: 1.125rem;
        line-height: 1.35;
    }

    .od-hero {
        min-height: 74vh;
    }

    .od-hero-carousel .od-hero-carousel__swiper,
    .od-hero-carousel .swiper-wrapper,
    .od-hero-carousel .od-hero-carousel__slide {
        min-height: 74vh;
    }

    .od-hero-content .od-hero-title {
        font-size: clamp(2.1rem, 8vw, 3.6rem);
    }

    .py-lg-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 992px) and (max-width: 1450px) {
    .od-nav-cta {
        display: none !important;
    }

    .od-nav-cart {
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    .od-navbar .container-fluid {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem !important;
    }

    .od-navbar .navbar-brand {
        min-width: 0;
        margin-right: 0;
    }

    .od-navbar.od-navbar--on-top .od-navbar__logo-wrap {
        width: min(48vw, 9rem);
        height: 2.8rem;
    }

    .od-navbar .od-menu-toggle-btn {
        min-width: 2.75rem;
        padding-right: 0.65rem;
        padding-left: 0.65rem;
    }
}


.container {
    max-width: 1320px;
}

/*Teaserswiper css*/
.od-teaserswiper {
    --swiper-theme-color: var(--color-primary);
}

.od-teaserswiper .swiper {
    overflow: hidden;
}

.od-teaserswiper-feature,
.od-teaserswiper-card {
    background: #fff;
    overflow: hidden;
}

.od-teaserswiper-feature__image,
.od-teaserswiper-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms cubic-bezier(.2, .65, .2, 1), filter 450ms ease;
}

.od-teaserswiper-feature {
    min-height: 520px;
}

.od-teaserswiper-feature picture,
.od-teaserswiper-card picture {
    display: block;
    height: 100%;
    overflow: hidden;
}

.od-teaserswiper-feature__content,
.od-teaserswiper-card__content {
    height: 100%;
    padding: clamp(2rem, 4vw, 4rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.od-teaserswiper-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.od-teaserswiper-card picture {
    aspect-ratio: 4 / 3;
}

.od-teaserswiper-card__content {
    flex: 1;
    justify-content: space-between;
    min-height: 280px;
}

.od-teaserswiper__kicker {
    color: var(--color-primary);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.od-teaserswiper__headline {
    color: var(--color-text);
    font-size: clamp(1.75rem, 3vw, 3rem);
    font-weight: 900;
    line-height: .95;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.od-teaserswiper__text {
    color: var(--color-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.od-teaserswiper__link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-text);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: gap 250ms ease, color 250ms ease;
}

.od-teaserswiper__link:hover {
    gap: 1.5rem;
    color: var(--color-primary-dark);
}

.od-teaserswiper__link-icon {
    color: var(--color-primary);
    font-size: 1.25rem;
    line-height: 1;
}

.od-teaserswiper-card:hover .od-teaserswiper-card__image,
.od-teaserswiper-feature:hover .od-teaserswiper-feature__image {
    transform: scale(1.06);
    filter: contrast(1.05) saturate(1.05);
}

.od-teaserswiper__nav {
    color: var(--color-primary);
}

@media (max-width: 767.98px) {
    .od-teaserswiper-feature {
        min-height: auto;
    }

    .od-teaserswiper-feature picture {
        aspect-ratio: 4 / 3;
    }

    .od-teaserswiper-feature__content,
    .od-teaserswiper-card__content {
        padding: 2rem;
    }
}

.od-teaserswiper__next,
.od-teaserswiper__prev {
    position: absolute;
    color: var(--color-primary);
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 100%;
    padding: 8px;
    margin: auto;

}


.od-teaserswiper__swiper {
    width: 100%;
    overflow: hidden;
}

.od-teaserswiper .swiper-wrapper {
    display: flex;
}

.od-teaserswiper .swiper-slide {
    flex-shrink: 0;
    height: auto;
}
.od-textmedia__headline {
    color: var(--color-text);
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    line-height: 1.08;
    text-transform: none;
}

.od-textmedia__subheadline {
    color: var(--color-primary);
    letter-spacing: .12em;
    font-size: .78rem;
}

.od-textmedia__body {
    color: var(--color-muted);
    font-size: 1.04rem;
    line-height: 1.7;
}

.od-textmedia__panel {
    background: var(--color-surface);
    padding: clamp(1.5rem, 3vw, 3rem);
    min-height: 100%;
}

main .od-textmedia > .row:not(.od-textmedia__split) > .col-12 > .od-textmedia__panel,
main .od-textmedia > .od-textmedia__step--text > .od-textmedia__panel {
    margin-inline: -0.75rem;
}

.od-textmedia__media-panel {
    min-height: 100%;
    height: 100%;
}

.od-textmedia__split > [class*="col-"] {
    display: flex;
}

.od-textmedia__split > [class*="col-"] > * {
    width: 100%;
}

@media (min-width: 992px) {
    main .od-textmedia__split--media-left > [class*="col-"]:first-child {
        padding-left: 0;
    }

    main .od-textmedia__split--media-left > [class*="col-"]:last-child {
        padding-right: 0;
    }

    main .od-textmedia__split--media-right > [class*="col-"]:first-child {
        padding-right: 0;
    }

    main .od-textmedia__split--media-right > [class*="col-"]:last-child {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    main .od-textmedia__split > [class*="col-"] {
        padding-inline: 0;
    }
}

.od-textmedia__map-panel {
    width: 100%;
}

.od-textmedia__map-panel .od-consent-embed__placeholder {
    min-height: 320px;
}

.od-textmedia__map {
    height: 100%;
}

.od-textmedia__media-panel .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.od-textmedia__media-panel .col {
    padding: 0;
}

.od-textmedia__gallery--count-2 {
    width: 100%;
}

.od-textmedia__image-stack {
    display: grid;
    gap: clamp(1rem, 2vw, 1.5rem);
}

.od-textmedia__image-stack-item {
    position: relative;
    width: 100%;
}

.od-textmedia__image-stack-item:first-child {
    z-index: 2;
    margin: 0;
    transform: none;
}

.od-textmedia__image-stack-item:nth-child(2) {
    z-index: 1;
    margin: 0;
    transform: none;
}

.od-textmedia__gallery--count-2 .od-textmedia__figure {
    position: relative;
    box-shadow: 0 1.25rem 3rem rgba(26, 28, 28, 0.14);
}

.od-textmedia__gallery--count-2 .od-textmedia__figure > a,
.od-textmedia__gallery--count-2 .od-textmedia__zoom-trigger {
    display: block;
    height: 100%;
}

.od-textmedia__cta {
    letter-spacing: 0.1em;
    line-height: 1.25rem;
    border-radius: 0;
}

.od-textmedia__figure {
    overflow: hidden;
    height: 100%;
}

.od-textmedia__split .od-textmedia__gallery--count-1 .od-textmedia__figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.od-textmedia__split .od-textmedia__gallery--count-1 .od-textmedia__gallery-row {
    height: 100%;
    margin-bottom: 0 !important;
}

.od-textmedia__split .od-textmedia__gallery--count-1 .od-textmedia__figure > a {
    display: block;
    min-height: 0;
    height: 100%;
}

.od-textmedia__image {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .12);
    border-radius: 0;
}

.od-textmedia--split-feature .od-textmedia__image {
    aspect-ratio: 4 / 5;
}

.od-textmedia__media-panel .od-textmedia__image {
    aspect-ratio: 4 / 3;
}

.od-textmedia__gallery--count-2 .od-textmedia__image {
    aspect-ratio: 16 / 10;
    box-shadow: none;
}

.od-textmedia__media-wrap {
    width: min(100%, 840px);
}

.od-textmedia__step--media-wide .od-textmedia__media-wrap {
    width: 100%;
    max-width: 100%;
}

.od-image-ce__grid {
    display: grid;
    grid-template-columns: repeat(var(--od-image-ce-columns, 1), minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    width: 100%;
}

.od-image-ce__grid-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.od-image-ce--orient-1 .od-image-ce__grid-wrap,
.od-image-ce--orient-9 .od-image-ce__grid-wrap,
.od-image-ce--orient-17 .od-image-ce__grid-wrap,
.od-image-ce--orient-25 .od-image-ce__grid-wrap {
    justify-content: flex-end;
}

.od-image-ce--orient-2 .od-image-ce__grid-wrap,
.od-image-ce--orient-10 .od-image-ce__grid-wrap,
.od-image-ce--orient-18 .od-image-ce__grid-wrap,
.od-image-ce--orient-26 .od-image-ce__grid-wrap {
    justify-content: flex-start;
}

.od-image-ce--cols-1:not(.od-image-ce--full) .od-image-ce__grid {
    max-width: 900px;
}

.od-image-ce--cols-2:not(.od-image-ce--full) .od-image-ce__grid {
    max-width: 1120px;
}

.od-image-ce__figure {
    margin: 0;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .06);
}

.od-image-ce__figure a,
.od-image-ce__figure picture {
    display: block;
    height: 100%;
}

.od-image-ce__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.od-image-ce--cols-1 .od-image-ce__image {
    aspect-ratio: 16 / 9;
}

.od-image-ce--uncropped .od-image-ce__figure,
.od-image-ce--uncropped .od-image-ce__figure a,
.od-image-ce--uncropped .od-image-ce__figure picture {
    height: auto;
}

.od-image-ce--uncropped .od-image-ce__image,
.od-image-ce--uncropped.od-image-ce--cols-1 .od-image-ce__image,
.od-image-ce--uncropped.od-image-ce--full .od-image-ce__image {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.od-image-ce--full {
    width: 100%;
    max-width: none;
}

.od-image-ce--full .od-image-ce__grid,
.od-image-ce--full .od-image-ce__figure,
.od-image-ce--full .od-image-ce__image {
    width: 100%;
    max-width: none;
}

.od-image-ce--full .od-image-ce__grid {
    gap: 0;
}

.od-image-ce--full .od-image-ce__figure {
    border-radius: 0;
    box-shadow: none;
}

.od-image-ce--full .od-image-ce__image {
    aspect-ratio: 21 / 9;
}

.od-image-ce__caption {
    padding: .65rem .85rem .85rem;
    margin: 0;
    color: var(--color-muted);
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .od-image-ce__grid {
        grid-template-columns: 1fr;
    }

    .od-image-ce--cols-2 .od-image-ce__grid,
    .od-image-ce--cols-3 .od-image-ce__grid,
    .od-image-ce--cols-4 .od-image-ce__grid,
    .od-image-ce--cols-5 .od-image-ce__grid,
    .od-image-ce--cols-6 .od-image-ce__grid,
    .od-image-ce--cols-7 .od-image-ce__grid,
    .od-image-ce--cols-8 .od-image-ce__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .od-image-ce__grid {
        grid-template-columns: 1fr;
    }

    .od-image-ce__image,
    .od-image-ce--cols-1 .od-image-ce__image,
    .od-image-ce--full .od-image-ce__image {
        aspect-ratio: 4 / 3;
    }

    .od-image-ce--uncropped .od-image-ce__image,
    .od-image-ce--uncropped.od-image-ce--cols-1 .od-image-ce__image,
    .od-image-ce--uncropped.od-image-ce--full .od-image-ce__image {
        aspect-ratio: auto;
    }
}

.od-brand-slider {
    overflow: hidden;
    background: #ffffff;
}

main .od-brand-slider {
    margin-inline: -0.75rem;
}

.od-service-cards--no-frame .od-service-cards__inner {
    width: 100%;
}

.od-service-cards__header {
    max-width: 720px;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    text-align: center;
}

.od-service-cards__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
}

.od-service-cards__subheader {
    margin: .6rem 0 0;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.5;
}

.od-service-cards__intro {
    margin-top: .75rem;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.od-service-cards__intro p {
    margin: 0;
}

.od-service-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.od-service-cards--two-columns .od-service-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.od-service-cards__card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-height: 118px;
    padding: clamp(1.25rem, 2vw, 1.65rem);
    color: inherit;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.od-service-cards__card--text-only {
    position: relative;
    min-height: 108px;
    padding-left: clamp(1.35rem, 2.4vw, 2rem);
}

.od-service-cards__card--text-only::before {
    content: "";
    position: absolute;
    top: clamp(1.25rem, 2vw, 1.65rem);
    bottom: clamp(1.25rem, 2vw, 1.65rem);
    left: 0;
    width: 4px;
    background: var(--color-primary);
    border-radius: 0 4px 4px 0;
}

.od-service-cards__card--link:hover,
.od-service-cards__card--link:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(1, 155, 221, .45);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .09);
}

.od-service-cards__icon-tile {
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #0b3748;
    background: #c9e6ff;
    border-radius: 4px;
}

.od-service-cards__icon-tile picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

.od-service-cards__icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.od-service-cards__icon-tile .bi {
    font-size: 1.15rem;
    line-height: 1;
}

.od-service-cards__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .25rem;
}

.od-service-cards__card-title {
    color: var(--color-text);
    font-size: clamp(1.08rem, 1.35vw, 1.24rem);
    font-weight: 800;
    line-height: 1.35;
}

.od-service-cards__text {
    color: var(--color-muted);
    font-size: .92rem;
    line-height: 1.45;
}

.od-service-cards__text p {
    margin: 0;
}

.od-service-cards__text p + p,
.od-service-cards__text ul,
.od-service-cards__text ol {
    margin-top: .45rem;
}

.od-service-cards__text ul,
.od-service-cards__text ol {
    margin-bottom: 0;
    padding-left: 1.15rem;
}

.od-service-cards__text li + li {
    margin-top: .2rem;
}

.od-service-cards__link-text {
    margin-top: .35rem;
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.od-service-cards__toggle-wrap {
    display: none;
    justify-content: center;
    margin-top: 1.25rem;
}

.od-service-cards__toggle {
    min-height: 46px;
    padding: .75rem 1.25rem;
    color: #ffffff;
    background: var(--color-primary);
    border: 0;
    border-radius: 2px;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-service-cards__toggle:hover,
.od-service-cards__toggle:focus-visible {
    background: var(--color-primary-dark);
}

.od-snowboard-boots {
    padding: clamp(4.5rem, 7vw, 5.625rem) 0;
    color: var(--color-text);
    background: #f5f5f5;
}

.od-snowboard-boots--no-frame {
    padding-block: 0;
    background: transparent;
}

.od-snowboard-boots__inner {
    width: min(1280px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.od-snowboard-boots__header {
    max-width: 780px;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.od-snowboard-boots__eyebrow,
.od-snowboard-boot-card__label {
    display: inline-block;
    color: var(--color-primary);
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-snowboard-boots__eyebrow {
    margin-bottom: 0.75rem;
}

.od-snowboard-boots__title {
    margin: 0 0 1.375rem;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.375rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.od-snowboard-boots__intro {
    color: var(--color-muted);
    font-size: 1.25rem;
    line-height: 1.6;
}

.od-snowboard-boots__intro p:last-child,
.od-snowboard-boot-card__text p:last-child {
    margin-bottom: 0;
}

.od-snowboard-boots__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.375rem;
}

.od-snowboard-boot-card {
    padding: 1.875rem;
    border: 1px solid #dedede;
    background: #ffffff;
}

.od-snowboard-boot-card__label {
    margin-bottom: 0.75rem;
}

.od-snowboard-boot-card__title {
    margin: 0 0 0.75rem;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.15;
}

.od-snowboard-boot-card__text {
    color: var(--color-muted);
}

@media (max-width: 1050px) {
    .od-snowboard-boots__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .od-snowboard-boots__inner {
        width: min(1280px, calc(100% - 1.75rem));
    }

    .od-snowboard-boot-card {
        padding: 1.5rem;
    }
}

.od-principles {
    color: var(--color-text);
    background: #f5f6f7;
}

.od-principles--no-frame {
    background: transparent;
}

.od-principles__inner {
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto;
}

.od-principles__header {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: end;
    margin-bottom: clamp(3rem, 7vw, 5rem);
}

.od-principles__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .9rem;
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-principles__eyebrow::before {
    content: "";
    width: 2rem;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.od-principles__title {
    max-width: 780px;
    margin: 0;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.375rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.od-principles__intro {
    color: var(--color-muted);
    font-size: 1.1rem;
    line-height: 1.65;
}

.od-principles__intro p:last-child,
.od-principle__text p:last-child {
    margin-bottom: 0;
}

.od-principles__list {
    counter-reset: od-principle;
    border-top: 1px solid #e6e8eb;
}

.od-principle {
    counter-increment: od-principle;
    display: grid;
    grid-template-columns: 110px minmax(220px, 2fr) minmax(0, 2fr);
    gap: 2rem;
    align-items: start;
    padding: clamp(2.25rem, 5vw, 3.625rem) 0;
    border-bottom: 1px solid #e6e8eb;
}

.od-principle__number {
    color: transparent;
    font-size: clamp(3.375rem, 7vw, 5.5rem);
    font-weight: 900;
    line-height: .85;
    letter-spacing: 0;
    -webkit-text-stroke: 1.5px rgba(228, 42, 26, .55);
    user-select: none;
}

.od-principle__number::before {
    content: counter(od-principle, decimal-leading-zero);
}

.od-principle__title-wrap {
    position: relative;
    min-width: 0;
    padding-top: .35rem;
}

.od-principle__title-wrap::before {
    content: "";
    display: block;
    width: 2.625rem;
    height: 4px;
    margin-bottom: 1.125rem;
    border-radius: 999px;
    background: var(--color-primary);
}

.od-principle__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    overflow-wrap: break-word;
    hyphens: auto;
}

.od-principle__text {
    min-width: 0;
    max-width: 760px;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.od-principle__text a {
    color: var(--color-primary);
    font-weight: 700;
    text-underline-offset: 3px;
}

.od-principle__text a:hover,
.od-principle__text a:focus-visible {
    color: var(--color-primary-dark);
}

.od-principle__text ul,
.od-principle__text ol {
    margin-top: .75rem;
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.od-principle__text li + li {
    margin-top: .35rem;
}

.od-principle--highlight {
    margin: 1.75rem -1.75rem;
    padding-inline: 1.75rem;
    border: 1px solid #f2d4d6;
    border-radius: 10px;
    background: #fff3f3;
}

.od-principle--highlight + .od-principle {
    border-top: 0;
}

.od-principles__cta {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    align-items: center;
    margin-top: 3rem;
    padding: 1.875rem 2.125rem;
    border-radius: 10px;
    background: var(--color-text);
    color: #ffffff;
}

.od-principles__cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 900;
    line-height: 1.1;
}

.od-principles__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .75rem 1.25rem;
    border-radius: 5px;
    background: var(--color-primary);
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease;
}

.od-principles__button:hover,
.od-principles__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

.od-buying-guide {
    color: var(--color-text);
    background: #f6f7f8;
}

.od-buying-guide--no-frame {
    background: transparent;
}

.od-buying-guide__inner {
    width: min(1200px, calc(100% - 3rem));
    margin: 0 auto;
}

.od-buying-guide__header {
    max-width: 760px;
    margin-bottom: clamp(3rem, 7vw, 5rem);
}

.od-buying-guide__eyebrow,
.od-buying-guide-step__kicker,
.od-buying-guide-ski-card__kicker {
    display: block;
    color: var(--color-primary);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-buying-guide__title {
    margin: .65rem 0 0;
    color: var(--color-text);
    font-size: clamp(2.625rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.od-buying-guide__intro {
    margin-top: 1.25rem;
    color: var(--color-muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

.od-buying-guide__intro p:last-child,
.od-buying-guide-step__text p:last-child,
.od-buying-guide-ski-card__text p:last-child {
    margin-bottom: 0;
}

.od-buying-guide__timeline {
    position: relative;
}

.od-buying-guide__timeline::before {
    content: "";
    position: absolute;
    top: .95rem;
    bottom: .95rem;
    left: 13px;
    width: 2px;
    background: #d9d9d9;
}

.od-buying-guide-step {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: clamp(3rem, 6vw, 4.375rem);
}

.od-buying-guide-step:last-child {
    margin-bottom: 0;
}

.od-buying-guide-step__dot {
    position: relative;
    z-index: 2;
    width: 26px;
    height: 26px;
    border: 8px solid #f6f7f8;
    border-radius: 50%;
    background: var(--color-primary);
}

.od-buying-guide--no-frame .od-buying-guide-step__dot {
    border-color: #ffffff;
}

.od-buying-guide-step__content {
    min-width: 0;
}

.od-buying-guide-step__content--highlight {
    margin-top: -1rem;
    padding: clamp(1.5rem, 4vw, 2.2rem);
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #ffffff;
}

.od-buying-guide-step__kicker {
    margin-bottom: .5rem;
}

.od-buying-guide-step__title {
    margin: 0 0 1.25rem;
    color: var(--color-text);
    font-size: clamp(1.9rem, 4vw, 2.625rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
}

.od-buying-guide-step__text {
    max-width: 850px;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.od-buying-guide-step__text a,
.od-buying-guide-ski-card__text a {
    color: var(--color-primary);
    font-weight: 700;
    text-underline-offset: 3px;
}

.od-buying-guide-step__text a:hover,
.od-buying-guide-step__text a:focus-visible,
.od-buying-guide-ski-card__text a:hover,
.od-buying-guide-ski-card__text a:focus-visible {
    color: var(--color-primary-dark);
}

.od-buying-guide-ski-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 2.2rem 0;
}

.od-buying-guide-ski-card {
    padding: 1.5rem;
    border: 1px solid #e8e8e8;
    border-left: 5px solid var(--color-primary);
    border-radius: 8px;
    background: #fafafa;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.od-buying-guide-ski-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.od-buying-guide-ski-card__kicker {
    color: var(--color-secondary);
}

.od-buying-guide-ski-card__title {
    margin: .5rem 0 .75rem;
    color: var(--color-text);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.od-buying-guide-ski-card__text {
    color: var(--color-muted);
    font-size: .96rem;
    line-height: 1.6;
}

.od-buying-guide__cta {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    align-items: center;
    margin-top: clamp(3rem, 6vw, 4.375rem);
    padding: clamp(1.6rem, 4vw, 2.2rem) clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 12px;
    background: var(--color-text);
    color: #ffffff;
}

.od-buying-guide__cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 900;
    line-height: 1.1;
}

.od-buying-guide__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .9rem 1.75rem;
    border-radius: 5px;
    background: var(--color-primary);
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease;
}

.od-buying-guide__button:hover,
.od-buying-guide__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .od-buying-guide-step__title {
        font-size: clamp(1.875rem, 7vw, 2.35rem);
    }

    .od-buying-guide-ski-grid {
        grid-template-columns: 1fr;
    }

    .od-buying-guide__cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .od-buying-guide__inner {
        width: min(1200px, calc(100% - 2.25rem));
    }

    .od-buying-guide__title {
        font-size: clamp(2.25rem, 11vw, 3.2rem);
    }

    .od-buying-guide-step {
        gap: 1.25rem;
    }

    .od-buying-guide-step__content--highlight {
        padding: 1.35rem;
    }

    .od-buying-guide__button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .od-principles__header {
        grid-template-columns: 1fr;
        gap: 1.375rem;
    }

    .od-principle {
        grid-template-columns: 80px 1fr;
    }

    .od-principle__text {
        grid-column: 2;
    }
}

@media (max-width: 620px) {
    .od-principles__inner {
        width: min(1180px, calc(100% - 2.25rem));
    }

    .od-principle {
        grid-template-columns: 1fr;
        gap: 1.125rem;
    }

    .od-principle__number {
        font-size: 3.625rem;
    }

    .od-principle__text {
        grid-column: auto;
    }

    .od-principle--highlight {
        margin-inline: -.5rem;
        padding-inline: 1.125rem;
    }

    .od-principles__cta {
        align-items: stretch;
        flex-direction: column;
        padding: 1.625rem 1.375rem;
    }

    .od-principles__button {
        width: 100%;
    }
}

.od-address--no-frame .od-address__inner {
    width: 100%;
}

.od-address__card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: none;
}

.od-address__main {
    display: flex;
    flex-direction: column;
}

.od-address__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.65rem, 2.7vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
}

.od-address__subtitle {
    margin: .55rem 0 0;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.55;
}

.od-address__details {
    display: grid;
    gap: .9rem;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.od-address__detail {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 1.15rem;
}

.od-address__label {
    color: #6f6f73;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.45;
    text-transform: uppercase;
}

.od-address__value {
    display: grid;
    gap: .25rem;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.od-address__value strong {
    color: var(--color-text);
    font-weight: 800;
}

.od-address__value a {
    color: var(--color-primary);
    font-weight: 800;
    text-decoration: none;
}

.od-address__value a:hover {
    text-decoration: underline;
}

.od-address__button {
    align-self: flex-start;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    padding: .85rem 1.35rem;
    color: #ffffff;
    background: var(--color-primary);
    border-radius: 2px;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, transform 180ms ease;
}

.od-address__button:hover {
    color: #ffffff;
    background: var(--color-primary-dark);
    transform: translateY(-1px);
}

.od-address__hours {
    display: grid;
    align-content: end;
    gap: 0;
    padding-left: clamp(1.5rem, 3vw, 2.75rem);
    border-left: 1px solid #eeeeee;
}

.od-address__hours-block {
    padding: 0 0 1.35rem;
    background: transparent;
    border-radius: 0;
}

.od-address__hours-block + .od-address__hours-block {
    padding-top: 1.35rem;
    border-top: 1px solid #eeeeee;
}

.od-address__hours-block--continuation {
    padding-top: 0;
}

.od-address__hours-block + .od-address__hours-block--continuation {
    padding-top: 0;
    border-top: 0;
}

.od-address__hours-title {
    margin: 0 0 .4rem;
    color: var(--color-text);
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.35;
}

.od-address__hours-value {
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .od-address__card {
        grid-template-columns: 1fr;
    }

    .od-address__hours {
        padding-top: 1.5rem;
        padding-left: 0;
        border-top: 1px solid #e2e2e2;
        border-left: 0;
    }
}

@media (max-width: 575.98px) {
    .od-address__card {
        padding: 1.25rem;
    }

    .od-address__detail {
        grid-template-columns: 1fr;
        gap: .25rem;
    }
}

@media (max-width: 1199.98px) {
    .od-service-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .od-service-cards__grid,
    .od-service-cards--two-columns .od-service-cards__grid {
        grid-template-columns: 1fr;
    }

    .od-service-cards--collapsible.is-collapsed .od-service-cards__card:nth-child(n+5) {
        display: none;
    }

    .od-service-cards--collapsible .od-service-cards__toggle-wrap {
        display: flex;
    }

    .od-service-cards__card {
        min-height: 0;
    }
}

.od-brand-slider__header {
    margin-bottom: 2rem;
    text-align: center;
}

.od-brand-slider__title {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    line-height: 1.2;
    font-weight: 800;
}

.od-brand-slider__subtitle {
    max-width: 48rem;
    margin: 0.75rem auto 0;
    color: var(--color-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.od-brand-slider__viewport {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.od-brand-slider__track {
    display: flex;
    width: max-content;
    gap: clamp(1.5rem, 4vw, 4rem);
    animation: od-brand-slider-marquee 56s linear infinite;
    will-change: transform;
}

.od-brand-slider__viewport:hover .od-brand-slider__track {
    animation-play-state: paused;
}

.od-brand-slider__item {
    flex: 0 0 auto;
    width: clamp(140px, 13vw, 220px);
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.od-brand-slider__image {
    display: block;
    width: 100%;
    max-height: 86px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.od-brand-slider__item:hover .od-brand-slider__image {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.od-seo-text-block {
    background: #d6e9f5;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 64px 1.5rem 65px;
}

.od-seo-text-block__container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center;
}

.od-seo-text-block__title {
    margin: 0 0 24px;
    color: #1a1c1c;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.od-seo-text-block__eyebrow {
    margin: 0 0 0.75rem;
    color: var(--color-primary);
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.od-seo-text-block__subheader {
    max-width: 42rem;
    margin: -0.5rem auto 1.25rem;
    color: #31576b;
    font-size: 1.08rem;
    line-height: 1.5;
    font-weight: 600;
}

.od-seo-text-block__body {
    color: #31576b;
    font-size: 16px;
    line-height: 1.625;
}

.od-seo-text-block__body p {
    margin: 0;
}

.od-seo-text-block__body p + p {
    margin-top: 0.35rem;
}

.od-seo-text-block + .od-background-text {
    margin-top: clamp(1.5rem, 3vw, 3rem);
}

.od-background-text {
    position: relative;
    min-height: clamp(500px, 45vw, 680px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1a1c1c;
    isolation: isolate;
}

.od-background-text__media,
.od-background-text__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.od-background-text__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.od-background-text__overlay {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(14, 16, 18, 0.44) 0%, rgba(14, 16, 18, 0.28) 48%, rgba(14, 16, 18, 0.06) 100%),
        linear-gradient(180deg, rgba(14, 16, 18, 0.04) 0%, rgba(14, 16, 18, 0.34) 100%);
}

.od-background-text__container {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: clamp(3.5rem, 6vw, 5.75rem) clamp(1.25rem, 4vw, 3.5rem);
}

.od-background-text__layout {
    display: grid;
    grid-template-columns: minmax(21rem, 0.78fr) minmax(12rem, 0.38fr) minmax(22rem, 0.7fr);
    gap: clamp(1.5rem, 3.5vw, 4rem);
    align-items: center;
}

.od-background-text__eyebrow {
    margin: 0 0 0.85rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.od-background-text__headline {
    max-width: 10.5ch;
    margin: 0;
    color: #ffffff;
    font-size: clamp(3rem, 7.2vw, 6rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.od-background-text__headline em,
.od-background-text__headline strong {
    color: var(--color-primary);
    font-style: normal;
}

.od-background-text__copy-card {
    grid-column: 3;
    max-width: 34rem;
    border-left: 4px solid var(--color-primary);
    padding: clamp(1.2rem, 2.1vw, 1.9rem) clamp(1.35rem, 2.6vw, 2.4rem);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.od-background-text__body {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.98rem, 1.12vw, 1.12rem);
    line-height: 1.5;
    font-weight: 400;
}

.od-background-text__body p {
    margin: 0;
}

.od-background-text__body p + p {
    margin-top: 0.65rem;
}

.od-background-text__body strong,
.od-background-text__body b {
    color: #ffffff;
    font-weight: 800;
}

.od-background-text__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.5rem;
    margin-top: clamp(2rem, 4vw, 3rem);
}

.od-background-text__button,
.od-background-text__link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.od-background-text__button {
    min-height: 54px;
    padding: 1rem 1.5rem;
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
}

.od-background-text__button:hover,
.od-background-text__button:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

.od-background-text__link {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.85rem;
}

.od-background-text__link:hover,
.od-background-text__link:focus-visible {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .od-seo-text-block {
        padding: 48px 1rem;
    }

    .od-seo-text-block__container {
        padding: 0;
    }

    .od-seo-text-block__title {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .od-background-text {
        min-height: auto;
    }

    .od-background-text__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .od-background-text__headline {
        max-width: 12ch;
    }

    .od-background-text__copy-card {
        grid-column: auto;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .od-background-text__container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .od-background-text__copy-card {
        padding: 1.25rem;
    }

    .od-background-text__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .od-background-text__button,
    .od-background-text__link {
        justify-content: center;
    }
}

@keyframes od-brand-slider-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .od-brand-slider__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}

.od-textmedia__split--beside .od-textmedia__media-panel .od-textmedia__image {
    aspect-ratio: 4 / 5;
}

.od-textmedia__split--beside .od-textmedia__gallery--count-2 .od-textmedia__image {
    aspect-ratio: 16 / 10;
}

.od-textmedia__split .od-textmedia__gallery--count-2 {
    padding-block: 0;
}

.od-textmedia__split .od-textmedia__image-stack {
    padding-top: 0;
}

.od-textmedia__split--media-right .od-textmedia__gallery--count-2,
.od-textmedia__step--media-right .od-textmedia__gallery--count-2 {
    margin-left: auto;
}

.od-textmedia__split--media-right .od-textmedia__image-stack-item:first-child,
.od-textmedia__step--media-right .od-textmedia__image-stack-item:first-child {
    margin: 0;
    transform: none;
}

.od-textmedia__split--media-right .od-textmedia__image-stack-item:nth-child(2),
.od-textmedia__step--media-right .od-textmedia__image-stack-item:nth-child(2) {
    margin: 0;
    transform: none;
}

.od-textmedia__split .od-textmedia__gallery--count-2 .od-textmedia__figure {
    min-height: 0;
}

.od-textmedia__step--media .od-textmedia__gallery--count-2 .od-textmedia__figure {
    min-height: 0;
}

.od-textmedia__step--text {
    position: relative;
    z-index: 2;
}

.od-textmedia__step--media {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .od-textmedia__step--text {
        margin-left: 0;
    }

    .od-textmedia__step--media {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .od-textmedia__step--text {
        margin-left: 0;
    }

    .od-textmedia__step--media {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .od-textmedia__gallery--count-2 {
        width: 100%;
    }

    .od-textmedia__image-stack {
        gap: 1rem;
    }

    .od-textmedia__image-stack-item,
    .od-textmedia__image-stack-item:first-child,
    .od-textmedia__image-stack-item:nth-child(2) {
        width: 100%;
        transform: none;
    }

    .od-textmedia__gallery--count-2 .od-textmedia__figure,
    .od-textmedia__split .od-textmedia__gallery--count-2 .od-textmedia__figure,
    .od-textmedia__step--media .od-textmedia__gallery--count-2 .od-textmedia__figure {
        min-height: 0;
    }

    .od-textmedia__gallery--count-2 .od-textmedia__image {
        aspect-ratio: 4 / 3;
    }
}

.od-textmedia__caption {
    color: var(--color-muted);
}

.od-textmedia__zoom-trigger {
    display: block;
    cursor: zoom-in;
}

.od-image-zoom-trigger {
    cursor: zoom-in;
}

body.od-lightbox-open {
    overflow: hidden;
}

.od-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.86);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    padding: 2rem;
}

.od-lightbox.is-open {
    display: flex;
}

.od-lightbox__image {
    max-width: min(92vw, 1600px);
    max-height: 82vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.od-lightbox__close {
    position: absolute;
    top: 0.85rem;
    right: 1.1rem;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 2.3rem;
    line-height: 1;
    cursor: pointer;
}

.od-lightbox__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.45;
    padding: 0 1rem;
}

.icc-footer {
    text-align: center;
    margin-top: 0.5rem;
    color: #a1a1aa;
}

.icc-footer img {
    filter: brightness(0) invert(1);
}

.od-footer-subline {
    background: #09090b !important;
    border-top-color: #18181b !important;
}

.od-footer-subline,
.od-footer-subline p,
.od-footer-subline span,
.od-footer-subline small,
.od-footer-subline [class*="text-"],
.icc-footer {
    color: #a1a1aa !important;
}

@media (max-width: 991.98px) {
    .od-textmedia {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.od-booking-strip {
    margin-top: -3.75rem;
    position: relative;
    z-index: 12;
}

.od-booking-strip__container {
    padding-left: clamp(2.5rem, 6.5vw, 8rem);
    padding-right: clamp(2.5rem, 6.5vw, 8rem);
}

.od-booking-strip__inner {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e4e4e7;
    border-radius: 4px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.od-booking-strip__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.od-booking-strip__title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    color: var(--color-text);
}

.od-booking-strip__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(227, 6, 19, 0.1);
    color: var(--color-primary);
    font-size: 0.875rem;
    font-weight: 700;
}

.od-booking-strip__form {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(150px, 1fr)) minmax(135px, 0.8fr) repeat(2, minmax(104px, 0.58fr)) minmax(150px, 0.9fr) minmax(190px, 1fr);
    align-items: end;
}

.od-booking-strip__form--bike {
    grid-template-columns: repeat(2, minmax(180px, 1.15fr)) minmax(150px, 0.8fr) minmax(180px, 1fr) minmax(220px, 1fr);
}

.od-booking-strip__field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
}

.od-booking-strip__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #59595b;
    margin-left: 0.25rem;
}

.od-booking-strip__field input,
.od-booking-strip__field select {
    height: 50px;
    min-height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 0.75rem 0.8rem;
    font-size: 0.95rem;
    color: var(--color-text);
    background: #fff;
}

.od-booking-strip__field .flatpickr-input {
    background: #ffffff;
}

.od-booking-strip__counter {
    display: grid;
    grid-template-columns: 40px minmax(36px, 1fr) 40px;
    height: 50px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
}

.od-booking-strip__counter-btn {
    border: 0;
    background: #f5f5f5;
    color: var(--color-text);
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
}

.od-booking-strip__counter-btn:hover,
.od-booking-strip__counter-btn:focus-visible {
    background: #eeeeee;
}

.od-booking-strip__counter-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    font-weight: 700;
}

.od-booking-strip__children-ages {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.od-booking-strip__submit {
    height: 50px;
    min-height: 50px;
    width: 100%;
    border: 0;
    padding: 0.75rem 1rem;
    background: var(--color-primary);
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    align-self: end;
}

.od-booking-strip__submit:hover,
.od-booking-strip__submit:focus-visible {
    background: var(--color-primary-dark);
    color: #ffffff;
}

@media (max-width: 1250px) {
    .od-booking-strip__form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .od-booking-strip__submit {
        grid-column: 2;
    }

    .od-booking-strip__children-ages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .od-booking-strip {
        margin-top: -1.5rem;
    }

    .od-booking-strip__container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .od-booking-strip__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .od-booking-strip__form {
        grid-template-columns: 1fr;
    }

    .od-booking-strip__submit {
        grid-column: auto;
    }

    .od-booking-strip__children-ages {
        grid-template-columns: 1fr;
    }
}

.od-leaflet-ce__map {
    width: 100%;
    min-height: 320px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.od-leaflet-ce__map--header .leaflet-top {
    top: var(--od-leaflet-header-control-offset, 0px);
}

.od-leaflet-marker {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2f6f89;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.od-leaflet-popup__title {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.od-leaflet-popup__text {
    margin-bottom: 0.35rem;
    line-height: 1.45;
}

.od-leaflet-popup a {
    color: var(--color-primary);
    text-decoration: underline;
}

.od-prefooter-boxes {
    background: linear-gradient(90deg, #12131b 0%, #15171f 100%);
}

.od-prefooter-boxes__title {
    margin: 0 0 2rem;
    color: #ffffff;
    text-align: center;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    line-height: 1.2;
    font-weight: 700;
}

.od-prefooter-boxes__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.od-prefooter-boxes__item {
    min-height: 90px;
    border-radius: 4px;
    border: 1px solid rgba(63, 63, 70, 0.5);
    background: rgba(39, 39, 42, 0.5);
    padding: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
}

.od-prefooter-boxes__item:hover {
    border-color: rgba(120, 120, 130, 0.75);
    background: rgba(58, 58, 62, 0.55);
}

.od-prefooter-boxes__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.od-prefooter-boxes__label {
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .od-prefooter-boxes__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .od-prefooter-boxes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.od-table-ce {
    color: var(--color-text);
}

.od-table-ce__panel {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.od-table-ce__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1.25rem, 2.8vw, 2rem);
    border-bottom: 1px solid #f3f4f6;
}

.od-table-ce__kicker {
    margin: 0 0 0.45rem;
    color: var(--color-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.od-table-ce__title {
    margin: 0;
    color: #111827;
    font-size: clamp(1.55rem, 2.6vw, 2.35rem);
    font-weight: 900;
    line-height: 1.1;
}

.od-table-ce__discount {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    min-height: 40px;
    padding: 0.45rem 0.85rem;
    color: #ffffff;
    background: var(--color-primary);
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}

.od-table-ce__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
}

.od-table-ce__scroll:focus {
    outline: 3px solid rgba(227, 6, 19, 0.18);
    outline-offset: -3px;
}

.od-table-ce__scroll--mobile {
    display: none;
}

.od-table-ce__table {
    width: 100%;
    min-width: 1000px;
    margin: 0;
    border-collapse: collapse;
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.45;
}

.od-table-ce__table caption {
    caption-side: top;
    padding: 1rem 1.5rem 0.75rem;
    color: var(--color-muted);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
}

.od-table-ce__table th,
.od-table-ce__table td {
    padding: 1rem 1.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #f3f4f6;
}

.od-table-ce__table thead th {
    color: #111827;
    background: #f9fafb;
    border-bottom-color: #e5e7eb;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.25;
}

.od-table-ce__table thead th:first-child,
.od-table-ce__table tbody th {
    width: 192px;
}

.od-table-ce__table tbody th {
    color: #111827;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 800;
}

.od-table-ce__table tbody td {
    color: #4b5563;
}

.od-table-ce__table tbody tr:hover th,
.od-table-ce__table tbody tr:hover td {
    background-color: #fffafa;
}

.od-table-ce__table tbody tr:last-child th,
.od-table-ce__table tbody tr:last-child td {
    border-bottom: 0;
}

.od-table-ce__price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    white-space: nowrap;
}

.od-table-ce__price-original {
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.od-table-ce__price-discounted {
    color: var(--color-primary);
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.1;
}

@media (max-width: 767.98px) {
    .od-table-ce__header {
        flex-direction: column;
        padding: 1.1rem;
    }

    .od-table-ce__discount {
        min-height: 34px;
        font-size: 0.9rem;
    }

    .od-table-ce__scroll--desktop {
        display: none;
    }

    .od-table-ce__scroll--mobile {
        display: block;
        overflow-x: visible;
    }

    .od-table-ce__table {
        min-width: 0;
        font-size: 0.88rem;
    }

    .od-table-ce__table--transposed {
        width: 100%;
        table-layout: auto;
    }

    .od-table-ce__table th,
    .od-table-ce__table td {
        padding: 0.82rem 0.75rem;
        hyphens: auto;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .od-table-ce__table.od-table-ce__table--transposed tbody tr > th:first-child {
        width: clamp(7.5rem, 34vw, 10rem);
        max-width: clamp(7.5rem, 34vw, 10rem);
        color: #111827;
        background: #f9fafb;
        font-size: 0.82rem;
        white-space: normal;
    }

    .od-table-ce__table--transposed tbody td {
        width: auto;
        font-size: 0.84rem;
    }
}

@media (max-width: 399.98px) {
    .od-table-ce__scroll--mobile {
        overflow-x: auto;
    }

    .od-table-ce__table--transposed {
        width: max-content;
        min-width: 420px;
    }

    .od-table-ce__table--transposed tbody td {
        min-width: 9rem;
    }
}

/* Bootfitting content elements */
.od-bootfitting-container {
    width: min(calc(100% - 3rem), 1296px);
    margin-inline: auto;
}

.od-bootfitting-container--five-solutions {
    width: min(calc(100% - 3rem), 1440px);
}

.od-bootfitting-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-primary);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.od-bootfitting-eyebrow::before {
    content: "";
    width: 2.75rem;
    height: 3px;
    background: currentColor;
}

.od-bootfitting-eyebrow--light {
    color: #fff;
}

.od-bootfitting-btn {
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0 1.375rem;
    border: 1px solid transparent;
    border-radius: 2px;
    background: var(--color-primary);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.od-bootfitting-btn:hover,
.od-bootfitting-btn:focus {
    background: var(--color-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

.od-bootfitting-btn--white {
    background: #fff;
    color: var(--color-text);
}

.od-bootfitting-btn--white:hover,
.od-bootfitting-btn--white:focus {
    background: #f4f4f5;
    color: var(--color-text);
}

.od-bootfitting-hero {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #151719;
}

.od-bootfitting-hero__media,
.od-bootfitting-hero__overlay,
.od-bootfitting-cta__media,
.od-bootfitting-cta__overlay {
    position: absolute;
    inset: 0;
}

.od-bootfitting-hero__image,
.od-bootfitting-cta__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.od-bootfitting-hero__image {
    object-position: center 42%;
}

.od-bootfitting-hero__overlay {
    background:
        linear-gradient(90deg, rgba(13, 17, 19, 0.82), rgba(13, 17, 19, 0.38)),
        linear-gradient(transparent 70%, rgba(0, 0, 0, 0.42));
    z-index: 1;
}

.od-bootfitting-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5.5rem 0 8.25rem;
}

.od-bootfitting-hero__copy {
    max-width: 820px;
}

.od-bootfitting-hero :is(h1, h2, h3, h4, h5, h6) {
    max-width: 900px;
    margin: 1.125rem 0 1.375rem;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.75rem, 6.3vw, 5.125rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.od-bootfitting-hero__lead {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.55;
}

.od-bootfitting-hero__lead p,
.od-bootfitting-section__intro p,
.od-bootfitting-intro__text p,
.od-bootfitting-step__text p,
.od-bootfitting-solution__text p,
.od-bootfitting-audience__text p,
.od-bootfitting-cta__text p,
.od-bootfitting-faq__text p {
    margin: 0;
}

.od-bootfitting-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.125rem;
}

.od-bootfitting-booking-wrap {
    position: relative;
    z-index: 3;
    margin-top: -4.625rem;
}

.od-bootfitting-booking {
    padding: 1.75rem;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.25);
}

.od-bootfitting-booking__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.375rem;
}

.od-bootfitting-booking :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.od-bootfitting-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3125rem 0.75rem;
    border-radius: 999px;
    background: rgba(228, 42, 26, 0.1);
    color: var(--color-primary);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.od-bootfitting-booking__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 1.125rem;
    align-items: end;
}

.od-bootfitting-field label {
    display: block;
    margin-bottom: 0.4375rem;
    color: var(--color-muted);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.od-bootfitting-field__box {
    min-height: 3.125rem;
    display: flex;
    align-items: center;
    padding: 0 0.9375rem;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #fff;
    color: var(--color-muted);
}

.od-bootfitting-section {
    padding: 6.5rem 0;
    background: #fff;
}

.od-bootfitting-section--soft {
    background: #f7f7f7;
}

.od-bootfitting-section--dark {
    background: #191b1d;
    color: #fff;
}

.od-bootfitting-section--no-frame {
    padding-block: 0;
}

.od-bootfitting-section__head {
    max-width: 780px;
    margin-bottom: 3.25rem;
}

.od-bootfitting-section__head--center {
    margin-inline: auto;
    text-align: center;
}

.od-bootfitting-section__head--center .od-bootfitting-eyebrow {
    justify-content: center;
}

.od-bootfitting-section__head :is(h1, h2, h3, h4, h5, h6),
.od-bootfitting-intro__copy :is(h1, h2, h3, h4, h5, h6),
.od-bootfitting-cta :is(h1, h2, h3, h4, h5, h6) {
    margin: 0.75rem 0 1rem;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.375rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.od-bootfitting-section__intro,
.od-bootfitting-intro__text,
.od-bootfitting-step__text,
.od-bootfitting-audience__text,
.od-bootfitting-faq__text {
    color: var(--color-muted);
}

.od-bootfitting-section__intro,
.od-bootfitting-intro__text {
    font-size: 1.125rem;
}

.od-bootfitting-section--dark .od-bootfitting-section__intro {
    color: rgba(255, 255, 255, 0.72);
}

.od-bootfitting-intro {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4.5rem;
    align-items: center;
}

.od-bootfitting-intro__copy :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 0.875rem;
}

.od-bootfitting-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem 1.375rem;
    margin: 1.875rem 0 0;
    padding: 0;
    list-style: none;
}

.od-bootfitting-checks li {
    position: relative;
    padding-left: 1.875rem;
    color: var(--color-text);
    font-weight: 700;
}

.od-bootfitting-checks li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
}

.od-bootfitting-intro__media {
    position: relative;
}

.od-bootfitting-intro__image {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 4px;
}

.od-bootfitting-intro__note {
    position: absolute;
    left: -2.125rem;
    bottom: 1.875rem;
    width: min(330px, 80%);
    padding: 1.375rem;
    background: #fff;
    border-left: 4px solid var(--color-primary);
    box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.25);
}

.od-bootfitting-intro__note strong {
    display: block;
    margin-bottom: 0.4375rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.2;
}

.od-bootfitting-intro__note p {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.875rem;
}

.od-bootfitting-process {
    display: grid;
    gap: 1.5rem;
    counter-reset: bootfitting-step;
}

.od-bootfitting-step {
    display: grid;
    grid-template-columns: 120px minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: 280px;
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    counter-increment: bootfitting-step;
}

.od-bootfitting-step:nth-child(even) {
    grid-template-columns: 120px minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.od-bootfitting-step__number {
    display: grid;
    place-items: center;
    color: var(--color-primary);
    background: #fafafa;
    border-right: 1px solid #e2e2e2;
    font-family: Inter, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
}

.od-bootfitting-step__number::before,
.od-bootfitting-solution__icon::before,
.od-bootfitting-audience__index::before {
    content: counter(bootfitting-step, decimal-leading-zero);
}

.od-bootfitting-step__content {
    align-self: center;
    padding: 2.625rem;
}

.od-bootfitting-step__content h3 {
    margin: 0 0 0.875rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.od-bootfitting-step__media {
    width: 100%;
    min-height: 280px;
    height: 100%;
    object-fit: cover;
}

.od-bootfitting-step:nth-child(even) .od-bootfitting-step__content {
    order: 3;
}

.od-bootfitting-step:nth-child(even) .od-bootfitting-step__media {
    order: 2;
}

.od-bootfitting-solutions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
    gap: 1.375rem;
    counter-reset: bootfitting-step;
}

.od-bootfitting-solutions--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.od-bootfitting-solution {
    position: relative;
    min-height: 340px;
    padding: 1.875rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
    counter-increment: bootfitting-step;
}

.od-bootfitting-solution::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: var(--color-primary);
    transform: scaleX(0.2);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.od-bootfitting-solution:hover::before {
    transform: scaleX(1);
}

.od-bootfitting-solution__icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    margin-bottom: 2.75rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.od-bootfitting-solution h3 {
    margin: 0 0 0.75rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.od-bootfitting-solution__text {
    color: rgba(255, 255, 255, 0.72);
}

.od-bootfitting-audience {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #e2e2e2;
    counter-reset: bootfitting-step;
}

.od-bootfitting-audience__item {
    padding: 2.125rem;
    border-right: 1px solid #e2e2e2;
    counter-increment: bootfitting-step;
}

.od-bootfitting-audience__item:last-child {
    border-right: 0;
}

.od-bootfitting-audience__index {
    display: block;
    margin-bottom: 2.25rem;
    color: var(--color-primary);
    font-family: Inter, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
}

.od-bootfitting-audience__item h3 {
    margin: 0 0 0.75rem;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.2;
}

.od-bootfitting-brands {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.od-bootfitting-brand-tile {
    min-height: 130px;
    display: grid;
    place-items: center;
    padding: 1.75rem;
    background: #fff;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.od-bootfitting-brand-tile__logo {
    width: min(100%, 11rem);
    max-height: 4.25rem;
    object-fit: contain;
}

.od-bootfitting-cta {
    position: relative;
    overflow: hidden;
    padding: 5.375rem 0;
    color: #fff;
    background: var(--color-primary);
}

.od-bootfitting-cta__overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(228, 42, 26, 0.95), rgba(180, 0, 10, 0.9));
}

.od-bootfitting-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2.625rem;
    align-items: center;
}

.od-bootfitting-cta :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 0;
}

.od-bootfitting-cta__text {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.125rem;
}

.od-bootfitting-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.375rem;
    margin-top: 1.125rem;
    font-weight: 700;
}

.od-bootfitting-cta__text a,
.od-bootfitting-contact-row a,
.od-bootfitting-cta__text a:hover,
.od-bootfitting-contact-row a:hover,
.od-bootfitting-cta__text a:focus-visible,
.od-bootfitting-contact-row a:focus-visible {
    color: white!important;
}

.od-bootfitting-contact-row a {
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.od-bootfitting-calendly-modal .modal-dialog {
    height: calc(100vh - 3rem);
    margin-block: 1.5rem;
}

.od-bootfitting-calendly-modal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.od-bootfitting-calendly-modal .modal-header {
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid #e2e2e2;
}

.od-bootfitting-calendly-modal .modal-title {
    margin: 0;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.od-bootfitting-calendly-modal .modal-body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.od-bootfitting-calendly {
    position: relative;
    width: 100%;
    min-width: min(320px, 100%);
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.od-bootfitting-calendly iframe {
    width: 100%;
    height: 100%;
}

.od-bootfitting-calendly__loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1rem;
    padding: 2rem;
    background: #fff;
    color: var(--color-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}

.od-bootfitting-calendly__spinner {
    width: 3rem;
    height: 3rem;
    border: 4px solid #e5e7eb;
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: od-bootfitting-spin 0.8s linear infinite;
}

.od-bootfitting-calendly.is-loaded .od-bootfitting-calendly__loader {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.od-bootfitting-calendly.has-error .od-bootfitting-calendly__spinner {
    display: none;
}

.od-bootfitting-calendly.has-error .od-bootfitting-calendly__loader span:last-child {
    font-size: 0;
}

.od-bootfitting-calendly.has-error .od-bootfitting-calendly__loader span:last-child::after {
    content: "Die Terminbuchung konnte nicht geladen werden. Bitte versuchen Sie es später erneut.";
    font-size: 1rem;
}

@keyframes od-bootfitting-spin {
    to {
        transform: rotate(360deg);
    }
}

.od-bootfitting-faq {
    max-width: 880px;
    margin-inline: auto;
    border-top: 1px solid #e2e2e2;
}

.od-bootfitting-faq details {
    border-bottom: 1px solid #e2e2e2;
}

.od-bootfitting-faq summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 1.625rem 3.375rem 1.625rem 0;
    font-family: Inter, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.35;
}

.od-bootfitting-faq summary::-webkit-details-marker {
    display: none;
}

.od-bootfitting-faq summary::after {
    content: "+";
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
}

.od-bootfitting-faq details[open] summary::after {
    content: "\2212";
}

.od-bootfitting-faq__text {
    max-width: 760px;
    margin: -0.3125rem 0 1.625rem;
}

@media (max-width: 1050px) {
    .od-bootfitting-audience {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .od-bootfitting-solution {
        min-width: 0;
    }

    .od-bootfitting-solutions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .od-bootfitting-audience__item:nth-child(2n) {
        border-right: 0;
    }

    .od-bootfitting-audience__item:nth-child(-n+2) {
        border-bottom: 1px solid #e2e2e2;
    }

    .od-bootfitting-step,
    .od-bootfitting-step:nth-child(even) {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .od-bootfitting-step__media,
    .od-bootfitting-step:nth-child(even) .od-bootfitting-step__media {
        grid-column: 1 / -1;
        order: 3;
        height: 300px;
    }

    .od-bootfitting-step:nth-child(even) .od-bootfitting-step__content {
        order: 2;
    }
}

@media (max-width: 780px) {
    .od-bootfitting-container {
        width: min(calc(100% - 2rem), 1280px);
    }

    .od-bootfitting-hero {
        min-height: 610px;
    }

    .od-bootfitting-hero__inner {
        padding: 4.5rem 0 8rem;
    }

    .od-bootfitting-booking-wrap {
        margin-top: -3.625rem;
    }

    .od-bootfitting-booking {
        padding: 1.375rem;
    }

    .od-bootfitting-booking__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .od-bootfitting-booking__body {
        grid-template-columns: 1fr;
    }

    .od-bootfitting-booking__body .od-bootfitting-btn {
        width: 100%;
    }

    .od-bootfitting-section {
        padding: 4.875rem 0;
    }

    .od-bootfitting-section--no-frame {
        padding-block: 0;
    }

    .od-bootfitting-intro,
    .od-bootfitting-cta__inner {
        grid-template-columns: 1fr;
        gap: 2.375rem;
    }

    .od-bootfitting-intro__media {
        padding-left: 1.125rem;
    }

    .od-bootfitting-intro__note {
        left: 0;
    }

    .od-bootfitting-checks,
    .od-bootfitting-audience {
        grid-template-columns: 1fr;
    }

    .od-bootfitting-solutions {
        grid-template-columns: 1fr;
    }

    .od-bootfitting-audience__item {
        border-right: 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .od-bootfitting-audience__item:last-child {
        border-bottom: 0;
    }

    .od-bootfitting-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .od-bootfitting-hero :is(h1, h2, h3, h4, h5, h6) {
        font-size: 2.6875rem;
    }

    .od-bootfitting-hero__actions .od-bootfitting-btn {
        width: 100%;
    }

    .od-bootfitting-step,
    .od-bootfitting-step:nth-child(even) {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .od-bootfitting-step__number {
        font-size: 2.375rem;
    }

    .od-bootfitting-step__content {
        padding: 1.75rem 1.375rem;
    }

    .od-bootfitting-step__content h3 {
        font-size: 1.4375rem;
    }

    .od-bootfitting-brand-tile__logo {
        width: min(100%, 9rem);
        max-height: 3.5rem;
    }

    .od-bootfitting-calendly-modal .modal-header {
        padding: 1.25rem;
    }

    .od-bootfitting-calendly-modal .modal-dialog {
        height: calc(100vh - 1rem);
        margin: 0.5rem;
    }
}

.od-ski-price-checker .scanner-overlay {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    background: rgb(0 0 0 / 55%);
}

.od-ski-price-checker .scanner-overlay.d-none {
    display: none !important;
}

.od-ski-price-checker .scanner-box {
    width: 92%;
    max-width: 420px;
    padding: .75rem .75rem 1rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: .5rem;
    box-shadow: 0 8px 18px rgb(0 0 0 / 20%);
}

.od-ski-price-checker .scanner-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.od-ski-price-checker [data-ski-price-checker-reader] {
    width: 100%;
}

.od-ski-price-checker [data-ski-price-checker-reader] video,
.od-ski-price-checker [data-ski-price-checker-reader] [id$="__scan_region"],
.od-ski-price-checker [data-ski-price-checker-reader] .qr-code-full-region {
    overflow: hidden;
    border-radius: .4rem;
}

.od-ski-price-checker .html5-qrcode-anchor-scan-type-change {
    display: none;
}

body.od-scanner-open {
    overflow: hidden;
}
