html {
    box-sizing: border-box
}

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

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

.top-strip {
    height: 4px;
    background: linear-gradient(90deg, #574F7E 0%, #ABA5BF 60%, #EFD6ED 100%);
    width: 100%
}

.hd-box {
    background: #fff;
    border-bottom: 1px solid #EFD6ED;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    position: relative;
    z-index: 100
}

.hd-brand-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 40px 8px;
    max-width: 1320px;
    margin: 0 auto
}

.hd-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    padding: 8px 24px;
    box-shadow: 1px 3px 2px 0 #574f7e0f 1px 7px 18px 0 #574f7e17;
    border: 1px solid #EFD6ED;
    text-decoration: none
}

.hd-logo-wrap img {
    width: 140px;
    height: 65px;
    object-fit: contain;
    display: block
}

.hd-nav-row {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

.hd-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
    justify-content: center
}

.hd-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    min-height: 44px
}

.hd-nav a:hover {
    background: #EFD6ED;
    border-color: #ABA5BF;
    transform: scale(0.97);
    box-shadow: 1px 3px 2px 0 #574f7e0f
}

.hd-nav a:focus-visible {
    outline: 2px solid #574F7E;
    outline-offset: 2px
}

.hd-nav a svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.hd-contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0
}

.hd-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    text-decoration: none;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1), transform .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.hd-contact-link:hover {
    color: #3d3660;
    transform: scale(0.97)
}

.hd-contact-link:focus-visible {
    outline: 2px solid #574F7E;
    outline-offset: 2px
}

.hd-contact-link svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.ft-box {
    background: #574F7E;
    color: #EFD6ED;
    padding: 80px 40px 40px
}

.ft-inner {
    max-width: 1320px;
    margin: 0 auto
}

.ft-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #aba5bf4d
}

.ft-brand-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ft-logo-wrap {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px 24px;
    box-shadow: 1px 3px 2px 0 #574f7e0f 1px 10px 48px 0 #574f7e1c;
    border: 1px solid #EFD6ED;
    width: fit-content
}

.ft-logo-wrap img {
    width: 100px;
    height: 44px;
    object-fit: contain;
    display: block
}

.ft-desc {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #EFD6ED;
    max-width: 320px
}

.ft-mission {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF;
    font-style: italic;
    max-width: 320px
}

.ft-col-label {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px
}

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

.ft-links li a {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #EFD6ED;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1), transform .4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 8px 0;
    min-height: 44px
}

.ft-links li a:hover {
    color: #fff;
    transform: scale(0.97)
}

.ft-links li a:focus-visible {
    outline: 2px solid #EFD6ED;
    outline-offset: 2px
}

.ft-contact-col {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #EFD6ED
}

.ft-contact-item a {
    color: #EFD6ED;
    text-decoration: none;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.ft-contact-item a:hover {
    color: #fff
}

.ft-contact-item a:focus-visible {
    outline: 2px solid #EFD6ED;
    outline-offset: 2px
}

.ft-contact-item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 4px;
    opacity: .8
}

.ft-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    flex-wrap: wrap;
    gap: 24px
}

.ft-copy {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF
}

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

.ft-legal-links li a {
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF;
    text-decoration: none;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.ft-legal-links li a:hover {
    color: #EFD6ED
}

.ft-legal-links li a:focus-visible {
    outline: 2px solid #ABA5BF;
    outline-offset: 2px
}

@media (max-width: 1024px) {
    .ft-top {
        grid-template-columns: 1fr 1fr
    }

    .ft-brand-col {
        grid-column: 1 / -1
    }

    .hd-nav a {
        padding: 8px 16px
    }
}

@media (max-width: 768px) {
    .hd-brand-row {
        padding: 24px 24px 8px
    }

    .hd-nav-row {
        padding: 0 24px 24px;
        flex-direction: column;
        gap: 8px
    }

    .hd-nav {
        justify-content: center
    }

    .hd-contact-block {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }

    .ft-top {
        grid-template-columns: 1fr
    }

    .ft-brand-col {
        grid-column: auto
    }

    .ft-box {
        padding: 40px 24px
    }

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

@media (max-width: 320px) {
    .hd-nav a {
        padding: 8px;
        font-size: 14px
    }

    .hd-logo-wrap img {
        width: 110px;
        height: 50px
    }
}

.text-pxo-doc {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2d2640;
    line-height: 1.6
}

.text-pxo-doc h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #574F7E;
    margin-bottom: 40px;
    margin-top: 0
}

.text-pxo-doc h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #574F7E;
    margin-top: 80px;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #EFD6ED
}

.text-pxo-doc h3 {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: -.005em;
    color: #3d3560;
    margin-top: 40px;
    margin-bottom: 24px
}

.text-pxo-doc h4 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #574F7E;
    margin-top: 40px;
    margin-bottom: 8px
}

.text-pxo-doc h5 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .04em;
    color: #ABA5BF;
    margin-top: 24px;
    margin-bottom: 8px
}

.text-pxo-doc h6 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #ABA5BF;
    margin-top: 24px;
    margin-bottom: 8px
}

.text-pxo-doc strong,
.text-pxo-doc b {
    font-weight: 700;
    color: #3d3560
}

.text-pxo-doc a {
    color: #574F7E;
    text-decoration: underline;
    text-decoration-color: #ABA5BF;
    text-underline-offset: 3px;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), text-decoration-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.text-pxo-doc a:hover {
    color: #3d3560;
    text-decoration-color: #574F7E
}

.text-pxo-doc hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #EFD6ED 0%, #ABA5BF 50%, #EFD6ED 100%);
    margin: 80px 0;
    border-radius: 5px
}

.text-pxo-doc div {
    margin-bottom: 24px
}

.text-pxo-doc table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 40px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    font-size: 14px;
    line-height: 1.6
}

.text-pxo-doc thead {
    background: #574F7E
}

.text-pxo-doc thead th {
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 24px;
    text-align: left;
    font-weight: 600
}

.text-pxo-doc tbody tr {
    background: #fff;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.text-pxo-doc tbody tr:nth-child(even) {
    background: #f9f5fb
}

.text-pxo-doc tbody tr:hover {
    background: #EFD6ED
}

.text-pxo-doc td {
    padding: 24px;
    color: #2d2640;
    border-bottom: 1px solid #EFD6ED;
    vertical-align: top
}

.text-pxo-doc tbody tr:last-child td {
    border-bottom: none
}

.text-pxo-doc th {
    padding: 24px
}

@media (max-width: 768px) {
    .text-pxo-doc {
        padding: 40px 24px
    }

    .text-pxo-doc h1 {
        font-size: 28px
    }

    .text-pxo-doc h2 {
        font-size: 28px;
        margin-top: 40px
    }

    .text-pxo-doc h3 {
        font-size: 14px
    }

    .text-pxo-doc table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px
    }

    .text-pxo-doc thead th,
    .text-pxo-doc td {
        padding: 24px 8px;
        white-space: nowrap
    }
}

@media (max-width: 320px) {
    .text-pxo-doc {
        padding: 24px 8px
    }

    .text-pxo-doc h1 {
        font-size: 28px
    }
}

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

.spk-det .art-lead {
    background: linear-gradient(to bottom, #574F7E, #574f7e00);
    padding: 80px 24px;
    position: relative
}

.spk-det .art-lead::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #EFD6ED, transparent);
    pointer-events: none
}

.spk-det .art-lead__container {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.spk-det .art-lead__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.spk-det .art-lead__tag {
    background: #EFD6ED;
    color: #574F7E;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 38px;
    letter-spacing: .06em;
    display: inline-block
}

.spk-det .art-lead__time {
    font-size: 14px;
    color: #EFD6ED;
    letter-spacing: .04em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.spk-det .art-lead__time svg {
    flex-shrink: 0
}

.spk-det .art-lead__date {
    font-size: 14px;
    color: #efd6edbf;
    letter-spacing: .04em
}

.spk-det .art-lead__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.spk-det .art-lead__text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.spk-det .art-lead__h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0;
    background: linear-gradient(to bottom, #fff, #EFD6ED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.spk-det .art-lead__sub {
    font-size: 28px;
    line-height: 1.6;
    color: #efd6edd9;
    margin: 0;
    font-weight: 400
}

.spk-det .art-lead__byline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.spk-det .art-lead__author {
    font-size: 14px;
    color: #EFD6ED;
    letter-spacing: .03em
}

.spk-det .art-lead__author strong {
    font-weight: 600
}

.spk-det .art-lead__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.spk-det .btn-print {
    background: #efd6ed26;
    border: 1.5px solid #efd6ed66;
    color: #EFD6ED;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), border-color .45s cubic-bezier(0.22, 1, 0.36, 1), transform .35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden
}

.spk-det .btn-print:hover {
    background: #efd6ed47;
    border-color: #EFD6ED;
    transform: scale(0.97)
}

.spk-det .btn-print:focus {
    outline: 2px solid #EFD6ED;
    outline-offset: 2px
}

.spk-det .btn-print:active {
    transform: scale(0.95)
}

.spk-det .like-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #efd6edcc
}

.spk-det .art-lead__img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.spk-det .art-lead__img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.9);
    transition: filter .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .art-lead__img-wrap:hover img {
    filter: saturate(1) brightness(1)
}

.spk-det .art-lead__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #574f7e59, transparent);
    pointer-events: none;
    border-radius: 14px
}

.spk-det .wave-div {
    line-height: 0;
    background: linear-gradient(to bottom, #574f7e14, transparent)
}

.spk-det .wave-div svg {
    display: block;
    width: 100%
}

.spk-det .art-body {
    padding: 80px 24px;
    background: #fff;
    position: relative
}

.spk-det .art-body::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 60%;
    background: linear-gradient(to bottom, #EFD6ED, transparent);
    pointer-events: none
}

.spk-det .art-body__container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 80px;
    align-items: start
}

.spk-det .art-body__prose {
    font-size: 14px;
    line-height: 1.6;
    color: #2d2640
}

.spk-det .art-body__prose h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 40px 0 24px;
    background: linear-gradient(to bottom, #574F7E, #ABA5BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.spk-det .art-body__prose h3 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 40px 0 24px;
    color: #574F7E
}

.spk-det .art-body__prose p {
    margin: 0 0 24px;
    max-width: 68ch
}

.spk-det .art-body__prose mark {
    background: #EFD6ED;
    color: #574F7E;
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: 500
}

.spk-det .art-body__prose blockquote {
    margin: 40px 0;
    padding: 24px 40px;
    background: linear-gradient(to bottom, #efd6ed4d, #aba5bf1a);
    border-radius: 14px;
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.spk-det .art-body__prose blockquote p {
    font-size: 28px;
    line-height: 1.6;
    color: #574F7E;
    font-style: italic;
    margin: 0 0 8px;
    max-width: none
}

.spk-det .art-body__prose cite {
    font-size: 14px;
    color: #ABA5BF;
    font-style: normal
}

.spk-det .art-body__prose ul {
    margin: 0 0 24px;
    padding-left: 24px
}

.spk-det .art-body__prose ul li {
    margin-bottom: 8px;
    line-height: 1.6
}

.spk-det .art-body__prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 14px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 3px 2px 0 #574f7e0f
}

.spk-det .art-body__prose caption {
    font-size: 14px;
    color: #ABA5BF;
    text-align: left;
    margin-bottom: 8px;
    letter-spacing: .03em
}

.spk-det .art-body__prose th {
    background: #574F7E;
    color: #fff;
    padding: 8px 24px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .04em
}

.spk-det .art-body__prose td {
    padding: 8px 24px;
    border-bottom: 1px solid #aba5bf33;
    color: #2d2640
}

.spk-det .art-body__prose tr:nth-child(even) td {
    background: #efd6ed26
}

.spk-det .art-body__prose tfoot td {
    background: #aba5bf26;
    font-weight: 600;
    color: #574F7E
}

.spk-det .art-body__prose time {
    font-size: 14px;
    color: #ABA5BF
}

.spk-det .art-aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 40px
}

.spk-det .aside-card {
    background: #efd6ed2e;
    border: 1px solid #aba5bf4d;
    border-radius: 14px;
    padding: 24px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.spk-det .aside-card__label {
    font-size: 14px;
    font-weight: 600;
    color: #574F7E;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 24px
}

.spk-det .aside-card__stat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #aba5bf33;
    font-size: 14px;
    color: #2d2640
}

.spk-det .aside-card__stat:last-child {
    border-bottom: none
}

.spk-det .aside-card__stat-val {
    font-weight: 600;
    color: #574F7E;
    margin-left: auto
}

.spk-det .aside-prog {
    margin-top: 8px
}

.spk-det .prog-bar {
    height: 6px;
    background: #aba5bf40;
    border-radius: 38px;
    overflow: hidden;
    margin-top: 8px
}

.spk-det .prog-bar__fill {
    height: 100%;
    background: linear-gradient(to right, #574F7E, #ABA5BF);
    border-radius: 38px;
    transition: width .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk-det .aside-card__prog-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #ABA5BF;
    margin-top: 8px
}

.spk-det .aside-cta {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spk-det .btn-prog {
    display: block;
    background: #574F7E;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), transform .35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.spk-det .btn-prog:hover {
    background: #3e3860;
    transform: scale(0.97)
}

.spk-det .btn-prog:focus {
    outline: 2px solid #574F7E;
    outline-offset: 2px
}

.spk-det .btn-prog--ghost {
    background: transparent;
    color: #574F7E;
    border: 1.5px solid #ABA5BF;
    box-shadow: none
}

.spk-det .btn-prog--ghost:hover {
    background: #574f7e0f;
    border-color: #574F7E;
    transform: scale(0.97)
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-32px)
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(32px)
    }

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

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.spk-det .art-lead__text {
    animation: slideInLeft .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.spk-det .art-lead__img-wrap {
    animation: slideInRight .65s cubic-bezier(0.22, 1, 0.36, 1) .15s both
}

.spk-det .art-body__prose {
    animation: slideInUp .55s cubic-bezier(0.22, 1, 0.36, 1) .25s both
}

.spk-det .art-aside {
    animation: slideInRight .55s cubic-bezier(0.22, 1, 0.36, 1) .35s both
}

@media (max-width: 1024px) {
    .spk-det .art-lead__grid {
        grid-template-columns: 1fr
    }

    .spk-det .art-lead__img-wrap img {
        height: 320px
    }

    .spk-det .art-body__container {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .spk-det .art-aside {
        position: static
    }

    .spk-det .art-lead__h1 {
        font-size: 54px
    }
}

@media (max-width: 768px) {
    .spk-det .art-lead {
        padding: 40px 24px
    }

    .spk-det .art-lead__h1 {
        font-size: 28px
    }

    .spk-det .art-lead__sub {
        font-size: 14px
    }

    .spk-det .art-body {
        padding: 40px 24px
    }

    .spk-det .art-body__prose blockquote p {
        font-size: 14px
    }
}

@media (max-width: 320px) {
    .spk-det .art-lead__h1 {
        font-size: 28px
    }

    .spk-det .art-lead__meta {
        gap: 8px
    }
}

@media print {

    .spk-det .art-aside,
    .spk-det .btn-print,
    .spk-det .wave-div {
        display: none
    }

    .spk-det .art-body__container {
        grid-template-columns: 1fr
    }
}

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

.abt .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.abt .grad-text {
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt .deco-line {
    display: inline-block;
    position: relative
}

.abt .deco-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #574F7E, #EFD6ED);
    border-radius: 38px
}

.abt .strip-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    min-height: 520px
}

.abt .strip-img {
    width: 120px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 14px 0 0 14px
}

.abt .strip-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) brightness(1.05);
    transition: filter .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt .strip-img:hover img {
    filter: saturate(1) brightness(1)
}

.abt .strip-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #574f7e38 0%, transparent 100%);
    pointer-events: none
}

.abt .strip-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 80px 80px 40px;
    background: #fff;
    border-radius: 0 14px 14px 0;
    box-shadow: 1px 10px 48px 0 #574f7e1c;
    position: relative
}

.abt .strip-body::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    width: 28px;
    height: 28px;
    border-top: 2px solid #EFD6ED;
    border-left: 2px solid #EFD6ED;
    border-radius: 5px 0 0 0;
    pointer-events: none
}

.abt .strip-body::after {
    content: '';
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 28px;
    height: 28px;
    border-bottom: 2px solid #EFD6ED;
    border-right: 2px solid #EFD6ED;
    border-radius: 0 0 5px 0;
    pointer-events: none
}

.abt .strip-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #ABA5BF;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block
}

.abt .strip-h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

.abt .strip-lead {
    font-size: 28px;
    line-height: 1.6;
    color: #574F7E;
    margin-bottom: 40px;
    max-width: 520px
}

.abt .strip-p {
    font-size: 14px;
    line-height: 1.6;
    color: #3d3650;
    max-width: 480px
}

.abt .arrow-deco {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 40px
}

.abt .arrow-deco span {
    font-size: 14px;
    color: #ABA5BF;
    letter-spacing: .06em
}

.abt .arr-svg {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #574F7E, #EFD6ED);
    border-radius: 38px;
    position: relative
}

.abt .arr-svg::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #574F7E;
    border-right: 2px solid #574F7E;
    transform: rotate(45deg)
}

.abt .sec-one {
    padding: 80px 0 40px;
    background: #fff
}

.abt .wave-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 40px 0
}

.abt .wave-div svg {
    display: block;
    width: 100%
}

.abt .sec-two {
    padding: 40px 0 80px;
    background: linear-gradient(180deg, #f7f5fc 0%, #fff 100%)
}

.abt .two-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px
}

.abt .feat-outer {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt .feat-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.abt .feat-card:hover {
    transform: scale(0.97);
    box-shadow: 1px 3px 2px 0 #574f7e0f
}

.abt .feat-card--sym {
    background: #fff
}

.abt .feat-card--sym:hover~.feat-card--sym {
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.abt .feat-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(180deg, #EFD6ED 0%, #efd6ed00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0
}

.abt .feat-icon svg {
    width: 20px;
    height: 20px
}

.abt .feat-h {
    font-size: 14px;
    line-height: 1.1;
    color: #574F7E;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: .04em
}

.abt .feat-p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5270
}

.abt .feat-center {
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    border-radius: 14px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 1px 10px 48px 0 #574f7e1c;
    position: relative;
    overflow: hidden
}

.abt .feat-center::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #efd6ed21;
    pointer-events: none
}

.abt .feat-center-img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    flex-shrink: 0
}

.abt .feat-center-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    mix-blend-mode: luminosity;
    transition: mix-blend-mode .5s cubic-bezier(0.22, 1, 0.36, 1), filter .5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: brightness(1.1)
}

.abt .feat-center:hover .feat-center-img img {
    mix-blend-mode: normal;
    filter: brightness(1)
}

.abt .feat-center-h {
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -.01em
}

.abt .feat-center-p {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffffd9
}

.abt .zigzag-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px
}

.abt .zigzag-row--rev {
    flex-direction: row-reverse
}

.abt .zz-img {
    flex: 0 0 340px;
    height: 260px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.abt .zz-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1);
    filter: saturate(0.75)
}

.abt .zz-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #574f7e2e;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
    transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt .zz-img:hover::before {
    opacity: 0
}

.abt .zz-img:hover img {
    filter: saturate(1)
}

.abt .zz-txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt .zz-h {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 8px
}

.abt .zz-p {
    font-size: 14px;
    line-height: 1.6;
    color: #3d3650
}

.abt .team-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    margin-top: 40px
}

.abt .team-portrait {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 1px 7px 18px 0 #574f7e17
}

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

.abt .team-meta {
    flex: 1
}

.abt .team-name {
    font-size: 14px;
    font-weight: 700;
    color: #574F7E;
    letter-spacing: .04em;
    margin-bottom: 8px
}

.abt .team-role {
    font-size: 14px;
    color: #ABA5BF;
    line-height: 1.6
}

.abt .team-quote {
    font-size: 14px;
    line-height: 1.6;
    color: #3d3650;
    max-width: 480px;
    border-left: none;
    padding-left: 0;
    font-style: italic
}

.abt .sec-two-head {
    margin-bottom: 40px
}

.abt .sec-two-h {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

.abt .sec-two-lead {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5270;
    max-width: 560px
}

.abt .load-anim {
    animation: settle .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

.abt .load-anim--delay {
    animation: settle .7s cubic-bezier(0.22, 1, 0.36, 1) .18s both
}

@keyframes settle {
    from {
        transform: scale(0.95);
        opacity: .6
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 1024px) {
    .abt .strip-body {
        padding: 40px 40px 40px 24px
    }

    .abt .strip-h1 {
        font-size: 54px
    }

    .abt .two-grid {
        grid-template-columns: 1fr
    }

    .abt .feat-center {
        order: -1
    }

    .abt .zigzag-row,
    .abt .zigzag-row--rev {
        flex-direction: column
    }

    .abt .zz-img {
        flex: 0 0 auto;
        width: 100%;
        height: 220px
    }
}

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

    .abt .strip-img {
        width: 100%;
        height: 180px;
        border-radius: 14px 14px 0 0
    }

    .abt .strip-body {
        border-radius: 0 0 14px 14px;
        padding: 40px 24px
    }

    .abt .strip-h1 {
        font-size: 28px
    }

    .abt .strip-lead {
        font-size: 14px
    }

    .abt .sec-two-h {
        font-size: 28px
    }

    .abt .two-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt .team-strip {
        flex-direction: column;
        align-items: flex-start
    }

    .abt .team-quote {
        max-width: 100%
    }
}

@media (max-width: 320px) {
    .abt .pg-wrap {
        padding: 0 8px
    }

    .abt .strip-h1 {
        font-size: 28px
    }
}

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

.ct-us .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.ct-us .grad-text {
    background: linear-gradient(to bottom, #574F7E, #ABA5BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

::selection {
    background: #574F7E;
    color: #fff
}

.ct-us .opener {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f5f3f9, #fff);
    position: relative
}

.ct-us .opener__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

.ct-us .opener__left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .opener__num {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 800;
    color: #EFD6ED;
    display: block;
    user-select: none
}

.ct-us .opener__h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    font-weight: 700;
    margin: 0
}

.ct-us .opener__sub {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    max-width: 340px;
    margin: 0
}

.ct-us .opener__arrows {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px
}

.ct-us .opener__arr {
    width: 38px;
    height: 8px;
    border-radius: 38px;
    background: #EFD6ED;
    transition: width .5s cubic-bezier(0.22, 1, 0.36, 1), background .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .opener__arr:first-child {
    width: 80px;
    background: #574F7E
}

.ct-us .opener__right {
    flex: 1 1 0;
    position: relative
}

.ct-us .opener__img-wrap {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.ct-us .opener__img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1);
    filter: sepia(18%) saturate(120%) brightness(0.95)
}

.ct-us .opener__img-wrap:hover img {
    transform: scale(1.03);
    filter: sepia(0%) saturate(100%) brightness(1)
}

.ct-us .opener__img-tint {
    position: absolute;
    inset: 0;
    background: #574f7e38;
    border-radius: 14px;
    transition: opacity .5s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

.ct-us .opener__img-wrap:hover .opener__img-tint {
    opacity: 0
}

.ct-us .opener__grain {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    pointer-events: none;
    opacity: .06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px
}

.ct-us .opener__badge {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: #574F7E;
    color: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 160px
}

.ct-us .opener__badge-num {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700
}

.ct-us .opener__badge-label {
    font-size: 14px;
    line-height: 1.6;
    color: #EFD6ED
}

.ct-us .divider-band {
    height: 80px;
    background: linear-gradient(to bottom, #fff 0%, #EFD6ED44 50%, #fff 100%);
    filter: blur(2px)
}

.ct-us .reach {
    padding: 80px 0;
    background: #fff
}

.ct-us .reach__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.ct-us .reach__card {
    border-radius: 14px;
    padding: 40px 24px;
    background: #f5f3f9;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.ct-us .reach__card:hover {
    transform: scale(0.97);
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.ct-us .reach__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    flex-shrink: 0
}

.ct-us .reach__label {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600
}

.ct-us .reach__val {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #574F7E;
    letter-spacing: -.5px
}

.ct-us .reach__val a {
    color: #574F7E;
    text-decoration: none;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .reach__val a:hover {
    color: #ABA5BF;
    text-decoration: underline
}

.ct-us .reach__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0
}

.ct-us .reach__accent {
    background: #574F7E
}

.ct-us .reach__accent .reach__label,
.ct-us .reach__accent .reach__desc {
    color: #EFD6ED
}

.ct-us .reach__accent .reach__val {
    color: #fff
}

.ct-us .reach__accent .reach__val a {
    color: #fff
}

.ct-us .reach__accent .reach__val a:hover {
    color: #EFD6ED
}

.ct-us .divider-clip {
    height: 60px;
    background: linear-gradient(to bottom, #fff, #f5f3f9);
    clip-path: ellipse(80% 100% at 50% 0%)
}

.ct-us .form-sec {
    padding: 80px 0;
    background: #f5f3f9;
    position: relative
}

.ct-us .form-sec__bg-sym {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 220px;
    line-height: 1;
    color: #EFD6ED;
    opacity: .4;
    font-weight: 700;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    overflow: hidden;
    max-width: 260px
}

.ct-us .form-sec__inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 80px;
    position: relative;
    z-index: 1
}

.ct-us .form-sec__sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ct-us .form-sec__sidebar-h {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    letter-spacing: -.5px
}

.ct-us .form-sec__sidebar-p {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0
}

.ct-us .form-sec__meta {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .form-sec__meta-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .form-sec__meta-lbl {
    font-size: 14px;
    color: #ABA5BF;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ct-us .form-sec__meta-val {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E
}

.ct-us .form-sec__meta-val a {
    color: #574F7E;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .form-sec__meta-val a:hover {
    color: #ABA5BF;
    text-decoration: underline
}

.ct-us .frm {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .frm__row {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.ct-us .frm__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0
}

.ct-us .frm__label {
    font-size: 14px;
    font-weight: 700;
    color: #574F7E;
    letter-spacing: .02em
}

.ct-us .frm__input {
    border: 2px solid #EFD6ED;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    background: #fff;
    outline: none;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    box-sizing: border-box
}

.ct-us .frm__input::placeholder {
    color: #ABA5BF;
    font-weight: 300
}

.ct-us .frm__input:focus {
    border-color: #574F7E;
    box-shadow: inset 0 1px 2px #574f7e14 1px 3px 2px 0 #574f7e0f
}

.ct-us .frm__checks-h {
    font-size: 14px;
    font-weight: 700;
    color: #574F7E
}

.ct-us .frm__checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.ct-us .frm__check {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 14px;
    border-radius: 8px;
    border: 2px solid #EFD6ED;
    background: #fff;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .frm__check:hover {
    border-color: #ABA5BF;
    background: #f5f3f9
}

.ct-us .frm__check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #574F7E;
    flex-shrink: 0;
    cursor: pointer
}

.ct-us .frm__check-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E
}

.ct-us .frm__privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 24px;
    background: #f5f3f9;
    border-radius: 8px
}

.ct-us .frm__privacy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #574F7E;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer
}

.ct-us .frm__privacy-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E
}

.ct-us .frm__privacy-txt a {
    color: #574F7E;
    font-weight: 700;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .frm__privacy-txt a:hover {
    color: #ABA5BF
}

.ct-us .frm__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #574F7E;
    color: #fff;
    border: none;
    border-radius: 38px;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1);
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.ct-us .frm__submit:hover {
    background: #ABA5BF;
    transform: scale(0.97);
    box-shadow: 1px 3px 2px 0 #574f7e0f
}

.ct-us .frm__submit:active {
    transform: scale(0.95)
}

.ct-us .frm__submit:focus-visible {
    outline: 3px solid #574F7E;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .ct-us .opener__inner {
        gap: 40px
    }

    .ct-us .form-sec__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ct-us .form-sec__bg-sym {
        display: none
    }

    .ct-us .reach__grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .ct-us .pg-wrap {
        padding: 0 24px
    }

    .ct-us .opener {
        padding: 40px 0
    }

    .ct-us .opener__inner {
        flex-direction: column;
        gap: 40px
    }

    .ct-us .opener__h1 {
        font-size: 28px
    }

    .ct-us .opener__num {
        font-size: 54px
    }

    .ct-us .opener__badge {
        bottom: -8px;
        left: 8px
    }

    .ct-us .reach {
        padding: 40px 0
    }

    .ct-us .reach__grid {
        grid-template-columns: 1fr
    }

    .ct-us .form-sec {
        padding: 40px 0
    }

    .ct-us .frm {
        padding: 24px
    }

    .ct-us .frm__row {
        flex-direction: column
    }

    .ct-us .frm__checks {
        grid-template-columns: 1fr
    }
}

@media (max-width: 320px) {
    .ct-us .pg-wrap {
        padding: 0 8px
    }

    .ct-us .opener__h1 {
        font-size: 28px
    }

    .ct-us .frm__submit {
        width: 100%
    }
}

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

.frst .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px
}

.frst .grad-txt {
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frst ::selection {
    background: #574F7E;
    color: #fff
}

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

.frst .ttl-band {
    background: #fff;
    padding: 40px 0 24px;
    position: relative
}

.frst .ttl-band__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.frst .ttl-band__text {
    flex: 1 1 0;
    min-width: 0
}

.frst .ttl-band__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .08em;
    color: #574F7E;
    background: #EFD6ED;
    border-radius: 5px;
    padding: 8px 24px;
    margin-bottom: 24px;
    font-weight: 600
}

.frst .ttl-band__h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frst .ttl-band__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3550;
    max-width: 520px;
    margin: 0
}

.frst .ttl-band__img-col {
    flex: 0 0 320px;
    position: relative
}

.frst .ttl-band__card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    position: relative
}

.frst .ttl-band__card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: saturate(0.9)
}

.frst .ttl-band__card:hover img {
    transform: scale(0.97);
    filter: saturate(1.1)
}

.frst .ttl-band__deco {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 0
}

.frst .ttl-band__deco svg {
    width: 100%;
    height: 100%
}

.frst .curr-sec {
    background: linear-gradient(180deg, #f7f4fb 0%, #fff 100%);
    padding: 80px 0 40px
}

.frst .curr-sec__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 40px
}

.frst .curr-sec__hd {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 8px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frst .curr-sec__sub {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    max-width: 480px;
    margin: 0
}

.frst .c-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: default
}

.frst .c-card:hover {
    transform: scale(1.03);
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.frst .c-card__num {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 700;
    margin-bottom: 8px;
    display: block
}

.frst .c-card__num .int {
    color: #574F7E
}

.frst .c-card__num .frac {
    color: #ABA5BF;
    font-size: 28px
}

.frst .c-card__label {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    display: block;
    margin-bottom: 8px;
    font-weight: 600
}

.frst .c-card__body {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5470;
    margin: 0
}

.frst .c-card--accent {
    background: #574F7E
}

.frst .c-card--accent .c-card__label {
    color: #EFD6ED
}

.frst .c-card--accent .c-card__body {
    color: #d4ceea
}

.frst .c-card--accent .c-card__num .int {
    color: #EFD6ED
}

.frst .c-card--accent .c-card__num .frac {
    color: #ABA5BF
}

.frst .supp-sec {
    background: #fff;
    padding: 40px 0
}

.frst .supp-sec__inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.frst .supp-sec__img-col {
    flex: 0 0 380px;
    position: relative
}

.frst .supp-sec__img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    position: relative
}

.frst .supp-sec__img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.frst .supp-sec__img-wrap:hover img {
    transform: scale(0.97)
}

.frst .supp-sec__overlay {
    position: absolute;
    inset: 0;
    background: #574f7e00;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 14px;
    display: flex;
    align-items: flex-end;
    padding: 24px
}

.frst .supp-sec__img-wrap:hover .supp-sec__overlay {
    background: #574f7eb8
}

.frst .supp-sec__overlay-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #EFD6ED;
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.frst .supp-sec__img-wrap:hover .supp-sec__overlay-txt {
    opacity: 1
}

.frst .supp-sec__text {
    flex: 1 1 0;
    min-width: 0
}

.frst .supp-sec__hd {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frst .supp-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frst .supp-items__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px
}

.frst .supp-items__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #EFD6ED;
    display: flex;
    align-items: center;
    justify-content: center
}

.frst .supp-items__icon svg {
    width: 20px;
    height: 20px
}

.frst .supp-items__body {
    flex: 1 1 0
}

.frst .supp-items__ttl {
    font-size: 14px;
    font-weight: 700;
    color: #574F7E;
    margin: 0 0 8px;
    line-height: 1.1
}

.frst .supp-items__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5470;
    margin: 0
}

.frst .comm-sec {
    padding: 80px 0;
    position: relative;
    background: #f7f4fb
}

.frst .comm-sec__bg {
    position: absolute;
    inset: 0;
    background-image: url(./stock_photos/BACKDROP_0012.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .08;
    pointer-events: none
}

.frst .comm-sec__inner {
    position: relative;
    z-index: 1
}

.frst .comm-sec__top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px
}

.frst .comm-sec__hd {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 8px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frst .comm-sec__sub {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    max-width: 400px;
    margin: 0
}

.frst .comm-sec__stat {
    text-align: right;
    flex-shrink: 0
}

.frst .comm-sec__stat-num {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.03em
}

.frst .comm-sec__stat-num .int {
    color: #574F7E
}

.frst .comm-sec__stat-num .frac {
    color: #ABA5BF;
    font-size: 28px
}

.frst .comm-sec__stat-lbl {
    font-size: 14px;
    color: #574F7E;
    line-height: 1.6
}

.frst .profiles-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.frst .prof-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    flex: 1 1 280px;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.frst .prof-card:hover {
    box-shadow: 1px 7px 18px 0 #574f7e17;
    transform: scale(0.97)
}

.frst .prof-card__portrait {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 1px 3px 2px 0 #574f7e0f
}

.frst .prof-card__portrait img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
    display: block
}

.frst .prof-card__info {
    flex: 1 1 0
}

.frst .prof-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #574F7E;
    margin: 0 0 8px;
    line-height: 1.1
}

.frst .prof-card__role {
    font-size: 14px;
    color: #ABA5BF;
    margin: 0 0 8px;
    line-height: 1.6
}

.frst .prof-card__quote {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5470;
    margin: 0
}

.frst .comm-sec__context {
    margin-top: 40px;
    background: #574F7E;
    border-radius: 14px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.frst .comm-sec__ctx-txt {
    flex: 1 1 0
}

.frst .comm-sec__ctx-hd {
    font-size: 28px;
    line-height: 1.1;
    color: #EFD6ED;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.frst .comm-sec__ctx-body {
    font-size: 14px;
    line-height: 1.6;
    color: #d4ceea;
    margin: 0
}

.frst .comm-sec__ctx-img {
    flex: 0 0 200px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.frst .comm-sec__ctx-img img {
    width: 200px;
    height: 140px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.frst .comm-sec__ctx-img:hover img {
    transform: scale(0.97)
}

.frst .rep-sec {
    background: #fff;
    padding: 80px 0
}

.frst .rep-sec__layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: start
}

.frst .rep-sec__lead {
    grid-column: 1 / 3
}

.frst .rep-sec__hd {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frst .rep-sec__body {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5470;
    margin: 0 0 24px
}

.frst .rep-ref {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frst .rep-ref__item {
    border-radius: 8px;
    padding: 24px;
    background: #f7f4fb;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    transition: box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.frst .rep-ref__item:hover {
    box-shadow: 1px 7px 18px 0 #574f7e17;
    transform: scale(0.97)
}

.frst .rep-ref__org {
    font-size: 14px;
    font-weight: 700;
    color: #574F7E;
    margin: 0 0 8px;
    line-height: 1.1
}

.frst .rep-ref__detail {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5470;
    margin: 0
}

.frst .rep-sec__right {
    grid-column: 3 / 5;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frst .rep-badge {
    border-radius: 14px;
    padding: 24px;
    background: #EFD6ED;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.frst .rep-badge:hover {
    transform: scale(0.97)
}

.frst .rep-badge__title {
    font-size: 14px;
    font-weight: 700;
    color: #574F7E;
    margin: 0 0 8px;
    line-height: 1.1
}

.frst .rep-badge__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0
}

.frst .rep-sec__accent {
    grid-column: 4 / 5;
    grid-row: 1 / 2
}

.frst .rep-accent-box {
    background: #574F7E;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.frst .rep-accent-box__num {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.03em;
    display: block;
    margin-bottom: 8px
}

.frst .rep-accent-box__num .int {
    color: #EFD6ED
}

.frst .rep-accent-box__num .frac {
    color: #ABA5BF;
    font-size: 28px
}

.frst .rep-accent-box__lbl {
    font-size: 14px;
    line-height: 1.6;
    color: #d4ceea
}

@media (max-width: 1024px) {
    .frst .curr-sec__grid {
        grid-template-columns: 1fr 1fr
    }

    .frst .rep-sec__layout {
        grid-template-columns: 1fr 1fr
    }

    .frst .rep-sec__lead {
        grid-column: 1 / 3
    }

    .frst .rep-sec__right {
        grid-column: 1 / 3;
        flex-direction: row;
        flex-wrap: wrap
    }

    .frst .rep-sec__accent {
        grid-column: auto;
        grid-row: auto
    }

    .frst .ttl-band__img-col {
        flex: 0 0 260px
    }

    .frst .ttl-band__h1 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .frst .ttl-band__inner {
        flex-direction: column;
        gap: 24px
    }

    .frst .ttl-band__img-col {
        flex: none;
        width: 100%
    }

    .frst .ttl-band__h1 {
        font-size: 28px
    }

    .frst .ttl-band__deco {
        display: none
    }

    .frst .curr-sec__grid {
        grid-template-columns: 1fr
    }

    .frst .supp-sec__inner {
        flex-direction: column
    }

    .frst .supp-sec__img-col {
        flex: none;
        width: 100%
    }

    .frst .comm-sec__top {
        flex-direction: column;
        align-items: flex-start
    }

    .frst .comm-sec__stat {
        text-align: left
    }

    .frst .comm-sec__context {
        flex-direction: column;
        padding: 24px
    }

    .frst .comm-sec__ctx-img {
        flex: none;
        width: 100%
    }

    .frst .comm-sec__ctx-img img {
        width: 100%;
        height: 160px
    }

    .frst .rep-sec__layout {
        grid-template-columns: 1fr
    }

    .frst .rep-sec__lead {
        grid-column: 1 / 2
    }

    .frst .rep-sec__right {
        grid-column: 1 / 2;
        flex-direction: column
    }

    .frst .rep-sec__accent {
        grid-column: auto
    }

    .frst .profiles-row {
        flex-direction: column
    }
}

@media (max-width: 320px) {
    .frst .ttl-band__h1 {
        font-size: 28px
    }

    .frst .pg-wrap {
        padding: 0 8px
    }
}

.spk {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.spk .lead {
    padding: 80px 40px;
    background: linear-gradient(180deg, #f5f0f9 0%, #fff 100%);
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 40px;
    align-items: end;
    position: relative
}

.spk .lead__accent {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #EFD6ED;
    letter-spacing: -3px;
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: 24px;
    left: 40px;
    opacity: .55
}

.spk .lead__left {
    position: relative;
    z-index: 1
}

.spk .lead__tag {
    display: inline-block;
    background: #574F7E;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .08em;
    padding: 8px 24px;
    border-radius: 5px;
    margin-bottom: 24px
}

.spk .lead__right {
    position: relative;
    z-index: 1
}

.spk .lead__h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.spk .lead__sub {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    max-width: 480px;
    margin: 0
}

.spk .lead__divider {
    width: 100%;
    height: 32px;
    overflow: hidden;
    line-height: 0
}

.spk .lead__divider svg {
    display: block;
    width: 100%
}

.spk .posts {
    padding: 80px 40px;
    background: #fff
}

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

.spk .card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .card:hover {
    transform: scale(0.97);
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.spk .card__img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden
}

.spk .card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: saturate(0.6) brightness(0.9)
}

.spk .card__img-wrap:hover img {
    filter: saturate(1) brightness(1)
}

.spk .card__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #574f7e2e 0%, transparent 100%);
    pointer-events: none
}

.spk .card__tag {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #574F7E;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 24px;
    border-radius: 5px
}

.spk .card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px
}

.spk .card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.spk .card__author {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF
}

.spk .card__dot {
    width: 4px;
    height: 4px;
    border-radius: 38px;
    background: #EFD6ED;
    flex-shrink: 0
}

.spk .card__date {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF
}

.spk .card__readtime {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF;
    margin-left: auto
}

.spk .card__h {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.5px;
    margin: 8px 0 0;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.spk .card__subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0;
    font-style: italic
}

.spk .card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0;
    flex: 1
}

.spk .card__foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px
}

.spk .card__likes {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF
}

.spk .card__likes-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.spk .card__link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    text-decoration: underline;
    text-decoration-color: #EFD6ED;
    border-radius: 5px;
    padding: 8px 24px;
    background: #EFD6ED;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .card__link:hover {
    background: #574F7E;
    color: #fff;
    text-decoration-color: #574F7E
}

.spk .chevron-divider {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.spk .chevron-divider svg {
    display: block;
    width: 100%
}

.spk .metrics {
    padding: 80px 40px;
    background: #2d2545;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 40px;
    align-items: center;
    position: relative
}

.spk .metrics__curl {
    position: absolute;
    bottom: 24px;
    right: 40px;
    width: 80px;
    height: 80px;
    opacity: .08;
    pointer-events: none
}

.spk .metrics__left h2 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #EFD6ED 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.spk .metrics__left p {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF;
    margin: 0
}

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

.spk .met-item {
    background: #574f7e47;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spk .met-item__num {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #EFD6ED;
    font-weight: 700
}

.spk .met-item__label {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF
}

.spk .checklist-sec {
    padding: 80px 40px;
    background: linear-gradient(180deg, #f5f0f9 0%, #fff 100%)
}

.spk .checklist-sec h2 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 0 0 40px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 640px
}

.spk .checklist-wrap {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
    align-items: start
}

.spk .checklist {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spk .chk-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    transition: box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .chk-item:hover {
    transform: scale(0.97);
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.spk .chk-item__box {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 2px solid #ABA5BF;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFD6ED
}

.spk .chk-item__box svg {
    display: block
}

.spk .chk-item__text {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    flex: 1
}

.spk .progress-panel {
    background: #574F7E;
    border-radius: 14px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.spk .progress-panel h4 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.5px;
    color: #EFD6ED;
    margin: 0
}

.spk .progress-panel p {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF;
    margin: 0
}

.spk .prog-bar-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spk .prog-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.6;
    color: #EFD6ED
}

.spk .prog-bar {
    width: 100%;
    height: 8px;
    background: #aba5bf40;
    border-radius: 38px;
    overflow: hidden
}

.spk .prog-bar__fill {
    height: 100%;
    border-radius: 38px;
    background: linear-gradient(90deg, #EFD6ED 0%, #ABA5BF 100%);
    transition: width .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .img-sec {
    padding: 80px 40px;
    background: #fff;
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 40px;
    align-items: center
}

.spk .img-sec__visual {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 10px 48px 0 #574f7e1c;
    position: relative;
    height: 420px
}

.spk .img-sec__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.92);
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .img-sec__visual:hover img {
    filter: saturate(1) brightness(1)
}

.spk .img-sec__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #574f7e38 0%, transparent 60%);
    pointer-events: none
}

.spk .img-sec__text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.spk .img-sec__text h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.5px;
    margin: 0;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.spk .img-sec__text p {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0
}

.spk .img-sec__cta {
    display: inline-block;
    background: #574F7E;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 24px;
    border-radius: 8px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.spk .img-sec__cta:hover {
    background: #ABA5BF;
    transform: scale(0.97)
}

@media (max-width: 1024px) {
    .spk .lead {
        grid-template-columns: 1fr;
        padding: 80px 24px
    }

    .spk .posts__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .spk .metrics {
        grid-template-columns: 1fr;
        padding: 80px 24px
    }

    .spk .metrics__right {
        grid-template-columns: repeat(3, 1fr)
    }

    .spk .checklist-wrap {
        grid-template-columns: 1fr
    }

    .spk .img-sec {
        grid-template-columns: 1fr;
        padding: 80px 24px
    }

    .spk .img-sec__visual {
        height: 320px
    }
}

@media (max-width: 768px) {
    .spk .posts {
        padding: 80px 24px
    }

    .spk .posts__grid {
        grid-template-columns: 1fr
    }

    .spk .metrics__right {
        grid-template-columns: 1fr
    }

    .spk .checklist-sec {
        padding: 80px 24px
    }

    .spk .lead__h1 {
        font-size: 54px
    }

    .spk .metrics__left h2 {
        font-size: 54px
    }
}

@media (max-width: 320px) {
    .spk .lead__h1 {
        font-size: 28px
    }

    .spk .lead__accent {
        font-size: 54px
    }

    .spk .met-item__num {
        font-size: 28px
    }
}

.lp-prog {
    background: #fff;
    overflow-x: hidden
}

.lp-prog .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.lp-prog .grad-text {
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog ::selection {
    background: linear-gradient(90deg, #574F7E, #ABA5BF);
    color: #fff
}

.lp-prog input::placeholder,
.lp-prog textarea::placeholder {
    font-weight: 300;
    color: #ABA5BF
}

.lp-prog .tb {
    padding: 80px 0 40px;
    background: #fff
}

.lp-prog .tb__strip {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.lp-prog .tb__img-col {
    flex: 0 0 320px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 280px
}

.lp-prog .tb__img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lp-prog .tb__img-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #574f7e8c 0%, transparent 60%);
    pointer-events: none
}

.lp-prog .tb__deco {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 60px;
    height: 60px;
    pointer-events: none
}

.lp-prog .tb__deco svg {
    width: 100%;
    height: 100%;
    opacity: .22
}

.lp-prog .tb__text-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.lp-prog .tb__eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    color: #ABA5BF;
    text-transform: uppercase;
    line-height: 1.6
}

.lp-prog .tb__h1 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0;
    color: #574F7E
}

.lp-prog .tb__h1 span {
    display: block
}

.lp-prog .tb__h1 .line--md {
    font-size: 54px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .tb__h1 .line--lg {
    font-size: 70px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .tb__sub {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    max-width: 480px;
    margin: 0
}

.lp-prog .tb__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EFD6ED;
    border-radius: 5px;
    padding: 8px 24px;
    font-size: 14px;
    color: #574F7E;
    font-weight: 600;
    letter-spacing: .04em;
    width: fit-content
}

.lp-prog .div--double {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 40px;
    max-width: 1320px;
    margin: 0 auto
}

.lp-prog .div--double span {
    display: block;
    height: 1px;
    background: #EFD6ED
}

.lp-prog .cur {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff 0%, #f5f3f9 100%);
    position: relative
}

.lp-prog .cur__diag {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    pointer-events: none;
    overflow: hidden
}

.lp-prog .cur__diag svg {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .07
}

.lp-prog .cur__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.lp-prog .cur__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 80px
}

.lp-prog .cur__label {
    font-size: 14px;
    color: #ABA5BF;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 8px
}

.lp-prog .cur__h2 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .cur__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0
}

.lp-prog .cur__bars {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-prog .cur__bar-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .cur__bar-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #574F7E;
    line-height: 1.6
}

.lp-prog .cur__bar-labels span:last-child {
    color: #ABA5BF
}

.lp-prog .cur__bar-track {
    height: 8px;
    background: #EFD6ED;
    border-radius: 5px;
    overflow: hidden
}

.lp-prog .cur__bar-fill {
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #574F7E, #ABA5BF);
    transform-origin: left;
    animation: barIn .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

.lp-prog .cur__bar-fill--b {
    animation-delay: .1s
}

.lp-prog .cur__bar-fill--c {
    animation-delay: .2s
}

.lp-prog .cur__bar-fill--d {
    animation-delay: .3s
}

@keyframes barIn {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.lp-prog .cur__bar-sub {
    font-size: 14px;
    color: #ABA5BF;
    line-height: 1.6;
    margin: 0
}

.lp-prog .cur__modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.lp-prog .cur__mod {
    background: #fff;
    border-radius: 14px;
    padding: 40px 24px;
    box-shadow: 1px 7px 18px 0 #574f7e17;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    animation: modAppear .6s cubic-bezier(0.22, 1, 0.36, 1) both
}

.lp-prog .cur__mod:nth-child(1) {
    animation-delay: .05s
}

.lp-prog .cur__mod:nth-child(2) {
    animation-delay: .15s
}

.lp-prog .cur__mod:nth-child(3) {
    animation-delay: .25s
}

.lp-prog .cur__mod:nth-child(4) {
    animation-delay: .35s
}

.lp-prog .cur__mod:nth-child(5) {
    animation-delay: .45s
}

.lp-prog .cur__mod:nth-child(6) {
    animation-delay: .55s
}

@keyframes modAppear {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.lp-prog .cur__mod:hover {
    transform: scale(0.97);
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.lp-prog .cur__mod-num {
    font-size: 14px;
    color: #ABA5BF;
    letter-spacing: .08em;
    line-height: 1.6
}

.lp-prog .cur__mod-h {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .cur__mod-p {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0
}

.lp-prog .cur__mod-check {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.lp-prog .cur__mod-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #574F7E;
    line-height: 1.6
}

.lp-prog .cur__mod-item .chk {
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.lp-prog .team {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.lp-prog .team__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.lp-prog .team__layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.lp-prog .team__sticky {
    position: sticky;
    top: 40px
}

.lp-prog .team__h2 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .team__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0
}

.lp-prog .team__cards {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.lp-prog .team__card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 40px;
    border-radius: 14px;
    background: #f5f3f9;
    box-shadow: 1px 3px 2px 0 #574f7e0f;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .team__card:hover {
    transform: scale(0.97);
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.lp-prog .team__portrait {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 0;
    position: relative
}

.lp-prog .team__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: saturate(0.6)
}

.lp-prog .team__portrait:hover img {
    filter: saturate(1)
}

.lp-prog .team__portrait-overlay {
    position: absolute;
    inset: 0;
    background: #574f7e2e;
    transition: opacity .5s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

.lp-prog .team__card:hover .team__portrait-overlay {
    opacity: 0
}

.lp-prog .team__bio {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .team__name {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0;
    background: linear-gradient(180deg, #574F7E 0%, #ABA5BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lp-prog .team__role {
    font-size: 14px;
    color: #ABA5BF;
    letter-spacing: .06em;
    line-height: 1.6
}

.lp-prog .team__quote {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0;
    font-style: italic
}

.lp-prog .fmt {
    padding: 80px 0;
    background: #574F7E;
    position: relative
}

.lp-prog .fmt__bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

.lp-prog .fmt__bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .18
}

.lp-prog .fmt__overlay {
    position: absolute;
    inset: 0;
    background: #574f7ee0;
    pointer-events: none;
    z-index: 1
}

.lp-prog .fmt__inner {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.lp-prog .fmt__top {
    margin-bottom: 80px;
    max-width: 600px
}

.lp-prog .fmt__h2 {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    color: #EFD6ED
}

.lp-prog .fmt__sub {
    font-size: 14px;
    line-height: 1.6;
    color: #efd6edbf;
    margin: 0
}

.lp-prog .fmt__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 80px
}

.lp-prog .fmt__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 40px 24px;
    border-radius: 14px;
    background: #efd6ed14;
    border: 1px solid #efd6ed2e;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .fmt__item:hover {
    background: #efd6ed26;
    transform: scale(0.97)
}

.lp-prog .fmt__item-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px
}

.lp-prog .fmt__item-h {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0;
    color: #EFD6ED
}

.lp-prog .fmt__item-p {
    font-size: 14px;
    line-height: 1.6;
    color: #efd6edbf;
    margin: 0
}

.lp-prog .fmt__cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.lp-prog .fmt__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px 40px;
    border-radius: 38px;
    background: #EFD6ED;
    color: #574F7E;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: transform .4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 1px 7px 18px 0 #574f7e17;
    text-decoration: none
}

.lp-prog .fmt__btn:hover {
    transform: scale(0.97);
    box-shadow: 1px 10px 48px 0 #574f7e1c
}

.lp-prog .fmt__btn:focus {
    outline: 2px solid #EFD6ED;
    outline-offset: 3px
}

.lp-prog .fmt__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 38px;
    background: #574f7e14;
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .fmt__btn:active::after {
    opacity: 1
}

.lp-prog .fmt__btn--sec {
    background: transparent;
    color: #EFD6ED;
    border: 1px solid #efd6ed66;
    box-shadow: none
}

.lp-prog .fmt__btn--sec:hover {
    background: #efd6ed14
}

.lp-prog .fmt__note {
    font-size: 14px;
    line-height: 1.6;
    color: #efd6ed8c;
    margin: 0
}

.lp-prog .h-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default
}

.lp-prog .h-slide__main,
.lp-prog .h-slide__alt {
    display: block;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), opacity .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-prog .h-slide__alt {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    opacity: 0;
    white-space: nowrap
}

.lp-prog .h-slide:hover .h-slide__main {
    transform: translateY(-100%);
    opacity: 0
}

.lp-prog .h-slide:hover .h-slide__alt {
    transform: translateY(0);
    opacity: 1
}

@media (max-width: 1024px) {
    .lp-prog .tb__strip {
        flex-direction: column;
        gap: 24px
    }

    .lp-prog .tb__img-col {
        flex: 0 0 220px;
        min-height: 220px
    }

    .lp-prog .tb__h1 .line--lg {
        font-size: 54px
    }

    .lp-prog .cur__top {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lp-prog .cur__modules {
        grid-template-columns: repeat(2, 1fr)
    }

    .lp-prog .fmt__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lp-prog .team__layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lp-prog .team__sticky {
        position: static
    }
}

@media (max-width: 768px) {

    .lp-prog .tb__strip,
    .lp-prog .cur__inner,
    .lp-prog .team__inner,
    .lp-prog .fmt__inner {
        padding: 0 24px
    }

    .lp-prog .div--double {
        padding: 0 24px
    }

    .lp-prog .tb {
        padding: 40px 0 24px
    }

    .lp-prog .cur,
    .lp-prog .team,
    .lp-prog .fmt {
        padding: 40px 0
    }

    .lp-prog .cur__top {
        margin-bottom: 40px
    }

    .lp-prog .cur__modules {
        grid-template-columns: 1fr
    }

    .lp-prog .fmt__grid {
        grid-template-columns: 1fr
    }

    .lp-prog .fmt__top {
        margin-bottom: 40px
    }

    .lp-prog .fmt__cta-row {
        flex-direction: column;
        align-items: flex-start
    }

    .lp-prog .tb__h1 {
        font-size: 28px
    }

    .lp-prog .tb__h1 .line--md {
        font-size: 28px
    }

    .lp-prog .tb__h1 .line--lg {
        font-size: 54px
    }

    .lp-prog .cur__h2,
    .lp-prog .team__h2,
    .lp-prog .fmt__h2 {
        font-size: 28px
    }

    .lp-prog .team__card {
        flex-direction: column;
        gap: 24px
    }

    .lp-prog .fmt__btn {
        padding: 24px
    }
}

@media (max-width: 320px) {

    .lp-prog .tb__strip,
    .lp-prog .cur__inner,
    .lp-prog .team__inner,
    .lp-prog .fmt__inner {
        padding: 0 8px
    }

    .lp-prog .div--double {
        padding: 0 8px
    }
}

.suc-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: linear-gradient(to bottom, #fff, #EFD6ED22)
}

.suc-page .suc-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 80px 40px;
    box-shadow: 1px 10px 48px 0 #574f7e1c;
    text-align: left
}

.suc-page .suc-card .suc__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 40px
}

.suc-page .suc-card .suc__icon svg {
    width: 100%;
    height: 100%
}

.suc-page .suc-card .suc__heading {
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    background: linear-gradient(to bottom, #574F7E, #ABA5BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.suc-page .suc-card .suc__sub {
    font-size: 14px;
    line-height: 1.6;
    color: #574F7E;
    margin: 0 0 40px;
    letter-spacing: .01em
}

.suc-page .suc-card .suc__divider {
    height: 1px;
    background: linear-gradient(to right, #EFD6ED, transparent);
    margin-bottom: 40px;
    border-radius: 5px
}

.suc-page .suc-card .suc__detail {
    font-size: 14px;
    line-height: 1.6;
    color: #ABA5BF;
    margin: 0 0 40px
}

.suc-page .suc-card .suc__detail strong {
    color: #574F7E;
    font-weight: 600
}

.suc-page .suc-card .suc__btn {
    display: inline-block;
    padding: 24px 40px;
    background: #574F7E;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: .04em;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 1px 7px 18px 0 #574f7e17
}

.suc-page .suc-card .suc__btn:hover {
    background: #ABA5BF;
    transform: scale(0.97);
    box-shadow: 1px 3px 2px 0 #574f7e0f
}

.suc-page .suc-card .suc__btn:focus {
    outline: 2px solid #574F7E;
    outline-offset: 4px
}

.suc-page .suc-card .suc__btn:active {
    transform: scale(0.95)
}

@media (max-width: 768px) {
    .suc-page {
        padding: 40px 24px
    }

    .suc-page .suc-card {
        padding: 40px 24px
    }

    .suc-page .suc-card .suc__heading {
        font-size: 28px
    }
}