body {
    margin: 0;
    overscroll-behavior: contain;
    overflow-x: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'Archivo', sans-serif
}

:focus {
    outline: none
}

:focus-visible {
    outline: 2px solid #EC4C00;
    outline-offset: 2px
}

.site-header {
    position: relative;
    background: #031448;
    z-index: 100
}

.site-header-band {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
    min-height: 96px
}

.brand-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    flex-shrink: 0
}

.brand-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #ec4c0080;
    border-bottom: 2px solid #ec4c0080;
    padding: 8px 16px;
    background: #ede9ea12;
    box-shadow: 0 3px 5px 0 #0314480f inset 0 0 0 1px #ede9ea14;
    border-radius: 2px
}

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

.brand-name-label {
    font-family: 'Archivo', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #EDE9EA;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-align: right
}

.brand-year-label {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ede9ea8c;
    line-height: 1.2;
    text-align: right
}

.nav-column {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 16px 0;
    border-right: 1px solid #ede9ea1f;
    margin-right: 32px
}

.primary-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.primary-nav li {
    display: flex
}

.primary-nav a {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ede9ead9;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    display: block;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.6;
    white-space: nowrap
}

.primary-nav a:hover {
    color: #EDE9EA;
    background: #ec4c002e
}

.primary-nav a[aria-current="page"] {
    color: #EC4C00;
    background: #ec4c001a
}

.header-accent-bar {
    height: 4px;
    background: linear-gradient(90deg, #EC4C00 0%, #ec4c004d 60%, transparent 100%)
}

.site-footer {
    background: #031448;
    position: relative
}

.footer-top-level {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 32px 32px
}

.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ede9ea1f;
    margin-bottom: 32px
}

.footer-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #ec4c0066;
    border-bottom: 2px solid #ec4c0066;
    padding: 8px 16px;
    background: #ede9ea0d;
    box-shadow: 0 3px 5px 0 #0314480f;
    border-radius: 2px
}

.footer-logo-container img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block
}

.footer-brand-descriptor {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #EDE9EA;
    line-height: 1.2
}

.footer-brand-sub {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ede9ea80;
    line-height: 1.6;
    margin-top: 8px
}

.footer-mid-level {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ede9ea14;
    margin-bottom: 32px
}

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

.footer-column-heading {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #EC4C00;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase
}

.footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-link-list a {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ede9eab3;
    text-decoration: none;
    line-height: 1.6;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    min-height: 44px;
    display: flex;
    align-items: center
}

.footer-link-list a:hover {
    color: #EDE9EA
}

.footer-contact-detail {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    color: #ede9eab3;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-contact-detail a {
    color: #ede9eab3;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 44px;
    display: flex;
    align-items: center
}

.footer-contact-detail a:hover {
    color: #EC4C00
}

.footer-contact-label {
    font-size: 16px;
    font-weight: 600;
    color: #ede9ea73;
    line-height: 1.2;
    font-family: 'Archivo', sans-serif
}

.footer-bottom-level {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.footer-legal-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-legal-nav a {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ede9ea73;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 44px;
    display: flex;
    align-items: center
}

.footer-legal-nav a:hover {
    color: #ede9eacc
}

.footer-copyright {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ede9ea59;
    line-height: 1.6
}

.footer-accent-top {
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, #ec4c004d 40%, #EC4C00 100%)
}

@media (max-width: 1024px) {
    .footer-mid-level {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .site-header-band {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 16px;
        padding: 16px;
        min-height: auto
    }

    .nav-column {
        border-right: none;
        border-bottom: 1px solid #ede9ea1f;
        margin-right: 0;
        padding-bottom: 16px;
        width: 100%
    }

    .brand-column {
        align-items: flex-start;
        padding: 0 0 16px
    }

    .brand-name-label,
    .brand-year-label {
        text-align: left
    }

    .footer-mid-level {
        grid-template-columns: 1fr
    }

    .footer-bottom-level {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-top-level {
        padding: 32px 16px 16px
    }

    .footer-bottom-level {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .primary-nav a {
        font-size: 16px;
        padding: 8px
    }

    .footer-logo-row {
        flex-direction: column;
        align-items: flex-start
    }
}

.consent-trigger {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 4000;
    display: none
}

.consent-trigger-open {
    width: 44px;
    height: 44px;
    background: #031448;
    border: 2px solid #ec4c0099;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 28px 0 #0314481c;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-trigger-open:hover {
    background: #ec4c0026;
    border-color: #EC4C00
}

.consent-trigger-open svg {
    width: 20px;
    height: 20px;
    fill: #EDE9EA
}

.consent-dialog {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 4000;
    width: 320px;
    max-width: calc(100vw - 32px);
    background: #EDE9EA;
    border: 2px solid #031448;
    border-radius: 8px;
    box-shadow: 0 10px 60px 0 #03144824;
    display: none;
    opacity: 0;
    transition: opacity .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-dialog.consent-visible {
    opacity: 1
}

.consent-dialog-inner {
    padding: 16px
}

.consent-dialog-headline {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #031448;
    line-height: 1.2;
    margin: 0 0 8px
}

.consent-dialog-body {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #031448;
    line-height: 1.6;
    margin: 0 0 16px
}

.consent-dialog-actions {
    display: flex;
    gap: 16px
}

.consent-action-button {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #031448;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-action-button:hover {
    color: #EC4C00
}

.consent-action-button:focus-visible {
    outline: 2px solid #EC4C00;
    outline-offset: 2px
}

.legal-data {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 96px;
    background: #fff;
    color: #031448
}

.legal-data h1 {
    font-size: 68px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #031448;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #EC4C00
}

.legal-data h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #031448;
    margin-top: 64px;
    margin-bottom: 16px
}

.legal-data h3 {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: -.01em;
    color: #031448;
    margin-top: 32px;
    margin-bottom: 16px
}

.legal-data h4 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -.005em;
    color: #EC4C00;
    margin-top: 32px;
    margin-bottom: 8px
}

.legal-data h5 {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    margin-top: 16px;
    margin-bottom: 8px
}

.legal-data h6 {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .75;
    margin-top: 16px;
    margin-bottom: 8px
}

.legal-data p {
    font-size: 18px;
    line-height: 2;
    color: #031448;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 80ch
}

.legal-data ul,
.legal-data ol {
    font-size: 18px;
    line-height: 2;
    color: #031448;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px
}

.legal-data ul {
    list-style: none;
    padding-left: 16px
}

.legal-data ul li {
    position: relative;
    padding-left: 16px
}

.legal-data ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .85em;
    width: 6px;
    height: 6px;
    background: #EC4C00;
    border-radius: 2px;
    flex-shrink: 0
}

.legal-data ol {
    list-style: decimal
}

.legal-data ol li {
    padding-left: 8px
}

.legal-data ol li::marker {
    color: #EC4C00;
    font-size: 16px
}

.legal-data li {
    margin-bottom: 8px;
    max-width: 80ch
}

.legal-data li ul,
.legal-data li ol {
    margin-top: 8px;
    margin-bottom: 8px
}

.legal-data strong,
.legal-data b {
    font-weight: 700;
    color: #031448
}

.legal-data em,
.legal-data i {
    font-style: italic;
    color: #031448
}

.legal-data table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    box-shadow: 0 4px 28px 0 #0314481c;
    overflow: hidden
}

.legal-data thead {
    background: #031448
}

.legal-data thead th {
    color: #EDE9EA;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 16px;
    text-align: left;
    border: none
}

.legal-data tbody tr {
    border-bottom: 1px solid #EDE9EA;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.legal-data tbody tr:last-child {
    border-bottom: none
}

.legal-data tbody tr:nth-child(even) {
    background: #ede9ea66
}

.legal-data tbody tr:hover {
    background: #ec4c000f
}

.legal-data td {
    padding: 16px;
    color: #031448;
    font-size: 16px;
    line-height: 1.6;
    vertical-align: top;
    border: none
}

.legal-data th {
    padding: 16px
}

@media (max-width: 1280px) {
    .legal-data {
        padding: 64px
    }
}

@media (max-width: 1024px) {
    .legal-data {
        padding: 64px 32px
    }

    .legal-data h1 {
        font-size: 37px
    }

    .legal-data h2 {
        font-size: 21px
    }
}

@media (max-width: 768px) {
    .legal-data {
        padding: 32px 16px
    }

    .legal-data h1 {
        font-size: 37px
    }

    .legal-data table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 480px) {
    .legal-data {
        padding: 32px 16px
    }

    .legal-data h1 {
        font-size: 21px
    }

    .legal-data h2 {
        font-size: 18px
    }

    .legal-data p,
    .legal-data ul,
    .legal-data ol {
        font-size: 16px
    }
}

.masterclass-detail {
    background: #fff;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.masterclass-detail .title-block {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 64px;
    padding: 96px 64px 64px;
    position: relative
}

.masterclass-detail .title-block::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: #EDE9EA;
    z-index: 0;
    border-radius: 0 0 0 46px
}

.masterclass-detail .title-image-column {
    position: relative;
    z-index: 1
}

.masterclass-detail .title-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: 0 10px 60px 0 #03144824
}

.masterclass-detail .title-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.masterclass-detail .title-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 100%, #03144873 0%, transparent 60%), radial-gradient(ellipse at 100% 0%, #ec4c0040 0%, transparent 55%);
    border-radius: 16px;
    pointer-events: none
}

.masterclass-detail .title-curve {
    position: absolute;
    top: -32px;
    left: -32px;
    width: 200px;
    height: 200px;
    z-index: 0;
    pointer-events: none
}

.masterclass-detail .title-text-column {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center
}

.masterclass-detail .category-label {
    display: flex;
    align-items: center;
    gap: 8px
}

.masterclass-detail .color-dot {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #EC4C00;
    flex-shrink: 0
}

.masterclass-detail .category-text {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.masterclass-detail .title-heading {
    font-size: 68px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.02em;
    margin: 0
}

.masterclass-detail .title-description {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    max-width: 540px;
    margin: 0
}

.masterclass-detail .title-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center
}

.masterclass-detail .meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    border: 1.5px solid #0314481f;
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    box-shadow: 0 3px 5px 0 #0314480f
}

.masterclass-detail .meta-badge svg {
    flex-shrink: 0
}

.masterclass-detail .meta-badge.user {
    background: #ec4c0012;
    border-color: #ec4c0033;
    color: #EC4C00
}

.masterclass-detail .title-divider {
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, #EC4C00 0%, #031448 60%, transparent 100%);
    border-radius: 2px
}

.masterclass-detail .price-action-row {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap
}

.masterclass-detail .price-block {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.masterclass-detail .price-value {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    font-weight: 700;
    letter-spacing: -.01em
}

.masterclass-detail .price-terms {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .65
}

.masterclass-detail .enroll-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #EC4C00 0%, #031448 100%);
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 28px 0 #ec4c001c;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass-detail .enroll-button:hover {
    box-shadow: 0 10px 60px 0 #ec4c0047;
    transform: translateY(-2px)
}

.masterclass-detail .error-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .55;
    text-decoration: none;
    border-bottom: 1px solid #03144833;
    padding-bottom: 2px;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass-detail .error-link:hover {
    opacity: 1;
    border-color: #EC4C00;
    color: #EC4C00
}

.masterclass-detail .detail-body {
    display: grid;
    grid-template-columns: 1fr 2.2fr 1fr;
    gap: 64px;
    padding: 64px;
    align-items: start
}

.masterclass-detail .sidebar-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.masterclass-detail .sidebar-card {
    background: #EDE9EA;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 3px 5px 0 #0314480f;
    position: relative
}

.masterclass-detail .sidebar-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 60%;
    background: linear-gradient(180deg, #EC4C00 0%, transparent 100%);
    border-radius: 0 16px 0 0
}

.masterclass-detail .sidebar-card-title {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 16px
}

.masterclass-detail .sidebar-stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.masterclass-detail .sidebar-stat:last-child {
    margin-bottom: 0
}

.masterclass-detail .stat-label {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .6
}

.masterclass-detail .stat-value {
    font-size: 21px;
    line-height: 1.2;
    color: #031448;
    font-weight: 600
}

.masterclass-detail .rating-row {
    display: flex;
    align-items: center;
    gap: 8px
}

.masterclass-detail .stars {
    display: flex;
    gap: 4px
}

.masterclass-detail .star {
    width: 16px;
    height: 16px
}

.masterclass-detail .rating-number {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #031448
}

.masterclass-detail .rating-count {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .55
}

.masterclass-detail .content-column {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.masterclass-detail .description-area {
    font-size: 18px;
    line-height: 1.6;
    color: #031448
}

.masterclass-detail .description-area h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.01em;
    margin: 32px 0 16px
}

.masterclass-detail .description-area h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #031448;
    margin: 24px 0 8px
}

.masterclass-detail .description-area p {
    margin: 0 0 16px
}

.masterclass-detail .description-area strong {
    color: #EC4C00
}

.masterclass-detail .description-area ul,
.masterclass-detail .description-area ol {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px
}

.masterclass-detail .description-area ul li,
.masterclass-detail .description-area ol li {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    background: #ede9ea99;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448
}

.masterclass-detail .description-area ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    background: #EC4C00;
    flex-shrink: 0;
    margin-top: 7px
}

.masterclass-detail .description-area blockquote {
    border-radius: 8px;
    background: linear-gradient(135deg, #ec4c0012 0%, #0314480d 100%);
    padding: 32px;
    margin: 0 0 16px;
    box-shadow: inset 0 2px 8px 0 #ec4c0014
}

.masterclass-detail .description-area cite {
    font-size: 16px;
    color: #EC4C00;
    font-style: normal
}

.masterclass-detail .description-area dl {
    margin: 0 0 16px
}

.masterclass-detail .description-area dt {
    font-weight: 700;
    color: #031448;
    font-size: 18px
}

.masterclass-detail .description-area dd {
    margin-left: 16px;
    color: #031448;
    opacity: .75;
    margin-bottom: 8px
}

.masterclass-detail .program-area {
    background: #031448;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 60px 0 #03144824
}

.masterclass-detail .program-title {
    font-size: 21px;
    line-height: 1.2;
    color: #EDE9EA;
    margin: 0 0 32px;
    letter-spacing: -.01em
}

.masterclass-detail .program-area h2 {
    font-size: 21px;
    line-height: 1.2;
    color: #EDE9EA;
    margin: 24px 0 8px
}

.masterclass-detail .program-area h3 {
    font-size: 18px;
    line-height: 1.6;
    color: #ede9eacc;
    margin: 16px 0 8px
}

.masterclass-detail .program-area p {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eab3;
    margin: 0 0 16px
}

.masterclass-detail .program-area mark {
    background: #ec4c0040;
    color: #EC4C00;
    border-radius: 2px;
    padding: 0 4px
}

.masterclass-detail .program-area ul,
.masterclass-detail .program-area ol {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px
}

.masterclass-detail .program-area li {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: #ede9eabf;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 16px;
    background: #ffffff0d;
    border-radius: 8px
}

.masterclass-detail .program-area li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #EC4C00;
    flex-shrink: 0;
    margin-top: 8px
}

.masterclass-detail .program-area blockquote {
    border-radius: 8px;
    background: #ec4c001f;
    padding: 16px;
    margin: 0 0 16px
}

.masterclass-detail .program-area figure {
    margin: 0 0 16px
}

.masterclass-detail .program-area figcaption {
    font-size: 16px;
    color: #ede9ea80;
    font-style: italic
}

.masterclass-detail .program-area dl dt {
    color: #EDE9EA;
    font-weight: 700
}

.masterclass-detail .program-area dl dd {
    color: #ede9eaa6;
    margin-left: 16px;
    margin-bottom: 8px
}

.masterclass-detail .sidebar-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.masterclass-detail .timeline-block {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 28px 0 #0314481c;
    border: 1.5px solid #03144814
}

.masterclass-detail .timeline-title {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 32px
}

.masterclass-detail .timeline-horizontal {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.masterclass-detail .timeline-horizontal::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #EC4C00 0%, #031448 60%, #03144826 100%);
    border-radius: 2px
}

.masterclass-detail .timeline-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative
}

.masterclass-detail .timeline-dot {
    width: 24px;
    height: 24px;
    border-radius: 30px;
    background: #EC4C00;
    border: 3px solid #fff;
    box-shadow: 0 3px 5px 0 #ec4c0033;
    flex-shrink: 0;
    z-index: 1;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass-detail .timeline-point:hover .timeline-dot {
    background: #031448
}

.masterclass-detail .timeline-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 2px
}

.masterclass-detail .timeline-label {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    font-weight: 600
}

.masterclass-detail .timeline-detail {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .6
}

.masterclass-detail .wavy-bg-block {
    background: #EDE9EA;
    border-radius: 16px;
    padding: 32px;
    position: relative;
    overflow: hidden
}

.masterclass-detail .wavy-bg-block svg.wavy-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 80px;
    opacity: .18;
    pointer-events: none
}

.masterclass-detail .quick-links-title {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.masterclass-detail .quick-links-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.masterclass-detail .quick-links-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    text-decoration: none;
    padding: 8px;
    border-radius: 8px;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1.5px solid transparent
}

.masterclass-detail .quick-links-list li a:hover {
    background: #fff;
    color: #EC4C00;
    border-color: #ec4c0033
}

.masterclass-detail .drift-spot {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 30px;
    background: radial-gradient(ellipse, #ec4c0014 0%, transparent 70%);
    pointer-events: none;
    animation: drift-move 12s ease-in-out infinite alternate
}

@keyframes drift-move {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(40px, 20px)
    }
}

@media (max-width: 1280px) {
    .masterclass-detail .title-block {
        grid-template-columns: 260px 1fr;
        gap: 32px;
        padding: 64px 32px 32px
    }

    .masterclass-detail .title-heading {
        font-size: 37px
    }

    .masterclass-detail .detail-body {
        grid-template-columns: 1fr 1.8fr;
        gap: 32px;
        padding: 32px
    }

    .masterclass-detail .sidebar-right {
        display: none
    }
}

@media (max-width: 1024px) {
    .masterclass-detail .title-block {
        grid-template-columns: 220px 1fr;
        gap: 32px;
        padding: 64px 32px 32px
    }

    .masterclass-detail .detail-body {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px
    }

    .masterclass-detail .sidebar-left {
        flex-direction: row;
        flex-wrap: wrap
    }

    .masterclass-detail .sidebar-card {
        flex: 1 1 240px
    }
}

@media (max-width: 768px) {
    .masterclass-detail .title-block {
        grid-template-columns: 1fr;
        padding: 32px 16px
    }

    .masterclass-detail .title-block::before {
        display: none
    }

    .masterclass-detail .title-image-wrapper {
        aspect-ratio: 16/9;
        max-height: 260px
    }

    .masterclass-detail .title-heading {
        font-size: 37px
    }

    .masterclass-detail .detail-body {
        padding: 16px
    }

    .masterclass-detail .sidebar-left {
        flex-direction: column
    }
}

@media (max-width: 480px) {
    .masterclass-detail .title-heading {
        font-size: 21px
    }

    .masterclass-detail .price-value {
        font-size: 21px
    }

    .masterclass-detail .price-action-row {
        flex-direction: column;
        gap: 16px
    }

    .masterclass-detail .title-meta-row {
        flex-direction: column;
        align-items: flex-start
    }
}

.about-us-page {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.about-us-page .slide-up {
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp .25s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.about-us-page .slide-up.delay-1 {
    animation-delay: .08s
}

.about-us-page .slide-up.delay-2 {
    animation-delay: .16s
}

.about-us-page .slide-up.delay-3 {
    animation-delay: .22s
}

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

.about-us-page .page-intro {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 560px;
    position: relative;
    background: #EDE9EA
}

.about-us-page .page-intro .text-side {
    flex: 0 0 50%;
    padding: 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.about-us-page .page-intro .label-tag {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 8px 16px;
    border: 1.5px solid #ec4c004d;
    border-radius: 2px;
    width: fit-content
}

.about-us-page .page-intro .main-heading {
    font-size: 68px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #031448;
    font-weight: 800;
    margin: 0 0 32px
}

.about-us-page .page-intro .main-heading span {
    display: block
}

.about-us-page .page-intro .intro-description {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .8;
    margin: 0 0 32px;
    max-width: 460px
}

.about-us-page .page-intro .action-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
    background: #EC4C00;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0 3px 5px 0 #ec4c000f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .page-intro .action-link:hover {
    box-shadow: 0 10px 60px 0 #ec4c0024;
    background: #031448
}

.about-us-page .page-intro .action-link svg {
    flex-shrink: 0
}

.about-us-page .page-intro .image-side {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden
}

.about-us-page .page-intro .image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.92) saturate(1.1)
}

.about-us-page .page-intro .image-side::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0314482e 0%, #ec4c0014 60%, #ede9ea00 100%);
    pointer-events: none
}

.about-us-page .page-intro .geo-shape {
    position: absolute;
    border-radius: 16px;
    pointer-events: none
}

.about-us-page .page-intro .geo-shape.shape-a {
    width: 120px;
    height: 120px;
    border: 2px solid #ec4c001f;
    top: 64px;
    right: 32px;
    transform: rotate(18deg);
    border-radius: 16px
}

.about-us-page .page-intro .geo-shape.shape-b {
    width: 64px;
    height: 64px;
    background: #ec4c0012;
    bottom: 96px;
    left: 32px;
    border-radius: 8px;
    transform: rotate(-12deg)
}

.about-us-page .page-intro .geo-shape.shape-c {
    width: 200px;
    height: 200px;
    border: 1.5px solid #03144812;
    bottom: -64px;
    right: -32px;
    border-radius: 46px;
    transform: rotate(30deg)
}

.about-us-page .wavy-divider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.about-us-page .wavy-divider svg {
    display: block;
    width: 100%
}

.about-us-page .identity-block {
    background: #031448;
    padding: 96px 64px;
    position: relative;
    overflow: hidden
}

.about-us-page .identity-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, #ede9ea08 0px, #ede9ea08 2px, transparent 2px, transparent 20px);
    pointer-events: none
}

.about-us-page .identity-block .grid-offset {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 1
}

.about-us-page .identity-block .primary-column {
    padding-right: 32px
}

.about-us-page .identity-block .column-label {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.about-us-page .identity-block .column-heading {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #EDE9EA;
    font-weight: 800;
    margin: 0 0 32px
}

.about-us-page .identity-block .column-heading span {
    display: block
}

.about-us-page .identity-block .column-text {
    font-size: 18px;
    line-height: 1.6;
    color: #ede9eabf;
    margin: 0 0 16px
}

.about-us-page .identity-block .image-frame {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 28px 0 #ec4c001c;
    cursor: pointer
}

.about-us-page .identity-block .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .identity-block .image-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    z-index: 2;
    pointer-events: none;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .identity-block .image-frame:hover::before {
    border-color: #EC4C00
}

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

.about-us-page .identity-block .side-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 32px
}

.about-us-page .identity-block .side-column.offset {
    padding-top: 64px
}

.about-us-page .identity-block .metric-card {
    background: #ede9ea0f;
    border-radius: 8px;
    padding: 32px 16px;
    text-align: center;
    box-shadow: inset 0 1px 0 #ec4c0026;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .identity-block .metric-card:hover {
    background: #ede9ea1a
}

.about-us-page .identity-block .metric-number {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 800;
    color: #EC4C00;
    display: block;
    letter-spacing: -.02em
}

.about-us-page .identity-block .metric-label {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eaa6;
    margin-top: 8px;
    display: block
}

.about-us-page .identity-block .metric-divider {
    width: 32px;
    height: 1px;
    background: #ec4c0066;
    margin: 8px auto
}

.about-us-page .identity-block .topic-pill-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 32px 0 0
}

.about-us-page .identity-block .topic-pill-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eacc;
    padding: 8px 16px;
    background: #ede9ea0d;
    border-radius: 46px;
    transition: background .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .identity-block .topic-pill-list li:hover {
    background: #ec4c001f
}

.about-us-page .identity-block .pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #EC4C00;
    flex-shrink: 0
}

.about-us-page .wave-divider-2 {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.about-us-page .wave-divider-2 svg {
    display: block;
    width: 100%
}

.about-us-page .people-block {
    background: #fff;
    padding: 96px 64px;
    position: relative
}

.about-us-page .people-block .section-label {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.about-us-page .people-block .section-heading {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #031448;
    font-weight: 800;
    margin: 0 0 16px
}

.about-us-page .people-block .section-heading span {
    display: block
}

.about-us-page .people-block .section-subtext {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .7;
    max-width: 560px;
    margin: 0 0 64px
}

.about-us-page .people-block .featured-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.about-us-page .people-block .featured-profile {
    background: linear-gradient(135deg, #031448 0%, #EC4C00 70%, #EDE9EA 100%);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 10px 60px 0 #03144824;
    position: relative;
    overflow: hidden
}

.about-us-page .people-block .featured-profile::after {
    content: '';
    position: absolute;
    top: -32px;
    right: -32px;
    width: 160px;
    height: 160px;
    border-radius: 46px;
    background: #ede9ea0f;
    transform: rotate(20deg);
    pointer-events: none
}

.about-us-page .people-block .profile-portrait {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ede9ea4d;
    flex-shrink: 0
}

.about-us-page .people-block .profile-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.about-us-page .people-block .profile-name {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
    color: #EDE9EA;
    margin: 0
}

.about-us-page .people-block .profile-role {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eab3;
    margin: 0
}

.about-us-page .people-block .profile-role-divider {
    width: 32px;
    height: 1px;
    background: #ec4c0099;
    margin: 0
}

.about-us-page .people-block .profile-bio {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eacc;
    margin: 0
}

.about-us-page .people-block .side-profiles {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.about-us-page .people-block .side-profile-card {
    background: #EDE9EA;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .people-block .side-profile-card:hover {
    box-shadow: 0 4px 28px 0 #0314481c
}

.about-us-page .people-block .side-profile-portrait {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    border: 2px solid #ec4c0033
}

.about-us-page .people-block .side-profile-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.about-us-page .people-block .side-profile-name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: #031448;
    margin: 0 0 8px
}

.about-us-page .people-block .side-profile-role {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 600;
    margin: 0 0 8px
}

.about-us-page .people-block .side-divider {
    width: 24px;
    height: 1px;
    background: #03144833;
    margin-bottom: 8px
}

.about-us-page .people-block .side-profile-text {
    font-size: 16px;
    line-height: 1.6;
    color: #031448b3;
    margin: 0
}

.about-us-page .people-block .funnel-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 32px
}

.about-us-page .people-block .funnel-label {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    font-weight: 700;
    margin-bottom: 16px;
    display: block
}

.about-us-page .people-block .funnel-step {
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-us-page .people-block .funnel-bar {
    height: 40px;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
    transition: filter .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .people-block .funnel-bar:hover {
    filter: brightness(1.1)
}

.about-us-page .people-block .funnel-bar.level-1 {
    width: 100%;
    background: #031448
}

.about-us-page .people-block .funnel-bar.level-2 {
    width: 82%;
    background: #1a2e6e
}

.about-us-page .people-block .funnel-bar.level-3 {
    width: 66%;
    background: #EC4C00
}

.about-us-page .people-block .funnel-bar.level-4 {
    width: 48%;
    background: #c43d00
}

.about-us-page .people-block .funnel-text {
    font-size: 16px;
    line-height: 1.6;
    color: #03144899;
    margin-top: 4px;
    text-align: center
}

.about-us-page .people-block .image-showcase {
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.about-us-page .people-block .showcase-frame {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
    cursor: pointer;
    box-shadow: 0 3px 5px 0 #0314480f
}

.about-us-page .people-block .showcase-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .people-block .showcase-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    z-index: 2;
    pointer-events: none;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .people-block .showcase-frame:hover::before {
    border-color: #EC4C00
}

.about-us-page .people-block .showcase-frame:hover img {
    transform: scale(1.05)
}

.about-us-page .people-block .showcase-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #031448d9 0%, transparent 100%);
    padding: 32px 16px 16px;
    z-index: 1
}

.about-us-page .people-block .showcase-caption-text {
    font-size: 16px;
    line-height: 1.6;
    color: #EDE9EA;
    font-weight: 600;
    margin: 0
}

@media (max-width: 1024px) {
    .about-us-page .page-intro .main-heading {
        font-size: 37px
    }

    .about-us-page .identity-block .grid-offset {
        grid-template-columns: 1fr 1fr
    }

    .about-us-page .identity-block .primary-column {
        grid-column: 1 / -1;
        padding-right: 0
    }

    .about-us-page .people-block .featured-row {
        grid-template-columns: 1fr 1fr
    }

    .about-us-page .people-block .featured-profile {
        grid-column: 1 / -1
    }

    .about-us-page .people-block .funnel-block {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .about-us-page .page-intro {
        flex-direction: column
    }

    .about-us-page .page-intro .text-side {
        flex: none;
        padding: 64px 32px
    }

    .about-us-page .page-intro .image-side {
        flex: none;
        height: 320px
    }

    .about-us-page .identity-block {
        padding: 64px 32px
    }

    .about-us-page .identity-block .grid-offset {
        grid-template-columns: 1fr
    }

    .about-us-page .identity-block .side-column.offset {
        padding-top: 0
    }

    .about-us-page .people-block {
        padding: 64px 32px
    }

    .about-us-page .people-block .featured-row {
        grid-template-columns: 1fr
    }

    .about-us-page .people-block .image-showcase {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .about-us-page .page-intro .text-side {
        padding: 64px 16px
    }

    .about-us-page .page-intro .main-heading {
        font-size: 37px
    }

    .about-us-page .identity-block {
        padding: 64px 16px
    }

    .about-us-page .people-block {
        padding: 64px 16px
    }
}

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

.masterclass .page-strip {
    display: flex;
    flex-direction: row;
    min-height: 520px;
    background: #EDE9EA;
    position: relative
}

.masterclass .page-strip .image-column {
    width: 220px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.masterclass .page-strip .image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .82;
    display: block
}

.masterclass .page-strip .shape-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.masterclass .page-strip .shape-layer .shape-a {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 30px;
    background: #ec4c0012;
    top: -64px;
    right: -96px;
    transform: rotate(18deg)
}

.masterclass .page-strip .shape-layer .shape-b {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 46px;
    background: #0314480f;
    bottom: 32px;
    right: 32px;
    transform: rotate(-12deg)
}

.masterclass .page-strip .text-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 96px 64px 64px;
    position: relative;
    z-index: 1
}

.masterclass .page-strip .text-column .strip-tag {
    display: inline-block;
    background: #ec4c001a;
    color: #EC4C00;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 16px;
    letter-spacing: .04em
}

.masterclass .page-strip .text-column h1 {
    font-size: 68px;
    line-height: 1.2;
    color: #031448;
    font-weight: 800;
    letter-spacing: -.03em;
    margin: 0 0 16px
}

.masterclass .page-strip .text-column h1 span {
    color: #EC4C00
}

.masterclass .page-strip .text-column .strip-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .78;
    max-width: 560px;
    margin: 0 0 32px
}

.masterclass .page-strip .text-column .strip-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.masterclass .page-strip .text-column .strip-actions .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EC4C00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 28px 0 #ec4c001c;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .page-strip .text-column .strip-actions .btn-primary:hover {
    background: #c93e00;
    box-shadow: 0 10px 60px 0 #ec4c0024
}

.masterclass .page-strip .text-column .strip-actions .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #031448;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #03144833;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .page-strip .text-column .strip-actions .btn-secondary:hover {
    border-color: #EC4C00;
    box-shadow: 0 3px 5px 0 #ec4c000f
}

.masterclass .wave-divider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.masterclass .card-grid-area {
    background: #fff;
    padding: 64px 0
}

.masterclass .card-grid-area .area-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px
}

.masterclass .card-grid-area .area-heading {
    margin-bottom: 32px
}

.masterclass .card-grid-area .area-heading h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 8px
}

.masterclass .card-grid-area .area-heading .curve-accent {
    display: block;
    width: 64px;
    height: 8px;
    margin-top: 8px
}

.masterclass .card-grid-area .area-heading p {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .7;
    margin: 16px 0 0;
    max-width: 540px
}

.masterclass .card-grid-area .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.masterclass .card-grid-area .mastercard {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 28px 0 #0314481c;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .card-grid-area .mastercard:hover {
    box-shadow: 0 10px 60px 0 #03144824
}

.masterclass .card-grid-area .mastercard .card-top {
    background: linear-gradient(127deg, #031448 0%, #EC4C00 60%, #EDE9EA 100%);
    padding: 32px;
    position: relative;
    min-height: 120px
}

.masterclass .card-grid-area .mastercard .card-top .tag-badge {
    display: inline-block;
    background: #ffffff2e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
    letter-spacing: .03em
}

.masterclass .card-grid-area .mastercard .card-top h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin: 0;
    letter-spacing: -.01em
}

.masterclass .card-grid-area .mastercard .card-top .dot-indicator {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    border-radius: 46px;
    background: #EC4C00;
    border: 3px solid #fff;
    box-shadow: 0 3px 5px 0 #ec4c000f
}

.masterclass .card-grid-area .mastercard .card-body {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.masterclass .card-grid-area .mastercard .card-body .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .78;
    margin: 0 0 16px;
    flex: 1
}

.masterclass .card-grid-area .mastercard .card-body .meta-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px
}

.masterclass .card-grid-area .mastercard .card-body .meta-row .meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EDE9EA;
    color: #031448;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 16px;
    border-radius: 30px
}

.masterclass .card-grid-area .mastercard .card-body .meta-row .meta-pill svg {
    flex-shrink: 0
}

.masterclass .card-grid-area .mastercard .card-body .price-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 16px
}

.masterclass .card-grid-area .mastercard .card-body .price-row .price-value {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 800;
    color: #EC4C00;
    letter-spacing: -.02em
}

.masterclass .card-grid-area .mastercard .card-body .price-row .price-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .6;
    padding-bottom: 4px
}

.masterclass .card-grid-area .mastercard .card-body .card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #031448;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .18s cubic-bezier(0.0, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .card-grid-area .mastercard .card-body .card-link:hover {
    background: #EC4C00;
    box-shadow: 0 10px 60px 0 #03144824
}

.masterclass .wave-divider-2 {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.masterclass .insight-area {
    background: linear-gradient(155deg, #031448 0%, #1a2a5e 55%, #EC4C00 100%);
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.masterclass .insight-area .fog-layer {
    position: absolute;
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    background: #ffffff0a;
    border-radius: 46px;
    animation: fogdrift 9s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes fogdrift {
    0% {
        transform: translateX(0) scaleY(1);
        opacity: .04
    }

    100% {
        transform: translateX(6%) scaleY(1.04);
        opacity: .09
    }
}

.masterclass .insight-area .area-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px;
    position: relative;
    z-index: 1
}

.masterclass .insight-area .three-col {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    align-items: center
}

.masterclass .insight-area .side-panel {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.masterclass .insight-area .side-panel .stat-block {
    background: #ffffff12;
    border-radius: 16px;
    padding: 32px;
    box-shadow: inset 0 2px 8px 0 #ec4c0014
}

.masterclass .insight-area .side-panel .stat-block .stat-num {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 800;
    color: #EC4C00;
    letter-spacing: -.02em;
    display: block
}

.masterclass .insight-area .side-panel .stat-block .stat-label {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9ead9;
    display: block;
    margin-top: 8px
}

.masterclass .insight-area .center-panel {
    text-align: center
}

.masterclass .insight-area .center-panel h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 16px
}

.masterclass .insight-area .center-panel h2 span {
    color: #EC4C00
}

.masterclass .insight-area .center-panel p {
    font-size: 18px;
    line-height: 1.6;
    color: #ede9ead1;
    margin: 0 0 32px
}

.masterclass .insight-area .center-panel .gta-note {
    display: inline-block;
    background: #ec4c002e;
    color: #EDE9EA;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    margin-bottom: 32px
}

.masterclass .insight-area .center-panel .center-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EC4C00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 28px 0 #ec4c001c;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .insight-area .center-panel .center-cta:hover {
    box-shadow: 0 10px 60px 0 #ec4c0024
}

.masterclass .expandable-area {
    background: #EDE9EA;
    padding: 96px 0 64px
}

.masterclass .expandable-area .area-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px
}

.masterclass .expandable-area h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 8px
}

.masterclass .expandable-area .sub {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .7;
    margin: 0 0 32px
}

.masterclass .expandable-area .expand-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.masterclass .expandable-area .expand-list .expand-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 5px 0 #0314480f;
    overflow: hidden
}

.masterclass .expandable-area .expand-list .expand-item summary {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 32px;
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    color: #031448;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .expandable-area .expand-list .expand-item summary::-webkit-details-marker {
    display: none
}

.masterclass .expandable-area .expand-list .expand-item summary:hover {
    background: #ec4c000a
}

.masterclass .expandable-area .expand-list .expand-item summary .summary-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ec4c001a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.masterclass .expandable-area .expand-list .expand-item summary .chevron {
    margin-left: auto;
    width: 20px;
    height: 20px;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0
}

.masterclass .expandable-area .expand-list .expand-item[open] summary .chevron {
    transform: rotate(180deg)
}

.masterclass .expandable-area .expand-list .expand-item .expand-body {
    padding: 0 32px 32px 80px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .78
}

.masterclass .cta-strip {
    background: #fff;
    padding: 64px 0;
    border-top: 2px solid #EDE9EA
}

.masterclass .cta-strip .area-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px
}

.masterclass .cta-strip .cta-text h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #031448;
    font-weight: 700;
    margin: 0 0 8px
}

.masterclass .cta-strip .cta-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .7;
    margin: 0
}

.masterclass .cta-strip .cta-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap
}

.masterclass .cta-strip .cta-actions .btn-orange {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EC4C00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 3px 5px 0 #ec4c000f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .cta-strip .cta-actions .btn-orange:hover {
    box-shadow: 0 10px 60px 0 #ec4c0024
}

.masterclass .cta-strip .cta-actions .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #031448;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #0314482e;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.masterclass .cta-strip .cta-actions .btn-outline:hover {
    border-color: #EC4C00;
    box-shadow: 0 3px 5px 0 #ec4c000f
}

@media (max-width: 1280px) {
    .masterclass .page-strip .text-column {
        padding: 64px 64px 64px 32px
    }

    .masterclass .page-strip .text-column h1 {
        font-size: 37px
    }

    .masterclass .insight-area .three-col {
        grid-template-columns: 1fr 2fr 1fr
    }
}

@media (max-width: 1024px) {
    .masterclass .card-grid-area .grid {
        grid-template-columns: 1fr
    }

    .masterclass .insight-area .three-col {
        grid-template-columns: 1fr
    }

    .masterclass .insight-area .side-panel {
        flex-direction: row;
        flex-wrap: wrap
    }

    .masterclass .insight-area .side-panel .stat-block {
        flex: 1;
        min-width: 160px
    }

    .masterclass .cta-strip .area-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px
    }

    .masterclass .page-strip .image-column {
        width: 160px
    }
}

@media (max-width: 768px) {
    .masterclass .page-strip {
        flex-direction: column;
        min-height: auto
    }

    .masterclass .page-strip .image-column {
        width: 100%;
        height: 220px
    }

    .masterclass .page-strip .text-column {
        padding: 32px
    }

    .masterclass .page-strip .text-column h1 {
        font-size: 37px
    }

    .masterclass .card-grid-area .area-inner,
    .masterclass .insight-area .area-inner,
    .masterclass .expandable-area .area-inner,
    .masterclass .cta-strip .area-inner {
        padding: 0 32px
    }

    .masterclass .card-grid-area {
        padding: 32px 0
    }

    .masterclass .insight-area {
        padding: 64px 0
    }

    .masterclass .expandable-area {
        padding: 64px 0 32px
    }

    .masterclass .expandable-area .expand-list .expand-item .expand-body {
        padding: 0 32px 32px
    }
}

@media (max-width: 480px) {
    .masterclass .page-strip .text-column h1 {
        font-size: 37px
    }

    .masterclass .card-grid-area .area-inner,
    .masterclass .insight-area .area-inner,
    .masterclass .expandable-area .area-inner,
    .masterclass .cta-strip .area-inner {
        padding: 0 16px
    }

    .masterclass .card-grid-area .mastercard .card-body .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .masterclass .insight-area .side-panel {
        flex-direction: column
    }

    .masterclass .cta-strip .cta-actions {
        flex-direction: column
    }
}

.learning-program {
    max-width: 100%;
    overflow-x: hidden
}

.learning-program .program-overview {
    background: #EDE9EA;
    padding: 96px 0 64px;
    position: relative
}

.learning-program .program-overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #EC4C00, #031448, #EDE9EA)
}

.learning-program .overview-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.learning-program .overview-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.learning-program .eyebrow {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    letter-spacing: .08em;
    font-weight: 600;
    text-transform: uppercase
}

.learning-program .overview-heading {
    font-size: 68px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.02em;
    margin: 0
}

.learning-program .overview-heading span {
    display: block
}

.learning-program .overview-heading .accent-word {
    color: #EC4C00
}

.learning-program .overview-meta {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .meta-item:hover {
    box-shadow: 0 4px 28px 0 #0314481c
}

.learning-program .meta-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EC4C00;
    border-radius: 8px
}

.learning-program .meta-icon svg {
    width: 22px;
    height: 22px;
    fill: #fff
}

.learning-program .meta-label {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .6;
    display: block
}

.learning-program .meta-value {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    font-weight: 600;
    display: block
}

.learning-program .overview-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.learning-program .overview-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/10;
    box-shadow: 0 10px 60px 0 #ec4c0024
}

.learning-program .overview-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.learning-program .overview-image-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, #03144880, transparent);
    pointer-events: none
}

.learning-program .overview-description {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .overview-description p {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    margin: 0
}

.learning-program .tag-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.learning-program .tag-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    font-weight: 500;
    box-shadow: 0 3px 5px 0 #ec4c000f;
    border: 1.5px solid #ec4c002e;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .tag-badge:hover {
    background: #EC4C00;
    color: #fff
}

.learning-program .wavy-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -1px
}

.learning-program .wavy-divider svg {
    display: block;
    width: 100%
}

.learning-program .curriculum-block {
    background: #fff;
    padding: 64px 0 96px;
    position: relative
}

.learning-program .curriculum-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #031448, #EC4C00, #EDE9EA)
}

.learning-program .curriculum-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px
}

.learning-program .curriculum-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 64px
}

.learning-program .curriculum-heading {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.01em;
    margin: 0
}

.learning-program .curriculum-heading span {
    display: block
}

.learning-program .curriculum-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .75;
    margin: 0
}

.learning-program .modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 64px
}

.learning-program .module-card {
    background: #EDE9EA;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.learning-program .module-card:hover {
    box-shadow: 0 4px 28px 0 #0314481c;
    background: #ffffffd9;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.learning-program .module-number {
    font-size: 37px;
    line-height: 1.2;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: -.02em
}

.learning-program .module-title {
    font-size: 21px;
    line-height: 1.2;
    color: #031448;
    font-weight: 600;
    margin: 0
}

.learning-program .module-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .75;
    margin: 0
}

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

.learning-program .module-topics li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448
}

.learning-program .topic-dot {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #EC4C00;
    flex-shrink: 0
}

.learning-program .bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.learning-program .instructors-panel {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .panel-label {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase
}

.learning-program .instructor-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .instructor-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #EDE9EA;
    border-radius: 16px;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .17s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .instructor-card:hover {
    box-shadow: 0 4px 28px 0 #0314481c
}

.learning-program .instructor-portrait {
    width: 72px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0
}

.learning-program .instructor-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.learning-program .instructor-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program .instructor-name {
    font-size: 18px;
    line-height: 1.2;
    color: #031448;
    font-weight: 600;
    margin: 0
}

.learning-program .instructor-role {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .65
}

.learning-program .instructor-no-portrait {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #EDE9EA;
    border-radius: 16px
}

.learning-program .instructor-avatar-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: linear-gradient(135deg, #031448, #EC4C00);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .instructor-avatar-placeholder svg {
    width: 32px;
    height: 32px;
    fill: #fffc
}

.learning-program .chart-panel {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .donut-wrapper {
    background: #031448;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    box-shadow: 0 10px 60px 0 #03144824
}

.learning-program .donut-chart {
    position: relative;
    width: 140px;
    height: 140px;
    flex-shrink: 0
}

.learning-program .donut-chart svg {
    width: 140px;
    height: 140px;
    transform: rotate(-90deg)
}

.learning-program .donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.learning-program .donut-number {
    font-size: 21px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    display: block
}

.learning-program .donut-sublabel {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eab3;
    display: block
}

.learning-program .donut-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.learning-program .legend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.learning-program .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0
}

.learning-program .legend-text {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9ead9
}

.learning-program .faq-strip {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program .faq-strip-label {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.learning-program .faq-item {
    border-radius: 8px;
    overflow: hidden;
    background: #EDE9EA;
    box-shadow: 0 3px 5px 0 #0314480f
}

.learning-program .faq-item summary {
    padding: 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .faq-item summary:hover {
    background: #ec4c0014
}

.learning-program .faq-item summary::-webkit-details-marker {
    display: none
}

.learning-program .faq-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .faq-item[open] .faq-arrow {
    transform: rotate(180deg)
}

.learning-program .faq-answer {
    padding: 0 16px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .8
}

.learning-program .content-image-secondary {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 0 4px 28px 0 #ec4c001c
}

.learning-program .content-image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

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

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

.learning-program .animate-child {
    opacity: 0;
    animation: cascade-in .28s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.learning-program .delay-1 {
    animation-delay: .08s
}

.learning-program .delay-2 {
    animation-delay: .16s
}

.learning-program .delay-3 {
    animation-delay: .24s
}

.learning-program .delay-4 {
    animation-delay: .32s
}

.learning-program .delay-5 {
    animation-delay: .4s
}

@media (max-width: 1024px) {
    .learning-program .overview-container {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .learning-program .overview-heading {
        font-size: 37px
    }

    .learning-program .curriculum-header {
        grid-template-columns: 1fr;
        gap: 16px
    }

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

    .learning-program .bottom-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .learning-program .modules-grid {
        grid-template-columns: 1fr
    }

    .learning-program .donut-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .learning-program .overview-container {
        padding: 0 16px
    }

    .learning-program .curriculum-container {
        padding: 0 16px
    }

    .learning-program .program-overview {
        padding: 64px 0 32px
    }

    .learning-program .curriculum-block {
        padding: 32px 0 64px
    }
}

@media (max-width: 480px) {
    .learning-program .overview-heading {
        font-size: 37px
    }

    .learning-program .curriculum-heading {
        font-size: 21px
    }
}

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

.interview * {
    box-sizing: border-box
}

.interview .split-screen {
    display: flex;
    flex-direction: row;
    min-width: 0
}

.interview .split-left {
    background: #031448;
    flex: 0 0 52%;
    padding: 96px 64px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.interview .split-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #EC4C00;
    border-radius: 2px
}

.interview .split-right {
    background: #EC4C00;
    flex: 0 0 48%;
    padding: 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.interview .split-right .geo-circle-one {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 60px solid #ffffff12;
    top: -80px;
    right: -80px;
    pointer-events: none
}

.interview .split-right .geo-circle-two {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 30px solid #ffffff0d;
    bottom: 32px;
    left: 32px;
    pointer-events: none
}

.interview .label-tag {
    display: inline-block;
    background: #ec4c002e;
    color: #EC4C00;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 32px;
    text-transform: uppercase
}

.interview .split-left .label-tag {
    background: #ec4c0038;
    color: #EC4C00
}

.interview .page-heading {
    color: #EDE9EA;
    font-size: 68px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 32px;
    font-weight: 900
}

.interview .page-heading span {
    display: block
}

.interview .page-heading .accent-word {
    color: #EC4C00
}

.interview .heading-sub {
    color: #ede9eabf;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 420px
}

.interview .right-stat-block {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.interview .stat-shape {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px
}

.interview .stat-hexagon {
    width: 88px;
    height: 88px;
    background: #031448;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 28px 0 #0314481c
}

.interview .stat-number {
    color: #EDE9EA;
    font-size: 37px;
    font-weight: 900;
    line-height: 1.2
}

.interview .stat-label {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600
}

.interview .stat-note {
    color: #ffffffbf;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.interview .divider-band {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 64px;
    background: #EDE9EA
}

.interview .divider-inner {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px
}

.interview .divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, #031448 40%, #EC4C00 60%, transparent);
    border-radius: 30px
}

.interview .divider-pill {
    background: #031448;
    color: #EDE9EA;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 8px 32px;
    border-radius: 30px;
    text-transform: uppercase;
    white-space: nowrap
}

.interview .conversations {
    background: #fff;
    padding: 96px 64px;
    position: relative
}

.interview .conversations .bg-geo {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid #0314480a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.interview .conversations .bg-geo-two {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px solid #ec4c000a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.interview .conversations-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.interview .conversations-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px
}

.interview .conversations-heading {
    color: #031448;
    font-size: 37px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0
}

.interview .conversations-heading span {
    display: block
}

.interview .conversations-desc {
    color: #031448;
    font-size: 18px;
    line-height: 1.6;
    max-width: 480px;
    margin: 0;
    opacity: .7
}

.interview .interview-list {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.interview .interview-card {
    display: flex;
    flex-direction: row;
    background: #EDE9EA;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.interview .interview-card:hover {
    box-shadow: 0 10px 60px 0 #03144824;
    transform: translateY(-2px)
}

.interview .interview-card.active-card {
    border-left: 4px solid #EC4C00 !important
}

.interview .card-image-block {
    flex: 0 0 280px;
    position: relative
}

.interview .card-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.interview .card-image-block img.loaded {
    opacity: 1
}

.interview .card-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #03144859 0%, #ec4c0026 60%, transparent 100%);
    pointer-events: none
}

.interview .card-body {
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.interview .card-meta {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center
}

.interview .tag-badge {
    display: inline-block;
    background: #03144814;
    color: #031448;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    letter-spacing: .03em
}

.interview .tag-badge.accent {
    background: #ec4c001f;
    color: #EC4C00
}

.interview .card-heading {
    color: #031448;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -.01em
}

.interview .card-speaker {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.interview .speaker-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #031448 0%, #EC4C00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.interview .speaker-initials {
    color: #fff;
    font-size: 16px;
    font-weight: 800
}

.interview .speaker-info {
    display: flex;
    flex-direction: column;
    gap: 0
}

.interview .speaker-name {
    color: #031448;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.interview .speaker-role {
    color: #031448;
    font-size: 16px;
    line-height: 1.6;
    opacity: .6
}

.interview .card-excerpt {
    color: #031448;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: .8
}

.interview .card-questions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #0314481a;
    padding-top: 16px
}

.interview .question-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.interview .question-text {
    color: #031448;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0
}

.interview .answer-text {
    color: #031448;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: .8
}

.interview .card-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #03144814
}

.interview .topic-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.interview .topic-pill {
    background: #0314480f;
    color: #031448;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 46px;
    font-weight: 500
}

.interview .read-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #031448;
    color: #EDE9EA;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.interview .read-btn:hover {
    box-shadow: 0 10px 60px 0 #03144824;
    background: #EC4C00
}

.interview .read-btn:focus {
    outline: 2px solid #EC4C00;
    outline-offset: 2px
}

.interview .read-btn svg {
    flex-shrink: 0
}

.interview .process-flow {
    background: #031448;
    padding: 96px 64px;
    position: relative;
    overflow: hidden
}

.interview .process-flow .radial-spot {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #ec4c001f 0%, #ec4c000a 50%, transparent 75%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.interview .process-flow .ring-pattern {
    position: absolute;
    top: -64px;
    right: -64px;
    width: 280px;
    height: 280px;
    pointer-events: none;
    opacity: .08
}

.interview .process-flow .ring-pattern circle {
    fill: none;
    stroke: #EDE9EA;
    stroke-width: 1.5
}

.interview .process-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.interview .process-header {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.interview .process-heading {
    color: #EDE9EA;
    font-size: 37px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
    flex: 0 0 auto
}

.interview .process-heading span {
    display: block
}

.interview .process-heading .accent-line {
    color: #EC4C00
}

.interview .process-desc {
    color: #ede9eab3;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    max-width: 520px;
    padding-top: 8px
}

.interview .flow-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0
}

.interview .flow-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative
}

.interview .flow-connector {
    flex: 0 0 48px;
    display: flex;
    align-items: flex-start;
    padding-top: 28px
}

.interview .flow-arrow {
    width: 48px;
    height: 2px;
    background: #ec4c0080;
    position: relative
}

.interview .flow-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ec4c0080
}

.interview .step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #EC4C00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EC4C00;
    font-size: 21px;
    font-weight: 900;
    flex-shrink: 0;
    background: #ec4c0014;
    box-shadow: inset 0 2px 8px 0 #ec4c001a
}

.interview .step-label {
    color: #EDE9EA;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center
}

.interview .step-note {
    color: #ede9ea8c;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 0
}

.interview .metrics-row {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.interview .metric-block {
    flex: 1;
    background: #ede9ea0d;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 28px 0 #0314481c;
    animation: shadow-build .28s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes shadow-build {
    from {
        box-shadow: 0 0 0 0 #03144800
    }

    to {
        box-shadow: 0 4px 28px 0 #0314481c
    }
}

.interview .metric-figure {
    color: #EC4C00;
    font-size: 37px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em
}

.interview .metric-title {
    color: #EDE9EA;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.interview .metric-narrative {
    color: #ede9ea99;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

@media (max-width: 1280px) {

    .interview .split-left,
    .interview .split-right {
        padding: 64px 32px
    }

    .interview .page-heading {
        font-size: 37px
    }

    .interview .conversations {
        padding: 64px 32px
    }

    .interview .process-flow {
        padding: 64px 32px
    }

    .interview .conversations-header {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 1024px) {
    .interview .split-screen {
        flex-direction: column
    }

    .interview .split-left,
    .interview .split-right {
        flex: none;
        width: 100%
    }

    .interview .split-left::after {
        width: 100%;
        height: 3px;
        top: auto;
        bottom: 0;
        right: 0
    }

    .interview .card-image-block {
        flex: 0 0 200px
    }

    .interview .flow-row {
        flex-wrap: wrap;
        gap: 32px
    }

    .interview .flow-connector {
        display: none
    }

    .interview .flow-step {
        flex: 0 0 calc(50% - 16px)
    }

    .interview .metrics-row {
        flex-wrap: wrap
    }

    .interview .metric-block {
        flex: 0 0 calc(50% - 16px)
    }

    .interview .process-header {
        flex-direction: column;
        gap: 32px
    }
}

@media (max-width: 768px) {

    .interview .split-left,
    .interview .split-right {
        padding: 64px 32px
    }

    .interview .interview-card {
        flex-direction: column
    }

    .interview .card-image-block {
        flex: none;
        height: 200px
    }

    .interview .card-body {
        padding: 32px 16px
    }

    .interview .card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .interview .flow-step {
        flex: 0 0 100%
    }

    .interview .metric-block {
        flex: 0 0 100%
    }

    .interview .divider-band {
        padding: 32px 16px
    }

    .interview .divider-pill {
        font-size: 16px;
        padding: 8px 16px
    }
}

@media (max-width: 480px) {

    .interview .split-left,
    .interview .split-right {
        padding: 64px 16px
    }

    .interview .conversations {
        padding: 64px 16px
    }

    .interview .process-flow {
        padding: 64px 16px
    }

    .interview .page-heading {
        font-size: 37px
    }

    .interview .conversations-heading {
        font-size: 21px
    }

    .interview .process-heading {
        font-size: 21px
    }
}

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

.contact-us-page .reach-panel {
    max-width: 1600px;
    margin: 0 auto;
    padding: 96px 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.contact-us-page .reach-left {
    position: relative
}

.contact-us-page .reach-image-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/3;
    box-shadow: 0 10px 60px 0 #03144824
}

.contact-us-page .reach-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), brightness .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .reach-image-frame:hover img {
    transform: scale(1.04);
    filter: brightness(1.06)
}

.contact-us-page .reach-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #ec4c0061 0%, #03144885 60%, #ede9ea1f 100%);
    pointer-events: none;
    border-radius: 16px
}

.contact-us-page .bracket-decoration {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 48px;
    height: 48px;
    pointer-events: none;
    z-index: 1
}

.contact-us-page .bracket-decoration svg {
    width: 100%;
    height: 100%
}

.contact-us-page .bracket-decoration-br {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    pointer-events: none;
    z-index: 1
}

.contact-us-page .bracket-decoration-br svg {
    width: 100%;
    height: 100%
}

.contact-us-page .reach-details {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .detail-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #EDE9EA;
    border-radius: 8px;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .detail-row:hover {
    box-shadow: 0 4px 28px 0 #0314481c;
    background: #f5f2f3
}

.contact-us-page .detail-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #EC4C00;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-page .detail-icon svg {
    width: 18px;
    height: 18px
}

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

.contact-us-page .detail-label {
    font-size: 16px;
    line-height: 1.2;
    color: #031448;
    font-weight: 700;
    letter-spacing: -.01em
}

.contact-us-page .detail-value {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a
}

.contact-us-page .detail-value a {
    color: #EC4C00;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .detail-value a:hover {
    color: #031448
}

.contact-us-page .reach-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-us-page .reach-heading-block {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .reach-eyebrow {
    font-size: 16px;
    line-height: 1.2;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.contact-us-page .reach-heading {
    font-size: 68px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.03em;
    font-weight: 900;
    margin: 0
}

.contact-us-page .reach-heading span {
    display: block
}

.contact-us-page .reach-subtext {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 480px
}

.contact-us-page .reach-subtext strong {
    color: #031448
}

@keyframes cascade-in {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

.contact-us-page .reach-heading-block,
.contact-us-page .reach-image-frame,
.contact-us-page .reach-details,
.contact-us-page .form-airy {
    animation: cascade-in .28s cubic-bezier(0.0, 0, 0.2, 1) both
}

.contact-us-page .reach-heading-block {
    animation-delay: .05s
}

.contact-us-page .reach-image-frame {
    animation-delay: .1s
}

.contact-us-page .reach-details {
    animation-delay: .15s
}

.contact-us-page .form-airy {
    animation-delay: .2s;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .field-label {
    font-size: 16px;
    line-height: 1.2;
    color: #031448;
    font-weight: 600
}

.contact-us-page .field-label sup {
    color: #EC4C00;
    font-size: 16px
}

.contact-us-page .field-input {
    padding: 16px;
    border: 2px solid #EDE9EA;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    background: #fff;
    outline: none;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 2px 6px 0 #ec4c000a;
    width: 100%;
    box-sizing: border-box
}

.contact-us-page .field-input::placeholder {
    color: #ec4c0066
}

.contact-us-page .field-input:focus {
    border-color: #EC4C00;
    box-shadow: inset 0 2px 6px 0 #ec4c0014 0 4px 28px 0 #ec4c001c
}

.contact-us-page .checkbox-group-label {
    font-size: 16px;
    line-height: 1.2;
    color: #031448;
    font-weight: 600;
    margin-bottom: 8px
}

.contact-us-page .checkbox-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.contact-us-page .badge-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #EDE9EA;
    border-radius: 30px;
    cursor: pointer;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    line-height: 1.2;
    color: #031448;
    user-select: none
}

.contact-us-page .badge-check:hover {
    background: #ec4c001a;
    box-shadow: 0 3px 5px 0 #ec4c000f
}

.contact-us-page .badge-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #EC4C00;
    cursor: pointer;
    flex-shrink: 0
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #ede9ea80;
    border-radius: 8px
}

.contact-us-page .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #EC4C00;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-us-page .privacy-text {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a3a
}

.contact-us-page .privacy-text a {
    color: #EC4C00;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.contact-us-page .submit-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #EC4C00;
    color: #fff;
    border: none;
    border-radius: 46px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 5px 0 #ec4c000f;
    align-self: flex-start;
    letter-spacing: -.01em
}

.contact-us-page .submit-button:hover {
    background: #031448;
    box-shadow: 0 10px 60px 0 #ec4c0024
}

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

.contact-us-page .submit-button:active {
    background: #02103a
}

.contact-us-page .submit-button svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.contact-us-page .info-strip {
    position: relative;
    background: #031448;
    overflow: hidden
}

.contact-us-page .info-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #EC4C00;
    border-radius: 0 2px 2px 0
}

.contact-us-page .crosshatch-bg {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(45deg, #ede9ea0a 0px, #ede9ea0a 1px, transparent 1px, transparent 12px), repeating-linear-gradient(-45deg, #ede9ea0a 0px, #ede9ea0a 1px, transparent 1px, transparent 12px);
    pointer-events: none
}

.contact-us-page .info-strip-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 64px 64px 64px 96px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: start;
    position: relative;
    z-index: 1
}

.contact-us-page .strip-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 16px;
    background: #ede9ea0d;
    border: 1px solid #ede9ea1a;
    box-shadow: 0 4px 28px 0 #0314481c;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .strip-block:hover {
    background: #ede9ea17;
    box-shadow: 0 10px 60px 0 #03144824
}

.contact-us-page .strip-block-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #ec4c0026;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-us-page .strip-block-icon svg {
    width: 22px;
    height: 22px
}

.contact-us-page .strip-block-heading {
    font-size: 21px;
    line-height: 1.2;
    color: #EDE9EA;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0
}

.contact-us-page .strip-block-heading span {
    display: block
}

.contact-us-page .strip-block-body {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eabf
}

.contact-us-page .strip-block-body a {
    color: #EC4C00;
    text-decoration: none;
    font-weight: 600;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .strip-block-body a:hover {
    color: #EDE9EA
}

.contact-us-page .strip-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ede9ea26 30%, #ec4c004d 60%, transparent 100%);
    margin: 0;
    border: none
}

@media (max-width: 1024px) {
    .contact-us-page .reach-panel {
        grid-template-columns: 1fr;
        padding: 64px 32px;
        gap: 32px
    }

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

    .contact-us-page .info-strip-inner {
        grid-template-columns: 1fr 1fr;
        padding: 64px 32px;
        gap: 16px
    }
}

@media (max-width: 768px) {
    .contact-us-page .reach-panel {
        padding: 64px 16px;
        gap: 32px
    }

    .contact-us-page .info-strip-inner {
        grid-template-columns: 1fr;
        padding: 64px 16px;
        gap: 16px
    }

    .contact-us-page .checkbox-badges {
        flex-direction: column
    }

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

@media (max-width: 480px) {
    .contact-us-page .reach-panel {
        padding: 32px 16px
    }

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

    .contact-us-page .submit-button {
        width: 100%;
        justify-content: center
    }
}

.portal {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.portal .title-block {
    position: relative;
    padding: 96px 64px;
    background: #031448;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.portal .title-block .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .32
}

.portal .title-block .fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(to bottom, transparent, #031448);
    pointer-events: none
}

.portal .title-block .quote-mark {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 240px;
    line-height: 1.2;
    color: #EC4C00;
    opacity: .07;
    pointer-events: none;
    user-select: none;
    font-family: Georgia, serif;
    z-index: 0
}

.portal .title-block .text-group {
    position: relative;
    z-index: 1;
    max-width: 760px
}

.portal .title-block .label-tag {
    display: inline-block;
    background: #ec4c002e;
    color: #EC4C00;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 32px;
    letter-spacing: .06em;
    border: 1px solid #ec4c004d
}

.portal .title-block .main-heading {
    font-size: 68px;
    line-height: 1.2;
    color: #EDE9EA;
    letter-spacing: -.03em;
    margin-bottom: 32px;
    animation: rotate-reveal .6s cubic-bezier(0.0, 0, 0.2, 1) both
}

.portal .title-block .main-heading span {
    display: block
}

.portal .title-block .description {
    font-size: 18px;
    line-height: 1.6;
    color: #ede9eacc;
    margin-bottom: 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.portal .title-block .action-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #EC4C00;
    color: #EDE9EA;
    font-size: 16px;
    line-height: 1.6;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 28px 0 #ec4c001c;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .title-block .action-link:hover {
    box-shadow: 0 10px 60px 0 #ec4c0047;
    background: #d94400
}

.portal .title-block .action-link .arrow-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0
}

@keyframes rotate-reveal {
    from {
        opacity: 0;
        transform: rotate(-4deg) translateY(24px)
    }

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

.portal .divider-pencil {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block
}

.portal .field-proof {
    background: #EDE9EA;
    padding: 64px;
    position: relative
}

.portal .field-proof .corner-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 64px 64px 0;
    border-color: transparent #EC4C00 transparent transparent;
    opacity: .15;
    pointer-events: none
}

.portal .field-proof .grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center
}

.portal .field-proof .image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 28px 0 #0314481c;
    aspect-ratio: 16/10
}

.portal .field-proof .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .field-proof .image-wrapper:hover img {
    transform: scale(1.03)
}

.portal .field-proof .proof-text .section-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 16px
}

.portal .field-proof .proof-text h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.02em;
    margin-bottom: 32px
}

.portal .field-proof .proof-text h2 span {
    display: block
}

.portal .field-proof .proof-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    margin-bottom: 16px;
    opacity: .85
}

.portal .field-proof .tag-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px
}

.portal .field-proof .tag {
    display: inline-block;
    background: #03144814;
    color: #031448;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 500
}

.portal .approach-block {
    background: #031448;
    padding: 96px 64px;
    position: relative;
    overflow: hidden
}

.portal .approach-block .bg-tri-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 120px;
    border-color: transparent transparent #ec4c001f;
    pointer-events: none
}

.portal .approach-block .approach-inner {
    max-width: 1200px;
    margin: 0 auto
}

.portal .approach-block .approach-header {
    text-align: center;
    margin-bottom: 64px
}

.portal .approach-block .approach-header h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #EDE9EA;
    letter-spacing: -.02em;
    margin-bottom: 16px
}

.portal .approach-block .approach-header h2 span {
    display: block
}

.portal .approach-block .approach-header p {
    font-size: 18px;
    line-height: 1.6;
    color: #ede9eab8;
    max-width: 560px;
    margin: 0 auto
}

.portal .approach-block .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.portal .approach-block .approach-card {
    background: #ede9ea0d;
    border: 1px solid #ede9ea1a;
    border-radius: 16px;
    padding: 32px;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 5px 0 #0314480f
}

.portal .approach-block .approach-card:hover {
    background: #ec4c001f;
    box-shadow: 0 10px 60px 0 #ec4c0024
}

.portal .approach-block .approach-card .card-number {
    font-size: 37px;
    line-height: 1.2;
    color: #EC4C00;
    font-weight: 700;
    margin-bottom: 16px;
    opacity: .6
}

.portal .approach-block .approach-card h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #EDE9EA;
    margin-bottom: 16px
}

.portal .approach-block .approach-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eab3
}

.portal .approach-block .approach-card .accent-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 16px
}

.portal .approach-block .approach-card:nth-child(1) .accent-dot {
    background: #EC4C00
}

.portal .approach-block .approach-card:nth-child(2) .accent-dot {
    background: #EDE9EA
}

.portal .approach-block .approach-card:nth-child(3) .accent-dot {
    background: #ec4c0099
}

.portal .long-value {
    background: #fff;
    padding: 64px;
    position: relative
}

.portal .long-value .corner-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #0314480f transparent transparent;
    pointer-events: none
}

.portal .long-value .value-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start
}

.portal .long-value .value-image-col {
    position: relative
}

.portal .long-value .portrait-frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 28px 0 #0314481c;
    aspect-ratio: 2/3;
    max-width: 320px
}

.portal .long-value .portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.portal .long-value .quote-block {
    margin-top: 32px;
    background: #ec4c000f;
    border-radius: 8px;
    padding: 16px;
    box-shadow: inset 0 2px 8px 0 #ec4c0014;
    max-width: 320px
}

.portal .long-value .quote-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    font-style: italic
}

.portal .long-value .quote-block .speaker {
    font-size: 16px;
    line-height: 1.6;
    color: #EC4C00;
    font-weight: 600;
    margin-top: 8px;
    font-style: normal
}

.portal .long-value .value-text h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.02em;
    margin-bottom: 32px
}

.portal .long-value .value-text h2 span {
    display: block
}

.portal .long-value .value-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .85;
    margin-bottom: 16px
}

.portal .long-value .metric-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap
}

.portal .long-value .metric-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.portal .long-value .metric-number {
    font-size: 37px;
    line-height: 1.2;
    color: #EC4C00;
    font-weight: 700;
    letter-spacing: -.02em
}

.portal .long-value .metric-label {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .7
}

.portal .after-learning {
    background: linear-gradient(158deg, #031448 0%, #EC4C00 60%, #EDE9EA 100%);
    padding: 96px 64px;
    position: relative
}

.portal .after-learning .after-inner {
    max-width: 1200px;
    margin: 0 auto
}

.portal .after-learning .image-strip {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 32px;
    margin-bottom: 64px;
    align-items: stretch
}

.portal .after-learning .strip-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 60px 0 #03144824;
    aspect-ratio: 16/9
}

.portal .after-learning .strip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.portal .after-learning .strip-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px
}

.portal .after-learning .strip-text h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #EDE9EA;
    letter-spacing: -.02em
}

.portal .after-learning .strip-text h2 span {
    display: block
}

.portal .after-learning .strip-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #ede9ead9
}

.portal .after-learning .outcomes-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.portal .after-learning .outcome-item {
    background: #ede9ea1a;
    border-radius: 8px;
    padding: 32px 16px;
    text-align: center;
    border: 1px solid #ede9ea26;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.portal .after-learning .outcome-item:hover {
    background: #ede9ea2e
}

.portal .after-learning .outcome-item h4 {
    font-size: 21px;
    line-height: 1.2;
    color: #EDE9EA;
    margin-bottom: 8px
}

.portal .after-learning .outcome-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #ede9eab3
}

.portal .support-block {
    background: #EDE9EA;
    padding: 64px;
    position: relative
}

.portal .support-block .corner-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 96px 96px 0;
    border-color: transparent #03144812 transparent transparent;
    pointer-events: none
}

.portal .support-block .support-inner {
    max-width: 1200px;
    margin: 0 auto
}

.portal .support-block .support-header {
    max-width: 600px;
    margin-bottom: 64px
}

.portal .support-block .support-header h2 {
    font-size: 37px;
    line-height: 1.2;
    color: #031448;
    letter-spacing: -.02em;
    margin-bottom: 16px
}

.portal .support-block .support-header h2 span {
    display: block
}

.portal .support-block .support-header p {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .8
}

.portal .support-block .support-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: start
}

.portal .support-block .support-items {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.portal .support-block .support-item {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 3px 5px 0 #0314480f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.portal .support-block .support-item:hover {
    box-shadow: 0 4px 28px 0 #0314481c;
    transform: translateY(-2px)
}

.portal .support-block .support-item .item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #ec4c001a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.portal .support-block .support-item .item-icon svg {
    width: 20px;
    height: 20px
}

.portal .support-block .support-item h4 {
    font-size: 18px;
    line-height: 1.2;
    color: #031448;
    margin-bottom: 8px
}

.portal .support-block .support-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .75
}

.portal .support-block .support-image-col {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 28px 0 #0314481c;
    aspect-ratio: 4/5
}

.portal .support-block .support-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

@media (max-width: 1024px) {
    .portal .title-block {
        padding: 64px 32px
    }

    .portal .title-block .main-heading {
        font-size: 37px
    }

    .portal .field-proof {
        padding: 64px 32px
    }

    .portal .field-proof .grid-two {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .portal .approach-block {
        padding: 64px 32px
    }

    .portal .approach-block .cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .portal .long-value {
        padding: 64px 32px
    }

    .portal .long-value .value-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .portal .long-value .portrait-frame {
        max-width: 100%;
        aspect-ratio: 3/2
    }

    .portal .after-learning {
        padding: 64px 32px
    }

    .portal .after-learning .image-strip {
        grid-template-columns: 1fr
    }

    .portal .after-learning .outcomes-list {
        grid-template-columns: 1fr 1fr
    }

    .portal .support-block {
        padding: 64px 32px
    }

    .portal .support-block .support-grid {
        grid-template-columns: 1fr
    }

    .portal .support-block .support-image-col {
        aspect-ratio: 16/9
    }
}

@media (max-width: 768px) {
    .portal .title-block {
        padding: 64px 16px
    }

    .portal .title-block .main-heading {
        font-size: 37px
    }

    .portal .field-proof {
        padding: 64px 16px
    }

    .portal .approach-block {
        padding: 64px 16px
    }

    .portal .approach-block .cards-grid {
        grid-template-columns: 1fr
    }

    .portal .long-value {
        padding: 64px 16px
    }

    .portal .long-value .metric-row {
        gap: 16px
    }

    .portal .after-learning {
        padding: 64px 16px
    }

    .portal .after-learning .outcomes-list {
        grid-template-columns: 1fr 1fr
    }

    .portal .support-block {
        padding: 64px 16px
    }
}

@media (max-width: 480px) {
    .portal .title-block .main-heading {
        font-size: 37px
    }

    .portal .after-learning .outcomes-list {
        grid-template-columns: 1fr
    }

    .portal .long-value .metric-row {
        flex-direction: column;
        gap: 16px
    }
}

.success-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background-color: #EDE9EA
}

.success-page .success-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 60px 0 #03144824;
    padding: 64px;
    max-width: 560px;
    width: 100%;
    text-align: center
}

.success-page .success-card .icon-wrapper {
    width: 72px;
    height: 72px;
    margin: 0 auto 32px;
    border-radius: 46px;
    background: #EC4C00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 28px 0 #ec4c001c
}

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

.success-page .success-card .success-heading {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #031448;
    margin: 0 0 16px
}

.success-page .success-card .success-message {
    font-size: 18px;
    line-height: 1.6;
    color: #031448;
    opacity: .75;
    margin: 0 0 32px
}

.success-page .success-card .success-detail {
    font-size: 16px;
    line-height: 1.6;
    color: #031448;
    opacity: .55;
    margin: 0 0 32px
}

.success-page .success-card .return-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EC4C00;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 3px 5px 0 #ec4c000f;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-page .success-card .return-link:hover {
    background: #031448;
    box-shadow: 0 10px 60px 0 #ec4c0024
}

.success-page .success-card .return-link:focus {
    outline: 2px solid #EC4C00;
    outline-offset: 3px
}

.success-page .success-card .return-link svg {
    flex-shrink: 0
}

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

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

    .success-page .success-card .success-heading {
        font-size: 21px
    }
}