.page.page-buyout-inquiry > .main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.page.page-buyout-inquiry > .main > .inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.buyout-page-shell-nl {
    --buyout-blue: #008AEE;
    --buyout-blue-bright: #11A0FF;
    --buyout-blue-deep: #008AEE;
    --buyout-blue-soft: #EAF6FF;
    --buyout-blue-border: #CFE9FF;
    --buyout-navy: #1C2D3A;
    --buyout-navy-deep: #16242E;
    --buyout-navy-mid: #223746;
    --buyout-text: #182534;
    --buyout-text-soft: #556779;
    padding: 0 0 48px;
    background: #fff;
}

.buyout-page-shell-scrap-nl {
    padding-bottom: 0;
}

.buyout-gradient-band-nl {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--buyout-navy-deep) 0%, var(--buyout-navy) 56%, var(--buyout-blue-deep) 100%);
}

.buyout-page-inner-nl {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
}

.buyout-hero-section-nl,
.buyout-service-section-nl,
.buyout-faq-section-nl {
    position: relative;
    background: transparent;
}

.buyout-catalog-section-nl {
    padding: 38px 0 44px;
    background: #fff;
}

.buyout-hero-section-nl {
    padding: 26px 0 16px;
}

.buyout-service-section-nl {
    padding: 24px 0 18px;
}

.buyout-faq-section-nl {
    padding: 22px 0 44px;
}

.buyout-hero-layout-nl {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    grid-template-areas:
        "copy media"
        "actions actions";
    align-items: center;
    column-gap: clamp(24px, 3vw, 40px);
    row-gap: 14px;
    padding: 8px 0 0;
}

.buyout-hero-copy-nl,
.buyout-hero-media-nl {
    position: relative;
    z-index: 1;
}

.buyout-hero-copy-nl {
    grid-area: copy;
    justify-content: center;
    min-width: 0;
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.buyout-section-kicker-nl {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0, 138, 238, 0.12);
    color: var(--buyout-blue);
    font-family: "Exo 2";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.buyout-hero-title-nl {
    margin: 0;
    color: #fff;
    font-family: "Exo 2";
    font-size: clamp(42px, 5.4vw, 72px);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance;
}

.buyout-hero-lead-nl {
    max-width: 820px;
    margin: 10px auto 0;
    color: rgba(232, 245, 255, 0.86);
    font-family: "Roboto";
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 400;
    line-height: 1.48;
    text-align: center;
    text-wrap: pretty;
}

.buyout-hero-actions-nl {
    display: grid;
    grid-area: actions;
    gap: 10px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.buyout-phone-links-nl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.buyout-hero-secondary-actions-nl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.buyout-hero-cta-nl {
    --buyout-cta-height: 50px;
    --buyout-cta-radius: 16px;
    --buyout-cta-pad-left: 56px;
    --buyout-cta-pad-right: 36px;
    --buyout-cta-chip-size: 30px;
    --buyout-cta-chip-radius: 10px;
    --buyout-cta-chip-bg: rgba(255, 255, 255, 0.12);
    --buyout-cta-icon-size: 22px;
    --buyout-cta-arrow-size: 24px;
    --buyout-cta-arrow-radius: 8px;
    --buyout-cta-arrow-bg: rgba(255, 255, 255, 0.12);
    --buyout-cta-arrow-icon: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9h10M9.5 4.5 14 9l-4.5 4.5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: var(--buyout-cta-height);
    padding: 0 var(--buyout-cta-pad-right) 0 var(--buyout-cta-pad-left);
    border: 1px solid var(--buyout-cta-border, rgba(255, 255, 255, 0.18));
    border-radius: var(--buyout-cta-radius);
    background: var(--buyout-cta-bg, rgba(255, 255, 255, 0.08));
    color: var(--buyout-cta-color, #fff);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
    white-space: nowrap;
}

.button-buyout-inquiry-viber-nl {
    --buyout-cta-bg: linear-gradient(180deg, #7f49e6 0%, #5a2db8 100%);
    --buyout-cta-border: rgba(141, 115, 255, 0.34);
    --buyout-cta-icon: url("/images/icons/icon-viber-brand.svg");
    flex: 1 1 220px;
}

.button-buyout-inquiry-map-nl {
    --buyout-cta-bg: linear-gradient(180deg, rgba(44, 63, 99, 0.72) 0%, rgba(26, 40, 70, 0.88) 100%);
    --buyout-cta-border: rgba(255, 255, 255, 0.16);
    --buyout-cta-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.1c-2.94 0-5.33 2.31-5.33 5.16 0 4.04 4.72 8.74 5.33 9.34.61-.6 5.33-5.3 5.33-9.34 0-2.85-2.39-5.16-5.33-5.16Z' fill='%23FFFFFF'/%3E%3Ccircle cx='10' cy='7.2' r='2.15' fill='%23008AEE'/%3E%3Cpath d='M3 14.8 7.2 12.9 10 14.1 12.8 12.9 17 14.8 12.8 17l-2.8-1.2L7.2 17Z' fill='%2342C95A'/%3E%3Cpath d='M7.2 12.9 3 14.8v1.2L7.2 14Z' fill='%23F4C542'/%3E%3Cpath d='M12.8 12.9 17 14.8v1.2L12.8 14Z' fill='%232E87FF'/%3E%3C/svg%3E");
    --buyout-cta-arrow-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5h8v8M15 5 5 15' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    flex: 1 1 220px;
}

.buyout-phone-pill-nl {
    width: 100%;
}

.buyout-phone-pill-number-nl {
    display: block;
}

.buyout-hero-cta-nl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: var(--buyout-cta-chip-size);
    height: var(--buyout-cta-chip-size);
    border-radius: var(--buyout-cta-chip-radius);
    background: var(--buyout-cta-chip-bg) var(--buyout-cta-icon) no-repeat center / var(--buyout-cta-icon-size) var(--buyout-cta-icon-size);
    transform: translateY(-50%);
}

.buyout-hero-cta-nl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: var(--buyout-cta-arrow-size);
    height: var(--buyout-cta-arrow-size);
    border-radius: var(--buyout-cta-arrow-radius);
    background: var(--buyout-cta-arrow-bg) var(--buyout-cta-arrow-icon) no-repeat center / 14px 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.buyout-phone-pill-primary-nl {
    --buyout-cta-bg: linear-gradient(180deg, #1fc24f 0%, #0f9334 100%);
    --buyout-cta-border: rgba(111, 255, 158, 0.34);
    --buyout-cta-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.889 13.889c-1.389 0-2.722-.222-3.966-.633-.389-.122-.822-.033-1.133.267l-2.445 2.444C8.2 14.367 5.622 11.8 4.022 8.644L6.467 6.19c.311-.289.4-.722.278-1.111C6.333 3.833 6.111 2.5 6.111 1.111 6.111.5 5.611 0 5 0H1.111C.5 0 0 .5 0 1.111 0 11.544 8.456 20 18.889 20 19.5 20 20 19.5 20 18.889V15c0-.611-.5-1.111-1.111-1.111Z' fill='white'/%3E%3C/svg%3E");
    --buyout-cta-icon-size: 18px;
}

.buyout-phone-pill-secondary-nl {
    --buyout-cta-bg: linear-gradient(180deg, #1a4caa 0%, #12347d 100%);
    --buyout-cta-border: rgba(98, 144, 255, 0.28);
    --buyout-cta-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='1.5' width='10' height='17' rx='2' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='10' cy='15.5' r='1.1' fill='white'/%3E%3C/svg%3E");
    --buyout-cta-icon-size: 18px;
}

.buyout-hero-cta-nl:hover {
    transform: translateY(-1px);
}

.buyout-inquiry-email-nl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(232, 245, 255, 0.82);
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
}

.buyout-inquiry-email-nl::before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12) url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 4.5h13.5v9H2.25z' fill='none' stroke='white' stroke-width='1.6'/%3E%3Cpath d='m3 5.25 6 5.25 6-5.25' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    flex: 0 0 auto;
}

.buyout-hero-media-nl {
    grid-area: media;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.buyout-hero-logo-nl {
    display: block;
    width: min(100%, 560px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 769px) {
    .buyout-hero-actions-nl {
        margin-top: 50px;
    }

    .buyout-hero-secondary-actions-nl > .buyout-hero-cta-nl {
        min-width: 0;
    }
}

.buyout-section-head-nl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dcecfb;
}

.buyout-section-copy-nl {
    min-width: 0;
}

.buyout-section-title-nl {
    max-width: 14ch;
    margin: 14px 0 0;
    color: var(--buyout-text);
    font-family: "Exo 2";
    font-size: clamp(30px, 3.8vw, 42px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.buyout-catalog-grid-nl {
    display: flex;
    gap: 16px;
    margin-top: 28px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 2px 2px 16px;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #b7d9f5 transparent;
}

.buyout-catalog-card-nl {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 216px;
    width: 216px;
    min-width: 216px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #dcecfb;
    border-radius: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease;
}

.buyout-catalog-card-nl:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 138, 238, 0.28);
}

.buyout-catalog-card-media-nl {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    aspect-ratio: 1.28 / 1;
    min-height: 154px;
    border-radius: 14px;
    border: 1px solid #edf4fb;
    background: #f8fbff;
}

.buyout-catalog-card-image-nl {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.buyout-catalog-card-nl:hover .buyout-catalog-card-image-nl {
    transform: scale(1.03);
}

.buyout-catalog-card-placeholder-nl {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #f2f8ff;
}

.buyout-catalog-card-placeholder-nl::before,
.buyout-catalog-card-placeholder-nl::after {
    content: "";
    position: absolute;
    background: rgba(0, 138, 238, 0.14);
}

.buyout-catalog-card-placeholder-nl::before {
    left: 16px;
    right: 16px;
    bottom: 20px;
    height: 10px;
    border-radius: 999px;
}

.buyout-catalog-card-placeholder-nl::after {
    left: 24px;
    bottom: 46px;
    width: 68px;
    height: 68px;
    border-radius: 24px 24px 18px 18px;
}

.buyout-catalog-card-body-nl {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding: 0 2px 4px;
}

.buyout-catalog-card-brand-nl {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--buyout-blue-soft);
    color: #0c5a90;
    font-family: "Exo 2";
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.buyout-catalog-card-title-nl {
    color: var(--buyout-text);
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.buyout-service-layout-nl {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 28px;
    align-items: start;
}

.buyout-service-section-nl .buyout-section-kicker-nl,
.buyout-faq-shell-nl .buyout-section-kicker-nl {
    background: rgba(255, 255, 255, 0.16);
    color: #f3f9ff;
}

.buyout-service-section-nl .buyout-section-title-nl,
.buyout-faq-shell-nl .buyout-section-title-nl {
    color: #fff;
    max-width: none;
}

.buyout-catalog-section-nl .buyout-section-title-nl {
    max-width: none;
}

.buyout-service-copy-nl {
    min-width: 0;
}

.buyout-service-note-nl {
    max-width: 42ch;
    margin: 14px 0 0;
    color: rgba(230, 244, 255, 0.82);
    font-family: "Roboto";
    font-size: 17px;
    line-height: 1.7;
}

.buyout-service-text-nl {
    margin-top: 24px;
    color: rgba(226, 240, 252, 0.82);
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.85;
}

.buyout-service-text-nl > :first-child {
    margin-top: 0;
}

.buyout-service-text-nl > :last-child {
    margin-bottom: 0;
}

.buyout-service-text-nl p {
    margin: 0 0 1em;
}

.buyout-service-steps-nl {
    display: grid;
    gap: 14px;
}

.buyout-service-step-nl {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
}

.buyout-service-step-number-nl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: var(--buyout-blue-deep);
    font-family: "Exo 2";
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.buyout-service-step-copy-nl {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.buyout-service-step-copy-nl strong {
    color: #fff;
    font-family: "Exo 2";
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.buyout-service-step-text-nl {
    color: rgba(226, 240, 252, 0.78);
    font-family: "Roboto";
    font-size: 14px;
    line-height: 1.55;
}

.buyout-service-step-text-nl > :first-child {
    margin-top: 0;
}

.buyout-service-step-text-nl > :last-child {
    margin-bottom: 0;
}

.buyout-service-step-text-nl p {
    margin: 0;
}

.buyout-faq-shell-nl {
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.buyout-faq-shell-nl .buyout-section-title-nl {
    color: #fff;
}

.buyout-faq-shell-nl .buyout-accordion-nl {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.buyout-faq-shell-nl .buyout-accordion-row-nl {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.buyout-faq-shell-nl .buyout-accordion-row-nl.is-opened {
    border-color: rgba(0, 138, 238, 0.32);
}

.buyout-faq-shell-nl .buyout-accordion-title-nl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px 20px 24px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.buyout-faq-shell-nl .buyout-accordion-title-text-nl {
    color: #19222b;
    font-family: "Exo 2";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.buyout-faq-shell-nl .buyout-accordion-icon-nl {
    position: relative;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eaf6ff;
}

.buyout-faq-shell-nl .buyout-accordion-icon-nl::before,
.buyout-faq-shell-nl .buyout-accordion-icon-nl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: var(--buyout-blue);
    transform: translate(-50%, -50%);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.buyout-faq-shell-nl .buyout-accordion-icon-nl::after {
    width: 2px;
    height: 14px;
}

.buyout-faq-shell-nl .buyout-accordion-row-nl.is-opened .buyout-accordion-icon-nl::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0.35);
}

.buyout-faq-shell-nl .content-nl[hidden] {
    display: none;
}

.buyout-faq-shell-nl .buyout-inner-nl {
    padding: 0 24px 24px;
    color: #505c66;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.8;
}

.buyout-faq-shell-nl .buyout-inner-nl > :first-child {
    margin-top: 0;
}

.buyout-faq-shell-nl .buyout-inner-nl > :last-child {
    margin-bottom: 0;
}

.buyout-faq-shell-nl .buyout-inner-nl ul,
.buyout-faq-shell-nl .buyout-inner-nl ol {
    padding-left: 22px;
}

.buyout-catalog-grid-nl.flickity-enabled {
    display: block;
    position: relative;
    overflow: visible;
    padding: 2px 56px 0;
    background: #fff;
}

.buyout-catalog-grid-nl.flickity-enabled .buyout-catalog-card-nl {
    margin-right: 16px;
}

.buyout-catalog-grid-nl .flickity-viewport {
    overflow: hidden;
    background: #fff;
}

.buyout-catalog-grid-nl .flickity-slider {
    background: #fff;
}

.buyout-catalog-grid-nl .flickity-prev-next-button {
    top: 46%;
    width: 34px;
    height: 34px;
    border: 1px solid #cfe9ff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 24px rgba(24, 37, 52, 0.12);
    transform: translateY(-50%);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.buyout-catalog-grid-nl .flickity-prev-next-button:hover {
    transform: translateY(-50%) scale(1.03);
    border-color: rgba(0, 138, 238, 0.34);
    box-shadow: 0 14px 28px rgba(24, 37, 52, 0.16);
}

.buyout-catalog-grid-nl .flickity-prev-next-button:disabled {
    opacity: 0.38;
    cursor: default;
    box-shadow: none;
}

.buyout-catalog-grid-nl .flickity-prev-next-button.previous {
    left: 0;
}

.buyout-catalog-grid-nl .flickity-prev-next-button.next {
    right: 0;
}

.buyout-catalog-grid-nl .flickity-prev-next-button .arrow {
    fill: var(--buyout-blue);
}

.buyout-catalog-grid-nl .flickity-prev-next-button .flickity-button-icon {
    left: 27%;
    top: 27%;
    width: 46%;
    height: 46%;
}

.buyout-catalog-grid-nl .flickity-page-dots {
    position: relative;
    bottom: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.buyout-catalog-grid-nl .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #bddffd;
    opacity: 1;
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.buyout-catalog-grid-nl .flickity-page-dots .dot.is-selected {
    background-color: var(--buyout-blue);
    transform: scale(1.12);
}

.buyout-catalog-grid-nl::-webkit-scrollbar {
    height: 10px;
}

.buyout-catalog-grid-nl::-webkit-scrollbar-track {
    background: transparent;
}

.buyout-catalog-grid-nl::-webkit-scrollbar-thumb {
    background: #b7d9f5;
    border-radius: 999px;
}

@media (max-width: 1180px) {
    .buyout-hero-layout-nl {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "media"
            "actions";
        row-gap: 14px;
    }

    .buyout-service-layout-nl {
        grid-template-columns: 1fr;
    }

    .buyout-hero-copy-nl,
    .buyout-hero-actions-nl {
        max-width: 920px;
    }

    .buyout-catalog-card-nl {
        flex-basis: 240px;
        width: 240px;
        min-width: 240px;
    }

    .buyout-catalog-grid-nl.flickity-enabled {
        padding: 2px 46px 0;
    }
}

@media (max-width: 920px) {
    .buyout-hero-secondary-actions-nl {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    .buyout-catalog-grid-nl {
        gap: 14px;
    }

    .buyout-catalog-card-nl {
        flex-basis: 228px;
        width: 228px;
        min-width: 228px;
    }
}

@media (max-width: 768px) {
    .buyout-page-shell-nl {
        padding-top: 0;
    }

    .buyout-page-inner-nl {
        padding: 0 20px;
    }

    .buyout-hero-section-nl {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .buyout-service-section-nl {
        padding: 16px 0 12px;
    }

    .buyout-faq-section-nl {
        padding: 16px 0 28px;
    }

    .buyout-catalog-section-nl {
        padding: 26px 0 34px;
    }

    .buyout-hero-layout-nl {
        row-gap: 12px;
        padding: 2px 0 0;
    }

    .buyout-section-head-nl {
        flex-direction: column;
        align-items: flex-start;
    }

    .buyout-hero-copy-nl {
        max-width: 720px;
    }

    .buyout-hero-title-nl {
        font-size: clamp(34px, 7.6vw, 54px);
    }

    .buyout-hero-lead-nl {
        max-width: 680px;
        margin-top: 10px;
        font-size: 17px;
    }

    .buyout-hero-actions-nl {
        gap: 8px;
    }

    .buyout-hero-cta-nl {
        --buyout-cta-height: 48px;
        --buyout-cta-radius: 16px;
        --buyout-cta-pad-left: 54px;
        --buyout-cta-pad-right: 34px;
        --buyout-cta-chip-size: 28px;
        --buyout-cta-chip-radius: 10px;
        --buyout-cta-icon-size: 20px;
        --buyout-cta-arrow-size: 20px;
        --buyout-cta-arrow-radius: 8px;
        font-size: 14px;
    }

    .buyout-inquiry-email-nl {
        font-size: 14px;
    }

    .buyout-inquiry-email-nl::before {
        width: 30px;
        height: 30px;
    }

    .buyout-catalog-grid-nl {
        gap: 14px;
        padding-bottom: 10px;
    }

    .buyout-catalog-card-nl {
        flex-basis: min(72vw, 228px);
        width: min(72vw, 228px);
        min-width: min(72vw, 228px);
    }

    .buyout-catalog-grid-nl.flickity-enabled {
        padding: 2px 38px 0;
    }

    .buyout-catalog-grid-nl .flickity-prev-next-button {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 640px) {
    .buyout-page-shell-nl,
    .buyout-catalog-section-nl {
        padding-bottom: 0;
    }

    .buyout-page-inner-nl {
        padding: 0 16px;
    }

    .buyout-hero-layout-nl {
        row-gap: 12px;
        padding-top: 2px;
    }

    .buyout-hero-title-nl {
        font-size: clamp(30px, 10vw, 44px);
    }

    .buyout-hero-lead-nl {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.42;
    }

    .buyout-hero-actions-nl {
        gap: 8px;
    }

    .buyout-hero-cta-nl {
        --buyout-cta-height: 50px;
        --buyout-cta-radius: 16px;
        --buyout-cta-pad-left: 54px;
        --buyout-cta-pad-right: 34px;
        --buyout-cta-chip-size: 28px;
        --buyout-cta-chip-radius: 10px;
        --buyout-cta-icon-size: 20px;
        --buyout-cta-arrow-size: 20px;
        --buyout-cta-arrow-radius: 8px;
        width: 100%;
        font-size: 14px;
    }

    .buyout-phone-links-nl {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .buyout-hero-secondary-actions-nl {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .buyout-hero-secondary-actions-nl > .buyout-hero-cta-nl {
        min-width: 0;
    }

    .buyout-inquiry-email-nl {
        padding-top: 12px;
        font-size: 14px;
    }

    .buyout-inquiry-email-nl::before {
        width: 32px;
        height: 32px;
    }

    .buyout-catalog-grid-nl {
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 6px;
    }

    .buyout-catalog-grid-nl::-webkit-scrollbar {
        height: 8px;
    }

    .buyout-catalog-grid-nl::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(0, 138, 238, 0.28);
    }

    .buyout-catalog-card-nl {
        flex-basis: 72vw;
        width: 72vw;
        min-width: 72vw;
    }

    .buyout-catalog-grid-nl.flickity-enabled {
        padding: 2px 0 0;
    }

    .buyout-catalog-grid-nl .flickity-prev-next-button {
        display: none;
    }

    .buyout-faq-shell-nl .buyout-accordion-title-nl {
        padding: 18px 18px 18px 20px;
    }

    .buyout-faq-shell-nl .buyout-accordion-title-text-nl {
        font-size: 16px;
    }

    .buyout-faq-shell-nl .buyout-inner-nl {
        padding: 0 20px 20px;
        font-size: 15px;
    }
}
