@import "https://cdn.jsdelivr.net/npm/@fontsource/exo-2@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/exo-2@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/public-sans@latest/700.css";

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

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%
}

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

.site-header {
    background: #165552;
    position: relative
}

.site-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #165552 0%, #1e7a75 60%, #165552 100%);
    pointer-events: none
}

.header-top {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 48px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.brand-block {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0
}

.logo-frame {
    width: 68px;
    height: 68px;
    border: 1px solid #dce5ff73;
    border-radius: 4px;
    background: #fffffff5;
    box-shadow: 0 1px 4px -2px #1655520f 0 6px 28px -2px #16555214;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: hidden
}

.logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.brand-name {
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .01em
}

.brand-tagline {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #DCE5FF;
    opacity: .85
}

.header-credential {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #d35af026;
    border: 1px solid #d35af059;
    border-radius: 4px;
    padding: 8px 12px
}

.header-credential span {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #DCE5FF
}

.header-divider {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 12px auto 0;
    padding: 0 48px
}

.header-divider-line {
    height: 1px;
    background: #dce5ff2e
}

.header-navigation {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.main-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #DCE5FF;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    border-bottom: 2px solid transparent;
    transition: color .15s ease-out, background .18s ease-out, border-color .15s ease-out;
    min-height: 44px
}

.main-menu li a:hover {
    color: #fff;
    background: #dce5ff1a;
    border-bottom-color: #D35AF0
}

.main-menu li a .lnr {
    font-size: 15px;
    opacity: .75
}

.header-accent-bar {
    position: relative;
    z-index: 2;
    height: 4px;
    background: linear-gradient(90deg, #D35AF0 0%, #165552 50%, #DCE5FF 100%);
    margin-top: 0
}

.site-footer {
    background: #0f3c3a;
    position: relative;
    overflow: hidden
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D35AF0, #165552, #DCE5FF);
    pointer-events: none
}

.footer-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 48px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.footer-links-area {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap
}

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

.footer-group-label {
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #DCE5FF;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .7
}

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

.footer-group ul li a {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #dce5ffbf;
    text-decoration: none;
    transition: color .16s ease-out;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px
}

.footer-group ul li a:hover {
    color: #fff
}

.footer-logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.footer-logo-frame {
    width: 64px;
    height: 64px;
    border: 1px solid #dce5ff4d;
    border-radius: 4px;
    background: #fffffff2;
    box-shadow: 0 1px 4px -2px #1655520f 0 6px 28px -2px #16555221;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: hidden
}

.footer-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff
}

.footer-contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #dce5ffb3;
    text-decoration: none;
    transition: color .16s ease-out
}

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

.footer-contact-item .lnr {
    color: #D35AF0;
    font-size: 15px
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: #dce5ff1f
}

.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-legal-links li a {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #dce5ff80;
    text-decoration: none;
    transition: color .14s ease-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.footer-legal-links li a:hover {
    color: #dce5ffe6
}

.footer-copyright {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #dce5ff66;
    text-align: center
}

.cookie-popup-container {
    position: fixed;
    top: 24px;
    left: 24px;
    z-index: 1200;
    display: none;
    max-width: 320px;
    width: calc(100vw - 48px)
}

.cookie-popup-box {
    background: #fff;
    border: 1px solid #16555226;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 10px 36px -2px #16555221;
    opacity: 0;
    transition: opacity .22s ease-in-out
}

.cookie-popup-box.visible {
    opacity: 1
}

.cookie-popup-text {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #1a3a38;
    margin: 0 0 12px
}

.cookie-popup-list {
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #1a3a38;
    margin: 0 0 24px;
    padding-left: 20px
}

.cookie-popup-list li {
    margin-bottom: 4px
}

.cookie-popup-actions {
    display: flex;
    gap: 12px
}

.cookie-accept-button {
    flex: 1;
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #165552;
    background: transparent;
    border: 2px solid #165552;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    min-height: 44px;
    transition: background .18s ease-out, color .18s ease-out
}

.cookie-accept-button:hover {
    background: #165552;
    color: #fff
}

.cookie-decline-button {
    flex: 1;
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #D35AF0;
    background: transparent;
    border: 2px solid #D35AF0;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    min-height: 44px;
    transition: background .18s ease-out, color .18s ease-out
}

.cookie-decline-button:hover {
    background: #D35AF0;
    color: #fff
}

@media (max-width: 960px) {
    .header-top {
        padding: 24px 24px 0;
        flex-wrap: wrap
    }

    .header-credential {
        order: 3;
        width: 100%;
        justify-content: center
    }

    .header-divider {
        padding: 0 24px
    }

    .header-navigation {
        padding: 0 24px
    }

    .main-menu li a {
        padding: 12px
    }

    .footer-body {
        padding: 48px 24px 24px
    }

    .footer-bottom {
        padding: 0 24px 24px
    }
}

@media (max-width: 480px) {
    .header-top {
        padding: 24px 12px 0;
        gap: 12px
    }

    .brand-name {
        font-size: 20px
    }

    .header-divider {
        padding: 0 12px
    }

    .header-navigation {
        padding: 0 12px
    }

    .main-menu {
        gap: 0
    }

    .main-menu li a {
        padding: 12px 8px;
        font-size: 15px
    }

    .footer-body {
        padding: 48px 12px 24px;
        gap: 24px
    }

    .footer-links-area {
        gap: 24px
    }

    .footer-bottom {
        padding: 0 12px 24px
    }

    .footer-contact-row {
        gap: 12px
    }

    .footer-legal-links {
        gap: 12px
    }
}

.policy-details {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px;
    color: #2a2e35
}

.policy-details p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #2a2e35
}

.policy-details ul,
.policy-details ol {
    margin-bottom: 24px;
    padding-left: 24px
}

.policy-details ul {
    list-style: none;
    padding-left: 0
}

.policy-details ul li {
    padding-left: 24px;
    position: relative
}

.policy-details ul li::before {
    background: #165552;
    border-radius: 40px;
    content: "";
    height: 6px;
    left: 4px;
    position: absolute;
    top: 9px;
    width: 6px
}

.policy-details ol {
    list-style: decimal
}

.policy-details li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #2a2e35
}

.policy-details strong,
.policy-details b {
    color: #165552;
    font-weight: 700
}

.policy-details a {
    color: #165552;
    text-decoration: underline;
    text-decoration-color: #D35AF0;
    text-underline-offset: 3px;
    transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.policy-details a:hover {
    color: #D35AF0;
    text-decoration-color: #165552
}

.policy-details table {
    border-collapse: collapse;
    box-shadow: 0 1px 4px -2px #1655520f 0 6px 28px -2px #16555214;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%
}

.policy-details thead {
    background: #165552
}

.policy-details thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    padding: 12px 24px;
    text-align: left;
    text-transform: uppercase
}

.policy-details tbody tr {
    border-bottom: 1px solid #DCE5FF;
    transition: background .12s ease-out
}

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

.policy-details tbody tr:nth-child(even) {
    background: #f4f6ff
}

.policy-details tbody tr:hover {
    background: #DCE5FF
}

.policy-details td {
    color: #2a2e35;
    font-size: 15px;
    line-height: 1.8;
    padding: 12px 24px;
    vertical-align: top
}

.policy-details div {
    margin-bottom: 24px
}

@media (max-width: 960px) {
    .policy-details {
        padding: 48px 24px
    }

    .policy-details table {
        display: block;
        overflow-x: auto
    }
}

@media (max-width: 480px) {
    .policy-details {
        padding: 24px 12px
    }

    .policy-details thead th,
    .policy-details td {
        padding: 12px
    }
}

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

.learning-program * {
    box-sizing: border-box
}

.learning-program a {
    color: #165552;
    text-decoration: none
}

.learning-program p::first-line {
    margin-left: -24px;
    padding-left: 24px
}

.learning-program .grain-backdrop {
    position: relative;
    padding: 96px 24px 48px;
    background-color: #f2f4f8;
    overflow: hidden
}

.learning-program .grain-backdrop::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.07'/%3E%3C/svg%3E");
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.learning-program .grain-backdrop::after {
    background: linear-gradient(23deg, #d35af012, #1655520a);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.learning-program .grain-center {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    z-index: 1
}

.learning-program .geo-shape-a {
    border: 2px solid #d35af02e;
    border-radius: 4px;
    height: 80px;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    right: 60px;
    top: 40px;
    transform: rotate(22deg);
    width: 80px;
    z-index: 0
}

.learning-program .geo-shape-b {
    background: #16555212;
    border-radius: 40px;
    bottom: 60px;
    height: 48px;
    opacity: .4;
    pointer-events: none;
    position: absolute;
    right: 120px;
    width: 48px;
    z-index: 0
}

.learning-program .geo-shape-c {
    border: 1px solid #d35af01f;
    border-radius: 4px;
    height: 32px;
    left: 40px;
    opacity: .35;
    pointer-events: none;
    position: absolute;
    top: 80px;
    transform: rotate(-14deg);
    width: 32px;
    z-index: 0
}

.learning-program .grain-columns {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 48px
}

.learning-program .grain-text {
    flex: 1 1 480px
}

.learning-program .program-label {
    background: linear-gradient(23deg, #D35AF0, #165552);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .08em;
    margin-bottom: 24px;
    padding: 4px 12px;
    text-transform: uppercase
}

.learning-program .grain-heading {
    font-size: 64px;
    line-height: 1.1;
    margin: 0 0 24px
}

.learning-program .grain-heading span {
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.learning-program .grain-sub {
    color: #2e4a47;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 24px;
    max-width: 520px
}

.learning-program .grain-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 24px
}

.learning-program .btn-primary {
    align-items: center;
    background: linear-gradient(23deg, #D35AF0, #165552);
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 28px -2px #16555214;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    font-size: 15px;
    gap: 8px;
    padding: 12px 24px;
    transition: box-shadow .15s ease-out, opacity .12s ease
}

.learning-program .btn-primary:hover {
    box-shadow: 0 10px 36px -2px #16555221;
    opacity: .92
}

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

.learning-program .btn-secondary {
    align-items: center;
    background: transparent;
    border: 2px solid #165552;
    border-radius: 4px;
    color: #165552;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    font-size: 15px;
    gap: 8px;
    padding: 12px 24px;
    transition: background .18s ease-out, color .18s ease-out
}

.learning-program .btn-secondary:hover {
    background: #165552;
    color: #fff
}

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

.learning-program .grain-image-col {
    flex: 0 0 340px;
    position: relative
}

.learning-program .grain-image-wrap {
    border-radius: 4px;
    filter: saturate(0.55) contrast(1.05);
    overflow: hidden;
    transition: filter .22s ease-out
}

.learning-program .grain-image-wrap:hover {
    filter: saturate(1) contrast(1)
}

.learning-program .grain-image-wrap img {
    display: block;
    height: auto;
    object-fit: cover;
    transition: transform .9s ease-in-out;
    width: 340px
}

.learning-program .grain-image-wrap:hover img {
    transform: translateY(-12px)
}

.learning-program .svgdivider {
    display: block;
    line-height: 0;
    overflow: hidden
}

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

.learning-program .curriculum-band {
    animation: warmcool 12s ease-in-out infinite;
    background: #fff;
    padding: 96px 24px;
    position: relative
}

@keyframes warmcool {
    0% {
        background-color: #fff
    }

    40% {
        background-color: #fdf8ff
    }

    70% {
        background-color: #f5fffe
    }

    100% {
        background-color: #fff
    }
}

.learning-program .curriculum-center {
    margin: 0 auto;
    max-width: 1100px
}

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

.learning-program .curriculum-intro {
    flex: 1 1 400px
}

.learning-program .curriculum-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 12px
}

.learning-program .curriculum-heading span {
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.learning-program .curriculum-desc {
    color: #2e4a47;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    max-width: 420px
}

.learning-program .curriculum-meta {
    flex: 0 0 auto
}

.learning-program .meta-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr
}

.learning-program .meta-item {
    background: #f2f4f8;
    border-left: 4px solid #165552;
    border-radius: 4px;
    border-right: 1px solid #16555214;
    border-top: 1px solid #1655520f;
    padding: 12px
}

.learning-program .meta-label {
    color: #165552;
    font-size: 15px;
    letter-spacing: .06em;
    margin: 0 0 4px;
    text-transform: uppercase
}

.learning-program .meta-value {
    font-size: 20px;
    line-height: 1.1;
    margin: 0
}

.learning-program .modules-list {
    counter-reset: module-counter;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    margin: 0;
    padding: 0
}

.learning-program .module-item {
    align-items: flex-start;
    background: #f9fbff;
    border-radius: 4px;
    box-shadow: 0 1px 4px -2px #1655520f;
    counter-increment: module-counter;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 24px;
    position: relative;
    transition: box-shadow .16s ease-out
}

.learning-program .module-item:hover {
    box-shadow: 0 6px 28px -2px #16555214
}

.learning-program .module-number {
    background: linear-gradient(23deg, #D35AF0, #165552);
    border-radius: 4px;
    color: #fff;
    flex-shrink: 0;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px
}

.learning-program .module-number::before {
    content: counter(module-counter, decimal-leading-zero)
}

.learning-program .module-body {
    flex: 1
}

.learning-program .module-name {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 4px
}

.learning-program .module-detail {
    color: #4a6a67;
    font-size: 15px;
    line-height: 1.5;
    margin: 0
}

.learning-program .repeating-motif {
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: .08;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.learning-program .motif-dot {
    background: #165552;
    border-radius: 40px;
    flex-shrink: 0;
    height: 8px;
    width: 8px
}

.learning-program .reviews-band {
    background: linear-gradient(23deg, #d35af014 0%, #dce5ff8c 60%, #fff 100%);
    padding: 48px 24px 96px;
    position: relative
}

.learning-program .reviews-center {
    margin: 0 auto;
    max-width: 1100px
}

.learning-program .reviews-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 48px;
    text-align: center
}

.learning-program .reviews-heading span {
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.learning-program .reviews-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr
}

.learning-program .review-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 28px -2px #16555214;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    transition: box-shadow .14s ease
}

.learning-program .review-card:hover {
    box-shadow: 0 10px 36px -2px #16555221
}

.learning-program .review-portrait {
    border-radius: 4px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    width: 56px
}

.learning-program .reviewer-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px
}

.learning-program .reviewer-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.learning-program .reviewer-name {
    font-size: 15px;
    line-height: 1.1;
    margin: 0
}

.learning-program .reviewer-role {
    color: #4a6a67;
    font-size: 15px;
    line-height: 1.1;
    margin: 0
}

.learning-program .stars {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 4px
}

.learning-program .star-icon {
    fill: #D35AF0;
    height: 14px;
    width: 14px
}

.learning-program .review-text {
    color: #2e4a47;
    font-size: 15px;
    line-height: 1.8;
    margin: 0
}

.learning-program .offer-strip {
    background: #165552;
    border-radius: 4px;
    margin: 48px auto 0;
    max-width: 1100px;
    padding: 48px;
    position: relative
}

.learning-program .offer-strip-inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 48px;
    justify-content: space-between
}

.learning-program .offer-text {
    flex: 1
}

.learning-program .offer-heading {
    color: #DCE5FF;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 8px
}

.learning-program .offer-sub {
    color: #dce5ffbf;
    font-size: 15px;
    line-height: 1.5;
    margin: 0
}

.learning-program .offer-price-block {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 12px
}

.learning-program .price-amount {
    color: #fff;
    font-size: 48px;
    line-height: 1.1;
    margin: 0
}

.learning-program .price-note {
    color: #dce5ffa6;
    font-size: 15px;
    line-height: 1.1;
    margin: 0
}

.learning-program .btn-offer {
    align-items: center;
    background: linear-gradient(23deg, #D35AF0, #a040b8);
    border: none;
    border-radius: 4px;
    box-shadow: 0 6px 28px -2px #d35af021;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    font-size: 15px;
    gap: 8px;
    padding: 12px 24px;
    transition: opacity .12s ease, box-shadow .16s ease-out
}

.learning-program .btn-offer:hover {
    box-shadow: 0 10px 36px -2px #d35af033;
    opacity: .9
}

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

@media (max-width: 960px) {
    .learning-program .grain-columns {
        flex-direction: column
    }

    .learning-program .grain-image-col {
        flex: 0 0 auto
    }

    .learning-program .grain-image-wrap img {
        width: 100%
    }

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

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

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

    .learning-program .offer-strip-inner {
        flex-direction: column;
        gap: 24px
    }

    .learning-program .offer-price-block {
        align-items: flex-start
    }

    .learning-program .grain-heading {
        font-size: 48px
    }
}

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

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

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

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

    .learning-program .grain-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .learning-program .offer-strip {
        padding: 24px
    }
}

.entry-financial {
    overflow-x: hidden
}

.entry-financial .title-area {
    position: relative;
    padding: 96px 24px;
    background: radial-gradient(ellipse at 60% 40%, #d35af021 0%, #16555214 55%, #dce5ff2e 100%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.entry-financial .title-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    z-index: 0
}

.entry-financial .title-area::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 8%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1655522e, transparent);
    transform: rotate(-4deg);
    pointer-events: none;
    z-index: 0
}

.entry-financial .title-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1100px;
    width: 100%;
    align-items: center
}

.entry-financial .title-text h1 {
    font-size: 64px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.entry-financial .title-text p {
    font-size: 20px;
    line-height: 1.5;
    color: #2a3a39;
    margin: 0 0 24px
}

.entry-financial .title-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.entry-financial .title-points li {
    font-size: 15px;
    line-height: 1.5;
    color: #165552;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.entry-financial .point-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #D35AF0;
    flex-shrink: 0;
    margin-top: 4px
}

.entry-financial .title-image-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 36px -2px #16555221
}

.entry-financial .title-image-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) sepia(0.2)
}

.entry-financial .title-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, #16555259 0%, #d35af02e 100%);
    pointer-events: none
}

.entry-financial .mirror-block {
    padding: 96px 24px;
    background: linear-gradient(180deg, #dce5ff59 0%, #fff 100%)
}

.entry-financial .mirror-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 48px;
    align-items: start
}

.entry-financial .mirror-text h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.entry-financial .mirror-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #1e3432;
    margin: 0 0 24px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.entry-financial .mirror-aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.entry-financial .quote-card {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 6px 28px -2px #16555214;
    border-top: 3px solid #D35AF0;
    border-right: 1px solid #1655521a
}

.entry-financial .quote-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.entry-financial .portrait-thumb {
    width: 56px;
    height: 70px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    border-radius: 4px
}

.entry-financial .person-name {
    font-size: 15px;
    font-weight: 700;
    color: #165552;
    line-height: 1.5
}

.entry-financial .person-role {
    font-size: 15px;
    color: #4a6a68;
    line-height: 1.5
}

.entry-financial .quote-text {
    font-size: 15px;
    line-height: 1.8;
    color: #2a3a39;
    margin: 0
}

.entry-financial .second-quote {
    border-top: 3px solid #165552;
    border-right: 1px solid #d35af026
}

.entry-financial .community-block {
    padding: 96px 24px 48px;
    background: #165552;
    position: relative;
    overflow: hidden
}

.entry-financial .community-diagonal {
    position: absolute;
    top: 0;
    right: -5%;
    width: 40%;
    height: 100%;
    background: #d35af00f;
    transform: skewX(-8deg);
    pointer-events: none
}

.entry-financial .community-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.entry-financial .community-inner h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #DCE5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.entry-financial .community-lead {
    font-size: 20px;
    line-height: 1.5;
    color: #DCE5FF;
    margin: 0 0 48px;
    max-width: 600px
}

.entry-financial .community-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px
}

.entry-financial .community-card {
    background: #ffffff0f;
    border-radius: 4px;
    padding: 24px;
    border: 1px solid #dce5ff1f;
    box-shadow: inset 0 1px 0 #dce5ff14 inset 0 -1px 0 #1655524d;
    transition: background .18s ease-out
}

.entry-financial .community-card:hover {
    background: #ffffff1a
}

.entry-financial .card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px
}

.entry-financial .community-card h4 {
    font-size: 15px;
    line-height: 1.5;
    color: #DCE5FF;
    margin: 0 0 8px;
    font-weight: 700
}

.entry-financial .community-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #dce5ffbf;
    margin: 0
}

.entry-financial .community-image-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.entry-financial .community-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    display: block
}

.entry-financial .longterm-block {
    padding: 48px 24px 96px;
    background: #fff
}

.entry-financial .longterm-inner {
    max-width: 1100px;
    margin: 0 auto
}

.entry-financial .longterm-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px;
    margin-bottom: 48px
}

.entry-financial .longterm-header h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0;
    flex: 1;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.entry-financial .longterm-header p {
    font-size: 15px;
    line-height: 1.8;
    color: #2a3a39;
    margin: 0;
    flex: 1
}

.entry-financial .value-list {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.entry-financial .value-row {
    display: grid;
    grid-template-columns: 1fr 48px 2fr;
    gap: 24px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dotted #16555233;
    transition: background .15s ease
}

.entry-financial .value-row:last-child {
    border-bottom: none
}

.entry-financial .value-label {
    font-size: 15px;
    line-height: 1.5;
    color: #165552;
    font-weight: 700;
    text-align: right
}

.entry-financial .value-number {
    font-size: 24px;
    line-height: 1.1;
    color: #D35AF0;
    font-weight: 700;
    text-align: center
}

.entry-financial .value-description {
    font-size: 15px;
    line-height: 1.8;
    color: #2a3a39
}

.entry-financial .current-block {
    padding: 96px 24px;
    background: linear-gradient(180deg, #1655520d 0%, #dce5ff33 100%);
    position: relative
}

.entry-financial .current-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    overflow: hidden
}

.entry-financial .current-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 5fr;
    gap: 48px;
    align-items: start
}

.entry-financial .current-image-wrap {
    position: relative
}

.entry-financial .current-image-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    display: block;
    box-shadow: 0 10px 36px -2px #16555221
}

.entry-financial .current-badge {
    position: absolute;
    bottom: -12px;
    right: -12px;
    background: #D35AF0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 4px;
    box-shadow: 0 6px 28px -2px #d35af040;
    line-height: 1.5
}

.entry-financial .current-text h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.entry-financial .current-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #1e3432;
    margin: 0 0 24px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.entry-financial .topic-chips {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.entry-financial .chip {
    font-size: 15px;
    line-height: 1.5;
    color: #165552;
    background: #16555214;
    border: 1px solid #1655522e;
    border-radius: 4px;
    padding: 4px 12px;
    transition: background .15s ease-out, color .15s ease-out
}

.entry-financial .chip:hover {
    background: #165552;
    color: #DCE5FF
}

.entry-financial .gap-block {
    padding: 96px 24px;
    background: #fff;
    position: relative
}

.entry-financial .gap-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #16555240 0px, #16555240 6px, transparent 6px, transparent 14px)
}

.entry-financial .gap-inner {
    max-width: 1100px;
    margin: 0 auto
}

.entry-financial .gap-inner h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 700px
}

.entry-financial .gap-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 48px
}

.entry-financial .gap-left p {
    font-size: 15px;
    line-height: 1.8;
    color: #1e3432;
    margin: 0 0 24px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.entry-financial .gap-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.entry-financial .gap-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #1655521f;
    box-shadow: 0 1px 4px -2px #1655520f;
    transition: box-shadow .18s ease-out
}

.entry-financial .gap-step:hover {
    box-shadow: 0 6px 28px -2px #16555214
}

.entry-financial .step-num {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    color: #16555226;
    flex-shrink: 0;
    width: 48px;
    text-align: right
}

.entry-financial .step-body h5 {
    font-size: 15px;
    line-height: 1.5;
    color: #165552;
    margin: 0 0 4px;
    font-weight: 700
}

.entry-financial .step-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #2a3a39;
    margin: 0
}

.entry-financial .gap-cta {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.entry-financial .btn-primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #165552;
    color: #DCE5FF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    padding: 12px 24px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 6px 28px -2px #16555221;
    transition: background .18s ease-out, box-shadow .18s ease-out
}

.entry-financial .btn-primary:hover {
    background: #0e3b39;
    box-shadow: 0 10px 36px -2px #1655522e
}

.entry-financial .btn-primary:focus-visible {
    outline: 3px solid #D35AF0 !important;
    outline-offset: 3px !important
}

.entry-financial .btn-secondary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #165552;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    padding: 12px 24px;
    border-radius: 4px;
    border: 2px solid #165552;
    cursor: pointer;
    text-decoration: none;
    transition: background .14s ease, color .14s ease
}

.entry-financial .btn-secondary:hover {
    background: #165552;
    color: #DCE5FF
}

.entry-financial .btn-secondary:focus-visible {
    outline: 3px solid #D35AF0 !important;
    outline-offset: 3px !important
}

@media (max-width: 960px) {
    .entry-financial .title-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .entry-financial .title-text h1 {
        font-size: 48px
    }

    .entry-financial .mirror-inner {
        grid-template-columns: 1fr
    }

    .entry-financial .community-grid {
        grid-template-columns: 1fr 1fr
    }

    .entry-financial .community-image-row {
        grid-template-columns: 1fr
    }

    .entry-financial .longterm-header {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start
    }

    .entry-financial .value-row {
        grid-template-columns: 1fr 36px 2fr
    }

    .entry-financial .current-inner {
        grid-template-columns: 1fr
    }

    .entry-financial .gap-columns {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media (max-width: 480px) {
    .entry-financial .title-text h1 {
        font-size: 48px
    }

    .entry-financial .mirror-text h2,
    .entry-financial .community-inner h2,
    .entry-financial .current-text h2,
    .entry-financial .gap-inner h2,
    .entry-financial .longterm-header h2 {
        font-size: 24px
    }

    .entry-financial .community-grid {
        grid-template-columns: 1fr
    }

    .entry-financial .value-row {
        grid-template-columns: 1fr;
        gap: 4px
    }

    .entry-financial .value-label {
        text-align: left
    }

    .entry-financial .value-number {
        text-align: left
    }

    .entry-financial .gap-cta {
        flex-direction: column;
        align-items: flex-start
    }

    .entry-financial .title-area {
        padding: 48px 24px
    }

    .entry-financial .mirror-block,
    .entry-financial .community-block,
    .entry-financial .current-block,
    .entry-financial .gap-block {
        padding: 48px 24px
    }
}

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

.contact-us-page .reach-strip {
    background: #165552;
    padding: 48px 24px
}

.contact-us-page .reach-strip-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.contact-us-page .reach-label {
    font-size: 15px;
    color: #DCE5FF;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    flex-shrink: 0
}

.contact-us-page .reach-divider {
    width: 2px;
    height: 48px;
    background: #D35AF0;
    flex-shrink: 0;
    border-radius: 4px
}

.contact-us-page .reach-items {
    display: flex;
    flex-direction: row;
    gap: 48px;
    flex-wrap: wrap
}

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

.contact-us-page .reach-item-label {
    font-size: 15px;
    color: #DCE5FF;
    opacity: .7;
    line-height: 1.5
}

.contact-us-page .reach-item-value {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    transition: color .15s ease-out;
    border-bottom: 1px solid transparent
}

.contact-us-page .reach-item-value:hover {
    color: #D35AF0;
    border-bottom-color: #D35AF0
}

.contact-us-page .form-area {
    padding: 96px 24px;
    background: #f4f6fb;
    position: relative
}

.contact-us-page .form-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 40%, #1655520f 0%, transparent 70%);
    pointer-events: none
}

.contact-us-page .form-area-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: flex-start
}

.contact-us-page .form-text-col {
    flex: 1 1 340px;
    position: relative;
    padding-left: 24px;
    border-left: 4px solid #D35AF0
}

.contact-us-page .form-eyebrow {
    font-size: 15px;
    color: #165552;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.contact-us-page .form-heading {
    font-size: 48px;
    line-height: 1.1;
    color: #111827;
    margin-bottom: 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.contact-us-page .form-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #2d3a3a;
    margin-bottom: 24px
}

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

.contact-us-page .form-detail-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #2d3a3a;
    line-height: 1.5
}

.contact-us-page .detail-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-us-page .form-col {
    flex: 1 1 380px
}

.contact-us-page .contact-form {
    background: #fff;
    border-radius: 4px;
    padding: 48px;
    box-shadow: 0 6px 28px -2px #16555214;
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.contact-us-page .field-label {
    font-size: 15px;
    color: #165552;
    line-height: 1.5;
    font-weight: 600
}

.contact-us-page .field-input {
    padding: 12px;
    border: 1.5px solid #dce5e4;
    border-radius: 4px;
    font-size: 15px;
    color: #111827;
    line-height: 1.5;
    background: #fff;
    transition: border-color .18s ease-out, box-shadow .18s ease-out;
    outline: none;
    width: 100%;
    box-sizing: border-box
}

.contact-us-page .field-input::placeholder {
    font-style: italic;
    opacity: .55;
    color: #165552
}

.contact-us-page .field-input:focus {
    border-color: #165552;
    box-shadow: 0 1px 4px -2px #1655520f
}

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

.contact-us-page .radio-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1.5px solid #dce5e4;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .15s ease-out, background .15s ease-out
}

.contact-us-page .radio-option:hover {
    border-color: #165552;
    background: #f4f6fb
}

.contact-us-page .radio-option input[type="radio"] {
    accent-color: #165552;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    cursor: pointer
}

.contact-us-page .radio-option-text {
    font-size: 15px;
    color: #2d3a3a;
    line-height: 1.5
}

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

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

.contact-us-page .privacy-text {
    font-size: 15px;
    color: #2d3a3a;
    line-height: 1.5
}

.contact-us-page .privacy-text a {
    color: #165552;
    text-decoration: underline;
    transition: color .12s ease-out
}

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

.contact-us-page .submit-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 48px;
    background: #165552;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 6px 28px -2px #16555221;
    transition: background .18s ease-out, box-shadow .18s ease-out;
    width: 100%;
    position: relative
}

.contact-us-page .submit-btn:hover {
    background: #0f3d3b;
    box-shadow: 0 10px 36px -2px #16555221
}

.contact-us-page .submit-btn:active {
    background: #0a2b29
}

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

.contact-us-page .btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.contact-us-page .address-band {
    padding: 96px 24px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.contact-us-page .address-band-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.contact-us-page .address-image-col {
    flex: 1 1 380px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 36px -2px #16555221
}

.contact-us-page .address-image-col img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .2s ease-out, filter .2s ease-out;
    filter: saturate(1.1) contrast(1.05) hue-rotate(0deg)
}

.contact-us-page .address-image-col:hover img {
    transform: scale(1.03);
    filter: saturate(1.3) contrast(1.08) brightness(1.04)
}

.contact-us-page .address-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, #16555259 0%, #d35af01f 100%);
    pointer-events: none
}

.contact-us-page .address-info-col {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.contact-us-page .address-heading {
    font-size: 24px;
    line-height: 1.1;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px
}

.contact-us-page .address-body {
    font-size: 15px;
    line-height: 1.8;
    color: #2d3a3a
}

.contact-us-page .address-cards {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contact-us-page .address-card {
    background: #f4f6fb;
    border-radius: 4px;
    padding: 12px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border-left: 4px solid #165552;
    box-shadow: 0 1px 4px -2px #1655520f;
    transition: box-shadow .15s ease-out, border-left-color .15s ease-out
}

.contact-us-page .address-card:hover {
    box-shadow: 0 6px 28px -2px #16555214;
    border-left-color: #D35AF0
}

.contact-us-page .address-card-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #165552
}

.contact-us-page .address-card-text {
    font-size: 15px;
    color: #2d3a3a;
    line-height: 1.5;
    text-decoration: none;
    transition: color .12s ease-out
}

.contact-us-page .address-card-text:hover {
    color: #D35AF0 !important
}

.contact-us-page .address-card-sublabel {
    font-size: 15px;
    color: #165552;
    opacity: .7;
    line-height: 1.5;
    min-width: 80px
}

.contact-us-page .curve-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

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

@keyframes flicker-bg {
    0% {
        opacity: 1
    }

    18% {
        opacity: .97
    }

    35% {
        opacity: 1
    }

    52% {
        opacity: .95
    }

    70% {
        opacity: 1
    }

    84% {
        opacity: .98
    }

    100% {
        opacity: 1
    }
}

.contact-us-page .form-area {
    animation: flicker-bg 7s ease-in-out infinite
}

@keyframes gentle-shake {

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

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

    40% {
        transform: translateX(3px)
    }

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

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

.contact-us-page .submit-btn {
    animation: gentle-shake 6s ease-in-out 4s infinite
}

.contact-us-page .submit-btn:hover {
    animation: none
}

@media (max-width: 960px) {
    .contact-us-page .reach-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .contact-us-page .reach-divider {
        width: 48px;
        height: 2px
    }

    .contact-us-page .reach-items {
        gap: 24px
    }

    .contact-us-page .form-area-inner {
        flex-direction: column;
        gap: 48px
    }

    .contact-us-page .address-band-inner {
        flex-direction: column
    }

    .contact-us-page .address-image-col {
        min-height: 240px
    }

    .contact-us-page .form-heading {
        font-size: 48px
    }
}

@media (max-width: 480px) {
    .contact-us-page .form-heading {
        font-size: 24px
    }

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

    .contact-us-page .reach-items {
        flex-direction: column;
        gap: 12px
    }

    .contact-us-page .address-band {
        padding: 48px 24px
    }

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

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

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

@keyframes clip-reveal {
    from {
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    to {
        clip-path: inset(0 0 0% 0);
        opacity: 1
    }
}

.about-us-page .panoramic-block {
    background-color: #f4f7ff;
    background-image: url(/hero_images/main260627latest.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 96px 48px;
    animation: clip-reveal .7s ease-out both
}

.about-us-page .panoramic-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, #165552e0 0%, #d35af073 100%);
    pointer-events: none
}

.about-us-page .panoramic-deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .12
}

.about-us-page .panoramic-deco-circle.large {
    width: 420px;
    height: 420px;
    background: #DCE5FF;
    top: -80px;
    right: -60px
}

.about-us-page .panoramic-deco-circle.medium {
    width: 220px;
    height: 220px;
    background: #D35AF0;
    bottom: -40px;
    right: 120px
}

.about-us-page .panoramic-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    z-index: 1
}

.about-us-page .panoramic-text {
    flex: 1 1 420px;
    max-width: 520px
}

.about-us-page .panoramic-label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #DCE5FF;
    margin-bottom: 12px
}

.about-us-page .panoramic-heading {
    font-size: 64px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .panoramic-description {
    font-size: 20px;
    line-height: 1.5;
    color: #DCE5FF;
    margin: 0
}

.about-us-page .panoramic-anchor {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px
}

.about-us-page .anchor-stat {
    text-align: right
}

.about-us-page .anchor-stat-number {
    display: block;
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700
}

.about-us-page .anchor-stat-label {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #DCE5FF;
    opacity: .85
}

.about-us-page .bracket-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 48px;
    gap: 24px;
    background: #fff
}

.about-us-page .bracket-divider svg {
    flex-shrink: 0;
    opacity: .22
}

.about-us-page .wave-line {
    flex: 1;
    height: 28px
}

.about-us-page .story-block {
    padding: 96px 48px;
    background-color: #fff
}

.about-us-page .story-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: start
}

.about-us-page .story-visual {
    position: relative
}

.about-us-page .story-image-frame {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 36px -2px #16555221
}

.about-us-page .story-image-frame img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block
}

.about-us-page .story-badge {
    position: absolute;
    bottom: 24px;
    left: -24px;
    background: #165552;
    color: #DCE5FF;
    border-radius: 4px;
    padding: 12px 24px;
    box-shadow: 0 6px 28px -2px #16555214
}

.about-us-page .story-badge-text {
    font-size: 15px;
    line-height: 1.5;
    display: block
}

.about-us-page .story-badge-sub {
    font-size: 15px;
    line-height: 1.5;
    opacity: .7;
    display: block
}

.about-us-page .story-text {
    padding-top: 12px
}

.about-us-page .story-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .story-paragraph {
    font-size: 15px;
    line-height: 1.8;
    color: #1e3a38;
    margin: 0 0 24px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

.about-us-page .story-paragraph:last-child {
    margin-bottom: 0
}

.about-us-page .team-block {
    padding: 96px 48px;
    background-color: #DCE5FF;
    position: relative;
    overflow: hidden
}

.about-us-page .team-block::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #d35af012;
    top: -200px;
    left: -100px;
    pointer-events: none
}

.about-us-page .team-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.about-us-page .team-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 24px
}

.about-us-page .team-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .team-subtext {
    font-size: 15px;
    line-height: 1.8;
    color: #1e3a38;
    max-width: 380px;
    text-align: right;
    margin: 0
}

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

.about-us-page .team-card {
    background: #fff;
    border-radius: 40px;
    padding: 48px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 6px 28px -2px #16555214;
    transition: box-shadow .18s ease-out, transform .15s ease-out
}

.about-us-page .team-card:hover {
    box-shadow: 0 10px 36px -2px #16555221;
    transform: translateY(-4px)
}

.about-us-page .team-portrait-ring {
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(23deg, #D35AF0, #165552)
}

.about-us-page .team-portrait-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff
}

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

.about-us-page .team-card-body {
    flex: 1
}

.about-us-page .team-card-name {
    font-size: 20px;
    line-height: 1.5;
    color: #165552;
    margin: 0 0 4px
}

.about-us-page .team-card-role {
    font-size: 15px;
    line-height: 1.5;
    color: #D35AF0;
    margin: 0 0 12px
}

.about-us-page .team-card-bio {
    font-size: 15px;
    line-height: 1.8;
    color: #2a4a48;
    margin: 0
}

.about-us-page .contact-block {
    padding: 96px 48px;
    background-color: #165552;
    position: relative;
    overflow: hidden
}

.about-us-page .contact-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/hero_images/250923preview.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    pointer-events: none
}

.about-us-page .contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: start;
    position: relative;
    z-index: 1
}

.about-us-page .contact-left {
    padding-top: 8px
}

.about-us-page .contact-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #DCE5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .contact-description {
    font-size: 15px;
    line-height: 1.8;
    color: #DCE5FF;
    margin: 0 0 48px
}

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

.about-us-page .contact-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.about-us-page .contact-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dce5ff26;
    border: 2px solid #dce5ff4d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.about-us-page .contact-icon-circle span {
    font-size: 15px;
    color: #DCE5FF
}

.about-us-page .contact-detail-text {
    font-size: 15px;
    line-height: 1.5;
    color: #DCE5FF
}

.about-us-page .contact-detail-text a {
    color: #DCE5FF;
    text-decoration: none;
    transition: color .15s ease-out
}

.about-us-page .contact-detail-text a:hover {
    color: #D35AF0
}

.about-us-page .editorial-form {
    background: #fff;
    border-radius: 40px;
    padding: 48px;
    box-shadow: 0 10px 36px -2px #16555221
}

.about-us-page .form-heading {
    font-size: 24px;
    line-height: 1.5;
    color: #165552;
    margin: 0 0 24px
}

.about-us-page .form-field {
    margin-bottom: 24px
}

.about-us-page .form-label {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #1e3a38;
    margin-bottom: 8px
}

.about-us-page .form-input {
    width: 100%;
    border: 1.5px solid #DCE5FF;
    border-radius: 4px;
    padding: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #1e3a38;
    background: #fff;
    transition: border-color .18s ease-out, box-shadow .18s ease-out;
    outline: none;
    box-shadow: inset 0 1px 3px #1655520f inset 0 -1px 2px #1655520a
}

.about-us-page .form-input::placeholder {
    font-style: italic;
    opacity: .55;
    color: #1e3a38
}

.about-us-page .form-input:focus {
    border-color: #165552;
    box-shadow: inset 0 1px 3px #1655520f inset 0 -1px 2px #1655520a 0 0 0 3px #1655521a
}

.about-us-page .budget-label {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #1e3a38;
    margin-bottom: 12px
}

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

.about-us-page .budget-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.about-us-page .budget-option input[type="radio"] {
    accent-color: #165552;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.about-us-page .budget-option-text {
    font-size: 15px;
    line-height: 1.5;
    color: #1e3a38
}

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

.about-us-page .privacy-row input[type="checkbox"] {
    accent-color: #165552;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
    cursor: pointer
}

.about-us-page .privacy-text {
    font-size: 15px;
    line-height: 1.5;
    color: #2a4a48
}

.about-us-page .privacy-text a {
    color: #165552;
    text-decoration: underline;
    transition: color .15s ease-out
}

.about-us-page .privacy-text a:hover {
    color: #D35AF0
}

.about-us-page .submit-button {
    width: 100%;
    background: #165552;
    color: #DCE5FF;
    border: none;
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 15px;
    line-height: 1.5;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .18s ease-out, box-shadow .15s ease-out;
    box-shadow: 0 1px 4px -2px #1655520f
}

.about-us-page .submit-button:hover {
    background: #0f3e3c;
    box-shadow: 0 6px 28px -2px #16555214
}

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

.about-us-page .submit-button:active {
    background: #0a2c2b
}

.about-us-page .budget-field {
    margin-bottom: 24px
}

@media (max-width: 960px) {
    .about-us-page .panoramic-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 48px
    }

    .about-us-page .panoramic-heading {
        font-size: 48px
    }

    .about-us-page .panoramic-anchor {
        align-items: flex-start;
        flex-direction: row;
        gap: 48px
    }

    .about-us-page .anchor-stat {
        text-align: left
    }

    .about-us-page .story-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .about-us-page .story-badge {
        left: 0
    }

    .about-us-page .team-header {
        flex-direction: column;
        align-items: flex-start
    }

    .about-us-page .team-subtext {
        text-align: left
    }

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

    .about-us-page .contact-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }
}

@media (max-width: 480px) {
    .about-us-page .panoramic-block {
        padding: 48px 24px
    }

    .about-us-page .panoramic-heading {
        font-size: 48px
    }

    .about-us-page .story-block,
    .about-us-page .team-block,
    .about-us-page .contact-block {
        padding: 48px 24px
    }

    .about-us-page .story-heading,
    .about-us-page .team-heading,
    .about-us-page .contact-heading {
        font-size: 48px
    }

    .about-us-page .team-card {
        flex-direction: column;
        padding: 24px
    }

    .about-us-page .editorial-form {
        padding: 24px
    }

    .about-us-page .panoramic-anchor {
        flex-direction: column;
        gap: 24px
    }
}

@media (min-width: 1440px) {
    .about-us-page .panoramic-block {
        padding: 96px
    }

    .about-us-page .story-block,
    .about-us-page .team-block,
    .about-us-page .contact-block {
        padding: 96px
    }
}

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

.success-page .success-card {
    background: #f4f7ff;
    border-radius: 40px;
    box-shadow: 0 6px 28px -2px #16555214 0 10px 36px -2px #16555221;
    max-width: 1100px;
    width: 100%;
    padding: 96px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden
}

.success-page .success-card .icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #165552;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    box-shadow: 0 1px 4px -2px #1655520f 0 6px 28px -2px #16555214
}

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

.success-page .success-card .success-heading {
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 24px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success-page .success-card .success-sub {
    font-size: 20px;
    line-height: 1.5;
    color: #2a3a39;
    max-width: 560px;
    margin: 0 0 48px
}

.success-page .success-card .divider-line {
    width: 64px;
    height: 3px;
    background: linear-gradient(23deg, #D35AF0, #165552);
    border-radius: 4px;
    margin-bottom: 48px
}

.success-page .success-card .info-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    justify-content: center
}

.success-page .success-card .info-item {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 200px;
    box-shadow: 0 1px 4px -2px #1655520f;
    border-top: 3px solid #DCE5FF;
    border-left: 1px solid #DCE5FF;
    border-right: 1px solid #DCE5FF;
    border-bottom: 1px solid #DCE5FF;
    text-align: left
}

.success-page .success-card .info-item .item-label {
    font-size: 15px;
    line-height: 1.5;
    color: #165552;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em
}

.success-page .success-card .info-item .item-value {
    font-size: 15px;
    line-height: 1.5;
    color: #2a3a39
}

.success-page .success-card .back-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #165552;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 48px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    transition: background-color .15s ease-out, box-shadow .18s ease-out;
    box-shadow: 0 1px 4px -2px #1655520f 0 6px 28px -2px #16555214
}

.success-page .success-card .back-link:hover {
    background: #0f3e3c;
    box-shadow: 0 6px 28px -2px #16555221 0 10px 36px -2px #16555221
}

.success-page .success-card .back-link:focus {
    outline: 2px solid #D35AF0;
    outline-offset: 3px
}

.success-page .success-card .back-link:active {
    background: #0a2b2a
}

.success-page .success-card .deco-circle {
    position: absolute;
    border-radius: 40px;
    pointer-events: none
}

.success-page .success-card .deco-top {
    width: 180px;
    height: 180px;
    top: -60px;
    right: -40px;
    background: #DCE5FF;
    opacity: .5;
    border-radius: 40px
}

.success-page .success-card .deco-bottom {
    width: 120px;
    height: 120px;
    bottom: -40px;
    left: -30px;
    background: linear-gradient(23deg, #d35af01f, #1655521a);
    border-radius: 40px
}

@media (max-width: 960px) {
    .success-page {
        padding: 48px 24px
    }

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

    .success-page .success-card .success-heading {
        font-size: 48px
    }

    .success-page .success-card .info-row {
        flex-direction: column;
        align-items: stretch
    }

    .success-page .success-card .info-item {
        min-width: unset
    }
}

@media (max-width: 480px) {
    .success-page .success-card {
        padding: 48px 24px;
        border-radius: 40px
    }

    .success-page .success-card .success-heading {
        font-size: 24px
    }

    .success-page .success-card .success-sub {
        font-size: 15px
    }
}