html {
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%
}

.brand-bar {
    background: #CAAE6E;
    padding: 8px 0
}

.brand-bar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.brand-contact-strip {
    display: flex;
    align-items: center;
    gap: 24px
}

.brand-contact-strip a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    color: #2a1f00;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .1s ease-out
}

.brand-contact-strip a:hover {
    color: #fff
}

.brand-contact-strip a:focus-visible {
    outline: 2px solid #2a1f00;
    outline-offset: 3px;
    border-radius: 6px
}

.brand-contact-strip .codicon {
    font-size: 14px
}

.brand-tagline {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    color: #2a1f00;
    letter-spacing: .04em;
    font-weight: 700
}

.site-header {
    background: #F9F8F5;
    border-bottom: 1px solid #DCD5B5
}

.header-main-row {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    gap: 32px
}

.logo-card {
    flex-shrink: 0;
    background: #fff;
    border-radius: 6px 30px 6px 6px;
    box-shadow: 0 2px 3px 0 #caae6e0f 0 6px 14px 0 #caae6e14;
    border: 1px solid #DCD5B5;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px
}

.logo-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block
}

.header-divider-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px
}

.brand-name-row {
    display: flex;
    align-items: baseline;
    gap: 16px
}

.brand-name-text {
    font-family: 'Merriweather', serif;
    font-size: 33px;
    line-height: 1.15;
    color: #1a1000;
    font-weight: 700;
    letter-spacing: -.02em
}

.brand-est {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    color: #8a7a50
}

.header-rule {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #CAAE6E, #DCD5B5, transparent);
    border: none;
    margin: 0
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap
}

.primary-nav a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    color: #3a2e10;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background .12s ease-out, color .12s ease-out
}

.primary-nav a:hover {
    background: #DCD5B5;
    color: #1a1000
}

.primary-nav a:focus-visible {
    outline: 2px solid #CAAE6E;
    outline-offset: 2px
}

.primary-nav a.active-page {
    background: #CAAE6E;
    color: #1a1000;
    font-weight: 700
}

.header-action-link {
    flex-shrink: 0;
    margin-left: auto
}

.header-action-link a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 700;
    color: #F9F8F5;
    background: #2a1f00;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 6px;
    display: inline-block;
    transition: background .1s linear, color .1s linear;
    min-height: 44px;
    display: flex;
    align-items: center
}

.header-action-link a:hover {
    background: #CAAE6E;
    color: #1a1000
}

.header-action-link a:focus-visible {
    outline: 2px solid #2a1f00;
    outline-offset: 3px;
    border-radius: 6px
}

.site-footer {
    background: #2a1f00;
    padding: 64px 0 0
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 64px;
    align-items: start
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer-left-heading {
    font-family: 'Merriweather', serif;
    font-size: 19px;
    line-height: 1.7;
    color: #DCD5B5;
    font-weight: 700
}

.footer-description {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #b09a6a
}

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

.footer-contact-list li a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #DCD5B5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .1s ease-out
}

.footer-contact-list li a:hover {
    color: #CAAE6E
}

.footer-contact-list li a:focus-visible {
    outline: 2px solid #CAAE6E;
    outline-offset: 2px;
    border-radius: 6px
}

.footer-contact-list .codicon {
    font-size: 14px;
    color: #CAAE6E;
    flex-shrink: 0
}

.footer-center-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.footer-logo-card {
    background: #fff;
    border-radius: 30px 6px 30px 6px;
    box-shadow: 0 6px 14px 0 #caae6e14 0 9px 60px 0 #caae6e21;
    border: 1px solid #DCD5B5;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px
}

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

.footer-brand-name {
    font-family: 'Merriweather', serif;
    font-size: 19px;
    line-height: 1.15;
    color: #F9F8F5;
    font-weight: 700;
    letter-spacing: -.01em;
    text-align: center
}

.footer-brand-accent {
    width: 48px;
    height: 2px;
    background: #CAAE6E;
    border-radius: 6px
}

.footer-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-end
}

.footer-nav-heading {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    color: #8a7a50;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

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

.footer-nav-list li a {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #DCD5B5;
    text-decoration: none;
    transition: color .1s ease-out
}

.footer-nav-list li a:hover {
    color: #CAAE6E
}

.footer-nav-list li a:focus-visible {
    outline: 2px solid #CAAE6E;
    outline-offset: 2px;
    border-radius: 6px
}

.footer-address-block {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #8a7a50;
    text-align: right
}

.footer-bottom-bar {
    margin-top: 64px;
    border-top: 1px solid #3d2e08;
    padding: 16px 32px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-copyright {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    line-height: 1.15;
    color: #8a7a50
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .footer-right {
        align-items: flex-start
    }

    .footer-address-block {
        text-align: left
    }

    .footer-nav-list {
        align-items: flex-start
    }

    .footer-center-brand {
        flex-direction: row;
        justify-content: flex-start
    }

    .footer-brand-accent {
        display: none
    }

    .brand-contact-strip {
        display: none
    }

    .header-action-link {
        margin-left: 0
    }
}

@media (max-width: 576px) {
    .header-main-row {
        padding: 16px;
        flex-wrap: wrap
    }

    .brand-bar-inner {
        padding: 0 16px
    }

    .footer-grid {
        padding: 0 16px
    }

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

    .brand-name-text {
        font-size: 19px
    }

    .header-action-link {
        width: 100%
    }

    .header-action-link a {
        justify-content: center;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .primary-nav a {
        padding: 8px 24px
    }
}

.terms-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 32px
}

.terms-content h1 {
    font-size: 62px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #1b1b1b;
    margin-bottom: 32px;
    margin-top: 0
}

.terms-content h2 {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin-top: 64px;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #DCD5B5
}

.terms-content h3 {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #1b1b1b;
    margin-top: 32px;
    margin-bottom: 16px
}

.terms-content h4,
.terms-content h5,
.terms-content h6 {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #5a5040;
    margin-top: 24px;
    margin-bottom: 8px
}

.terms-content p {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2b25;
    margin-top: 0;
    margin-bottom: 16px
}

.terms-content ul,
.terms-content ol {
    font-size: 19px;
    line-height: 1.7;
    color: #2e2b25;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 32px
}

.terms-content ul {
    list-style: none;
    padding-left: 24px
}

.terms-content ul li {
    position: relative;
    padding-left: 16px
}

.terms-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #CAAE6E
}

.terms-content ol {
    list-style: decimal
}

.terms-content ol li {
    padding-left: 8px
}

.terms-content li {
    margin-bottom: 8px
}

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

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

.terms-content strong,
.terms-content b {
    font-weight: 700;
    color: #1b1b1b
}

.terms-content em,
.terms-content i {
    font-style: italic;
    color: #4a4438
}

.terms-content a {
    color: #8a6d2e;
    text-decoration: underline;
    text-decoration-color: #CAAE6E;
    text-underline-offset: 3px;
    transition: color .1s ease-out, text-decoration-color .12s ease-out
}

.terms-content a:hover {
    color: #CAAE6E;
    text-decoration-color: #CAAE6E
}

.terms-content a:visited {
    color: #7a6040
}

@media (max-width: 992px) {
    .terms-content {
        padding: 64px 24px
    }

    .terms-content h1 {
        font-size: 33px
    }

    .terms-content h2 {
        font-size: 19px;
        margin-top: 32px
    }

    .terms-content h3 {
        font-size: 19px
    }
}

@media (max-width: 576px) {
    .terms-content {
        padding: 32px 16px
    }

    .terms-content h1 {
        font-size: 33px
    }

    .terms-content p,
    .terms-content ul,
    .terms-content ol {
        font-size: 14px
    }
}

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

.learning-program .drift-spot {
    position: fixed;
    top: 0;
    left: -20%;
    width: 40%;
    aspect-ratio: 1;
    background: radial-gradient(ellipse at 30% 20%, #caae6e12 0%, #dcd5b50a 60%, transparent 100%);
    pointer-events: none;
    animation: spot-drift 18s linear infinite alternate;
    z-index: 0
}

@keyframes spot-drift {
    0% {
        transform: translateX(0) translateY(0)
    }

    100% {
        transform: translateX(160vw) translateY(8vh)
    }
}

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

@media (max-width: 576px) {
    .learning-program .page-container {
        padding: 0 16px
    }
}

.learning-program .gradient-heading {
    background: linear-gradient(95deg, #1a0e00 0%, #1a0e00 30%, #CAAE6E 30%, #CAAE6E 65%, #DCD5B5 65%, #DCD5B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.learning-program .accent-colon {
    color: #CAAE6E
}

.learning-program ::selection {
    background: #1a0e00;
    color: #fff
}

.learning-program .double-border {
    border: 2px solid #CAAE6E;
    outline: 4px solid #DCD5B5;
    outline-offset: 3px
}

.learning-program .decorated-word {
    position: relative;
    display: inline-block
}

.learning-program .decorated-word::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #CAAE6E 0%, #CAAE6E 50%, #DCD5B5 50%, #DCD5B5 100%);
    border-radius: 6px
}

.learning-program .program-strip {
    padding: 48px 0 40px;
    background: linear-gradient(180deg, #F9F8F5 0%, #F9F8F5 40%, #fff 100%);
    position: relative;
    z-index: 1
}

.learning-program .strip-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 32px
}

.learning-program .strip-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative
}

.learning-program .strip-text .quote-mark {
    position: absolute;
    top: -16px;
    left: -8px;
    font-size: 120px;
    line-height: 1.15;
    color: #DCD5B5;
    opacity: .35;
    pointer-events: none;
    user-select: none;
    font-style: normal;
    z-index: 0
}

.learning-program .strip-text-body {
    position: relative;
    z-index: 1
}

.learning-program .strip-heading {
    font-size: 62px;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin: 0
}

.learning-program .strip-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3028;
    max-width: 480px;
    margin: 0;
    padding-top: 8px;
    border-top: 2px solid #DCD5B5
}

.learning-program .strip-images {
    flex: 0 0 340px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px
}

.learning-program .mosaic-main {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 180px
}

.learning-program .mosaic-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .12s ease-out
}

.learning-program .mosaic-main:hover img {
    transform: scale(1.04)
}

.learning-program .mosaic-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at corners, #00000047 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
    border-radius: 6px
}

.learning-program .mosaic-block {
    border-radius: 6px;
    background: #DCD5B5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    height: 90px
}

.learning-program .mosaic-block.alt {
    background: linear-gradient(135deg, #CAAE6E 0%, #CAAE6E 50%, #DCD5B5 50%, #DCD5B5 100%)
}

.learning-program .mosaic-stat {
    font-size: 33px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a0e00;
    letter-spacing: -.02em
}

.learning-program .mosaic-label {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3028;
    margin-top: 4px
}

@media (max-width: 992px) {
    .learning-program .strip-inner {
        flex-direction: column-reverse
    }

    .learning-program .strip-images {
        flex: 0 0 auto;
        width: 100%
    }

    .learning-program .strip-heading {
        font-size: 33px
    }
}

@media (max-width: 576px) {
    .learning-program .strip-heading {
        font-size: 33px
    }

    .learning-program .mosaic-main {
        height: 140px
    }
}

.learning-program .structure-section {
    padding: 64px 0;
    background: #fff;
    position: relative;
    z-index: 1
}

.learning-program .structure-section::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #DCD5B5 30%, #CAAE6E 60%, transparent 100%);
    margin-bottom: 64px
}

.learning-program .structure-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0 0 32px;
    text-align: center
}

.learning-program .modules-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: module-counter
}

.learning-program .module-item {
    counter-increment: module-counter;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 #caae6e0f;
    transition: box-shadow .1s ease-out;
    cursor: default
}

.learning-program .module-item:nth-child(odd) {
    background: #F9F8F5
}

.learning-program .module-item:nth-child(even) {
    background: #fff;
    border: 1px solid #DCD5B5
}

.learning-program .module-item:hover {
    box-shadow: 0 6px 14px 0 #caae6e14
}

.learning-program .module-item.selected {
    border-left: 4px solid #CAAE6E
}

.learning-program .module-number {
    flex: 0 0 56px;
    background: linear-gradient(180deg, #CAAE6E 0%, #CAAE6E 50%, #DCD5B5 50%, #DCD5B5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    color: #1a0e00;
    line-height: 1.15
}

.learning-program .module-body {
    flex: 1 1 0;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.learning-program .module-title {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 600;
    color: #1a0e00;
    margin: 0
}

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

.learning-program .module-meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 4px
}

.learning-program .meta-tag {
    font-size: 14px;
    line-height: 1.15;
    color: #7a6840;
    display: flex;
    align-items: center;
    gap: 4px
}

.learning-program .meta-tag .codicon {
    font-size: 14px;
    color: #CAAE6E
}

@media (max-width: 576px) {
    .learning-program .module-body {
        padding: 16px
    }

    .learning-program .module-meta {
        flex-direction: column;
        gap: 4px
    }
}

.learning-program .format-section {
    padding: 64px 0;
    background: linear-gradient(180deg, #F9F8F5 0%, #F9F8F5 60%, #fff 100%);
    position: relative;
    z-index: 1
}

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

.learning-program .format-fixed {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .format-fixed-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0
}

.learning-program .format-fixed-text {
    font-size: 14px;
    line-height: 1.7;
    color: #4a3e30;
    margin: 0
}

.learning-program .format-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.learning-program .format-card {
    border-radius: 6px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 3px 0 #caae6e0f;
    transition: box-shadow .09s ease-out
}

.learning-program .format-card:hover {
    box-shadow: 0 6px 14px 0 #caae6e14
}

.learning-program .format-card.card-dark {
    background: #1a0e00;
    color: #F9F8F5
}

.learning-program .format-card.card-light {
    background: #fff;
    border: 1px solid #DCD5B5
}

.learning-program .format-card.card-accent {
    background: linear-gradient(135deg, #CAAE6E 0%, #CAAE6E 50%, #DCD5B5 50%, #DCD5B5 100%)
}

.learning-program .format-card.card-muted {
    background: #F9F8F5;
    border: 1px solid #DCD5B5
}

.learning-program .card-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .card-icon .codicon {
    font-size: 24px;
    color: #CAAE6E
}

.learning-program .format-card.card-dark .card-icon .codicon {
    color: #DCD5B5
}

.learning-program .format-card.card-accent .card-icon .codicon {
    color: #1a0e00
}

.learning-program .format-card-title {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 600;
    margin: 0;
    color: inherit
}

.learning-program .format-card.card-light .format-card-title,
.learning-program .format-card.card-muted .format-card-title {
    color: #1a0e00
}

.learning-program .format-card-text {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: inherit;
    opacity: .85
}

.learning-program .format-card.card-light .format-card-text,
.learning-program .format-card.card-muted .format-card-text {
    color: #4a3e30;
    opacity: 1
}

.learning-program .format-card.card-accent .format-card-text {
    color: #1a0e00;
    opacity: .8
}

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

@media (max-width: 576px) {
    .learning-program .format-details {
        grid-template-columns: 1fr
    }
}

.learning-program .participation-section {
    padding: 64px 0;
    background: #1a0e00;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.learning-program .participation-section .bg-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(270deg, #caae6e0f 0%, transparent 100%);
    pointer-events: none
}

.learning-program .participation-inner {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

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

.learning-program .participation-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #F9F8F5;
    margin: 0
}

.learning-program .participation-heading .grad {
    background: linear-gradient(95deg, #F9F8F5 0%, #F9F8F5 25%, #CAAE6E 25%, #CAAE6E 65%, #DCD5B5 65%, #DCD5B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.learning-program .participation-text {
    font-size: 14px;
    line-height: 1.7;
    color: #c8bfa8;
    margin: 0
}

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

.learning-program .step-item {
    counter-increment: step-counter;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.learning-program .step-num {
    flex: 0 0 40px;
    height: 40px;
    border-radius: 6px;
    background: #caae6e26;
    border: 1px solid #caae6e4d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #CAAE6E;
    line-height: 1.15
}

.learning-program .step-body {
    flex: 1 1 0
}

.learning-program .step-title {
    font-size: 14px;
    font-weight: 600;
    color: #F9F8F5;
    margin: 0 0 4px;
    line-height: 1.15
}

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

.learning-program .participation-right {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .offer-card {
    border-radius: 6px;
    padding: 24px;
    background: #ffffff0a;
    border: 1px solid #caae6e33;
    box-shadow: 0 9px 60px 0 #caae6e21;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .offer-label {
    font-size: 14px;
    line-height: 1.15;
    color: #a09070;
    text-transform: uppercase;
    letter-spacing: .08em
}

.learning-program .offer-price {
    font-size: 33px;
    line-height: 1.15;
    font-weight: 700;
    color: #CAAE6E;
    letter-spacing: -.02em
}

.learning-program .offer-price .currency {
    font-size: 19px;
    font-weight: 400;
    color: #DCD5B5;
    margin-left: 4px
}

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

.learning-program .offer-feature {
    font-size: 14px;
    line-height: 1.7;
    color: #c8bfa8;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.learning-program .offer-feature .codicon {
    color: #CAAE6E;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 4px
}

.learning-program .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #CAAE6E;
    color: #1a0e00;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .1s ease-out, box-shadow .1s ease-out;
    box-shadow: 0 2px 3px 0 #caae6e0f;
    letter-spacing: .02em
}

.learning-program .btn-primary:hover {
    background: #b89a58;
    box-shadow: 0 6px 14px 0 #caae6e14
}

.learning-program .btn-primary:focus {
    outline: 3px solid #DCD5B5;
    outline-offset: 2px
}

.learning-program .btn-primary:active {
    background: #a08848
}

.learning-program .btn-primary.shake {
    animation: btn-shake .12s linear
}

@keyframes btn-shake {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-6px)
    }

    75% {
        transform: translateX(6px)
    }

    100% {
        transform: translateX(0)
    }
}

@media (max-width: 992px) {
    .learning-program .participation-inner {
        flex-direction: column;
        gap: 32px
    }

    .learning-program .participation-right {
        flex: 0 0 auto;
        width: 100%
    }
}

.about-us-page {
    overflow-x: hidden
}

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
    box-sizing: border-box
}

.about-us-page ::selection {
    background: #111;
    color: #fff
}

.about-us-page .letter-drop {
    display: inline-block;
    opacity: 0;
    transform: translateY(-32px);
    animation: letterFall .45s ease-out forwards
}

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

.about-us-page .company-profile {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
    align-items: start
}

.about-us-page .profile-text-zone {
    position: relative
}

.about-us-page .profile-text-zone::before {
    content: '';
    position: absolute;
    top: -24px;
    left: -32px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle at 30% 40%, #caae6e1a 0%, #dcd5b50f 55%, transparent 100%);
    pointer-events: none;
    border-radius: 46px
}

.about-us-page .profile-label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #CAAE6E;
    margin-bottom: 24px;
    padding: 4px 16px;
    border: 1px solid #caae6e59;
    border-radius: 6px;
    background: #caae6e0f
}

.about-us-page .profile-heading {
    font-size: 62px;
    line-height: 1.15;
    letter-spacing: -.025em;
    margin: 0 0 24px;
    background: linear-gradient(95deg, #1a1200 0%, #1a1200 38%, #CAAE6E 38%, #CAAE6E 62%, #DCD5B5 62%, #DCD5B5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-us-page .profile-subheading {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3228;
    margin: 0 0 32px;
    max-width: 540px
}

.about-us-page .profile-action-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.15;
    color: #fff;
    background: #2b2318;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .04em;
    transition: background .12s ease-out, box-shadow .12s ease-out;
    box-shadow: 0 2px 3px 0 #caae6e0f
}

.about-us-page .profile-action-link:hover {
    background: #CAAE6E;
    color: #1a1200;
    box-shadow: 0 6px 14px 0 #caae6e14
}

.about-us-page .profile-action-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform .1s ease-out
}

.about-us-page .profile-action-link:hover svg {
    transform: translateX(4px)
}

.about-us-page .profile-image-column {
    position: relative
}

.about-us-page .profile-image-frame {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 9px 60px 0 #caae6e21
}

.about-us-page .profile-image-frame img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    transition: transform .15s ease-out
}

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

.about-us-page .profile-image-tint {
    position: absolute;
    inset: 0;
    background: #caae6e2e;
    pointer-events: none;
    border-radius: 30px;
    transition: opacity .12s ease-out
}

.about-us-page .profile-image-frame:hover .profile-image-tint {
    opacity: 0
}

.about-us-page .profile-stats-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 32px
}

.about-us-page .stat-item {
    flex: 1;
    background: #F9F8F5;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 2px 3px 0 #caae6e0f;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.about-us-page .stat-item .stat-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
    color: #CAAE6E
}

.about-us-page .stat-number {
    font-size: 33px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #2b2318
}

.about-us-page .stat-number .integer-part {
    color: #2b2318
}

.about-us-page .stat-number .fractional-part {
    color: #CAAE6E
}

.about-us-page .stat-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #6a5d48
}

.about-us-page .profile-divider {
    max-width: 1400px;
    margin: 32px auto 0;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 16px
}

.about-us-page .divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #caae6e4d 50%, transparent 100%)
}

.about-us-page .divider-ornament {
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.about-us-page .team-depth {
    background: #F9F8F5;
    padding: 64px 0;
    position: relative
}

.about-us-page .team-depth::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    height: 56px;
    background: #F9F8F5;
    clip-path: ellipse(55% 100% at 50% 100%);
    pointer-events: none
}

.about-us-page .team-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.about-us-page .team-layout {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 64px;
    align-items: start
}

.about-us-page .team-rich-side {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.about-us-page .team-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.018em;
    margin: 0 0 16px;
    background: linear-gradient(110deg, #2b2318 0%, #2b2318 40%, #CAAE6E 40%, #CAAE6E 70%, #DCD5B5 70%, #DCD5B5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-us-page .team-body-text {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3228;
    margin: 0
}

.about-us-page .team-image-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.about-us-page .team-img-wrap {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 14px 0 #caae6e14
}

.about-us-page .team-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .15s ease-out
}

.about-us-page .team-img-wrap:hover img {
    transform: scale(1.05)
}

.about-us-page .team-img-wash {
    position: absolute;
    inset: 0;
    background: #caae6e38;
    opacity: 0;
    transition: opacity .12s ease-out;
    pointer-events: none
}

.about-us-page .team-img-wrap:hover .team-img-wash {
    opacity: 1
}

.about-us-page .team-img-wrap.tall {
    grid-row: span 2
}

.about-us-page .team-img-wrap.tall img {
    height: 416px
}

.about-us-page .team-minimal-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px
}

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

.about-us-page .people-list li {
    padding: 16px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.about-us-page .people-list li:nth-child(odd) {
    background: #caae6e14
}

.about-us-page .people-list li:nth-child(even) {
    background: #dcd5b52e
}

.about-us-page .person-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    color: #2b2318
}

.about-us-page .person-role {
    font-size: 14px;
    line-height: 1.7;
    color: #6a5d48
}

.about-us-page .person-role .accent-colon {
    color: #CAAE6E;
    font-weight: 700
}

.about-us-page .media-stat-block {
    background: #2b2318;
    border-radius: 30px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 9px 60px 0 #caae6e21
}

.about-us-page .media-stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.about-us-page .media-stat-icon {
    width: 36px;
    height: 36px;
    color: #CAAE6E;
    margin-bottom: 4px
}

.about-us-page .media-stat-number {
    font-size: 33px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.02em
}

.about-us-page .media-stat-number .frac {
    color: #CAAE6E
}

.about-us-page .media-stat-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #c4b89a
}

.about-us-page .focus-reveal-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.about-us-page .focus-reveal-item {
    position: relative
}

.about-us-page .focus-reveal-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.about-us-page .focus-reveal-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #fff;
    border: 1px solid #caae6e40;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 600;
    color: #2b2318;
    transition: background .1s ease-out, border-color .1s ease-out;
    user-select: none
}

.about-us-page .focus-reveal-trigger:hover {
    background: #caae6e0f;
    border-color: #caae6e80
}

.about-us-page .focus-reveal-trigger svg {
    width: 16px;
    height: 16px;
    color: #CAAE6E;
    flex-shrink: 0;
    transition: transform .1s ease-out
}

.about-us-page .focus-reveal-body {
    display: none;
    padding: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #3a3228;
    background: #f9f8f5e6;
    border: 1px solid #caae6e26;
    border-top: none;
    border-radius: 0 0 6px 6px
}

.about-us-page .focus-reveal-item.open .focus-reveal-body {
    display: block
}

.about-us-page .focus-reveal-item.open .focus-reveal-trigger {
    border-radius: 6px 6px 0 0;
    background: #caae6e14;
    border-color: #caae6e66
}

.about-us-page .focus-reveal-item.open .focus-reveal-trigger svg {
    transform: rotate(180deg)
}

@media (max-width: 1200px) {
    .about-us-page .company-profile {
        grid-template-columns: 1fr 320px;
        gap: 32px;
        padding: 48px 24px 24px
    }

    .about-us-page .profile-heading {
        font-size: 33px
    }

    .about-us-page .team-layout {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .about-us-page .team-inner {
        padding: 0 24px
    }
}

@media (max-width: 992px) {
    .about-us-page .company-profile {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .about-us-page .profile-image-column {
        order: -1
    }

    .about-us-page .profile-image-frame img {
        height: 320px
    }

    .about-us-page .profile-stats-row {
        flex-direction: row;
        flex-wrap: wrap
    }

    .about-us-page .stat-item {
        min-width: calc(50% - 12px)
    }

    .about-us-page .team-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .about-us-page .team-image-stack {
        display: none
    }

    .about-us-page .team-rich-side {
        gap: 16px
    }
}

@media (max-width: 576px) {
    .about-us-page .company-profile {
        padding: 32px 16px 16px;
        gap: 24px
    }

    .about-us-page .profile-heading {
        font-size: 33px
    }

    .about-us-page .profile-stats-row {
        flex-direction: column
    }

    .about-us-page .stat-item {
        min-width: 100%
    }

    .about-us-page .team-inner {
        padding: 0 16px
    }

    .about-us-page .team-depth {
        padding: 48px 0
    }

    .about-us-page .media-stat-block {
        padding: 24px 16px
    }

    .about-us-page .profile-divider {
        padding: 0 16px
    }
}

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

.contact-us-page *,
.contact-us-page ::before,
.contact-us-page ::after {
    box-sizing: border-box
}

.contact-us-page ::selection {
    background: #111;
    color: #fff
}

.contact-us-page .page-band {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.contact-us-page .title-strip {
    background: linear-gradient(135deg, #1a1208 0%, #1a1208 40%, #2c1f06 40%, #2c1f06 70%, #3a2a0a 70%, #3a2a0a 100%);
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.contact-us-page .title-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#caae6e0a 1px, transparent 1px), linear-gradient(90deg, #caae6e0a 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.contact-us-page .title-strip-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    position: relative
}

.contact-us-page .title-text {
    flex: 1 1 0;
    min-width: 0
}

.contact-us-page .title-label {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #CAAE6E;
    margin-bottom: 16px;
    display: block
}

.contact-us-page .title-heading {
    font-size: 62px;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #CAAE6E 0%, #CAAE6E 45%, #DCD5B5 45%, #DCD5B5 75%, #F9F8F5 75%, #F9F8F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.contact-us-page .title-description {
    font-size: 19px;
    line-height: 1.7;
    color: #dcd5b5bf;
    max-width: 480px
}

.contact-us-page .title-image-wrap {
    flex: 0 0 340px;
    width: 340px;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #caae6e21
}

.contact-us-page .title-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.6) blur(0px);
    transition: filter .12s ease-out
}

.contact-us-page .title-image-wrap:hover img {
    filter: saturate(1)
}

.contact-us-page .zigzag-divider {
    width: 100%;
    line-height: 0;
    display: block
}

.contact-us-page .zigzag-divider svg {
    width: 100%;
    display: block
}

.contact-us-page .form-section {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
    animation: brightness-pulse 6s ease-in-out infinite
}

@keyframes brightness-pulse {

    0%,
    100% {
        background-color: #fff
    }

    50% {
        background-color: #fdfcf8
    }
}

.contact-us-page .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

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

.contact-us-page .form-aside-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    background: linear-gradient(120deg, #1a1208 0%, #1a1208 50%, #CAAE6E 50%, #CAAE6E 78%, #DCD5B5 78%, #DCD5B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.contact-us-page .form-aside-text {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3020
}

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

.contact-us-page .contact-detail-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    background: #F9F8F5;
    box-shadow: 0 2px 3px 0 #caae6e0f;
    transition: box-shadow .1s ease-out
}

.contact-us-page .contact-detail-list li:nth-child(even) {
    background: #F0EDE3
}

.contact-us-page .contact-detail-list li:hover {
    box-shadow: 0 6px 14px 0 #caae6e14
}

.contact-us-page .detail-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #CAAE6E;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-page .detail-icon svg {
    width: 16px;
    height: 16px;
    fill: #1a1208
}

.contact-us-page .detail-body {
    flex: 1 1 0;
    min-width: 0
}

.contact-us-page .detail-label {
    font-size: 14px;
    line-height: 1.15;
    color: #7a6a40;
    margin-bottom: 4px;
    display: block
}

.contact-us-page .detail-label::after {
    content: ':';
    color: #CAAE6E
}

.contact-us-page .detail-value {
    font-size: 14px;
    line-height: 1.7;
    color: #1a1208;
    word-break: break-word
}

.contact-us-page .detail-value a {
    color: #1a1208;
    text-decoration: none;
    transition: color .1s linear
}

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

.contact-us-page .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.contact-us-page .field-group label {
    font-size: 14px;
    line-height: 1.15;
    color: #3a3020;
    font-weight: 500
}

.contact-us-page .field-group label span {
    color: #CAAE6E
}

.contact-us-page .form-input {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #DCD5B5;
    border-radius: 6px;
    background: #F9F8F5;
    font-size: 14px;
    line-height: 1.7;
    color: #1a1208;
    outline: none;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    box-shadow: inset 0 2px 3px 0 #caae6e0f
}

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

.contact-us-page .form-input:focus {
    border-color: #CAAE6E;
    box-shadow: inset 0 2px 3px 0 #caae6e0f 0 0 0 3px #caae6e26
}

.contact-us-page .form-select {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #DCD5B5;
    border-radius: 6px;
    background: #F9F8F5;
    font-size: 14px;
    line-height: 1.7;
    color: #1a1208;
    outline: none;
    appearance: none;
    cursor: pointer;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    box-shadow: inset 0 2px 3px 0 #caae6e0f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23CAAE6E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.contact-us-page .form-select:focus {
    border-color: #CAAE6E;
    box-shadow: inset 0 2px 3px 0 #caae6e0f 0 0 0 3px #caae6e26
}

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

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.contact-us-page .privacy-checkbox {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #CAAE6E;
    cursor: pointer
}

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

.contact-us-page .privacy-text a {
    color: #CAAE6E;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .08s linear
}

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

.contact-us-page .submit-button {
    padding: 16px 32px;
    background: #1a1208;
    color: #CAAE6E;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .06em;
    font-weight: 600;
    cursor: pointer;
    transition: background .1s ease-out, color .1s ease-out;
    box-shadow: 0 6px 14px 0 #caae6e14;
    align-self: flex-start
}

.contact-us-page .submit-button:hover {
    background: #CAAE6E;
    color: #1a1208
}

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

.contact-us-page .submit-button:active {
    background: #b89a52;
    color: #1a1208
}

@keyframes form-shake {

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

    20% {
        transform: translateX(-6px)
    }

    40% {
        transform: translateX(6px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(4px)
    }
}

.contact-us-page .submit-button.shake {
    animation: form-shake .35s ease-out
}

.contact-us-page .zigzag-divider-2 {
    width: 100%;
    line-height: 0;
    display: block
}

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

.contact-us-page .achievement-section {
    background: #F9F8F5;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.contact-us-page .achievement-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(./img_assets/large-temporary.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    pointer-events: none
}

.contact-us-page .achievement-inner {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center;
    position: relative
}

.contact-us-page .achievement-text {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .achievement-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    background: linear-gradient(100deg, #1a1208 0%, #1a1208 35%, #CAAE6E 35%, #CAAE6E 68%, #DCD5B5 68%, #DCD5B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.contact-us-page .achievement-body {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3020;
    max-width: 400px
}

.contact-us-page .achievement-stats {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 8px
}

.contact-us-page .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-us-page .stat-number {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #CAAE6E;
    font-weight: 700
}

.contact-us-page .stat-desc {
    font-size: 14px;
    line-height: 1.15;
    color: #7a6a40
}

.contact-us-page .certificate-frame {
    flex: 0 0 360px;
    width: 360px;
    border: 2px solid #CAAE6E;
    border-radius: 6px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 9px 60px 0 #caae6e21;
    position: relative
}

.contact-us-page .certificate-frame::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid #caae6e40;
    border-radius: 6px;
    pointer-events: none
}

.contact-us-page .cert-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px
}

.contact-us-page .cert-seal {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background: linear-gradient(135deg, #CAAE6E 0%, #DCD5B5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px 0 #caae6e14
}

.contact-us-page .cert-seal svg {
    width: 24px;
    height: 24px;
    fill: #1a1208
}

.contact-us-page .cert-brand {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7a6a40
}

.contact-us-page .cert-title {
    font-size: 19px;
    line-height: 1.15;
    color: #1a1208;
    text-align: center;
    font-weight: 600;
    margin-bottom: 16px
}

.contact-us-page .cert-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #CAAE6E, transparent);
    margin-bottom: 16px
}

.contact-us-page .cert-body {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3020;
    text-align: center;
    margin-bottom: 24px
}

.contact-us-page .cert-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px
}

.contact-us-page .cert-since {
    font-size: 14px;
    line-height: 1.15;
    color: #a09070
}

.contact-us-page .cert-since strong {
    color: #CAAE6E
}

.contact-us-page .cert-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.contact-us-page .cert-badge-circle {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 2px solid #CAAE6E;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-page .cert-badge-circle svg {
    width: 18px;
    height: 18px;
    fill: #CAAE6E
}

.contact-us-page .cert-badge-label {
    font-size: 14px;
    line-height: 1.15;
    color: #7a6a40
}

.contact-us-page .reading-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    opacity: .18;
    margin: 0 auto;
    padding: 8px 0;
    width: 24px
}

.contact-us-page .reading-arrow svg {
    width: 16px;
    height: 16px;
    fill: #CAAE6E
}

@media (max-width: 1200px) {
    .contact-us-page .title-image-wrap {
        flex: 0 0 260px;
        width: 260px;
        height: 180px
    }

    .contact-us-page .certificate-frame {
        flex: 0 0 300px;
        width: 300px
    }
}

@media (max-width: 992px) {
    .contact-us-page .title-strip-inner {
        flex-direction: column;
        gap: 32px
    }

    .contact-us-page .title-heading {
        font-size: 33px
    }

    .contact-us-page .title-image-wrap {
        flex: 0 0 auto;
        width: 100%;
        height: 200px
    }

    .contact-us-page .form-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .contact-us-page .achievement-inner {
        flex-direction: column;
        gap: 32px
    }

    .contact-us-page .certificate-frame {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px;
        align-self: center
    }
}

@media (max-width: 576px) {
    .contact-us-page .page-band {
        padding-left: 16px;
        padding-right: 16px
    }

    .contact-us-page .title-strip {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .contact-us-page .title-heading {
        font-size: 33px
    }

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

    .contact-us-page .achievement-stats {
        flex-direction: column;
        gap: 16px
    }

    .contact-us-page .form-section {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .contact-us-page .achievement-section {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .contact-us-page .submit-button {
        width: 100%;
        text-align: center
    }
}

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

.debut .page-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px
}

.debut .gradient-text {
    background: linear-gradient(105deg, #CAAE6E 0%, #CAAE6E 40%, #DCD5B5 40%, #DCD5B5 70%, #a8904e 70%, #a8904e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 2px 3px 0 #caae6e0f 0 6px 14px 0 #caae6e14
    }

    50% {
        box-shadow: 0 2px 3px 0 #caae6e1f 0 9px 60px 0 #caae6e38
    }

    100% {
        box-shadow: 0 2px 3px 0 #caae6e0f 0 6px 14px 0 #caae6e14
    }
}

@keyframes shake {

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

    20% {
        transform: translateX(-4px)
    }

    40% {
        transform: translateX(4px)
    }

    60% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(3px)
    }
}

.debut .shake-error {
    animation: shake .4s ease-out
}

.debut .title-block {
    position: relative;
    background: linear-gradient(160deg, #1a1208 0%, #1a1208 45%, #2c1f00 45%, #2c1f00 100%);
    padding: 64px 0
}

.debut .title-block-frame {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 64px
}

.debut .title-block-frame::before,
.debut .title-block-frame::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #CAAE6E
}

.debut .title-block-frame::before {
    top: 0;
    left: 64px
}

.debut .title-block-frame::after {
    bottom: 0;
    right: 64px
}

.debut .title-frame-top-right {
    position: absolute;
    top: 0;
    right: 64px;
    width: 80px;
    height: 2px;
    background: #CAAE6E
}

.debut .title-frame-bottom-left {
    position: absolute;
    bottom: 0;
    left: 64px;
    width: 80px;
    height: 2px;
    background: #CAAE6E
}

.debut .title-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: center
}

.debut .title-image-zone {
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.debut .title-image-zone img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    transition: transform .12s ease-out
}

.debut .title-image-zone:hover img {
    transform: scale(1.04)
}

.debut .title-image-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #1a1208d9 0%, transparent 100%);
    border-radius: 0 0 6px 6px;
    pointer-events: none
}

.debut .title-text-zone {
    padding: 16px 0 16px 16px
}

.debut .title-label {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .12em;
    color: #CAAE6E;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.debut .title-label-line {
    width: 32px;
    height: 1px;
    background: #CAAE6E;
    flex-shrink: 0
}

.debut .title-heading {
    font-size: 62px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #F9F8F5;
    margin-bottom: 32px
}

.debut .title-subtext {
    font-size: 19px;
    line-height: 1.7;
    color: #DCD5B5;
    margin-bottom: 32px;
    max-width: 480px
}

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

.debut .btn-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #CAAE6E;
    color: #1a1208;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    transition: background .1s ease-out, transform .08s ease-out;
    animation: shadow-pulse 3s ease-in-out infinite
}

.debut .btn-primary:hover {
    background: #b89a58;
    transform: translateY(-1px)
}

.debut .btn-primary:active {
    transform: translateY(0)
}

.debut .btn-outline {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: #DCD5B5;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #dcd5b566;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .1s ease-out, color .1s ease-out
}

.debut .btn-outline:hover {
    border-color: #CAAE6E;
    color: #CAAE6E
}

.debut .dot-border {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    pointer-events: none
}

.debut .dot-border svg {
    width: 100%;
    height: 100%
}

.debut .proof-section {
    background: #F9F8F5;
    padding: 64px 0;
    position: relative
}

.debut .proof-divider-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px
}

.debut .proof-divider-line {
    width: 80px;
    height: 2px;
    background: #CAAE6E
}

.debut .proof-divider-gap {
    flex: 1
}

.debut .proof-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: start
}

.debut .proof-text-column {
    padding-right: 16px
}

.debut .proof-eyebrow {
    font-size: 14px;
    line-height: 1.15;
    color: #CAAE6E;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.debut .proof-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

.debut .proof-body {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3226;
    margin-bottom: 24px
}

.debut .proof-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 32px
}

.debut .proof-stat {
    padding: 24px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #caae6e0f 0 6px 14px 0 #caae6e14
}

.debut .proof-stat-number {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #CAAE6E;
    font-weight: 700;
    margin-bottom: 4px
}

.debut .proof-stat-label {
    font-size: 14px;
    line-height: 1.7;
    color: #6a5d48
}

.debut .activity-feed {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 14px 0 #caae6e14;
    padding: 32px
}

.debut .feed-heading {
    font-size: 19px;
    line-height: 1.15;
    color: #2c2518;
    margin-bottom: 24px;
    letter-spacing: -.01em
}

.debut .feed-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.debut .feed-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #F9F8F5
}

.debut .feed-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.debut .feed-item:nth-child(odd) {
    background: transparent
}

.debut .feed-item:nth-child(even) {
    background: transparent
}

.debut .feed-icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #F9F8F5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.debut .feed-icon svg {
    width: 16px;
    height: 16px
}

.debut .feed-item:nth-child(odd) .feed-icon {
    background: #caae6e1f
}

.debut .feed-item:nth-child(even) .feed-icon {
    background: #dcd5b540
}

.debut .feed-details {
    flex: 1
}

.debut .feed-description {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3226;
    margin-bottom: 4px
}

.debut .feed-time {
    font-size: 14px;
    line-height: 1.15;
    color: #CAAE6E
}

.debut .people-section {
    background: #2c2518;
    padding: 64px 0;
    position: relative
}

.debut .people-divider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 64px
}

.debut .people-divider-line {
    width: 60px;
    height: 2px;
    background: #caae6e66
}

.debut .people-top {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    align-items: start;
    margin-bottom: 64px
}

.debut .people-label {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .1em;
    color: #CAAE6E;
    text-transform: uppercase;
    margin-bottom: 16px
}

.debut .people-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #F9F8F5;
    margin-bottom: 24px
}

.debut .people-body {
    font-size: 19px;
    line-height: 1.7;
    color: #DCD5B5
}

.debut .people-image-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.debut .people-image-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    transition: transform .12s ease-out
}

.debut .people-image-wrap:hover img {
    transform: scale(1.03)
}

.debut .people-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.debut .person-card {
    background: #f9f8f50f;
    border-radius: 6px;
    padding: 32px 24px;
    position: relative;
    transition: background .1s ease-out;
    overflow: hidden
}

.debut .person-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #caae6e4d;
    transition: border-color .1s ease-out
}

.debut .person-card:hover::after {
    border-color: transparent transparent #caae6eb3
}

.debut .person-card:hover {
    background: #f9f8f51a
}

.debut .person-name {
    font-size: 19px;
    line-height: 1.15;
    color: #F9F8F5;
    margin-bottom: 8px;
    letter-spacing: -.01em
}

.debut .person-role {
    font-size: 14px;
    line-height: 1.15;
    color: #CAAE6E;
    margin-bottom: 16px;
    letter-spacing: .04em
}

.debut .person-bio {
    font-size: 14px;
    line-height: 1.7;
    color: #DCD5B5
}

.debut .person-card:nth-child(odd) {
    border-top: 2px solid #caae6e40
}

.debut .person-card:nth-child(even) {
    border-top: 2px solid #dcd5b526
}

.debut .programs-section {
    padding: 64px 0;
    position: relative
}

.debut .programs-split-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.debut .programs-split-bg-top {
    height: 50%;
    background: #F9F8F5
}

.debut .programs-split-bg-bottom {
    height: 50%;
    background: #fff
}

.debut .programs-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative
}

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

.debut .programs-eyebrow {
    font-size: 14px;
    line-height: 1.15;
    color: #CAAE6E;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.debut .programs-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em
}

.debut .programs-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3226;
    align-self: end
}

.debut .programs-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px
}

.debut .program-featured {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #caae6e21;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    animation: shadow-pulse 4s ease-in-out infinite
}

.debut .program-featured-image {
    position: relative;
    overflow: hidden
}

.debut .program-featured-image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .12s ease-out
}

.debut .program-featured:hover .program-featured-image img {
    transform: scale(1.04)
}

.debut .program-featured-body {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.debut .program-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.15;
    color: #CAAE6E;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 4px 8px;
    background: #caae6e1a;
    border-radius: 6px
}

.debut .program-name {
    font-size: 19px;
    line-height: 1.7;
    color: #2c2518;
    margin-bottom: 16px;
    letter-spacing: -.01em
}

.debut .program-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #6a5d48;
    margin-bottom: 24px;
    flex: 1
}

.debut .program-meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.debut .program-meta-item {
    font-size: 14px;
    line-height: 1.15;
    color: #6a5d48;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.debut .program-meta-item .accent {
    color: #CAAE6E
}

.debut .program-link {
    display: inline-block;
    padding: 12px 24px;
    background: #2c2518;
    color: #CAAE6E;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    transition: background .1s ease-out;
    align-self: flex-start
}

.debut .program-link:hover {
    background: #1a1208
}

.debut .programs-side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.debut .program-card {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 3px 0 #caae6e0f 0 6px 14px 0 #caae6e14;
    position: relative;
    overflow: hidden;
    transition: box-shadow .12s ease-out
}

.debut .program-card:hover {
    box-shadow: 0 6px 14px 0 #caae6e24 0 9px 60px 0 #caae6e21
}

.debut .program-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 24px 24px;
    border-color: transparent transparent #caae6e40;
    transition: border-color .1s ease-out
}

.debut .program-card:hover::after {
    border-color: transparent transparent #caae6e99
}

.debut .program-card:nth-child(odd) {
    background: #fff
}

.debut .program-card:nth-child(even) {
    background: #F9F8F5
}

.debut .card-tag {
    font-size: 14px;
    line-height: 1.15;
    color: #CAAE6E;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.debut .card-name {
    font-size: 19px;
    line-height: 1.15;
    color: #2c2518;
    margin-bottom: 8px;
    letter-spacing: -.01em
}

.debut .card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #6a5d48
}

.debut .dots-decoration {
    position: absolute;
    pointer-events: none
}

.debut .dots-decoration svg circle {
    fill: #CAAE6E;
    opacity: .15
}

@media (max-width: 992px) {
    .debut .title-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .debut .title-heading {
        font-size: 33px
    }

    .debut .title-image-zone img {
        height: 320px
    }

    .debut .title-block-frame {
        padding: 24px
    }

    .debut .proof-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .debut .people-top {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .debut .people-cards {
        grid-template-columns: 1fr 1fr
    }

    .debut .programs-header {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .debut .programs-grid {
        grid-template-columns: 1fr
    }

    .debut .program-featured {
        grid-template-columns: 1fr
    }

    .debut .program-featured-image img {
        min-height: 220px
    }
}

@media (max-width: 576px) {
    .debut .title-heading {
        font-size: 33px
    }

    .debut .title-block-frame {
        padding: 16px
    }

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

    .debut .proof-stats {
        grid-template-columns: 1fr
    }

    .debut .people-cards {
        grid-template-columns: 1fr
    }

    .debut .programs-grid {
        grid-template-columns: 1fr
    }

    .debut .program-featured {
        grid-template-columns: 1fr
    }

    .debut .people-section {
        padding: 32px 0
    }

    .debut .proof-section {
        padding: 32px 0
    }

    .debut .programs-section {
        padding: 32px 0
    }

    .debut .title-block {
        padding: 32px 0
    }
}

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

.success-page .success-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 46px;
    padding: 64px;
    box-shadow: 0 9px 60px 0 #caae6e21;
    text-align: center
}

.success-page .success-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 30px;
    background: linear-gradient(135deg, #CAAE6E 40%, #DCD5B5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    box-shadow: 0 6px 14px 0 #caae6e14
}

.success-page .success-icon-wrap svg {
    display: block
}

.success-page .success-heading {
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: -.02em;
    background: linear-gradient(90deg, #CAAE6E 0%, #CAAE6E 33%, #b89a52 33%, #b89a52 66%, #DCD5B5 66%, #DCD5B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 16px
}

.success-page .success-message {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3530;
    margin: 0 0 32px
}

.success-page .success-note {
    font-size: 14px;
    line-height: 1.7;
    color: #7a7060;
    margin: 0 0 32px;
    padding: 16px 24px;
    background: #F9F8F5;
    border-radius: 6px
}

.success-page .success-note span {
    color: #CAAE6E
}

.success-page .home-link {
    display: inline-block;
    padding: 16px 32px;
    background: #3a3530;
    color: #F9F8F5;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: .03em;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color .12s ease-out, box-shadow .1s linear;
    box-shadow: 0 2px 3px 0 #caae6e0f
}

.success-page .home-link:hover {
    background: #CAAE6E;
    color: #3a3530;
    box-shadow: 0 6px 14px 0 #caae6e14
}

.success-page .home-link:focus-visible {
    outline: 2px solid #CAAE6E;
    outline-offset: 4px
}

@media (max-width: 576px) {
    .success-page .success-card {
        padding: 32px 24px;
        border-radius: 30px
    }

    .success-page .success-heading {
        font-size: 33px
    }
}