@import "https://cdn.jsdelivr.net/npm/@fontsource/oxygen@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/oxygen@latest/700.css";

*,
::before,
::after {
    content: none;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1b2540;
    background-color: #f4f5f7
}

:focus-visible {
    outline: 2px solid #39476A;
    outline-offset: 3px;
    transition: outline-offset .15s ease-in-out
}

.site-header {
    background: linear-gradient(160deg, #39476A 0%, #4d5f82 55%, #6C8392 100%);
    box-shadow: 2px 8px 36px 0 #39476a1f;
    position: relative;
    overflow: hidden
}

.site-header::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 40px;
    background: #b2bbc414;
    pointer-events: none
}

.site-header::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 30%;
    width: 200px;
    height: 200px;
    border-radius: 40px;
    background: #b2bbc40d;
    pointer-events: none
}

.utility-strip {
    border-bottom: 1px solid #b2bbc42e;
    padding: 8px 40px
}

.utility-strip-pod {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.brand-cluster {
    display: flex;
    align-items: center;
    gap: 16px
}

.logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 8px;
    width: 80px;
    height: 90px;
    box-shadow: 2px 5px 14px 0 #39476a1a inset 0 0 0 1px #b2bbc466;
    flex-shrink: 0
}

.logo-frame img {
    width: 64px;
    height: 74px;
    object-fit: contain;
    display: block
}

.brand-label {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.brand-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0
}

.region-tag {
    font-size: 14px;
    line-height: 1.2;
    color: #B2BBC4;
    display: flex;
    align-items: center;
    gap: 8px
}

.region-tag-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 40px;
    background-color: #B2BBC4;
    flex-shrink: 0
}

.contact-cluster {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px
}

.contact-line {
    font-size: 14px;
    line-height: 1.2;
    color: #B2BBC4;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.contact-line:hover {
    color: #fff
}

.contact-line:focus-visible {
    color: #fff
}

.primary-navigation-pod {
    padding: 0 40px
}

.primary-navigation-deck {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap
}

.nav-item {
    display: inline-flex;
    align-items: center;
    padding: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffffbf;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 2px solid transparent;
    transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    min-height: 44px
}

.nav-item:hover {
    color: #fff;
    border-bottom-color: #B2BBC4
}

.nav-item:focus-visible {
    color: #fff;
    border-bottom-color: #B2BBC4
}

.nav-item.active {
    color: #fff;
    border-bottom-color: #fff
}

.site-footer {
    background: #39476A;
    position: relative;
    overflow: hidden;
    padding: 80px 40px 40px
}

.footer-depth-letter {
    position: absolute;
    top: -16px;
    right: -24px;
    font-size: 320px;
    font-weight: 700;
    line-height: 1;
    color: #b2bbc40f;
    pointer-events: none;
    user-select: none;
    font-family: 'Oxygen', sans-serif;
    z-index: 0
}

.footer-body-deck {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.footer-upper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b2bbc426
}

.footer-brand-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-brand-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.footer-brand-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #B2BBC4
}

.footer-links-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-column-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase
}

.footer-link {
    font-size: 14px;
    line-height: 1.5;
    color: #B2BBC4;
    text-decoration: none;
    transition: color .45s ease-in-out;
    display: block
}

.footer-link:hover {
    color: #fff
}

.footer-link:focus-visible {
    color: #fff
}

.footer-contact-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-contact-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase
}

.footer-contact-item {
    font-size: 14px;
    line-height: 1.5;
    color: #B2BBC4;
    text-decoration: none;
    display: block;
    transition: color .45s ease-in-out
}

.footer-contact-item:hover {
    color: #fff
}

.footer-contact-item:focus-visible {
    color: #fff
}

.footer-address {
    font-size: 14px;
    line-height: 1.7;
    color: #B2BBC4;
    font-style: normal
}

.footer-lower {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.footer-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 8px;
    width: 80px;
    height: 90px;
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.footer-logo-frame img {
    width: 64px;
    height: 74px;
    object-fit: contain;
    display: block
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center
}

.footer-legal-link {
    font-size: 14px;
    line-height: 1.5;
    color: #b2bbc4b3;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.footer-legal-link:hover {
    color: #fff
}

.footer-legal-link:focus-visible {
    color: #fff
}

.footer-copyright {
    font-size: 14px;
    line-height: 1.5;
    color: #b2bbc480;
    text-align: center
}

@media (max-width: 900px) {
    .utility-strip {
        padding: 8px 24px
    }

    .primary-navigation-pod {
        padding: 0 24px
    }

    .footer-upper {
        grid-template-columns: 1fr 1fr
    }

    .footer-contact-cell {
        grid-column: 1 / -1
    }

    .site-footer {
        padding: 80px 24px 40px
    }
}

@media (max-width: 600px) {
    .utility-strip {
        padding: 8px 16px
    }

    .utility-strip-pod {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .contact-cluster {
        align-items: flex-start
    }

    .primary-navigation-pod {
        padding: 0 16px
    }

    .nav-item {
        padding: 16px;
        font-size: 14px
    }

    .footer-upper {
        grid-template-columns: 1fr
    }

    .footer-contact-cell {
        grid-column: auto
    }

    .site-footer {
        padding: 80px 16px 40px
    }

    .footer-depth-letter {
        font-size: 180px
    }
}

.cookie-bar-style {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #39476A;
    box-shadow: 2px 8px 36px 0 #39476a1f;
    padding: 24px 40px;
    z-index: 1200
}

.cookie-bar-style.fading-out {
    opacity: 0;
    transition: opacity .22s ease-in-out
}

.cookie-bar-style.fading-in {
    opacity: 1;
    transition: opacity .22s ease-in-out
}

.cookie-inner-deck {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cookie-headline {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-family: 'Oxygen', sans-serif
}

.cookie-message {
    font-size: 14px;
    line-height: 1.7;
    color: #B2BBC4;
    font-family: 'Oxygen', sans-serif
}

.cookie-policy-link {
    color: #fff;
    text-decoration: underline;
    transition: color .45s ease-in-out
}

.cookie-policy-link:hover {
    color: #B2BBC4
}

.cookie-categories-pod {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cookie-category-row {
    display: flex;
    align-items: center;
    gap: 16px
}

.cookie-category-label {
    font-size: 14px;
    line-height: 1.5;
    color: #B2BBC4;
    font-family: 'Oxygen', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.cookie-category-label input[type="checkbox"] {
    accent-color: #6C8392;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.cookie-category-label.always-on {
    cursor: default;
    opacity: .7
}

.cookie-actions-pod {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.cookie-accept-button {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #39476A;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 8px 24px;
    cursor: pointer;
    min-height: 44px;
    transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookie-accept-button:hover {
    background-color: #B2BBC4;
    border-color: #B2BBC4;
    color: #39476A
}

.cookie-accept-button:focus-visible {
    outline: 2px solid #B2BBC4;
    outline-offset: 3px
}

.cookie-accept-button:active {
    transform: scale(0.97)
}

.cookie-reject-button {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    border: 2px solid #b2bbc480;
    border-radius: 2px;
    padding: 8px 24px;
    cursor: pointer;
    min-height: 44px;
    transition: border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cookie-reject-button:hover {
    border-color: #fff;
    color: #fff
}

.cookie-reject-button:focus-visible {
    outline: 2px solid #B2BBC4;
    outline-offset: 3px
}

.cookie-reject-button:active {
    transform: scale(0.97)
}

@media (max-width: 600px) {
    .cookie-bar-style {
        padding: 24px 16px
    }
}

.policy-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #39476A
}

.policy-content h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #39476A;
    margin-bottom: 40px;
    margin-top: 0
}

.policy-content h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #39476A;
    margin-top: 80px;
    margin-bottom: 24px
}

.policy-content h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    margin-top: 40px;
    margin-bottom: 16px
}

.policy-content h4,
.policy-content h5,
.policy-content h6 {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    margin-top: 24px;
    margin-bottom: 16px
}

.policy-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin-top: 0;
    margin-bottom: 24px
}

.policy-content ul,
.policy-content ol {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 40px
}

.policy-content ul {
    list-style-type: disc
}

.policy-content ol {
    list-style-type: decimal
}

.policy-content li {
    margin-bottom: 8px;
    padding-left: 8px
}

.policy-content li:last-child {
    margin-bottom: 0
}

.policy-content ul ul,
.policy-content ol ol,
.policy-content ul ol,
.policy-content ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.policy-content strong,
.policy-content b {
    font-weight: 700;
    color: #39476A
}

.policy-content em,
.policy-content i {
    font-style: italic;
    color: #6C8392
}

.policy-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    border-radius: 2px;
    overflow: hidden
}

.policy-content thead {
    background-color: #39476A;
    color: #fff
}

.policy-content thead th {
    padding: 16px 24px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    border: none
}

.policy-content tbody tr {
    border-bottom: 1px solid #B2BBC4;
    transition: background-color .45s ease-in-out
}

.policy-content tbody tr:last-child {
    border-bottom: none
}

.policy-content tbody tr:nth-child(even) {
    background-color: #b2bbc41f
}

.policy-content tbody tr:hover {
    background-color: #6c83921a
}

.policy-content td {
    padding: 16px 24px;
    color: #39476A;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
    border: none
}

.policy-content th {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top
}

@media (max-width: 900px) {
    .policy-content {
        padding: 80px 24px
    }

    .policy-content h1 {
        font-size: 24px
    }

    .policy-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 600px) {
    .policy-content {
        padding: 40px 16px
    }

    .policy-content h2 {
        margin-top: 40px
    }

    .policy-content ul,
    .policy-content ol {
        padding-left: 24px
    }

    .policy-content thead th,
    .policy-content td {
        padding: 16px
    }
}

.services-page {
    background: #fff;
    overflow-x: clip
}

.services-page ::selection {
    background: #6C8392;
    color: #fff
}

.services-page .eyebrow {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6C8392;
    display: block;
    margin-bottom: 16px
}

.services-page .dotted-divider {
    border: none;
    border-top: 2px dotted #6C8392;
    margin: 0;
    opacity: .45
}

.services-page .dashed-connector {
    border: none;
    border-left: 1px dashed #6C8392;
    height: 40px;
    display: block;
    margin: 0 auto;
    width: 0;
    opacity: .5
}

.services-page .title-block {
    background: #39476A;
    background-image: linear-gradient(247deg, #6c83922e 0%, #39476a00 55%);
    padding: 80px 40px;
    position: relative
}

.services-page .title-block-blob-a {
    position: absolute;
    top: -60px;
    left: -80px;
    width: 320px;
    height: 320px;
    background: #6c839238;
    border-radius: 40px;
    filter: blur(60px);
    pointer-events: none
}

.services-page .title-block-blob-b {
    position: absolute;
    bottom: -40px;
    right: 5%;
    width: 220px;
    height: 220px;
    background: #b2bbc42e;
    border-radius: 40px;
    filter: blur(50px);
    pointer-events: none
}

.services-page .title-block-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.services-page .title-text-column {
    flex: 0 0 55%;
    max-width: 55%
}

.services-page .title-image-column {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 24px
}

.services-page .title-image-frame {
    width: 100%;
    max-width: 340px;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 2px 8px 36px 0 #39476a1f;
    position: relative
}

.services-page .title-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: saturate(0.7) brightness(0.88)
}

.services-page .title-image-frame:hover img {
    filter: saturate(1) brightness(1)
}

.services-page .title-h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(247deg, #fff 60%, #B2BBC4 100%)
}

.services-page .title-h1 .keyword-underline {
    text-decoration: underline;
    text-decoration-color: #6C8392;
    text-underline-offset: 6px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(247deg, #fff 60%, #B2BBC4 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.services-page .title-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #B2BBC4;
    max-width: 440px;
    margin: 0 0 40px
}

.services-page .title-cta {
    display: inline-block;
    padding: 16px 40px;
    background: #fff;
    color: #39476A;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    transition: background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .15s ease-in-out
}

.services-page .title-cta:hover {
    background: #B2BBC4;
    color: #39476A
}

.services-page .title-cta:active {
    transform: scale(0.97)
}

@media (max-width: 900px) {
    .services-page .title-block-inner {
        flex-direction: column;
        gap: 40px
    }

    .services-page .title-text-column {
        flex: 1 1 auto;
        max-width: 100%
    }

    .services-page .title-image-column {
        align-items: flex-start
    }

    .services-page .title-h1 {
        font-size: 24px
    }
}

@media (max-width: 600px) {
    .services-page .title-block {
        padding: 40px 16px
    }

    .services-page .title-h1 {
        font-size: 24px
    }
}

.services-page .offerings-block {
    background: #fff;
    background-image: linear-gradient(to bottom, #39476a0f 0%, #fff0 180px);
    padding: 80px 40px
}

.services-page .offerings-inner {
    max-width: 1200px;
    margin: 0 auto
}

.services-page .offerings-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px
}

.services-page .offerings-heading-group {
    flex: 0 0 auto
}

.services-page .offerings-h2 {
    font-size: 62px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #39476A;
    margin: 0
}

.services-page .offerings-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    max-width: 480px;
    margin: 0;
    flex: 1 1 auto;
    padding-bottom: 8px
}

.services-page .offerings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px
}

.services-page .offering-card {
    background: #fff;
    border: 1px solid #B2BBC4;
    border-radius: 2px;
    padding: 40px 24px 24px;
    box-shadow: 2px 2px 2px 0 #39476a0d;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .45s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden
}

.services-page .offering-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(247deg, #39476A, #6C8392);
    border-radius: 2px 2px 0 0
}

.services-page .offering-card:hover {
    box-shadow: 2px 8px 36px 0 #39476a1f;
    border-color: #6C8392
}

.services-page .offering-number {
    font-size: 62px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px #B2BBC4;
    display: block;
    margin-bottom: 8px
}

.services-page .offering-card-title {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    font-weight: 700;
    margin: 0
}

.services-page .offering-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #6C8392;
    margin: 0
}

.services-page .offering-card-label {
    font-size: 14px;
    line-height: 1.2;
    color: #B2BBC4;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-top: auto
}

.services-page .offering-card-title .letter {
    display: inline-block;
    transition: color .15s ease-in-out
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(1) {
    color: #6C8392;
    transition-delay: 0s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(2) {
    color: #6C8392;
    transition-delay: .04s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(3) {
    color: #6C8392;
    transition-delay: .08s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(4) {
    color: #6C8392;
    transition-delay: .12s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(5) {
    color: #6C8392;
    transition-delay: .16s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(6) {
    color: #6C8392;
    transition-delay: .2s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(7) {
    color: #6C8392;
    transition-delay: .24s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(8) {
    color: #6C8392;
    transition-delay: .28s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(9) {
    color: #6C8392;
    transition-delay: .32s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(10) {
    color: #6C8392;
    transition-delay: .36s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(11) {
    color: #6C8392;
    transition-delay: .4s
}

.services-page .offering-card:hover .offering-card-title .letter:nth-child(12) {
    color: #6C8392;
    transition-delay: .44s
}

@media (max-width: 900px) {
    .services-page .offerings-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .services-page .offerings-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .services-page .offerings-h2 {
        font-size: 24px;
        -webkit-text-stroke: 1px #39476A
    }
}

@media (max-width: 600px) {
    .services-page .offerings-block {
        padding: 40px 16px
    }

    .services-page .offerings-grid {
        grid-template-columns: 1fr
    }
}

.services-page .metrics-block {
    background: #39476A;
    background-image: linear-gradient(247deg, #b2bbc41f 0%, #39476a00 60%);
    padding: 80px 40px
}

.services-page .metrics-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.services-page .metrics-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.services-page .metrics-h2 {
    font-size: 24px;
    line-height: 1.5;
    color: transparent;
    -webkit-text-stroke: 1px #B2BBC4;
    margin: 0 0 8px
}

.services-page .metrics-description {
    font-size: 16px;
    line-height: 1.7;
    color: #B2BBC4;
    margin: 0;
    max-width: 440px
}

.services-page .metric-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.services-page .metric-label-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline
}

.services-page .metric-label {
    font-size: 14px;
    line-height: 1.2;
    color: #B2BBC4;
    text-transform: uppercase;
    letter-spacing: .06em
}

.services-page .metric-value {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700
}

.services-page .metric-bar-track {
    height: 4px;
    background: #b2bbc433;
    border-radius: 2px;
    overflow: hidden
}

.services-page .metric-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #6C8392, #B2BBC4);
    border-radius: 2px;
    transform-origin: left center;
    animation: bar-grow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes bar-grow {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.services-page .metric-bar-fill.w-38 {
    width: 38%;
    animation-delay: .1s
}

.services-page .metric-bar-fill.w-55 {
    width: 55%;
    animation-delay: .2s
}

.services-page .metric-bar-fill.w-72 {
    width: 72%;
    animation-delay: .3s
}

.services-page .metric-bar-fill.w-61 {
    width: 61%;
    animation-delay: .4s
}

.services-page .metric-bar-fill.w-84 {
    width: 84%;
    animation-delay: .5s
}

.services-page .metrics-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.services-page .expert-card {
    background: #ffffff0d;
    border: 1px solid #b2bbc440;
    border-radius: 2px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    box-shadow: inset 0 1px 0 0 #ffffff14
}

.services-page .expert-portrait {
    width: 80px;
    height: 107px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 2px
}

.services-page .expert-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.75) brightness(0.9);
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.services-page .expert-card:hover .expert-portrait img {
    filter: saturate(1) brightness(1)
}

.services-page .expert-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.services-page .expert-name {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    margin: 0
}

.services-page .expert-role {
    font-size: 14px;
    line-height: 1.2;
    color: #6C8392;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin: 0
}

.services-page .expert-quote {
    font-size: 14px;
    line-height: 1.7;
    color: #B2BBC4;
    margin: 0
}

.services-page .metrics-image-frame {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 2px 8px 36px 0 #39476a1f;
    position: relative
}

.services-page .metrics-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.65) brightness(0.82);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.services-page .metrics-image-frame:hover img {
    filter: saturate(1) brightness(1)
}

.services-page .metrics-cta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.services-page .metrics-cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #fff;
    color: #39476A;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .15s ease-in-out
}

.services-page .metrics-cta-primary:hover {
    background: #B2BBC4;
    color: #39476A
}

.services-page .metrics-cta-primary:active {
    transform: scale(0.97)
}

.services-page .metrics-cta-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-radius: 2px;
    border: 1px solid #b2bbc480;
    text-decoration: none;
    font-weight: 700;
    transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .15s ease-in-out
}

.services-page .metrics-cta-secondary:hover {
    background: #ffffff14;
    border-color: #B2BBC4
}

.services-page .metrics-cta-secondary:active {
    transform: scale(0.97)
}

@media (max-width: 900px) {
    .services-page .metrics-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 600px) {
    .services-page .metrics-block {
        padding: 40px 16px
    }

    .services-page .expert-card {
        flex-direction: column
    }

    .services-page .metrics-cta-row {
        flex-direction: column
    }
}

.services-page .offering-card {
    animation: card-appear .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.services-page .offering-card:nth-child(1) {
    animation-delay: .05s
}

.services-page .offering-card:nth-child(2) {
    animation-delay: .15s
}

.services-page .offering-card:nth-child(3) {
    animation-delay: .25s
}

.services-page .offering-card:nth-child(4) {
    animation-delay: .35s
}

.services-page .offering-card:nth-child(5) {
    animation-delay: .45s
}

.services-page .offering-card:nth-child(6) {
    animation-delay: .55s
}

@keyframes card-appear {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.about-us-page {
    background-color: #fff;
    overflow-x: clip;
    position: relative
}

.about-us-page .schema-block {
    display: none
}

.about-us-page .identity-panel {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: center;
    position: relative
}

.about-us-page .identity-image-column {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.about-us-page .identity-image-frame {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    box-shadow: 2px 8px 36px 0 #39476a1f
}

.about-us-page .identity-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .identity-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #39476a47;
    transition: opacity .55s ease-in-out;
    pointer-events: none
}

.about-us-page .identity-image-frame:hover::after {
    opacity: 0
}

.about-us-page .identity-image-frame:hover img {
    transform: scale(1.03)
}

.about-us-page .dots-path {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center
}

.about-us-page .dots-path span {
    display: block;
    border-radius: 40px;
    background-color: #B2BBC4;
    transition: background-color .45s ease-in-out, width .45s ease-in-out
}

.about-us-page .dots-path span:nth-child(1) {
    width: 6px;
    height: 6px
}

.about-us-page .dots-path span:nth-child(2) {
    width: 10px;
    height: 6px
}

.about-us-page .dots-path span:nth-child(3) {
    width: 6px;
    height: 6px
}

.about-us-page .dots-path span:nth-child(4) {
    width: 14px;
    height: 6px;
    background-color: #6C8392
}

.about-us-page .dots-path span:nth-child(5) {
    width: 6px;
    height: 6px
}

.about-us-page .dots-path span:nth-child(6) {
    width: 8px;
    height: 6px
}

.about-us-page .identity-text-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.about-us-page .identity-text-column::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -40px;
    right: -40px;
    bottom: -16px;
    background: linear-gradient(247deg, #b2bbc412 0%, transparent 60%);
    pointer-events: none;
    border-radius: 2px
}

.about-us-page .page-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    letter-spacing: .08em;
    text-transform: uppercase
}

.about-us-page .identity-heading {
    font-size: 62px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(247deg, #39476A 30%, #6C8392 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px #39476A
}

.about-us-page .identity-description {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin: 0;
    max-width: 520px
}

.about-us-page .identity-description+.identity-description {
    max-width: 100%
}

.about-us-page .identity-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px
}

.about-us-page .stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 16px;
    border: 1.5px solid #B2BBC4;
    border-radius: 2px;
    background: #fff;
    box-shadow: 2px 2px 2px 0 #39476a0d;
    transition: box-shadow .5s ease-in-out, border-color .45s ease-in-out;
    animation: border-glow-pulse 3.5s ease-in-out infinite
}

.about-us-page .stat-item:nth-child(2) {
    animation-delay: 1.1s
}

.about-us-page .stat-item:nth-child(3) {
    animation-delay: 2.2s
}

@keyframes border-glow-pulse {

    0%,
    100% {
        box-shadow: 2px 2px 2px 0 #39476a0d;
        border-color: #B2BBC4
    }

    50% {
        box-shadow: 2px 5px 14px 0 #39476a1a;
        border-color: #6C8392
    }
}

.about-us-page .stat-item:hover {
    box-shadow: 2px 5px 14px 0 #39476a1a;
    border-color: #39476A
}

.about-us-page .stat-number {
    font-size: 24px;
    line-height: 1.2;
    color: #39476A
}

.about-us-page .stat-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392
}

.about-us-page .divider-brush {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.about-us-page .divider-brush svg {
    display: block;
    width: 100%;
    height: 32px
}

.about-us-page .expertise-band {
    background-color: #f5f6f8;
    position: relative;
    overflow: hidden
}

.about-us-page .expertise-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2339476A' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.about-us-page .expertise-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative
}

.about-us-page .expertise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
    margin-bottom: 80px
}

.about-us-page .expertise-grid .grid-cell {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-right: 1px solid #B2BBC4;
    transition: background-color .5s ease-in-out;
    cursor: default
}

.about-us-page .expertise-grid .grid-cell:last-child {
    border-right: none
}

.about-us-page .expertise-grid:hover .grid-cell {
    background-color: #b2bbc41f
}

.about-us-page .expertise-grid .grid-cell:hover {
    background-color: #39476a0f !important
}

.about-us-page .expertise-grid .grid-cell:nth-child(2),
.about-us-page .expertise-grid .grid-cell:nth-child(3) {
    padding: 40px 32px
}

.about-us-page .cell-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background-color: #39476A;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    flex-shrink: 0
}

.about-us-page .cell-icon-wrap svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.about-us-page .cell-heading {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    margin: 0
}

.about-us-page .cell-text {
    font-size: 14px;
    line-height: 1.7;
    color: #6C8392;
    margin: 0
}

.about-us-page .expertise-lower {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.about-us-page .expertise-image-wrap {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 2px 8px 36px 0 #39476a1f
}

.about-us-page .expertise-image-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .expertise-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #39476a38;
    transition: opacity .55s ease-in-out;
    pointer-events: none
}

.about-us-page .expertise-image-wrap:hover::after {
    opacity: 0
}

.about-us-page .expertise-image-wrap:hover img {
    transform: scale(1.04)
}

.about-us-page .expertise-text-stack {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.about-us-page .expertise-heading {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background: linear-gradient(247deg, #39476A 0%, #6C8392 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .8px #39476A;
    margin: 0
}

.about-us-page .expertise-paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin: 0
}

.about-us-page .expertise-paragraph.narrow {
    max-width: 380px
}

.about-us-page .funding-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.about-us-page .funding-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 0 #39476a0d;
    transition: box-shadow .5s ease-in-out
}

.about-us-page .funding-item:hover {
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.about-us-page .funding-bar-track {
    flex: 1;
    height: 6px;
    background-color: #B2BBC4;
    border-radius: 40px;
    overflow: hidden
}

.about-us-page .funding-bar-fill {
    height: 100%;
    background-color: #39476A;
    border-radius: 40px;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .funding-label {
    font-size: 14px;
    line-height: 1.5;
    color: #39476A;
    min-width: 120px
}

.about-us-page .funding-pct {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    min-width: 36px;
    text-align: right
}

.about-us-page .portrait-aside {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    margin-top: 16px
}

.about-us-page .portrait-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 2px 2px 2px 0 #39476a0d
}

.about-us-page .portrait-circle img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    display: block
}

.about-us-page .portrait-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.about-us-page .portrait-name {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A
}

.about-us-page .portrait-role {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392
}

.about-us-page .portrait-quote {
    font-size: 14px;
    line-height: 1.7;
    color: #6C8392;
    font-style: italic
}

.about-us-page .diagonal-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 2px
}

.about-us-page .diagonal-line::after {
    content: '';
    position: absolute;
    top: -10%;
    left: 60%;
    width: 1px;
    height: 120%;
    background: linear-gradient(180deg, transparent 0%, #b2bbc466 40%, #b2bbc466 60%, transparent 100%);
    transform: rotate(247deg);
    transform-origin: center center
}

@media (max-width: 900px) {
    .about-us-page .identity-panel {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 24px
    }

    .about-us-page .identity-image-frame {
        aspect-ratio: 16/9
    }

    .about-us-page .identity-heading {
        font-size: 24px
    }

    .about-us-page .identity-stat-row {
        grid-template-columns: 1fr 1fr
    }

    .about-us-page .expertise-grid {
        grid-template-columns: 1fr 1fr
    }

    .about-us-page .expertise-grid .grid-cell {
        border-right: none;
        border-bottom: 1px solid #B2BBC4
    }

    .about-us-page .expertise-lower {
        grid-template-columns: 1fr
    }

    .about-us-page .expertise-inner {
        padding: 40px 24px
    }
}

@media (max-width: 600px) {
    .about-us-page .identity-stat-row {
        grid-template-columns: 1fr
    }

    .about-us-page .expertise-grid {
        grid-template-columns: 1fr
    }

    .about-us-page .portrait-aside {
        flex-direction: column;
        align-items: flex-start
    }

    .about-us-page .identity-panel {
        padding: 40px 16px
    }

    .about-us-page .expertise-inner {
        padding: 40px 16px
    }
}

@media (min-width: 1200px) {
    .about-us-page .identity-panel {
        padding: 80px
    }
}

.about-us-page a {
    color: #39476A;
    text-decoration: underline;
    text-decoration-style: double;
    transition: color .45s ease-in-out
}

.about-us-page a:hover {
    color: #6C8392
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid #39476A !important;
    outline-offset: 3px !important
}

.learning-program {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.learning-program ::selection {
    background: #6C8392;
    color: #fff
}

.learning-program .program-strip {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    gap: 40px;
    position: relative
}

.learning-program .program-strip-text {
    flex: 0 0 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 1
}

.learning-program .program-strip-deco {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 220px;
    font-weight: 900;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 2px #B2BBC4;
    opacity: .18;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    letter-spacing: -8px
}

.learning-program .program-strip-image {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.learning-program .program-strip-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    display: block;
    box-shadow: 2px 8px 36px 0 #39476a1f;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .55s ease-in-out;
    filter: saturate(0.7) brightness(0.92)
}

.learning-program .program-strip-image img:hover {
    box-shadow: 2px 14px 52px 0 #39476a38;
    filter: saturate(1) brightness(1)
}

.learning-program .program-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    letter-spacing: 2px;
    text-transform: uppercase
}

.learning-program .program-heading {
    font-size: 62px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 2px #39476A;
    -webkit-background-clip: unset;
    margin: 0
}

.learning-program .program-tagline {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    max-width: 480px;
    margin: 0
}

.learning-program .program-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.learning-program .program-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #39476A;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #39476A;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.learning-program .program-btn-primary:hover {
    background: transparent;
    color: #39476A
}

.learning-program .program-btn-primary:active {
    transform: scale(0.97)
}

.learning-program .program-btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #39476A;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #B2BBC4;
    transition: border-color .45s ease-in-out, color .45s ease-in-out
}

.learning-program .program-btn-secondary:hover {
    border-color: #39476A;
    color: #39476A
}

.learning-program .program-btn-secondary:active {
    transform: scale(0.97)
}

.learning-program .structure-panel {
    background: linear-gradient(247deg, #B2BBC4 0%, #f5f6f8 40%, #fff 100%);
    padding: 80px 0
}

.learning-program .structure-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.learning-program .structure-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px
}

.learning-program .structure-heading {
    font-size: 24px;
    line-height: 1.5;
    color: transparent;
    -webkit-text-stroke: 1px #39476A;
    margin: 0 0 24px
}

.learning-program .structure-description {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin: 0 0 16px
}

.learning-program .structure-description-narrow {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin: 0 0 16px;
    max-width: 380px
}

.learning-program .structure-modules {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.learning-program .module-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 0 #39476a0d;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .5s ease-in-out
}

.learning-program .module-item:hover {
    background: linear-gradient(247deg, #eef0f4 0%, #fff 100%);
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.learning-program .module-number {
    font-size: 62px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px #B2BBC4;
    font-weight: 900;
    flex-shrink: 0;
    width: 64px;
    text-align: right
}

.learning-program .module-text {
    flex: 1;
    padding-top: 8px
}

.learning-program .module-title {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    font-weight: 700;
    margin: 0 0 8px
}

.learning-program .module-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #6C8392;
    margin: 0
}

.learning-program .metrics-band {
    background: #39476A;
    padding: 40px 0
}

.learning-program .metrics-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.learning-program .metric-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 1 160px
}

.learning-program .metric-value {
    font-size: 62px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 2px #B2BBC4;
    font-weight: 900;
    animation: soft-pulse 3.2s ease-in-out infinite
}

.learning-program .metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #B2BBC4;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center
}

@keyframes soft-pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.02)
    }
}

.learning-program .instructors-panel {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.learning-program .instructors-deco-text {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 120px;
    font-weight: 900;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px #B2BBC4;
    opacity: .15;
    pointer-events: none;
    user-select: none
}

.learning-program .instructors-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px
}

.learning-program .instructors-top {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px
}

.learning-program .instructors-top-text {
    flex: 0 0 50%
}

.learning-program .instructors-heading {
    font-size: 24px;
    line-height: 1.5;
    color: transparent;
    -webkit-text-stroke: 1px #39476A;
    margin: 0 0 16px
}

.learning-program .instructors-body {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin: 0 0 16px
}

.learning-program .instructors-body-narrow {
    font-size: 16px;
    line-height: 1.7;
    color: #6C8392;
    margin: 0;
    max-width: 360px
}

.learning-program .instructors-image-wrap {
    flex: 1
}

.learning-program .instructors-image-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    display: block;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter .6s ease-in-out;
    filter: saturate(0.75) brightness(0.9)
}

.learning-program .instructors-image-wrap img:hover {
    box-shadow: 2px 12px 48px 0 #39476a33;
    filter: saturate(1) brightness(1)
}

.learning-program .portrait-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.learning-program .portrait-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    flex: 1 1 280px;
    padding: 24px;
    border-top: 2px solid #B2BBC4;
    transition: border-color .5s ease-in-out
}

.learning-program .portrait-card:hover {
    border-color: #39476A
}

.learning-program .portrait-img {
    width: 80px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    display: block;
    flex-shrink: 0;
    box-shadow: 2px 2px 2px 0 #39476a0d;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .portrait-card:hover .portrait-img {
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.learning-program .portrait-info {
    flex: 1;
    padding-top: 8px
}

.learning-program .portrait-name {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    font-weight: 700;
    margin: 0 0 8px
}

.learning-program .portrait-role {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.learning-program .portrait-note {
    font-size: 14px;
    line-height: 1.7;
    color: #39476A;
    margin: 0
}

.learning-program .offer-panel {
    background: #B2BBC4;
    padding: 80px 0;
    position: relative
}

.learning-program .offer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: 40px;
    align-items: start
}

.learning-program .offer-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.learning-program .offer-heading {
    font-size: 24px;
    line-height: 1.5;
    color: transparent;
    -webkit-text-stroke: 1px #39476A;
    margin: 0
}

.learning-program .offer-price-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.learning-program .offer-price-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    text-transform: uppercase;
    letter-spacing: 2px
}

.learning-program .offer-price-value {
    font-size: 62px;
    line-height: 1.2;
    color: #39476A;
    font-weight: 900
}

.learning-program .offer-price-note {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392
}

.learning-program .offer-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background: #39476A;
    border-radius: 2px
}

.learning-program .offer-rating-value {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700
}

.learning-program .offer-rating-text {
    font-size: 14px;
    line-height: 1.5;
    color: #B2BBC4
}

.learning-program .offer-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.learning-program .offer-body {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin: 0
}

.learning-program .offer-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.learning-program .offer-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #39476A
}

.learning-program .offer-list-marker {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .offer-list-marker svg {
    width: 20px;
    height: 20px;
    stroke: #39476A;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.learning-program .offer-enroll-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #39476A;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #39476A;
    align-self: flex-start;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.learning-program .offer-enroll-btn:hover {
    background: transparent;
    color: #39476A
}

.learning-program .offer-enroll-btn:active {
    transform: scale(0.97)
}

@media (max-width: 1200px) {
    .learning-program .program-strip {
        padding: 80px 24px
    }

    .learning-program .structure-inner,
    .learning-program .metrics-inner,
    .learning-program .instructors-inner,
    .learning-program .offer-inner {
        padding: 0 24px
    }
}

@media (max-width: 900px) {
    .learning-program .program-strip {
        flex-direction: column;
        padding: 40px 24px
    }

    .learning-program .program-strip-text {
        flex: unset
    }

    .learning-program .program-strip-image {
        flex: unset
    }

    .learning-program .program-strip-image img {
        height: 320px
    }

    .learning-program .program-heading {
        font-size: 40px
    }

    .learning-program .structure-inner {
        grid-template-columns: 1fr
    }

    .learning-program .offer-inner {
        grid-template-columns: 1fr
    }

    .learning-program .instructors-top {
        flex-direction: column
    }

    .learning-program .instructors-top-text {
        flex: unset
    }

    .learning-program .metrics-inner {
        gap: 24px
    }

    .learning-program .metric-value {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .learning-program .program-heading {
        font-size: 32px
    }

    .learning-program .program-actions {
        flex-direction: column
    }

    .learning-program .portrait-row {
        flex-direction: column
    }

    .learning-program .metrics-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .learning-program .offer-inner {
        padding: 0 16px
    }

    .learning-program .structure-inner,
    .learning-program .instructors-inner {
        padding: 0 16px
    }

    .learning-program .program-strip {
        padding: 40px 16px
    }

    .learning-program .program-strip-deco {
        font-size: 120px;
        left: 16px
    }
}

.launch-page {
    background: #fff;
    overflow-x: hidden;
    position: relative
}

.launch-page .launch-title-block {
    position: relative;
    padding: 80px 24px;
    background: linear-gradient(247deg, #6c839226 0%, #39476a14 40%, #fff0 70%)
}

.launch-page .launch-title-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, #39476a0a 39px, #39476a0a 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, #39476a0a 39px, #39476a0a 40px);
    pointer-events: none
}

.launch-page .launch-title-block::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 480px;
    background: radial-gradient(ellipse at 100% 0%, #39476a1f 0%, transparent 65%);
    pointer-events: none
}

.launch-page .launch-title-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1
}

.launch-page .launch-title-text {
    flex: 2
}

.launch-page .launch-title-visual {
    flex: 1;
    position: relative
}

.launch-page .launch-title-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.launch-page .launch-title-heading {
    font-size: 62px;
    line-height: 1.2;
    color: #39476A;
    margin-bottom: 24px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(247deg, #39476A 0%, #6C8392 100%)
}

.launch-page .launch-title-subtext {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    max-width: 520px;
    margin-bottom: 40px
}

.launch-page .launch-title-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.launch-page .launch-btn-primary {
    background: #39476A;
    color: #fff;
    border: 2px solid #39476A;
    border-radius: 2px;
    padding: 16px 40px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 2px 5px 14px 0 #39476a1a;
    text-decoration: none;
    display: inline-block
}

.launch-page .launch-btn-primary:hover {
    background: #6C8392;
    border-color: #6C8392
}

.launch-page .launch-btn-primary:active {
    transform: scale(0.97)
}

.launch-page .launch-btn-secondary {
    background: transparent;
    color: #39476A;
    border: 2px solid #B2BBC4;
    border-radius: 2px;
    padding: 16px 40px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .45s ease-in-out, color .45s ease-in-out;
    text-decoration: none;
    display: inline-block
}

.launch-page .launch-btn-secondary:hover {
    border-color: #39476A;
    color: #39476A
}

.launch-page .launch-btn-secondary:active {
    transform: scale(0.97)
}

.launch-page .launch-title-image-frame {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 2px 8px 36px 0 #39476a1f
}

.launch-page .launch-title-image-frame img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-title-image-frame:hover img {
    transform: scale(1.03)
}

.launch-page .launch-title-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 40%, #39476a73 100%);
    pointer-events: none;
    transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-title-image-frame:hover::after {
    opacity: .4
}

.launch-page .launch-math-symbol {
    position: absolute;
    right: -40px;
    bottom: -24px;
    font-size: 220px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #39476a12;
    pointer-events: none;
    z-index: 0;
    user-select: none
}

.launch-page .launch-divider-blur {
    height: 40px;
    background: linear-gradient(180deg, #fff 0%, #b2bbc42e 50%, #f4f5f7 100%)
}

.launch-page .launch-scale-band {
    background: #f4f5f7;
    padding: 80px 24px;
    position: relative
}

.launch-page .launch-scale-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #39476a0f 0%, transparent 60%);
    pointer-events: none
}

.launch-page .launch-scale-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.launch-page .launch-scale-heading {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #39476A;
    margin-bottom: 40px;
    max-width: 560px
}

.launch-page .launch-scale-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px
}

.launch-page .launch-metric-card {
    background: #fff;
    border-radius: 2px;
    padding: 24px;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-metric-card:hover {
    box-shadow: 2px 8px 36px 0 #39476a1f;
    transform: translateY(-2px)
}

.launch-page .launch-metric-number {
    font-size: 62px;
    line-height: 1.2;
    color: #39476A;
    display: block;
    margin-bottom: 8px
}

.launch-page .launch-metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392
}

.launch-page .launch-ratio-bar {
    background: #fff;
    border-radius: 2px;
    padding: 24px;
    box-shadow: 2px 2px 2px 0 #39476a0d
}

.launch-page .launch-ratio-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.launch-page .launch-ratio-track {
    height: 16px;
    background: #B2BBC4;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.launch-page .launch-ratio-fill {
    height: 100%;
    background: linear-gradient(247deg, #39476A, #6C8392);
    border-radius: 2px;
    width: 68%;
    box-shadow: inset 0 1px 3px #ffffff4d;
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-ratio-note {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    margin-top: 8px
}

.launch-page .launch-divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #B2BBC4 20%, #B2BBC4 80%, transparent);
    margin: 0
}

.launch-page .launch-community-band {
    background: #fff;
    padding: 80px 24px;
    position: relative
}

.launch-page .launch-community-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.launch-page .launch-community-visual {
    position: relative
}

.launch-page .launch-community-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    display: block;
    box-shadow: 2px 8px 36px 0 #39476a1f;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: saturate(0.7)
}

.launch-page .launch-community-image:hover {
    filter: saturate(1)
}

.launch-page .launch-community-image-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 40%, #39476a59 100%);
    border-radius: 2px;
    pointer-events: none;
    transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-community-visual:hover .launch-community-image-overlay {
    opacity: .3
}

.launch-page .launch-community-text {
    padding-top: 8px
}

.launch-page .launch-community-heading {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #39476A;
    margin-bottom: 24px
}

.launch-page .launch-community-paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin-bottom: 16px
}

.launch-page .launch-community-paragraph-narrow {
    font-size: 16px;
    line-height: 1.7;
    color: #6C8392;
    margin-bottom: 16px;
    max-width: 380px
}

.launch-page .launch-community-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.launch-page .launch-tag {
    background: transparent;
    border: 1.5px solid #B2BBC4;
    border-radius: 40px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
    color: #6C8392;
    transition: border-color .45s ease-in-out, color .45s ease-in-out
}

.launch-page .launch-tag:hover {
    border-color: #39476A;
    color: #39476A
}

.launch-page .launch-divider-thick {
    height: 8px;
    background: linear-gradient(247deg, #39476a1a, #6c839214, transparent)
}

.launch-page .launch-outcomes-band {
    background: #39476A;
    padding: 80px 24px;
    position: relative;
    overflow: hidden
}

.launch-page .launch-outcomes-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(247deg, transparent 0px, transparent 18px, #ffffff06 18px, #ffffff06 20px);
    pointer-events: none
}

.launch-page .launch-outcomes-symbol {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 320px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff0a;
    pointer-events: none;
    user-select: none
}

.launch-page .launch-outcomes-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.launch-page .launch-outcomes-heading {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    margin-bottom: 40px;
    text-align: center
}

.launch-page .launch-outcomes-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px
}

.launch-page .launch-outcome-main {
    background: #ffffff0f;
    border-radius: 2px;
    padding: 40px;
    border: 1px solid #ffffff1a;
    box-shadow: inset 0 1px 0 #ffffff14
}

.launch-page .launch-outcome-main-heading {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px
}

.launch-page .launch-outcome-main-text {
    font-size: 16px;
    line-height: 1.7;
    color: #B2BBC4;
    margin-bottom: 16px
}

.launch-page .launch-outcome-main-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    display: block;
    margin-top: 24px;
    filter: saturate(0.6);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-outcome-main-image:hover {
    filter: saturate(1)
}

.launch-page .launch-outcome-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.launch-page .launch-outcome-item {
    background: #ffffff0f;
    border-radius: 2px;
    padding: 24px;
    border: 1px solid #ffffff14;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-outcome-item:hover {
    background: #ffffff1a
}

.launch-page .launch-outcome-item-heading {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 8px
}

.launch-page .launch-outcome-item-text {
    font-size: 14px;
    line-height: 1.7;
    color: #B2BBC4
}

.launch-page .launch-divider-gradient {
    height: 40px;
    background: linear-gradient(180deg, #39476A 0%, #f4f5f7 100%)
}

.launch-page .launch-voices-band {
    background: #f4f5f7;
    padding: 80px 24px;
    position: relative
}

.launch-page .launch-voices-inner {
    max-width: 1200px;
    margin: 0 auto
}

.launch-page .launch-voices-heading {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #39476A;
    margin-bottom: 40px
}

.launch-page .launch-voices-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.launch-page .launch-voice-card {
    background: #fff;
    border-radius: 2px;
    padding: 24px;
    box-shadow: 2px 2px 2px 0 #39476a0d;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    gap: 16px
}

.launch-page .launch-voice-card:hover {
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.launch-page .launch-voice-quote {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    flex: 1
}

.launch-page .launch-voice-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.launch-page .launch-voice-portrait {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    box-shadow: 2px 2px 2px 0 #39476a0d
}

.launch-page .launch-voice-name {
    font-size: 14px;
    line-height: 1.5;
    color: #39476A;
    display: block
}

.launch-page .launch-voice-role {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    display: block
}

.launch-page .launch-voice-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(247deg, #39476A, #6C8392);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.launch-page .launch-voice-avatar-placeholder svg {
    width: 24px;
    height: 24px;
    fill: #fff9
}

.launch-page .launch-voice-card-featured {
    background: #39476A;
    grid-column: span 1
}

.launch-page .launch-voice-card-featured .launch-voice-quote {
    color: #fff
}

.launch-page .launch-voice-card-featured .launch-voice-name {
    color: #fff
}

.launch-page .launch-voice-card-featured .launch-voice-role {
    color: #B2BBC4
}

.launch-page .launch-divider-dots {
    height: 24px;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.launch-page .launch-divider-dots::before,
.launch-page .launch-divider-dots::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #B2BBC4
}

.launch-page .launch-journey-band {
    background: #fff;
    padding: 80px 24px;
    position: relative
}

.launch-page .launch-journey-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.launch-page .launch-journey-left {
    position: sticky;
    top: 40px
}

.launch-page .launch-journey-heading {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #39476A;
    margin-bottom: 24px
}

.launch-page .launch-journey-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #6C8392;
    margin-bottom: 24px
}

.launch-page .launch-journey-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    display: block;
    filter: saturate(0.6);
    box-shadow: 2px 5px 14px 0 #39476a1a;
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-journey-image:hover {
    filter: saturate(1)
}

.launch-page .launch-journey-phases {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.launch-page .launch-phase-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start
}

.launch-page .launch-phase-marker {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: linear-gradient(247deg, #39476A, #6C8392);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 2px 2px 2px 0 #39476a0d
}

.launch-page .launch-phase-marker svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.launch-page .launch-phase-number {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700
}

.launch-page .launch-phase-body {
    padding-top: 8px
}

.launch-page .launch-phase-title {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    margin-bottom: 8px
}

.launch-page .launch-phase-text {
    font-size: 14px;
    line-height: 1.7;
    color: #6C8392
}

.launch-page .launch-phase-item.active .launch-phase-marker {
    box-shadow: inset 0 1px 4px #ffffff40 2px 5px 14px 0 #39476a1a
}

@keyframes launch-float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.launch-page .launch-phase-marker {
    animation: launch-float 3.5s ease-in-out infinite
}

.launch-page .launch-phase-item:nth-child(2) .launch-phase-marker {
    animation-delay: .6s
}

.launch-page .launch-phase-item:nth-child(3) .launch-phase-marker {
    animation-delay: 1.2s
}

.launch-page .launch-phase-item:nth-child(4) .launch-phase-marker {
    animation-delay: 1.8s
}

.launch-page .launch-divider-angled {
    height: 24px;
    background: linear-gradient(247deg, #39476a14 0%, transparent 100%)
}

.launch-page .launch-longterm-band {
    background: #2e3a52;
    padding: 80px 24px;
    position: relative;
    overflow: hidden
}

.launch-page .launch-longterm-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(247deg, transparent 0px, transparent 28px, #ffffff05 28px, #ffffff05 30px);
    pointer-events: none
}

.launch-page .launch-longterm-chevrons {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 300px;
    overflow: hidden;
    pointer-events: none
}

.launch-page .launch-longterm-chevrons::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(247deg, transparent 0px, transparent 22px, #ffffff08 22px, #ffffff08 24px, transparent 24px, transparent 48px)
}

.launch-page .launch-longterm-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.launch-page .launch-longterm-heading {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    margin-bottom: 40px;
    max-width: 600px
}

.launch-page .launch-longterm-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.launch-page .launch-longterm-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.launch-page .launch-longterm-paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: #B2BBC4
}

.launch-page .launch-longterm-paragraph-narrow {
    font-size: 16px;
    line-height: 1.7;
    color: #b2bbc4b3;
    max-width: 420px
}

.launch-page .launch-longterm-link {
    color: #fff;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out
}

.launch-page .launch-longterm-link:hover {
    color: #B2BBC4
}

.launch-page .launch-longterm-pillars {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.launch-page .launch-pillar {
    background: #ffffff0d;
    border-radius: 2px;
    padding: 24px;
    border: 1px solid #ffffff14;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.launch-page .launch-pillar:hover {
    background: #ffffff17
}

.launch-page .launch-pillar-title {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 8px
}

.launch-page .launch-pillar-text {
    font-size: 14px;
    line-height: 1.7;
    color: #B2BBC4
}

@media (max-width: 1200px) {
    .launch-page .launch-scale-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 900px) {
    .launch-page .launch-title-inner {
        flex-direction: column;
        gap: 40px
    }

    .launch-page .launch-title-heading {
        font-size: 40px
    }

    .launch-page .launch-community-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .launch-page .launch-outcomes-grid {
        grid-template-columns: 1fr
    }

    .launch-page .launch-voices-layout {
        grid-template-columns: 1fr 1fr
    }

    .launch-page .launch-journey-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .launch-page .launch-journey-left {
        position: static
    }

    .launch-page .launch-longterm-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media (max-width: 600px) {
    .launch-page .launch-title-heading {
        font-size: 32px
    }

    .launch-page .launch-title-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .launch-page .launch-scale-grid {
        grid-template-columns: 1fr 1fr
    }

    .launch-page .launch-voices-layout {
        grid-template-columns: 1fr
    }

    .launch-page .launch-math-symbol {
        font-size: 120px
    }
}

.contact-us-page {
    background: #fff;
    overflow-x: clip
}

.contact-us-page .reach-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    position: relative
}

.contact-us-page .reach-panel::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(247deg, #B2BBC4 0%, #39476A 40%, #6C8392 70%, #B2BBC4 100%)
}

.contact-us-page .reach-visual {
    position: relative;
    overflow: hidden
}

.contact-us-page .reach-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .reach-visual:hover img {
    transform: scale(1.04)
}

.contact-us-page .reach-visual-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #39476ab8 0%, #6c839273 55%, #b2bbc41a 100%);
    transition: opacity .55s ease-in-out;
    pointer-events: none
}

.contact-us-page .reach-visual:hover .reach-visual-tint {
    opacity: .3
}

.contact-us-page .reach-visual-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.contact-us-page .reach-visual-shapes::before {
    content: '';
    position: absolute;
    top: 40px;
    right: -30px;
    width: 180px;
    height: 180px;
    border: 2px solid #b2bbc440;
    border-radius: 2px;
    transform: rotate(18deg)
}

.contact-us-page .reach-visual-shapes::after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 24px;
    width: 80px;
    height: 80px;
    border: 1px solid #b2bbc42e;
    border-radius: 40px
}

.contact-us-page .reach-text-panel {
    background: #f4f5f7;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.contact-us-page .reach-text-panel::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(ellipse at 60% 40%, #39476a12 0%, transparent 70%);
    pointer-events: none
}

.contact-us-page .reach-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.contact-us-page .reach-heading {
    font-size: 62px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(247deg, #39476A 0%, #6C8392 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0 0 24px;
    -webkit-text-stroke: 1px #39476A
}

.contact-us-page .reach-description {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    max-width: 420px;
    margin-bottom: 40px
}

.contact-us-page .reach-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .reach-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .reach-info-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding-bottom: 8px;
    border-bottom: 1px solid #B2BBC4
}

.contact-us-page .reach-info-value {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    font-weight: 600
}

.contact-us-page .reach-info-value a {
    color: #39476A;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out
}

.contact-us-page .reach-info-value a:hover {
    color: #6C8392
}

.contact-us-page .icon-cycle-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 40px;
    align-items: center
}

.contact-us-page .icon-node {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 1.5px solid #B2BBC4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    animation: node-cycle 3s ease-in-out infinite;
    box-shadow: 2px 2px 2px 0 #39476a0d
}

.contact-us-page .icon-node:nth-child(2) {
    animation-delay: .6s
}

.contact-us-page .icon-node:nth-child(3) {
    animation-delay: 1.2s
}

.contact-us-page .icon-node:nth-child(4) {
    animation-delay: 1.8s
}

.contact-us-page .icon-node:nth-child(5) {
    animation-delay: 2.4s
}

@keyframes node-cycle {

    0%,
    70%,
    100% {
        background: #fff;
        border-color: #B2BBC4
    }

    20%,
    50% {
        background: #39476A;
        border-color: #39476A;
        box-shadow: 2px 5px 14px 0 #39476a1a
    }
}

.contact-us-page .icon-node svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #6C8392;
    stroke-width: 1.5;
    transition: stroke .45s ease-in-out
}

.contact-us-page .icon-node:nth-child(2) svg,
.contact-us-page .icon-node:nth-child(3) svg,
.contact-us-page .icon-node:nth-child(4) svg,
.contact-us-page .icon-node:nth-child(5) svg {
    stroke: #6C8392
}

.contact-us-page .form-panel {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.contact-us-page .form-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 30%, #b2bbc42e 0%, transparent 65%);
    pointer-events: none
}

.contact-us-page .form-zigzag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16px;
    overflow: hidden
}

.contact-us-page .form-zigzag svg {
    width: 100%;
    height: 16px;
    display: block
}

.contact-us-page .form-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 80px;
    align-items: start
}

.contact-us-page .form-aside {
    padding-top: 16px
}

.contact-us-page .form-aside-heading {
    font-size: 24px;
    line-height: 1.2;
    color: #39476A;
    margin: 0 0 16px;
    -webkit-text-stroke: .5px #39476A;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(247deg, #39476A 30%, #6C8392 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.contact-us-page .form-aside-text {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin-bottom: 24px
}

.contact-us-page .form-aside-note {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    border-top: 1px solid #B2BBC4;
    padding-top: 16px
}

.contact-us-page .form-aside-image {
    margin-top: 40px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 2px 8px 36px 0 #39476a1f;
    position: relative
}

.contact-us-page .form-aside-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .form-aside-image:hover img {
    transform: scale(1.05)
}

.contact-us-page .form-aside-image-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #39476a8c 0%, #6c839233 100%);
    transition: opacity .55s ease-in-out;
    pointer-events: none
}

.contact-us-page .form-aside-image:hover .form-aside-image-tint {
    opacity: .2
}

.contact-us-page .contact-form {
    background: #f4f5f7;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.contact-us-page .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.contact-us-page .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.contact-us-page .form-group.full {
    grid-column: 1 / -1
}

.contact-us-page .form-label {
    font-size: 14px;
    line-height: 1.5;
    color: #39476A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em
}

.contact-us-page .form-input {
    background: #fff;
    border: 1.5px solid #B2BBC4;
    border-radius: 2px;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    outline: none;
    transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
    width: 100%;
    box-sizing: border-box
}

.contact-us-page .form-input::placeholder {
    color: #B2BBC4
}

.contact-us-page .form-input:focus {
    border-color: #39476A;
    box-shadow: inset 0 0 0 2px #39476a14 2px 2px 2px 0 #39476a0d
}

.contact-us-page .channel-label-heading {
    font-size: 14px;
    line-height: 1.5;
    color: #39476A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 16px;
    display: block
}

.contact-us-page .channel-options {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.contact-us-page .channel-option {
    position: relative
}

.contact-us-page .channel-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-us-page .channel-option label {
    display: inline-block;
    padding: 8px 24px;
    border: 1.5px solid #B2BBC4;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    cursor: pointer;
    background: #fff;
    transition: background .45s ease-in-out, border-color .45s ease-in-out, color .45s ease-in-out;
    user-select: none
}

.contact-us-page .channel-option input[type="radio"]:checked+label {
    background: #39476A;
    border-color: #39476A;
    color: #fff
}

.contact-us-page .channel-option label:hover {
    border-color: #6C8392;
    color: #39476A
}

.contact-us-page .channel-option input[type="radio"]:focus-visible+label {
    outline: 2px solid #39476A;
    outline-offset: 2px
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    margin-top: 8px
}

.contact-us-page .privacy-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    accent-color: #39476A;
    margin-top: 2px;
    cursor: pointer
}

.contact-us-page .privacy-text {
    font-size: 14px;
    line-height: 1.7;
    color: #6C8392
}

.contact-us-page .privacy-text a {
    color: #39476A;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out
}

.contact-us-page .privacy-text a:hover {
    color: #6C8392
}

.contact-us-page .submit-button {
    background: #39476A;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 16px 40px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    transition: background .45s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block
}

.contact-us-page .submit-button:hover {
    background: #6C8392;
    box-shadow: 2px 8px 36px 0 #39476a1f
}

.contact-us-page .submit-button:active {
    transform: scale(0.97)
}

.contact-us-page .submit-button:focus-visible {
    outline: 2px solid #39476A;
    outline-offset: 3px
}

.contact-us-page .services-nudge {
    margin-top: 40px;
    padding: 16px 24px;
    background: #fff;
    border-radius: 2px;
    border-top: 2px solid #B2BBC4;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .services-nudge-label {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    text-transform: uppercase;
    letter-spacing: .06em
}

.contact-us-page .services-nudge a {
    font-size: 16px;
    line-height: 1.5;
    color: #39476A;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out
}

.contact-us-page .services-nudge a:hover {
    color: #6C8392
}

@media (max-width: 900px) {
    .contact-us-page .reach-panel {
        grid-template-columns: 1fr
    }

    .contact-us-page .reach-visual {
        height: 320px
    }

    .contact-us-page .form-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px
    }

    .contact-us-page .form-aside-image {
        display: none
    }
}

@media (max-width: 600px) {
    .contact-us-page .reach-text-panel {
        padding: 40px 24px
    }

    .contact-us-page .reach-heading {
        font-size: 24px
    }

    .contact-us-page .form-panel {
        padding: 40px 0
    }

    .contact-us-page .contact-form {
        padding: 24px 16px
    }

    .contact-us-page .form-row {
        grid-template-columns: 1fr
    }

    .contact-us-page .channel-options {
        flex-direction: column
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: #fff
}

.success-page .success-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border: 1px solid #B2BBC4;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 2px 8px 36px 0 #39476a1f;
    text-align: center
}

.success-page .success-card .success-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border-radius: 40px;
    background: #39476A;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 5px 14px 0 #39476a1a
}

.success-page .success-card .success-icon-wrapper svg {
    display: block
}

.success-page .success-card .success-heading {
    font-size: 24px;
    line-height: 1.2;
    color: #39476A;
    margin: 0 0 16px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(247deg, #6C8392 0%, #39476A 60%)
}

.success-page .success-card .success-message {
    font-size: 16px;
    line-height: 1.7;
    color: #39476A;
    margin: 0 0 24px
}

.success-page .success-card .success-divider {
    height: 1px;
    background: linear-gradient(247deg, #B2BBC4 0%, #6C8392 100%);
    margin: 0 0 24px;
    border: none
}

.success-page .success-card .success-detail {
    font-size: 14px;
    line-height: 1.5;
    color: #6C8392;
    margin: 0 0 40px
}

.success-page .success-card .success-detail a {
    color: #39476A;
    text-decoration: underline;
    text-decoration-style: double;
    transition: color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-page .success-card .success-detail a:hover {
    color: #6C8392
}

.success-page .success-card .success-button {
    display: inline-block;
    padding: 16px 40px;
    background: #39476A;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid #39476A;
    box-shadow: 2px 5px 14px 0 #39476a1a;
    transition: background .55s ease-in-out, border-color .55s ease-in-out, box-shadow .45s ease-in-out;
    cursor: pointer
}

.success-page .success-card .success-button:hover {
    background: #6C8392;
    border-color: #6C8392;
    box-shadow: 2px 8px 36px 0 #39476a1f
}

.success-page .success-card .success-button:active {
    transform: scale(0.97)
}

.success-page .success-card .success-button:focus-visible {
    outline: 2px solid #6C8392;
    outline-offset: 4px
}

@media (max-width: 600px) {
    .success-page {
        padding: 40px 16px
    }

    .success-page .success-card {
        padding: 24px 16px
    }
}