.v4-content-page {
    color: var(--v4-ink);
    line-height: 1.65;
}

.v4-content-main {
    min-width: 0;
    overflow: hidden;
}

.v4-content-main h1,
.v4-content-main h2,
.v4-content-main h3,
.v4-content-main p,
.v4-content-main ul,
.v4-content-main ol,
.v4-content-main address {
    margin-top: 0;
}

.v4-content-main h1,
.v4-content-main h2,
.v4-content-main h3 {
    line-height: 1.16;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.v4-content-main h1 {
    max-width: 800px;
    margin-bottom: 20px;
    font-size: clamp(2.35rem, 5vw, 4.65rem);
    letter-spacing: -.055em;
}

.v4-content-main h2 {
    margin-bottom: 16px;
    font-size: clamp(1.75rem, 3.5vw, 2.85rem);
    letter-spacing: -.035em;
}

.v4-content-main h3 {
    margin-bottom: 10px;
    font-size: 1.16rem;
}

.v4-content-main a:not(.v4-button) {
    color: var(--v4-red-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.v4-content-main a:not(.v4-button):hover {
    text-decoration-thickness: 2px;
}

.v4-content-breadcrumb {
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: var(--v4-slate);
    font-size: .82rem;
}

.v4-content-breadcrumb a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.v4-content-hero {
    position: relative;
    padding: clamp(48px, 8vw, 104px) 0;
    background:
        radial-gradient(circle at 92% 6%, rgba(200, 16, 46, .12), transparent 29%),
        linear-gradient(135deg, #fff, #f5f7f9);
}

.v4-content-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(44vw, 620px);
    height: 4px;
    background: var(--v4-red);
    content: "";
}

.v4-content-hero--compact {
    padding-bottom: clamp(44px, 6vw, 74px);
}

.v4-content-hero--compact .v4-content-hero__lede {
    max-width: 780px;
    margin-bottom: 0;
}

.v4-content-hero__grid {
    display: grid;
    min-width: 0;
    align-items: center;
    gap: clamp(36px, 7vw, 94px);
}

.v4-content-hero__grid > *,
.v4-content-split > *,
.v4-content-contact-layout > * {
    min-width: 0;
}

.v4-content-hero__lede {
    max-width: 730px;
    margin-bottom: 28px;
    color: var(--v4-slate);
    font-size: clamp(1.04rem, 1.7vw, 1.25rem);
}

.v4-content-fallback {
    max-width: 660px;
    margin: 20px 0 0;
    color: var(--v4-slate);
    font-size: .9rem;
}

.v4-content-visual {
    position: relative;
    display: grid;
    width: min(100%, 500px);
    min-height: 390px;
    margin-inline: auto;
    padding: clamp(28px, 4vw, 46px);
    align-content: center;
    gap: 6px;
    border: 1px solid #d9dde3;
    border-radius: 20px;
    color: #fff;
    background: #1b1e24;
    box-shadow: 0 24px 58px rgba(20, 25, 35, .18);
}

.v4-content-visual::before,
.v4-content-visual::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
}

.v4-content-visual::before {
    top: -48px;
    right: -48px;
    width: 180px;
    height: 180px;
}

.v4-content-visual::after {
    right: 46px;
    bottom: 42px;
    width: 72px;
    height: 72px;
    background: var(--v4-red);
}

.v4-content-visual span {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    color: #ff6f86;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.v4-content-visual strong {
    position: relative;
    z-index: 1;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

.v4-content-visual i {
    position: relative;
    z-index: 1;
    display: block;
    width: min(76%, 260px);
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
}

.v4-content-visual i:nth-of-type(even) {
    width: min(54%, 190px);
}

.v4-content-fact-panel,
.v4-content-status-card {
    position: relative;
    width: min(100%, 500px);
    min-height: 330px;
    margin-inline: auto;
    padding: clamp(30px, 5vw, 52px);
    align-content: center;
    border-radius: 20px;
    color: #fff;
    background: #1b1e24;
    box-shadow: 0 24px 58px rgba(20, 25, 35, .18);
}

.v4-content-fact-panel span,
.v4-content-status-card > span {
    display: block;
    margin-bottom: 14px;
    color: #ff758a;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.v4-content-fact-panel strong {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(4rem, 10vw, 7rem);
    line-height: .9;
    letter-spacing: -.07em;
}

.v4-content-fact-panel p,
.v4-content-status-card p {
    margin-bottom: 0;
    color: #d5d9df;
}

.v4-content-status-card {
    display: grid;
}

.v4-content-status-card h2 {
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 2.6rem);
}

.v4-content-section {
    padding: clamp(58px, 8vw, 102px) 0;
}

.v4-content-section--soft {
    background: var(--v4-soft);
}

.v4-content-heading {
    max-width: 780px;
    margin-bottom: clamp(28px, 5vw, 48px);
}

.v4-content-heading > p:last-child {
    margin-bottom: 0;
    color: var(--v4-slate);
    font-size: 1.02rem;
}

.v4-content-card-grid {
    display: grid;
    gap: 20px;
}

.v4-content-card {
    display: flex;
    min-width: 0;
    min-height: 240px;
    padding: clamp(24px, 3vw, 32px);
    flex-direction: column;
    border: 1px solid var(--v4-line);
    border-radius: 14px;
    background: #fff;
}

.v4-content-card > span {
    display: block;
    margin-bottom: 28px;
    color: var(--v4-red);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.v4-content-card p {
    color: var(--v4-slate);
}

.v4-content-card a {
    display: inline-flex;
    min-height: 44px;
    margin-top: auto;
    align-items: center;
    font-weight: 750;
}

.v4-content-steps {
    display: grid;
    padding: 0;
    gap: 20px;
    list-style: none;
}

.v4-content-steps li {
    display: grid;
    min-width: 0;
    padding: clamp(22px, 3vw, 30px);
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    border: 1px solid var(--v4-line);
    border-radius: 14px;
    background: #fff;
}

.v4-content-steps li > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--v4-red);
    font-weight: 800;
}

.v4-content-steps h3 {
    margin: 2px 0 7px;
}

.v4-content-steps p {
    margin-bottom: 0;
    color: var(--v4-slate);
}

.v4-content-split,
.v4-content-contact-layout {
    display: grid;
    align-items: start;
    gap: clamp(34px, 7vw, 90px);
}

.v4-content-callout {
    display: grid;
    padding: clamp(26px, 4vw, 40px);
    gap: 8px;
    border: 1px solid var(--v4-line);
    border-left: 4px solid var(--v4-red);
    border-radius: 12px;
    background: #fff;
}

.v4-content-callout p {
    margin-bottom: 12px;
    color: var(--v4-slate);
}

.v4-content-callout a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    overflow-wrap: anywhere;
    font-weight: 750;
}

.v4-content-checklist {
    display: grid;
    margin-bottom: 0;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.v4-content-checklist li {
    position: relative;
    min-width: 0;
    padding: 15px 18px 15px 52px;
    border: 1px solid var(--v4-line);
    border-radius: 10px;
    overflow-wrap: anywhere;
    background: #fff;
    font-weight: 700;
}

.v4-content-checklist li::before {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 13px;
    height: 13px;
    border: 2px solid var(--v4-red);
    border-radius: 50%;
    content: "";
}

.v4-content-timeline {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 0 30px;
    list-style: none;
}

.v4-content-office-stage {
    margin: 30px 0 0;
}

.v4-content-office-photo {
    margin: 0;
}

.v4-content-office-photo[hidden] {
    display: none;
}

.v4-content-office-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 18px 42px rgba(20, 25, 35, .14);
}

.v4-content-office-photo figcaption {
    margin-top: 10px;
    color: var(--v4-slate);
    font-size: .82rem;
}

.v4-content-timeline::before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 7px;
    width: 2px;
    background: var(--v4-line);
    content: "";
}

.v4-content-timeline li {
    position: relative;
    min-width: 0;
    padding: 0 0 42px 18px;
}

.v4-content-timeline li:last-child {
    padding-bottom: 0;
}

.v4-content-timeline li::before {
    position: absolute;
    top: 7px;
    left: -30px;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--v4-red);
    box-shadow: 0 0 0 2px var(--v4-red);
    content: "";
}

.v4-content-timeline time {
    display: block;
    margin-bottom: 8px;
    color: var(--v4-red-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.v4-content-timeline h3 {
    max-width: 100%;
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    word-break: break-word;
}

.v4-content-timeline li[data-office-item] {
    cursor: default;
}

.v4-content-timeline li[data-office-item].is-active::before {
    box-shadow: 0 0 0 5px rgba(200, 16, 46, .16), 0 0 0 2px var(--v4-red);
}

.v4-content-timeline__trigger {
    min-height: 44px;
    margin: -8px 0;
    padding: 8px 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: inherit;
    text-align: left;
    cursor: pointer;
}

.v4-content-timeline__trigger:hover,
.v4-content-timeline__trigger:focus-visible,
.v4-content-timeline li.is-active .v4-content-timeline__trigger {
    color: var(--v4-red-dark);
}

.v4-content-timeline__trigger:focus-visible {
    border-radius: 4px;
    outline: 3px solid rgba(200, 16, 46, .28);
    outline-offset: 4px;
}

.v4-content-timeline p {
    margin-bottom: 0;
    color: var(--v4-slate);
}

.v4-content-contact-card {
    display: grid;
    margin-bottom: 0;
    gap: 12px;
    color: var(--v4-ink);
    font-style: normal;
}

.v4-content-contact-card > div {
    display: grid;
    min-width: 0;
    padding: 20px;
    grid-template-columns: minmax(90px, .35fr) minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    border: 1px solid var(--v4-line);
    border-radius: 10px;
    background: #fff;
}

.v4-content-contact-card span {
    color: var(--v4-slate);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.v4-content-contact-card a,
.v4-content-contact-card p {
    min-width: 0;
    margin-bottom: 0;
    overflow-wrap: anywhere;
    font-weight: 750;
}

.v4-content-contact-card a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.v4-content-form-gate {
    padding: clamp(28px, 5vw, 44px);
    border-radius: 18px;
    color: #fff;
    background: #1b1e24;
}

.v4-content-form-gate > span {
    display: block;
    margin-bottom: 12px;
    color: #ff758a;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.v4-content-form-gate h2 {
    color: #fff;
}

.v4-content-form-gate p {
    color: #d5d9df;
}

.v4-content-form-gate .v4-button--outline {
    color: #fff !important;
    border-color: #fff;
}

.v4-content-cta {
    padding: clamp(52px, 7vw, 86px) 0;
    color: #fff;
    background: #1b1e24;
}

.v4-content-cta__inner {
    display: grid;
    align-items: end;
    gap: 28px;
}

.v4-content-cta h2 {
    max-width: 740px;
    color: #fff;
}

.v4-content-cta p:not(.v4-eyebrow) {
    max-width: 740px;
    margin-bottom: 0;
    color: #d5d9df;
}

@media (min-width: 768px) {
    .v4-content-card-grid,
    .v4-content-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v4-content-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v4-content-split,
    .v4-content-contact-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v4-content-cta__inner {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (min-width: 1024px) {
    .v4-content-hero__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    }

    .v4-content-card-grid--four {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .v4-content-contact-layout {
        grid-template-columns: minmax(0, .85fr) minmax(400px, 1.15fr);
    }
}

@media (max-width: 767px) {
    .v4-content-page .v4-container {
        width: min(100% - 32px, 1280px);
    }

    .v4-content-main h1 {
        font-size: clamp(2.05rem, 11.5vw, 3.25rem);
    }

    .v4-content-hero {
        padding-top: 36px;
    }

    .v4-content-breadcrumb {
        margin-bottom: 20px;
    }

    .v4-content-visual,
    .v4-content-fact-panel,
    .v4-content-status-card {
        min-height: 290px;
        border-radius: 14px;
    }

    .v4-content-card {
        min-height: 0;
    }

    .v4-content-steps li {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .v4-content-contact-card > div {
        padding: 16px;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .v4-content-cta__inner .v4-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v4-content-page *,
    .v4-content-page *::before,
    .v4-content-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
