@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-serif-pro@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-serif-pro@latest/700.css";

html {
    font-size: 100%
}

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

.site-header {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 28px -1px #6288ee14;
    z-index: 100
}

.header-utility-strip {
    background: linear-gradient(90deg, #6288EE 0%, #8aa4f2 100%);
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px
}

.utility-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.15;
    text-decoration: none;
    transition: opacity .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.utility-contact-item:hover,
.utility-contact-item:focus {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.utility-contact-item:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80;
    border-radius: 0
}

.utility-contact-item i {
    font-size: 16px
}

.header-body {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.brand-pod {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    order: 2;
    border-left: 4px solid #6288EE;
    border-radius: 0 10px 10px 0;
    background: #FFEFEB;
    padding: 8px 16px;
    box-shadow: 0 2px 5px -1px #6288ee0d
}

.brand-pod a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.brand-pod a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80;
    border-radius: 0
}

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

.primary-navigation {
    order: 1;
    flex: 1
}

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

.primary-navigation ul li {
    margin: 0
}

.primary-navigation ul li a {
    display: inline-flex;
    align-items: center;
    padding: 16px;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    color: #2c2c2c;
    text-decoration: none;
    border-radius: 0;
    transition: color .4s cubic-bezier(0.16, 1, 0.3, 1), background-color .4s cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 44px;
    white-space: nowrap
}

.primary-navigation ul li a:hover {
    color: #6288EE;
    background-color: #FFEFEB;
    border-radius: 0 10px 0 10px
}

.primary-navigation ul li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80;
    color: #6288EE
}

.primary-navigation ul li.active-page a {
    color: #AF491D;
    border-bottom: 2px solid #AF491D
}

.site-footer {
    background: #1e2535;
    position: relative;
    overflow: hidden
}

.footer-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, #6288ee08 0px, #6288ee08 1px, transparent 1px, transparent 8px);
    z-index: 0
}

.footer-utility-row {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #6288ee33;
    padding: 16px 32px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

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

.footer-legal-links li {
    margin: 0
}

.footer-legal-links li a {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.15;
    color: #ffefebb3;
    text-decoration: none;
    transition: color .45s ease-in-out;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

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

.footer-legal-links li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80;
    border-radius: 0
}

.footer-social-strip {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #6288ee1f;
    color: #FFEFEB;
    font-size: 16px;
    text-decoration: none;
    transition: background-color .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.footer-social-link:hover {
    background: #6288ee4d;
    color: #fff
}

.footer-social-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80
}

.footer-main-body {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

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

.footer-brand-description {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #ffefebbf;
    margin: 0
}

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

.footer-cell-heading {
    font-family: 'Source Serif Pro', serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.15;
    color: #FFEFEB;
    margin: 0;
    letter-spacing: .01em
}

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

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0
}

.footer-contact-list li i {
    color: #6288EE;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0
}

.footer-contact-list li a,
.footer-contact-list li span {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #ffefebbf;
    text-decoration: none;
    transition: color .4s ease-in-out
}

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

.footer-contact-list li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80;
    border-radius: 0
}

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

.footer-about-text {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #ffefebbf;
    margin: 0
}

.footer-logo-strip {
    position: relative;
    z-index: 1;
    border-top: 1px solid #6288ee26;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.footer-logo-pod {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 4px solid #6288EE;
    border-radius: 0 10px 10px 0;
    background: #ffefeb0f;
    padding: 8px 16px;
    box-shadow: 0 4px 28px -1px #6288ee14
}

.footer-logo-pod a {
    display: flex;
    align-items: center
}

.footer-logo-pod a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80;
    border-radius: 0
}

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

.footer-copyright {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.15;
    color: #ffefeb73;
    margin: 0;
    text-align: center
}

.cookie-notice {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 480px;
    max-width: calc(100vw - 64px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 36px -1px #6288ee1a;
    z-index: 1200;
    padding: 32px;
    display: none;
    flex-direction: column;
    gap: 16px
}

.cookie-notice-headline {
    font-family: 'Source Serif Pro', serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.15;
    color: #2c2c2c;
    margin: 0
}

.cookie-notice-text {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #3a3a3a;
    margin: 0
}

.cookie-button-row {
    display: flex;
    gap: 16px
}

.cookie-accept-button,
.cookie-decline-button {
    flex: 1;
    min-height: 44px;
    padding: 16px;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color .38s cubic-bezier(0.16, 1, 0.3, 1), color .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie-accept-button {
    background: #6288EE;
    color: #fff
}

.cookie-accept-button:hover {
    background: #4a70e0
}

.cookie-accept-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px #6288ee80
}

.cookie-decline-button {
    background: #FFEFEB;
    color: #AF491D
}

.cookie-decline-button:hover {
    background: #f5e0d8
}

.cookie-decline-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px #af491d66
}

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

    .header-body {
        flex-wrap: wrap;
        padding: 16px
    }

    .primary-navigation ul {
        gap: 8px
    }

    .primary-navigation ul li a {
        padding: 8px;
        font-size: 16px
    }

    .header-utility-strip {
        padding: 8px 16px;
        flex-wrap: wrap;
        gap: 8px
    }

    .footer-utility-row {
        padding: 16px
    }

    .footer-logo-strip {
        padding: 32px 16px
    }
}

.legal-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 48px;
    color: #2a2a35
}

.legal-main h1 {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 800;
    color: #1b1b2e;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 3px solid #6288EE
}

.legal-main h2 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1b1b2e;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8ecf8
}

.legal-main h3 {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700;
    color: #2a2a35;
    margin-top: 32px;
    margin-bottom: 16px
}

.legal-main h4,
.legal-main h5,
.legal-main h6 {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 700;
    color: #2a2a35;
    margin-top: 32px;
    margin-bottom: 8px
}

.legal-main p {
    font-size: 16px;
    line-height: 1.65;
    color: #2a2a35;
    margin-bottom: 16px
}

.legal-main strong,
.legal-main b {
    font-weight: 700;
    color: #1b1b2e
}

.legal-main a {
    color: #6288EE;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .35s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s ease-in-out
}

.legal-main a:hover {
    color: #AF491D;
    text-decoration-color: #AF491D
}

.legal-main hr {
    border: none;
    border-top: 1px solid #dce3f7;
    margin-top: 48px;
    margin-bottom: 48px
}

.legal-main table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.65;
    box-shadow: 0 2px 5px -1px #6288ee0d;
    border-radius: 10px;
    overflow: hidden
}

.legal-main thead {
    background-color: #6288EE;
    color: #fff
}

.legal-main thead th {
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
    letter-spacing: .04em
}

.legal-main tbody tr {
    border-bottom: 1px solid #dce3f7;
    transition: background-color .35s cubic-bezier(0.16, 1, 0.3, 1)
}

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

.legal-main tbody tr:nth-child(even) {
    background-color: #FFEFEB
}

.legal-main tbody tr:hover {
    background-color: #f0f4fd
}

.legal-main td {
    padding: 16px;
    font-size: 16px;
    line-height: 1.65;
    color: #2a2a35;
    vertical-align: top
}

.legal-main th {
    padding: 16px
}

.legal-main div {
    margin-bottom: 16px
}

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

    .legal-main h1 {
        font-size: 24px;
        margin-bottom: 32px;
        padding-bottom: 16px
    }

    .legal-main h2 {
        font-size: 19px;
        margin-top: 32px
    }

    .legal-main table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 0
    }
}

.success-stories-detail {
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden
}

.success-stories-detail .article-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px
}

.success-stories-detail .article-hero-image-side {
    position: relative;
    overflow: hidden
}

.success-stories-detail .article-hero-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    display: block;
    transform: scale(1.04);
    transition: transform 6s cubic-bezier(0.16, 1, 0.3, 1)
}

.success-stories-detail .article-hero-image-side:hover img {
    transform: scale(1.10)
}

.success-stories-detail .article-hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #6288ee2e 0%, #af491d61 100%);
    pointer-events: none
}

.success-stories-detail .article-hero-text-side {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 96px 48px;
    position: relative
}

.success-stories-detail .article-hero-deco {
    position: absolute;
    top: 32px;
    right: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.success-stories-detail .article-hero-deco span {
    display: block;
    width: 32px;
    height: 3px;
    background: #6288EE;
    border-radius: 0
}

.success-stories-detail .article-hero-deco span:nth-child(2) {
    width: 22px;
    background: #AF491D
}

.success-stories-detail .article-hero-deco span:nth-child(3) {
    width: 14px;
    background: #6288EE;
    opacity: .5
}

.success-stories-detail .article-tag-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #AF491D;
    text-transform: uppercase;
    margin-bottom: 16px
}

.success-stories-detail .article-tag-label .tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #AF491D;
    display: inline-block
}

.success-stories-detail .article-main-title {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 900;
    color: #1b1b2e;
    margin: 0 0 32px;
    text-shadow: 2px 3px 0 #6288ee1a;
    word-break: break-word
}

.success-stories-detail .article-meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.success-stories-detail .article-author-name {
    font-size: 16px;
    color: #2a2a3e;
    font-weight: 600
}

.success-stories-detail .article-likes-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFEFEB;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 16px;
    color: #AF491D;
    font-weight: 700;
    box-shadow: 0 2px 5px -1px #6288ee0d
}

.success-stories-detail .article-likes-badge i {
    color: #AF491D
}

.success-stories-detail .article-divider-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    background: #fff
}

.success-stories-detail .article-divider-wave svg {
    display: block;
    width: 100%
}

.success-stories-detail .article-body-area {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    padding: 48px 96px;
    background: #fff;
    align-items: start
}

.success-stories-detail .article-sidenote {
    position: sticky;
    top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.success-stories-detail .article-sidenote-label {
    font-size: 16px;
    font-weight: 700;
    color: #6288EE;
    letter-spacing: .09em;
    text-transform: uppercase;
    border-top: 2px solid #6288EE;
    padding-top: 8px
}

.success-stories-detail .article-sidenote-text {
    font-size: 16px;
    line-height: 1.65;
    color: #5a5a72
}

.success-stories-detail .article-body-text {
    font-size: 19px;
    line-height: 1.65;
    color: #1b1b2e
}

.success-stories-detail .article-body-text p {
    margin: 0 0 16px
}

.success-stories-detail .article-body-text h2 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    color: #1b1b2e;
    margin: 32px 0 16px;
    text-shadow: 1px 2px 0 #6288ee14
}

.success-stories-detail .article-body-text ol {
    padding-left: 0;
    list-style: none;
    counter-reset: step-counter;
    margin: 16px 0
}

.success-stories-detail .article-body-text ol li {
    counter-increment: step-counter;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #FFEFEB;
    position: relative;
    font-size: 19px;
    line-height: 1.65;
    color: #1b1b2e
}

.success-stories-detail .article-body-text ol li::before {
    content: counter(step-counter, decimal-leading-zero);
    font-size: 16px;
    font-weight: 800;
    color: #6288EE;
    min-width: 32px;
    padding-top: 2px
}

.success-stories-detail .article-body-text ol li::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, #6288EE 0%, #FFEFEB 100%);
    z-index: 0
}

.success-stories-detail .article-body-text del {
    color: #AF491D;
    text-decoration-color: #AF491D
}

.success-stories-detail .article-body-text a {
    color: #6288EE;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.success-stories-detail .article-body-text a:hover {
    color: #AF491D
}

.success-stories-detail .article-body-text time {
    font-size: 16px;
    color: #5a5a72;
    font-style: italic
}

.success-stories-detail .reaction-section {
    background: #FFEFEB;
    padding: 48px 96px
}

.success-stories-detail .reaction-inner {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.success-stories-detail .reaction-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    color: #1b1b2e;
    text-shadow: 1px 2px 0 #af491d14;
    margin: 0
}

.success-stories-detail .reaction-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px
}

.success-stories-detail .reaction-options input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.success-stories-detail .reaction-options label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 16px 24px;
    border-radius: 10px;
    border: 2px solid transparent;
    background: #fff;
    box-shadow: 0 2px 5px -1px #6288ee0d;
    transition: border-color .42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .42s cubic-bezier(0.16, 1, 0.3, 1), background .42s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 16px;
    color: #2a2a3e;
    font-weight: 600;
    min-width: 90px;
    text-align: center
}

.success-stories-detail .reaction-options label .reaction-icon {
    font-size: 24px;
    line-height: 1
}

.success-stories-detail .reaction-options input[type="radio"]:checked+label {
    border-color: #6288EE;
    background: #fff;
    box-shadow: 0 4px 28px -1px #6288ee2e;
    color: #6288EE
}

.success-stories-detail .reaction-options input[type="radio"]:focus-visible+label {
    outline: 2px solid #6288EE;
    outline-offset: 2px
}

.success-stories-detail .reaction-note {
    font-size: 16px;
    color: #5a5a72;
    line-height: 1.65;
    margin: 0
}

.success-stories-detail .article-cta-band {
    background: #1b1b2e;
    background-image: linear-gradient(ellipse at 60% 50%, #6288ee2e 0%, #af491d24 100%);
    padding: 96px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    overflow: hidden
}

.success-stories-detail .cta-band-deco {
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    pointer-events: none
}

.success-stories-detail .cta-band-deco span {
    display: block;
    width: 3px;
    height: 40px;
    background: #6288EE;
    border-radius: 0;
    opacity: .35
}

.success-stories-detail .cta-band-deco span:nth-child(2) {
    height: 28px;
    background: #AF491D;
    opacity: .35
}

.success-stories-detail .cta-band-deco span:nth-child(3) {
    height: 16px;
    opacity: .25
}

.success-stories-detail .cta-band-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px
}

.success-stories-detail .cta-band-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #6288EE;
    text-transform: uppercase
}

.success-stories-detail .cta-band-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-shadow: 1px 2px 0 #6288ee38
}

.success-stories-detail .cta-band-sub {
    font-size: 19px;
    line-height: 1.65;
    color: #ffffffb8;
    margin: 0
}

.success-stories-detail .cta-band-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    flex-shrink: 0
}

.success-stories-detail .btn-primary-accent {
    display: inline-block;
    background: #6288EE;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 28px -1px #6288ee2e;
    transition: background .38s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s ease-in-out;
    white-space: nowrap
}

.success-stories-detail .btn-primary-accent:hover,
.success-stories-detail .btn-primary-accent:focus {
    background: #4a6ed6;
    box-shadow: 0 12px 36px -1px #6288ee38;
    color: #fff;
    text-decoration: none
}

.success-stories-detail .btn-ghost-neutral {
    display: inline-block;
    background: transparent;
    color: #fffc;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #ffffff38;
    cursor: pointer;
    transition: border-color .4s ease-in-out, color .4s ease-in-out;
    white-space: nowrap
}

.success-stories-detail .btn-ghost-neutral:hover,
.success-stories-detail .btn-ghost-neutral:focus {
    border-color: #6288EE;
    color: #fff;
    text-decoration: none
}

@media (max-width: 1024px) {
    .success-stories-detail .article-hero {
        grid-template-columns: 1fr
    }

    .success-stories-detail .article-hero-image-side {
        min-height: 320px
    }

    .success-stories-detail .article-hero-text-side {
        padding: 48px 32px
    }

    .success-stories-detail .article-main-title {
        font-size: 24px
    }

    .success-stories-detail .article-body-area {
        grid-template-columns: 1fr;
        padding: 32px;
        gap: 32px
    }

    .success-stories-detail .article-sidenote {
        position: static
    }

    .success-stories-detail .reaction-section {
        padding: 48px 32px
    }

    .success-stories-detail .article-cta-band {
        flex-direction: column;
        padding: 48px 32px;
        align-items: flex-start
    }

    .success-stories-detail .cta-band-actions {
        align-items: flex-start
    }
}

@media (max-width: 640px) {
    .success-stories-detail .article-hero-text-side {
        padding: 32px 16px
    }

    .success-stories-detail .article-body-area {
        padding: 32px 16px
    }

    .success-stories-detail .reaction-section {
        padding: 32px 16px
    }

    .success-stories-detail .article-cta-band {
        padding: 32px 16px
    }

    .success-stories-detail .reaction-options {
        gap: 8px
    }

    .success-stories-detail .reaction-options label {
        padding: 16px;
        min-width: 72px
    }
}

.success-stories {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.success-stories .stories-lead {
    padding: 96px 48px 48px;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 48px;
    align-items: start;
    background: #fff
}

.success-stories .stories-lead-left {
    padding-top: 32px
}

.success-stories .stories-lead-label {
    font-size: 16px;
    letter-spacing: .12em;
    color: #6288EE;
    text-transform: uppercase;
    margin-bottom: 16px
}

.success-stories .stories-lead-stat {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 800;
    color: #1a1a1a;
    color: #222
}

.success-stories .stories-lead-stat span {
    color: #6288EE
}

.success-stories .stories-lead-arrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
    color: #AF491D;
    font-size: 16px;
    font-weight: 600
}

.success-stories .stories-lead-arrow svg {
    flex-shrink: 0
}

.success-stories .stories-lead-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.success-stories .stories-lead-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1b1b2e;
    text-shadow: 1px 1px 0 #6288ee1a
}

.success-stories .stories-lead-text {
    font-size: 19px;
    line-height: 1.65;
    color: #2e2e3a;
    max-width: 560px
}

.success-stories .stories-lead-metrics {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.success-stories .metric-pair {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 10px;
    background: #FFEFEB;
    min-width: 120px
}

.success-stories .metric-before {
    font-size: 16px;
    color: #888;
    text-decoration: line-through
}

.success-stories .metric-after {
    font-size: 24px;
    font-weight: 700;
    color: #AF491D;
    line-height: 1.15
}

.success-stories .metric-label {
    font-size: 16px;
    color: #2e2e3a;
    line-height: 1.65
}

.success-stories .divider-blur {
    height: 2px;
    background: linear-gradient(90deg, transparent, #6288ee2e 30%, #af491d1f 70%, transparent);
    filter: blur(1px);
    margin: 0 48px
}

.success-stories .cards-grid-area {
    padding: 48px 48px 96px;
    background: #fff
}

.success-stories .cards-grid-area h2 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1b1b2e;
    margin-bottom: 32px;
    text-shadow: 1px 2px 0 #6288ee14
}

.success-stories .post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.success-stories .post-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 28px -1px #6288ee14;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    animation: elastic-in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.success-stories .post-card:hover {
    box-shadow: 0 12px 36px -1px #6288ee1a;
    transform: translateY(-4px)
}

@keyframes elastic-in {
    0% {
        opacity: 0;
        transform: scale(0.92) translateY(24px)
    }

    70% {
        opacity: 1;
        transform: scale(1.03) translateY(-4px)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.success-stories .post-card:nth-child(1) {
    animation-delay: .05s
}

.success-stories .post-card:nth-child(2) {
    animation-delay: .12s
}

.success-stories .post-card:nth-child(3) {
    animation-delay: .19s
}

.success-stories .post-card:nth-child(4) {
    animation-delay: .26s
}

.success-stories .post-card:nth-child(5) {
    animation-delay: .33s
}

.success-stories .post-card:nth-child(6) {
    animation-delay: .4s
}

.success-stories .post-image-box {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    flex-shrink: 0
}

.success-stories .post-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1);
    filter: saturate(0.88) brightness(0.97)
}

.success-stories .post-card:hover .post-image-box img {
    transform: scale(1.04)
}

.success-stories .post-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.success-stories .post-tag {
    font-size: 16px;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6288EE;
    font-weight: 600
}

.success-stories .post-title {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700;
    color: #1b1b2e
}

.success-stories .post-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #3a3a4a;
    flex: 1
}

.success-stories .post-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #6288ee1a;
    gap: 8px
}

.success-stories .post-author {
    font-size: 16px;
    color: #555
}

.success-stories .post-likes {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #AF491D;
    font-weight: 600
}

.success-stories .post-read-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
    color: #6288EE;
    text-decoration: underline;
    font-weight: 600;
    transition: color .35s ease-in-out
}

.success-stories .post-read-link:hover {
    color: #AF491D
}

.success-stories .divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #af491d26 50%, transparent);
    margin: 0 48px
}

.success-stories .before-after-area {
    padding: 96px 48px 48px;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 48px;
    background: #FFEFEB;
    align-items: start
}

.success-stories .before-after-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.success-stories .before-after-label {
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #AF491D
}

.success-stories .before-after-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1b1b2e;
    text-shadow: 1px 1px 0 #af491d14
}

.success-stories .before-after-note {
    font-size: 16px;
    line-height: 1.65;
    color: #3a3a4a
}

.success-stories .before-after-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.success-stories .ba-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 5px -1px #6288ee0d
}

.success-stories .ba-cell {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.success-stories .ba-cell-label {
    font-size: 16px;
    color: #888;
    letter-spacing: .06em;
    text-transform: uppercase
}

.success-stories .ba-cell-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15
}

.success-stories .ba-cell-value.old {
    color: #aaa;
    text-decoration: line-through
}

.success-stories .ba-cell-value.new {
    color: #AF491D
}

.success-stories .ba-cell-desc {
    font-size: 16px;
    color: #3a3a4a;
    line-height: 1.65
}

.success-stories .ba-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #6288EE;
    font-weight: 700;
    font-size: 19px
}

.success-stories .divider-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    padding: 32px 0
}

.success-stories .divider-dots span {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #6288ee38;
    display: inline-block
}

.success-stories .divider-dots span:nth-child(2) {
    background: #af491d38
}

.success-stories .portraits-area {
    padding: 48px 48px 96px;
    background: #fff;
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 48px;
    align-items: start
}

.success-stories .portraits-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.success-stories .portraits-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1b1b2e;
    text-shadow: 1px 1px 0 #6288ee17
}

.success-stories .portraits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.success-stories .portrait-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 28px -1px #6288ee14;
    transition: box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.success-stories .portrait-card:hover {
    box-shadow: 0 12px 36px -1px #6288ee1a
}

.success-stories .portrait-image-box {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 10px;
    overflow: hidden
}

.success-stories .portrait-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.85)
}

.success-stories .portrait-name {
    font-size: 19px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.15
}

.success-stories .portrait-role {
    font-size: 16px;
    color: #6288EE;
    letter-spacing: .06em
}

.success-stories .portrait-quote {
    font-size: 16px;
    line-height: 1.65;
    color: #3a3a4a
}

.success-stories .portrait-no-image {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 10px;
    background: #FFEFEB;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-stories .portrait-no-image i {
    font-size: 48px;
    color: #af491d47
}

.success-stories .portraits-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 32px
}

.success-stories .portraits-aside-label {
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #AF491D
}

.success-stories .portraits-aside-text {
    font-size: 16px;
    line-height: 1.65;
    color: #3a3a4a
}

.success-stories .portraits-aside-number {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.15;
    color: #6288EE
}

.success-stories .corner-accent {
    position: relative;
    display: inline-block
}

.success-stories .corner-accent::before,
.success-stories .corner-accent::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none
}

.success-stories .corner-accent::before {
    top: -4px;
    left: -4px;
    border-top: 2px solid #6288EE;
    border-left: 2px solid #6288EE
}

.success-stories .corner-accent::after {
    bottom: -4px;
    right: -4px;
    border-bottom: 2px solid #AF491D;
    border-right: 2px solid #AF491D
}

@media (max-width: 900px) {

    .success-stories .stories-lead,
    .success-stories .before-after-area,
    .success-stories .portraits-area {
        grid-template-columns: 1fr;
        padding: 48px 16px;
        gap: 32px
    }

    .success-stories .post-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .success-stories .cards-grid-area {
        padding: 32px 16px 48px
    }

    .success-stories .portraits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .success-stories .stories-lead-metrics {
        flex-direction: column;
        gap: 16px
    }

    .success-stories .divider-blur,
    .success-stories .divider-line {
        margin: 0 16px
    }
}

@media (max-width: 600px) {
    .success-stories .portraits-grid {
        grid-template-columns: 1fr
    }

    .success-stories .ba-row {
        grid-template-columns: 1fr
    }

    .success-stories .stories-lead-stat {
        font-size: 48px
    }
}

.portal {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.portal .title-area {
    position: relative;
    padding: 48px 96px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: center;
    background: linear-gradient(120deg, #6288EE, #AF491D, #6288EE, #FFEFEB);
    background-size: 300% 300%;
    animation: gradshift 8s cubic-bezier(0.16, 1, 0.3, 1) infinite alternate;
    clip-path: inset(0 0 0 0);
    animation: gradshift 8s ease-in-out infinite alternate, reveal .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes gradshift {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

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

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

.portal .title-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: 300% 300%;
    animation: gradshift 8s ease-in-out infinite alternate;
    z-index: 0
}

.portal .title-text-group {
    position: relative;
    z-index: 1
}

.portal .title-blur-spot {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .18;
    pointer-events: none;
    z-index: 0
}

.portal .title-blur-spot.spot-one {
    width: 320px;
    height: 320px;
    background: #FFEFEB;
    top: -80px;
    left: -60px
}

.portal .title-blur-spot.spot-two {
    width: 200px;
    height: 200px;
    background: #6288EE;
    bottom: -40px;
    right: 200px
}

.portal .title-eyebrow {
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: .12em;
    color: #FFEFEB;
    text-transform: uppercase;
    margin-bottom: 16px;
    opacity: .85
}

.portal .title-heading {
    font-size: 70px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px;
    text-shadow: 2px 4px 18px #6288ee59;
    font-weight: 800
}

.portal .title-subtext {
    font-size: 19px;
    line-height: 1.65;
    color: #FFEFEB;
    max-width: 520px;
    margin: 0;
    opacity: .92
}

.portal .title-image-frame {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3
}

.portal .title-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.6) sepia(0.3) brightness(0.85);
    mix-blend-mode: luminosity
}

.portal .title-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6288ee73 0%, #af491d59 100%);
    pointer-events: none
}

.portal .punctuation-anchor {
    position: absolute;
    font-size: 320px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #ffefeb1f;
    right: 420px;
    bottom: -60px;
    z-index: 0;
    pointer-events: none;
    user-select: none;
    font-weight: 900
}

.portal .hesitation-band {
    padding: 96px;
    background: #fff;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: start;
    position: relative
}

.portal .hesitation-band::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 96px;
    right: 96px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #6288EE 30%, #AF491D 70%, transparent)
}

.portal .side-annotation {
    padding-top: 8px
}

.portal .annotation-label {
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #AF491D;
    margin-bottom: 16px
}

.portal .annotation-image {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 28px -1px #6288ee14
}

.portal .annotation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal .annotation-image:hover img {
    transform: scale(1.04)
}

.portal .hesitation-body {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.portal .hesitation-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a2340;
    margin: 0;
    text-shadow: 1px 2px 8px #6288ee14
}

.portal .hesitation-heading .dot-accent {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #AF491D;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.portal .hesitation-paragraph {
    font-size: 19px;
    line-height: 1.65;
    color: #2c3a5a;
    margin: 0
}

.portal .hesitation-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.portal .step-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    position: relative
}

.portal .step-item+.step-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 19px;
    width: 2px;
    height: 16px;
    background: linear-gradient(180deg, #6288EE, #AF491D)
}

.portal .step-number {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #FFEFEB;
    border: 2px solid #6288EE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #6288EE;
    flex-shrink: 0
}

.portal .step-text {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3a5a;
    padding-top: 8px
}

.portal .reputation-band {
    padding: 96px;
    position: relative;
    overflow: hidden
}

.portal .reputation-diagonal {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

.portal .reputation-diagonal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFEFEB;
    clip-path: polygon(0 0, 58% 0, 42% 100%, 0 100%)
}

.portal .reputation-diagonal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #6288EE 0%, #2a3f8f 100%);
    clip-path: polygon(58% 0, 100% 0, 100% 100%, 42% 100%)
}

.portal .reputation-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    gap: 0;
    align-items: start
}

.portal .reputation-left {
    padding-right: 48px
}

.portal .reputation-right {
    padding-left: 48px
}

.portal .reputation-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a2340;
    margin: 0 0 32px;
    text-shadow: 1px 2px 6px #6288ee1a
}

.portal .reputation-right .reputation-heading {
    color: #fff;
    text-shadow: 1px 2px 10px #af491d4d
}

.portal .reputation-paragraph {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3a5a;
    margin: 0 0 16px
}

.portal .reputation-right .reputation-paragraph {
    color: #FFEFEB
}

.portal .recognition-list {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.portal .recognition-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px -1px #6288ee0d;
    transition: box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1), transform .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal .recognition-item:hover {
    box-shadow: 0 12px 36px -1px #6288ee1a;
    transform: translateY(-2px)
}

.portal .recognition-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #FFEFEB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AF491D;
    font-size: 19px;
    flex-shrink: 0
}

.portal .recognition-text {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3a5a
}

.portal .reputation-image-wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    margin-top: 32px;
    box-shadow: 0 4px 28px -1px #6288ee14;
    position: relative
}

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

.portal .reputation-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, #6288ee40 100%);
    pointer-events: none
}

.portal .divider-wave {
    height: 32px;
    background: #fff;
    position: relative
}

.portal .divider-wave::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FFEFEB 0%, #fff 50%, #6288EE 100%);
    opacity: .3
}

.portal .audience-band {
    padding: 96px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 48px
}

.portal .audience-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.portal .audience-heading-col {
    grid-column: 1 / 2
}

.portal .audience-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a2340;
    margin: 0 0 16px;
    text-shadow: 1px 2px 8px #6288ee14
}

.portal .audience-intro {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3a5a;
    margin: 0
}

.portal .audience-card {
    border-radius: 10px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal .audience-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 18px, #6288ee14 18px, #6288ee14 20px);
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    border-radius: 10px
}

.portal .audience-card:hover::before {
    opacity: 1
}

.portal .audience-card:hover {
    box-shadow: 0 12px 36px -1px #6288ee1a;
    transform: translateY(-3px)
}

.portal .audience-card.fits {
    background: #FFEFEB;
    border: 2px solid #AF491D
}

.portal .audience-card.not-fits {
    background: #f4f6fb;
    border: 2px solid #c8d2ee
}

.portal .audience-card-label {
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px
}

.portal .audience-card.fits .audience-card-label {
    color: #AF491D
}

.portal .audience-card.not-fits .audience-card-label {
    color: #6288EE
}

.portal .audience-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.portal .audience-list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.65;
    color: #2c3a5a
}

.portal .audience-list-item .item-marker {
    flex-shrink: 0;
    margin-top: 4px;
    font-size: 16px
}

.portal .audience-card.fits .item-marker {
    color: #AF491D
}

.portal .audience-card.not-fits .item-marker {
    color: #6288EE
}

.portal .audience-image-strip {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 28px -1px #af491d14
}

.portal .audience-image-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal .audience-image-strip:hover img {
    transform: scale(1.03)
}

.portal .team-band {
    padding: 96px;
    background: linear-gradient(160deg, #f4f6fb 0%, #FFEFEB 100%);
    position: relative
}

.portal .team-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #6288EE, #AF491D)
}

.portal .team-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 48px;
    align-items: start
}

.portal .team-portrait-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.portal .portrait-frame {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 12px 36px -1px #6288ee1a
}

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

.portal .portrait-caption {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3a5a;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px -1px #6288ee0d
}

.portal .portrait-name {
    font-size: 19px;
    font-weight: 700;
    color: #1a2340;
    margin-bottom: 8px
}

.portal .portrait-role {
    font-size: 16px;
    color: #AF491D;
    letter-spacing: .06em
}

.portal .team-body {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.portal .team-heading {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a2340;
    margin: 0;
    text-shadow: 1px 2px 8px #6288ee14
}

.portal .team-paragraph {
    font-size: 19px;
    line-height: 1.65;
    color: #2c3a5a;
    margin: 0
}

.portal .team-credentials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.portal .credential-item {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px -1px #6288ee0d;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal .credential-item:hover {
    box-shadow: 0 4px 28px -1px #6288ee14
}

.portal .credential-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #FFEFEB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AF491D;
    font-size: 16px;
    flex-shrink: 0
}

.portal .credential-text {
    font-size: 16px;
    line-height: 1.65;
    color: #2c3a5a
}

.portal .team-secondary-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.portal .team-image-item {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 28px -1px #6288ee14
}

.portal .team-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.portal .team-image-item:hover img {
    transform: scale(1.04)
}

.portal .team-extra-person {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px -1px #6288ee0d;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.portal .extra-avatar {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(135deg, #6288EE, #AF491D);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0
}

.portal .extra-person-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.portal .extra-person-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a2340
}

.portal .extra-person-role {
    font-size: 16px;
    color: #6288EE
}

@media (max-width: 1024px) {
    .portal .title-area {
        padding: 48px;
        grid-template-columns: 1fr
    }

    .portal .title-image-frame {
        display: none
    }

    .portal .hesitation-band {
        padding: 48px;
        grid-template-columns: 1fr
    }

    .portal .reputation-band {
        padding: 48px
    }

    .portal .reputation-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .portal .reputation-diagonal::before,
    .portal .reputation-diagonal::after {
        clip-path: none
    }

    .portal .reputation-diagonal::before {
        background: #FFEFEB
    }

    .portal .reputation-diagonal::after {
        background: linear-gradient(160deg, #6288EE 0%, #2a3f8f 100%);
        top: 50%
    }

    .portal .reputation-right .reputation-heading,
    .portal .reputation-right .reputation-paragraph {
        color: #fff !important
    }

    .portal .audience-band {
        padding: 48px
    }

    .portal .audience-top {
        grid-template-columns: 1fr
    }

    .portal .team-band {
        padding: 48px
    }

    .portal .team-layout {
        grid-template-columns: 1fr
    }

    .portal .team-credentials {
        grid-template-columns: 1fr
    }

    .portal .team-secondary-images {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .portal .title-area {
        padding: 32px 16px
    }

    .portal .title-heading {
        font-size: 24px
    }

    .portal .hesitation-band {
        padding: 32px 16px
    }

    .portal .reputation-band {
        padding: 32px 16px
    }

    .portal .audience-band {
        padding: 32px 16px
    }

    .portal .team-band {
        padding: 32px 16px
    }

    .portal .punctuation-anchor {
        display: none
    }
}

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

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

.about-us-page ::selection {
    background: #2a2a3e;
    color: #fff;
    font-weight: 700
}

.about-us-page .dot-accent {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6288EE;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.about-us-page .dot-accent-secondary {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #AF491D;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.about-us-page .identity-block {
    position: relative;
    padding: 96px;
    background: linear-gradient(147deg, #e8eeff 0%, #FFEFEB 60%, #f5f0ff 100%);
    overflow: hidden
}

.about-us-page .identity-block .dot-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: radial-ellipse(circle, #6288EE 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .12
}

.about-us-page .identity-block .dot-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    background-image: radial-gradient(circle, #6288EE 1.2px, transparent 1.2px);
    background-size: 28px 28px;
    opacity: .1
}

.about-us-page .identity-block .circles-deco {
    position: absolute;
    right: -48px;
    top: 32px;
    pointer-events: none;
    width: 340px;
    height: 340px
}

.about-us-page .identity-block .circles-deco span {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid #6288ee2e
}

.about-us-page .identity-block .circles-deco span:nth-child(1) {
    width: 200px;
    height: 200px;
    top: 40px;
    left: 60px;
    background: #6288ee0f
}

.about-us-page .identity-block .circles-deco span:nth-child(2) {
    width: 280px;
    height: 280px;
    top: 0;
    left: 20px;
    background: #af491d0a
}

.about-us-page .identity-block .circles-deco span:nth-child(3) {
    width: 340px;
    height: 340px;
    top: -20px;
    left: -10px;
    background: transparent;
    border-color: #6288ee14
}

.about-us-page .identity-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 96px;
    align-items: center;
    position: relative;
    z-index: 1
}

.about-us-page .identity-text-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.about-us-page .identity-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #AF491D;
    letter-spacing: .12em;
    text-transform: uppercase
}

.about-us-page .identity-label .dash-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #AF491D
}

.about-us-page .identity-heading {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.15;
    color: #1e1e2e;
    text-shadow: 2px 3px 0 #6288ee1f;
    margin: 0
}

.about-us-page .identity-heading .accented-phrase {
    color: #6288EE;
    text-shadow: 2px 3px 0 #6288ee33
}

.about-us-page .identity-body {
    font-size: 19px;
    line-height: 1.65;
    color: #2e2e3e;
    margin: 0;
    max-width: 520px
}

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

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

.about-us-page .stat-number {
    font-size: 24px;
    font-weight: 800;
    color: #1e1e2e;
    line-height: 1.15
}

.about-us-page .stat-label {
    font-size: 16px;
    color: #5a5a7a;
    line-height: 1.65;
    letter-spacing: .04em
}

.about-us-page .identity-image-col {
    position: relative
}

.about-us-page .identity-image-wrapper {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 36px -1px #6288ee1a;
    position: relative
}

.about-us-page .identity-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

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

.about-us-page .identity-image-wrapper .glow-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 30%, #ffffff38 0%, transparent 65%);
    pointer-events: none;
    border-radius: 10px
}

.about-us-page .divider-dash {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 96px;
    gap: 0;
    height: 32px;
    overflow: hidden
}

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

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

.about-us-page .people-block .stripe-texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(90deg, #6288ee06 0px, #6288ee06 1px, transparent 1px, transparent 36px)
}

.about-us-page .people-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 96px;
    position: relative;
    z-index: 1
}

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

.about-us-page .side-annotation {
    font-size: 16px;
    color: #5a5a7a;
    line-height: 1.65;
    letter-spacing: .05em;
    border-top: 2px solid #6288EE;
    padding-top: 16px
}

.about-us-page .people-heading {
    font-size: 24px;
    font-weight: 800;
    color: #1e1e2e;
    line-height: 1.15;
    text-shadow: 1px 2px 0 #6288ee1a;
    margin: 0
}

.about-us-page .people-main-col {
    display: flex;
    flex-direction: column;
    gap: 48px
}

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

.about-us-page .team-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px;
    background: #f7f5ff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 5px -1px #6288ee0d;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .team-card:hover {
    box-shadow: 0 12px 36px -1px #6288ee1a;
    transform: translateY(-4px)
}

.about-us-page .team-portrait {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 0;
    flex-shrink: 0
}

.about-us-page .team-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

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

.about-us-page .team-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0
}

.about-us-page .team-name {
    font-size: 19px;
    font-weight: 700;
    color: #1e1e2e;
    line-height: 1.15;
    margin: 0
}

.about-us-page .team-role {
    font-size: 16px;
    color: #AF491D;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.65
}

.about-us-page .team-bio {
    font-size: 16px;
    color: #3a3a52;
    line-height: 1.65;
    margin: 0
}

.about-us-page .no-portrait-card {
    background: #fff8f5;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 2px 5px -1px #af491d0d;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .no-portrait-card:hover {
    box-shadow: 0 4px 28px -1px #af491d14
}

.about-us-page .no-portrait-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6288EE 0%, #AF491D 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

.about-us-page .no-portrait-icon i {
    color: #fff;
    font-size: 19px
}

.about-us-page .no-portrait-name {
    font-size: 19px;
    font-weight: 700;
    color: #1e1e2e;
    line-height: 1.15;
    margin: 0
}

.about-us-page .no-portrait-role {
    font-size: 16px;
    color: #AF491D;
    font-weight: 600;
    letter-spacing: .05em
}

.about-us-page .no-portrait-bio {
    font-size: 16px;
    color: #3a3a52;
    line-height: 1.65;
    margin: 0
}

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

.about-us-page .divider-solid {
    height: 2px;
    margin: 0 96px;
    background: repeating-linear-gradient(90deg, #6288EE 0px, #6288EE 6px, transparent 6px, transparent 10px, #AF491D 10px, #AF491D 12px, transparent 12px, transparent 20px);
    opacity: .35
}

.about-us-page .approach-block {
    padding: 96px;
    background: #FFEFEB;
    position: relative;
    overflow: hidden
}

.about-us-page .approach-block .circles-bg {
    position: absolute;
    bottom: -80px;
    right: -60px;
    pointer-events: none;
    width: 420px;
    height: 420px
}

.about-us-page .approach-block .circles-bg span {
    position: absolute;
    border-radius: 50%
}

.about-us-page .approach-block .circles-bg span:nth-child(1) {
    width: 180px;
    height: 180px;
    bottom: 60px;
    right: 80px;
    background: #6288ee12;
    border: 1.5px solid #6288ee1f
}

.about-us-page .approach-block .circles-bg span:nth-child(2) {
    width: 280px;
    height: 280px;
    bottom: 20px;
    right: 30px;
    background: #af491d0a;
    border: 1.5px solid #af491d1a
}

.about-us-page .approach-block .circles-bg span:nth-child(3) {
    width: 380px;
    height: 380px;
    bottom: -20px;
    right: -20px;
    background: transparent;
    border: 1.5px solid #6288ee0f
}

.about-us-page .approach-top {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 96px;
    align-items: start;
    margin-bottom: 48px;
    position: relative;
    z-index: 1
}

.about-us-page .approach-heading-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .approach-heading {
    font-size: 24px;
    font-weight: 800;
    color: #1e1e2e;
    line-height: 1.15;
    text-shadow: 1px 2px 0 #af491d1a;
    margin: 0
}

.about-us-page .approach-sub {
    font-size: 16px;
    color: #5a5a7a;
    line-height: 1.65;
    letter-spacing: .04em;
    max-width: 320px
}

.about-us-page .approach-image-col {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 28px -1px #af491d14;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .approach-image-col:hover {
    box-shadow: 0 12px 36px -1px #af491d1a
}

.about-us-page .approach-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .approach-image-col:hover img {
    transform: scale(1.06)
}

.about-us-page .steps-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1
}

.about-us-page .step-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    position: relative
}

.about-us-page .step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 56px;
    width: 2px;
    height: calc(100% - 40px);
    background: linear-gradient(180deg, #6288EE 0%, #6288ee26 100%)
}

.about-us-page .step-number {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #6288EE;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 28px -1px #6288ee14;
    transition: background .35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .step-item:hover .step-number {
    background: #AF491D;
    box-shadow: 0 12px 36px -1px #af491d1a
}

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

.about-us-page .step-heading {
    font-size: 19px;
    font-weight: 700;
    color: #1e1e2e;
    line-height: 1.15;
    margin: 0
}

.about-us-page .step-desc {
    font-size: 16px;
    color: #3a3a52;
    line-height: 1.65;
    margin: 0
}

.about-us-page .approach-images-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
    position: relative;
    z-index: 1
}

.about-us-page .approach-img-item {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 5px -1px #6288ee0d;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .approach-img-item:hover {
    box-shadow: 0 12px 36px -1px #6288ee1a
}

.about-us-page .approach-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-us-page .approach-img-item:hover img {
    transform: scale(1.06)
}

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

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

.about-us-page .identity-heading {
    animation: rotate-in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.about-us-page .identity-body {
    animation: rotate-in .55s cubic-bezier(0.16, 1, 0.3, 1) .1s both
}

.about-us-page .identity-stats {
    animation: rotate-in .55s cubic-bezier(0.16, 1, 0.3, 1) .18s both
}

@media (max-width: 1100px) {
    .about-us-page .identity-block {
        padding: 96px 48px
    }

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

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

    .about-us-page .people-block {
        padding: 96px 48px 48px
    }

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

    .about-us-page .approach-block {
        padding: 96px 48px
    }

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

    .about-us-page .divider-dash,
    .about-us-page .divider-solid {
        margin: 0 48px
    }
}

@media (max-width: 768px) {
    .about-us-page .identity-block {
        padding: 48px 16px 96px
    }

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

    .about-us-page .identity-stats {
        flex-direction: column;
        gap: 16px
    }

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

    .about-us-page .extra-team-row {
        grid-template-columns: 1fr
    }

    .about-us-page .team-card {
        grid-template-columns: 100px 1fr
    }

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

    .about-us-page .approach-block {
        padding: 48px 16px
    }

    .about-us-page .approach-images-row {
        grid-template-columns: 1fr
    }

    .about-us-page .divider-dash,
    .about-us-page .divider-solid {
        margin: 0 16px
    }

    .about-us-page .step-item:not(:last-child)::after {
        display: none
    }
}

.contact-us-page {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.contact-us-page .rotating-shape {
    position: fixed;
    width: 480px;
    height: 480px;
    border: 1px solid #6288ee12;
    top: 10%;
    right: -120px;
    animation: slowRotate 28s linear infinite;
    pointer-events: none;
    z-index: 0
}

.contact-us-page .rotating-shape-inner {
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px solid #af491d0d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: slowRotateReverse 18s linear infinite
}

@keyframes slowRotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes slowRotateReverse {
    from {
        transform: translate(-50%, -50%) rotate(45deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(-315deg)
    }
}

.contact-us-page .strip-band {
    position: relative;
    padding: 48px 96px;
    background: #fff;
    border-bottom: 2px solid #6288EE;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    overflow: hidden
}

.contact-us-page .strip-image-left,
.contact-us-page .strip-image-right {
    flex: 0 0 auto;
    width: 220px;
    height: 165px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.contact-us-page .strip-image-left img,
.contact-us-page .strip-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3
}

.contact-us-page .strip-image-left::after,
.contact-us-page .strip-image-right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, transparent 40%, #6288ee47 100%);
    pointer-events: none
}

.contact-us-page .strip-text-center {
    flex: 1;
    text-align: center;
    position: relative
}

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

.contact-us-page .strip-heading {
    font-size: 70px;
    line-height: 1.15;
    color: #1b2240;
    font-weight: 800;
    text-shadow: 2px 3px 0 #6288ee1f;
    margin: 0
}

.contact-us-page .strip-heading span {
    color: #6288EE
}

.contact-us-page .geo-accent {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 2px solid #6288ee26;
    border-radius: 0;
    top: -16px;
    right: -16px;
    opacity: .5;
    pointer-events: none
}

.contact-us-page .geo-accent-two {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #af491d12;
    border-radius: 0;
    bottom: 8px;
    left: -8px;
    pointer-events: none
}

.contact-us-page .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
    z-index: 1;
    margin-left: 48px
}

.contact-us-page .info-column {
    background: #FFEFEB;
    padding: 96px 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-us-page .info-column::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #6288EE
}

.contact-us-page .info-heading {
    font-size: 24px;
    line-height: 1.15;
    color: #1b2240;
    font-weight: 700;
    margin: 0 0 8px;
    text-shadow: 1px 1px 0 #6288ee1a
}

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

.contact-us-page .info-pair-label {
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: .09em;
    color: #AF491D;
    text-transform: uppercase;
    font-weight: 600
}

.contact-us-page .info-pair-divider {
    width: 32px;
    height: 1px;
    background: #6288EE
}

.contact-us-page .info-pair-value {
    font-size: 19px;
    line-height: 1.65;
    color: #1b2240
}

.contact-us-page .info-pair-value a {
    color: #1b2240;
    text-decoration: underline;
    text-decoration-color: #6288EE;
    transition: color .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-us-page .info-pair-value a:hover {
    color: #6288EE
}

.contact-us-page .info-step-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px
}

.contact-us-page .info-step-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    padding-bottom: 32px
}

.contact-us-page .info-step-item:last-child {
    padding-bottom: 0
}

.contact-us-page .info-step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    width: 2px;
    height: calc(100% - 16px);
    background: #6288ee40
}

.contact-us-page .step-number {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: #6288EE;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    z-index: 1
}

.contact-us-page .step-text {
    font-size: 16px;
    line-height: 1.65;
    color: #2a2f4a;
    padding-top: 4px
}

.contact-us-page .form-column {
    background: #fff;
    padding: 96px 96px 96px 48px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-us-page .form-heading {
    font-size: 24px;
    line-height: 1.15;
    color: #1b2240;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 0 #6288ee14
}

.contact-us-page .form-heading .dot-accent {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #AF491D;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

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

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

.contact-us-page .field-label {
    font-size: 16px;
    line-height: 1.15;
    color: #2a2f4a;
    font-weight: 600;
    letter-spacing: .04em
}

.contact-us-page .field-input {
    padding: 16px;
    border: 1.5px solid #6288ee4d;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.65;
    color: #1b2240;
    background: #fff;
    box-shadow: inset 0 2px 4px #6288ee0f;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    box-sizing: border-box
}

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

.contact-us-page .field-input:focus {
    outline: none;
    border-color: #6288EE;
    box-shadow: inset 0 2px 4px #6288ee14 0 4px 28px -1px #6288ee14
}

.contact-us-page .field-select {
    padding: 16px;
    border: 1.5px solid #6288ee4d;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.65;
    color: #1b2240;
    background: #fff;
    box-shadow: inset 0 2px 4px #6288ee0f;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236288EE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.contact-us-page .field-select:focus {
    outline: none;
    border-color: #6288EE;
    box-shadow: inset 0 2px 4px #6288ee14 0 4px 28px -1px #6288ee14
}

.contact-us-page .fields-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: 16px;
    padding: 16px;
    background: #6288ee0a;
    border-radius: 10px
}

.contact-us-page .privacy-checkbox {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #6288EE;
    cursor: pointer;
    box-shadow: inset 0 1px 3px #6288ee1f
}

.contact-us-page .privacy-text {
    font-size: 16px;
    line-height: 1.65;
    color: #2a2f4a
}

.contact-us-page .privacy-text a {
    color: #6288EE;
    text-decoration: underline;
    text-decoration-color: #6288ee80;
    transition: text-decoration-color .35s ease-in-out
}

.contact-us-page .privacy-text a:hover {
    text-decoration-color: #6288EE
}

.contact-us-page .submit-button {
    padding: 16px 48px;
    background: #6288EE;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 4px 28px -1px #6288ee14;
    transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1), transform .35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden
}

.contact-us-page .submit-button:hover {
    background: #4a6fd4;
    box-shadow: 0 12px 36px -1px #6288ee1a;
    transform: translateY(-2px)
}

.contact-us-page .submit-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px -1px #6288ee0d
}

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

.contact-us-page .submit-button .check-icon {
    display: none;
    margin-left: 8px
}

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

.contact-us-page .expand-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: default
}

.contact-us-page .expand-item .expand-inner {
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #ffefeb99;
    border-radius: 10px;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.contact-us-page .expand-item:hover .expand-inner {
    background: #6288ee14
}

.contact-us-page .expand-item .expand-mask {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: radial-gradient(ellipse at 50% 50%, #6288ee21 0%, transparent 70%);
    opacity: 0;
    transform: scale(0.2);
    transition: opacity .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.contact-us-page .expand-item:hover .expand-mask {
    opacity: 1;
    transform: scale(1)
}

.contact-us-page .expand-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background: #6288EE;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px
}

.contact-us-page .expand-detail {
    font-size: 16px;
    line-height: 1.65;
    color: #2a2f4a
}

@media (max-width: 1024px) {
    .contact-us-page .strip-band {
        padding: 48px;
        gap: 32px
    }

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

    .contact-us-page .strip-image-left,
    .contact-us-page .strip-image-right {
        width: 160px;
        height: 120px
    }

    .contact-us-page .main-grid {
        grid-template-columns: 1fr;
        margin-left: 0
    }

    .contact-us-page .info-column {
        padding: 48px
    }

    .contact-us-page .info-column::before {
        display: none
    }

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

@media (max-width: 640px) {
    .contact-us-page .strip-band {
        padding: 32px 16px;
        flex-direction: column;
        gap: 16px
    }

    .contact-us-page .strip-image-left,
    .contact-us-page .strip-image-right {
        display: none
    }

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

    .contact-us-page .info-column,
    .contact-us-page .form-column {
        padding: 48px 16px
    }

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

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

.archive {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.archive .split-screen {
    display: flex;
    flex-direction: row;
    min-height: 0
}

.archive .split-left {
    flex: 1 1 52%;
    background: #1a2340;
    padding: 96px 48px 96px 96px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.archive .split-right {
    flex: 1 1 48%;
    background: #FFEFEB;
    padding: 96px 96px 96px 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.archive .atmosphere-spot {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0
}

.archive .atmosphere-spot.spot-a {
    width: 320px;
    height: 200px;
    background: #6288ee2e;
    top: -40px;
    left: -60px
}

.archive .atmosphere-spot.spot-b {
    width: 200px;
    height: 280px;
    background: #af491d1f;
    bottom: 32px;
    right: 16px
}

.archive .atmosphere-spot.spot-c {
    width: 260px;
    height: 180px;
    background: #6288ee1a;
    bottom: 0;
    left: 30%
}

.archive .split-left-body {
    position: relative;
    z-index: 1
}

.archive .split-right-body {
    position: relative;
    z-index: 1
}

.archive .tag-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6288EE;
    margin-bottom: 32px;
    font-weight: 600
}

.archive .tag-label::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #AF491D;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.archive .manifesto-heading {
    font-size: 70px;
    line-height: 1.15;
    color: #fff;
    font-weight: 800;
    margin: 0 0 32px;
    text-shadow: 0 4px 24px #6288ee4d
}

.archive .manifesto-heading span {
    color: #6288EE
}

.archive .underline-draw {
    display: block;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #6288EE, #AF491D);
    margin-bottom: 32px;
    animation: draw-line .55s cubic-bezier(0.16, 1, 0.3, 1) .2s forwards
}

@keyframes draw-line {
    to {
        width: 120px
    }
}

.archive .manifesto-text {
    font-size: 19px;
    line-height: 1.65;
    color: #ffffffd1;
    margin: 0
}

.archive .image-frame {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    width: 100%;
    box-shadow: 0 12px 36px -1px #6288ee1a
}

.archive .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    animation: slow-zoom 8s ease-in-out infinite alternate
}

@keyframes slow-zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.06)
    }
}

.archive .image-corner-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: #AF491D;
    border-radius: 0 10px 0 10px;
    z-index: 2
}

.archive .image-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 30%, #ffefeb47 0%, transparent 70%);
    pointer-events: none;
    z-index: 1
}

.archive .right-caption {
    margin-top: 32px
}

.archive .right-caption-heading {
    font-size: 24px;
    line-height: 1.15;
    color: #1a2340;
    font-weight: 700;
    margin: 0 0 16px;
    text-shadow: 1px 1px 0 #6288ee1a
}

.archive .right-caption-text {
    font-size: 16px;
    line-height: 1.65;
    color: #2e2e2e;
    margin: 0
}

.archive .lessons-grid-section {
    background: #fff;
    padding: 96px
}

.archive .lessons-grid-section-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px;
    margin-bottom: 48px
}

.archive .lessons-aside {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.archive .aside-note {
    font-size: 16px;
    line-height: 1.65;
    color: #6288EE;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.archive .aside-note::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #AF491D;
    margin-left: 8px;
    vertical-align: middle
}

.archive .aside-sub {
    font-size: 16px;
    line-height: 1.65;
    color: #555
}

.archive .lessons-heading-block {
    flex: 1 1 auto
}

.archive .lessons-main-heading {
    font-size: 24px;
    line-height: 1.15;
    color: #1a2340;
    font-weight: 800;
    margin: 0;
    text-shadow: 1px 2px 0 #6288ee14
}

.archive .step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.archive .step-item {
    position: relative;
    padding: 32px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 28px -1px #6288ee14;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .35s cubic-bezier(0.16, 1, 0.3, 1), transform .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.archive .step-item:hover {
    box-shadow: 0 12px 36px -1px #6288ee1a;
    transform: translateY(-4px)
}

.archive .step-item.featured {
    background: #1a2340
}

.archive .step-number {
    font-size: 70px;
    line-height: 1.15;
    font-weight: 900;
    color: #6288ee1f;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.archive .step-item.featured .step-number {
    color: #ffffff12
}

.archive .step-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #FFEFEB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.archive .step-item.featured .step-icon-wrap {
    background: #6288ee2e
}

.archive .step-icon-wrap i {
    font-size: 19px;
    color: #AF491D
}

.archive .step-item.featured .step-icon-wrap i {
    color: #6288EE
}

.archive .step-label {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a2340;
    margin: 0
}

.archive .step-item.featured .step-label {
    color: #fff
}

.archive .step-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #444;
    margin: 0
}

.archive .step-item.featured .step-desc {
    color: #ffffffbf
}

.archive .step-connector {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.archive .step-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6288EE;
    flex-shrink: 0
}

.archive .step-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #6288EE 0%, #FFEFEB 100%);
    border-radius: 0
}

.archive .step-item.featured .step-dot {
    background: #AF491D
}

.archive .step-item.featured .step-line {
    background: linear-gradient(90deg, #AF491D 0%, #ffefeb33 100%)
}

.archive .corner-accent-border {
    position: relative
}

.archive .corner-accent-border::before,
.archive .corner-accent-border::after {
    content: '';
    position: absolute;
    pointer-events: none
}

.archive .lessons-grid-section-top .corner-accent-border::before {
    display: none
}

.archive .section-border-gap {
    position: relative;
    padding: 32px;
    border-radius: 10px
}

.archive .section-border-gap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #6288EE 20%, #6288EE 80%, transparent 100%);
    border-radius: 0
}

.archive .section-border-gap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #AF491D 20%, #AF491D 80%, transparent 100%);
    border-radius: 0
}

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

    .archive .split-left {
        padding: 48px 32px
    }

    .archive .split-right {
        padding: 48px 32px
    }

    .archive .manifesto-heading {
        font-size: 48px
    }

    .archive .lessons-grid-section {
        padding: 48px 32px
    }

    .archive .step-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .archive .lessons-grid-section-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
}

@media (max-width: 640px) {
    .archive .manifesto-heading {
        font-size: 32px
    }

    .archive .step-list {
        grid-template-columns: 1fr
    }

    .archive .lessons-grid-section {
        padding: 48px 16px
    }

    .archive .split-left {
        padding: 48px 16px
    }

    .archive .split-right {
        padding: 48px 16px
    }
}

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

.success-page .success-wrapper {
    max-width: 560px;
    width: 100%;
    text-align: center
}

.success-page .success-icon-ring {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: #FFEFEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    box-shadow: 0 4px 28px -1px #6288ee14
}

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

.success-page .success-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    color: #1b1b2e;
    margin: 0 0 16px;
    letter-spacing: -.01em;
    text-shadow: 0 2px 5px #6288ee12
}

.success-page .success-text {
    font-size: 16px;
    line-height: 1.65;
    color: #3a3a4a;
    margin: 0 0 48px
}

.success-page .success-divider {
    width: 48px;
    height: 2px;
    background: #6288EE;
    margin: 0 auto 48px;
    border-radius: 0
}

.success-page .success-back-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #6288EE;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 28px -1px #6288ee1a;
    transition: background .35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s ease-in-out
}

.success-page .success-back-link:hover {
    background: #AF491D;
    box-shadow: 0 12px 36px -1px #af491d1a
}

.success-page .success-back-link:focus {
    outline: 3px solid #6288EE;
    outline-offset: 4px
}

.success-page .success-note {
    font-size: 16px;
    line-height: 1.65;
    color: #6a6a7e;
    margin: 32px 0 0
}

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

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