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

*,
::before,
::after {
    content: none;
    box-sizing: border-box
}

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

.pg-head {
    position: relative;
    font-family: 'Source Serif Pro', Georgia, serif;
    background: #fff;
    overflow: hidden
}

.pg-head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #281595 0%, #5C57D6 55%, #B5B2E8 100%);
    z-index: 0
}

.pg-head::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -60px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #ffffff0d;
    pointer-events: none;
    z-index: 1
}

.hd-top {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 52px 0
}

.hd-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 0 12px
}

.hd-brand__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #ffffff1f;
    border-radius: 8px;
    border: 1px solid #ffffff47;
    box-shadow: 2px 3px 3px 1px #28159512 2px 6px 20px 1px #2815951a
}

.hd-brand__img-wrap img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain
}

.hd-addr {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.55;
    color: #ffffffc7;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    gap: 6px
}

.hd-addr .icon-location-pin {
    font-size: 13px;
    color: #B5B2E8;
    flex-shrink: 0
}

.hd-nav-bar {
    position: relative;
    z-index: 10;
    width: 100%;
    border-top: 1px solid #ffffff24;
    margin-top: 12px
}

.hd-nav-bar__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 52px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.hd-nav__item {
    position: relative
}

.hd-nav__lnk {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 24px;
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffffe0;
    text-decoration: none;
    letter-spacing: .01em;
    border-bottom: 3px solid transparent;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.2, 0.64, 1);
    white-space: nowrap;
    min-height: 44px
}

.hd-nav__lnk:hover,
.hd-nav__lnk:focus {
    color: #fff;
    border-bottom-color: #B5B2E8;
    outline: none;
    box-shadow: none
}

.hd-nav__lnk:focus-visible {
    box-shadow: 0 0 0 3px #b5b2e88c;
    border-radius: 3px
}

.hd-nav__item--sub:hover .hd-sub,
.hd-nav__item--sub:focus-within .hd-sub {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px)
}

.hd-nav__arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff9;
    border-bottom: 2px solid #fff9;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease-in-out;
    flex-shrink: 0
}

.hd-nav__item--sub:hover .hd-nav__arrow,
.hd-nav__item--sub:focus-within .hd-nav__arrow {
    transform: rotate(225deg) translateY(-2px)
}

.hd-sub {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 6px 20px 1px #2815951a 2px 9px 48px 1px #28159524;
    border: 1px solid #5c57d624;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .2s ease-in-out, transform .2s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 100;
    padding: 6px 0
}

.hd-sub::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent
}

.hd-sub__lnk {
    display: block;
    padding: 12px 24px;
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.55;
    color: #281595;
    text-decoration: none;
    font-weight: 400;
    transition: background .18s ease-in-out, color .18s ease-in-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.hd-sub__lnk:hover,
.hd-sub__lnk:focus {
    background: #f2f1fc;
    color: #5C57D6;
    outline: none
}

.hd-sub__lnk:focus-visible {
    box-shadow: inset 0 0 0 2px #5c57d666
}

@media (max-width: 992px) {
    .hd-top {
        padding: 24px 24px 0
    }

    .hd-nav-bar__inner {
        padding: 0 24px
    }

    .hd-nav__lnk {
        padding: 24px 12px;
        font-size: 14px
    }
}

@media (max-width: 576px) {
    .hd-top {
        padding: 24px 12px 0
    }

    .hd-nav-bar__inner {
        padding: 0 6px;
        flex-wrap: wrap
    }

    .hd-nav__lnk {
        padding: 12px 6px;
        font-size: 14px
    }

    .hd-addr {
        font-size: 14px;
        text-align: center
    }
}

.pg-foot {
    font-family: 'Source Serif Pro', Georgia, serif;
    background: #f4f3fb;
    box-shadow: 0 -2px 3px 1px #28159512 0 -6px 20px 1px #2815951a;
    padding: 52px 0 24px
}

.ft-grid {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 52px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 52px
}

.ft-col__brand {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ft-logo-wrap {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #5c57d633;
    box-shadow: 2px 3px 3px 1px #28159512;
    width: fit-content
}

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

.ft-brand__name {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    color: #281595;
    letter-spacing: -.01em
}

.ft-brand__desc {
    font-size: 14px;
    line-height: 1.55;
    color: #3d3a6e;
    letter-spacing: .01em
}

.ft-col__links {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ft-col__label {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #281595;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 6px
}

.ft-lnk {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.55;
    color: #3d3a6e;
    text-decoration: none;
    padding: 6px 0;
    transition: color .24s cubic-bezier(0.34, 1.2, 0.64, 1);
    min-height: 44px
}

.ft-lnk:hover,
.ft-lnk:focus {
    color: #5C57D6;
    outline: none
}

.ft-lnk:focus-visible {
    box-shadow: 0 0 0 3px #5c57d64d;
    border-radius: 3px
}

.ft-col__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ft-contact__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.55;
    color: #3d3a6e
}

.ft-contact__row .icon-location-pin,
.ft-contact__row .icon-phone,
.ft-contact__row .icon-envelope {
    font-size: 16px;
    color: #5C57D6;
    flex-shrink: 0;
    margin-top: 2px
}

.ft-contact__lnk {
    color: #3d3a6e;
    text-decoration: none;
    transition: color .24s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ft-contact__lnk:hover,
.ft-contact__lnk:focus {
    color: #5C57D6;
    outline: none
}

.ft-contact__lnk:focus-visible {
    box-shadow: 0 0 0 3px #5c57d64d;
    border-radius: 3px
}

.ft-divider {
    max-width: 1600px;
    margin: 52px auto 24px;
    padding: 0 52px;
    border: none;
    border-top: 1px solid #5c57d62e
}

.ft-bottom {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.ft-copy {
    font-size: 14px;
    line-height: 1.55;
    color: #6b6aaa;
    letter-spacing: .01em
}

@media (max-width: 992px) {
    .ft-grid {
        grid-template-columns: 1fr 1fr;
        padding: 0 24px;
        gap: 24px
    }

    .ft-divider,
    .ft-bottom {
        padding: 0 24px
    }
}

@media (max-width: 576px) {
    .ft-grid {
        grid-template-columns: 1fr;
        padding: 0 12px;
        gap: 24px
    }

    .ft-divider,
    .ft-bottom {
        padding: 0 12px
    }

    .pg-foot {
        padding: 24px 0 12px
    }
}

.ck-popup {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 1200;
    width: 380px;
    max-width: calc(100vw - 48px);
    background: #fff;
    border-radius: 14px;
    border: 1px solid #5c57d633;
    box-shadow: 2px 6px 20px 1px #2815951a 2px 9px 48px 1px #28159524;
    padding: 24px;
    font-family: 'Source Serif Pro', Georgia, serif
}

.ck-popup__desc {
    font-size: 14px;
    line-height: 1.55;
    color: #2a2660;
    margin-bottom: 12px
}

.ck-popup__hed {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #281595;
    margin-bottom: 6px
}

.ck-toggle-area {
    margin-bottom: 12px;
    border-top: 1px solid #5c57d624;
    padding-top: 12px
}

.ck-toggle-area[hidden] {
    display: none
}

.ck-pref-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.ck-pref-row__label {
    font-size: 14px;
    line-height: 1.55;
    color: #2a2660
}

.ck-switch {
    position: relative;
    width: 40px;
    height: 22px;
    flex-shrink: 0
}

.ck-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.ck-switch__track {
    position: absolute;
    inset: 0;
    background: #d4d2f0;
    border-radius: 40px;
    cursor: pointer;
    transition: background .22s ease-in-out
}

.ck-switch__track::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 40px;
    transition: transform .22s ease-in-out
}

.ck-switch input:checked+.ck-switch__track {
    background: #5C57D6
}

.ck-switch input:checked+.ck-switch__track::before {
    transform: translateX(18px)
}

.ck-switch input:focus-visible+.ck-switch__track {
    box-shadow: 0 0 0 3px #5c57d659
}

.ck-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px
}

.ck-btn {
    flex: 1;
    min-width: 80px;
    padding: 12px;
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid #5C57D6;
    background: transparent;
    color: #281595;
    cursor: pointer;
    text-align: center;
    min-height: 44px;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    position: relative;
    overflow: hidden
}

.ck-btn:hover,
.ck-btn:focus {
    background: #5C57D6;
    color: #fff;
    outline: none
}

.ck-btn:focus-visible {
    box-shadow: 0 0 0 3px #5c57d659
}

.ck-btn--settings {
    border-color: #B5B2E8;
    color: #5C57D6;
    font-weight: 400
}

.ck-btn--settings:hover,
.ck-btn--settings:focus {
    background: #B5B2E8;
    color: #281595
}

.policy-frame-eotm {
    max-width: 1600px;
    margin: 0 auto;
    padding: 52px 24px;
    color: #2a2a35;
    font-size: 16px;
    line-height: 1.55
}

.policy-frame-eotm strong,
.policy-frame-eotm b {
    font-weight: 700;
    color: #281595
}

.policy-frame-eotm em,
.policy-frame-eotm i {
    font-style: italic;
    color: #3d3a6b
}

.policy-frame-eotm hr {
    border: none;
    border-top: 2px solid #B5B2E8;
    margin: 52px 0;
    opacity: .5
}

.policy-frame-eotm div {
    margin-bottom: 24px
}

.policy-frame-eotm table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.35;
    box-shadow: 2px 6px 20px 1px #2815951a;
    border-radius: 8px;
    overflow: hidden
}

.policy-frame-eotm thead {
    background: #281595;
    color: #fff
}

.policy-frame-eotm thead th {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: left;
    color: #fff;
    border: none
}

.policy-frame-eotm tbody tr {
    border-bottom: 1px solid #B5B2E8;
    transition: background-color .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

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

.policy-frame-eotm tbody tr:nth-child(even) {
    background: #f4f3fc
}

.policy-frame-eotm tbody tr:hover {
    background: #eceaf8
}

.policy-frame-eotm td {
    padding: 12px 24px;
    color: #2a2a35;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.55
}

.policy-frame-eotm th {
    padding: 12px 24px
}

@media (max-width: 576px) {
    .policy-frame-eotm {
        padding: 24px 12px;
        font-size: 14px
    }

    .policy-frame-eotm table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .policy-frame-eotm thead th,
    .policy-frame-eotm td {
        padding: 12px;
        white-space: nowrap
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .policy-frame-eotm {
        padding: 52px 24px
    }
}

@media (min-width: 992px) {
    .policy-frame-eotm {
        padding: 52px 96px
    }
}

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

.evd .brd {
    padding: 12px 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #d4d2f0;
    background: #fff
}

.evd .brd__item {
    font-size: 14px;
    line-height: 1.35;
    color: #5C57D6;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evd .brd__item:hover {
    color: #281595
}

.evd .brd__sep {
    font-size: 14px;
    color: #B5B2E8;
    line-height: 1.35
}

.evd .brd__cur {
    font-size: 14px;
    color: #444;
    line-height: 1.35;
    letter-spacing: .02em
}

.evd .strip {
    position: relative;
    width: 100%;
    aspect-ratio: 16/4;
    overflow: hidden
}

.evd .strip__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.evd .strip__grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #281595d1 0%, #28159547 55%, transparent 100%);
    pointer-events: none
}

.evd .strip__circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.evd .strip__c1,
.evd .strip__c2,
.evd .strip__c3 {
    position: absolute;
    border-radius: 40px;
    border: 1.5px solid #b5b2e82e;
    background: transparent
}

.evd .strip__c1 {
    width: 220px;
    height: 220px;
    top: -60px;
    right: 8%
}

.evd .strip__c2 {
    width: 120px;
    height: 120px;
    top: 10px;
    right: 13%;
    border-color: #5c57d621
}

.evd .strip__c3 {
    width: 80px;
    height: 80px;
    bottom: 20px;
    left: 5%;
    border-color: #b5b2e81f
}

.evd .th {
    padding: 52px 52px 24px;
    background: #fff;
    border-bottom: 1px solid #e8e6f8
}

.evd .th__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.evd .th__badge {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .04em;
    color: #5C57D6;
    background: #f0effc;
    border-radius: 3px;
    padding: 6px 12px
}

.evd .th__views {
    font-size: 14px;
    color: #888;
    line-height: 1.35;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.evd .th__views svg {
    flex-shrink: 0
}

.evd .th__readtime {
    font-size: 14px;
    color: #888;
    line-height: 1.35;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.evd .th__h1 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 12px;
    color: #1a1650
}

.evd .th__h1 span:first-child {
    color: #281595
}

.evd .th__h1 span:last-child {
    color: #2e2a6e
}

.evd .th__accent {
    display: inline-block;
    font-size: 19px;
    line-height: 1.55;
    color: #5C57D6;
    font-style: italic;
    border-bottom: 2px solid #B5B2E8;
    padding-bottom: 6px
}

.evd .body-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 52px;
    padding: 52px;
    background: #f5f4fd;
    align-items: start
}

.evd .desc {
    min-width: 0
}

.evd .desc__body {
    font-size: 16px;
    line-height: 1.55;
    color: #2a2650
}

.evd .desc__body p {
    margin: 0 0 24px
}

.evd .desc__body p:nth-child(odd) {
    max-width: 640px
}

.evd .desc__body p:nth-child(even) {
    max-width: 480px
}

.evd .desc__body h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #281595;
    margin: 52px 0 12px
}

.evd .desc__body h3 {
    font-size: 19px;
    line-height: 1.35;
    color: #2e2a6e;
    margin: 24px 0 12px
}

.evd .desc__body mark {
    background: conic-gradient(from 323deg, #2815951f, #5c57d61f);
    color: #281595;
    padding: 2px 6px;
    border-radius: 3px
}

.evd .desc__body em {
    color: #5C57D6;
    font-style: italic
}

.evd .desc__body ul {
    margin: 12px 0 24px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.evd .desc__body ul li {
    font-size: 16px;
    line-height: 1.55;
    color: #2a2650;
    padding-left: 24px;
    position: relative
}

.evd .desc__body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: conic-gradient(from 323deg, #281595, #5C57D6)
}

.evd .desc__body figure {
    margin: 24px 0
}

.evd .desc__body figcaption {
    font-size: 14px;
    color: #888;
    line-height: 1.35;
    margin-top: 6px
}

.evd .sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 24px
}

.evd .price-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 2px 6px 20px 1px #2815951a;
    padding: 24px;
    border-top: 3px solid #281595;
    border-bottom: 3px solid #B5B2E8;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evd .price-card:hover {
    box-shadow: 2px 9px 48px 1px #28159524;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: #ffffffeb
}

.evd .price-card__lbl {
    font-size: 14px;
    letter-spacing: .06em;
    color: #888;
    line-height: 1.35;
    text-transform: uppercase
}

.evd .price-card__val {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #281595;
    font-weight: 700
}

.evd .price-card__terms {
    font-size: 14px;
    line-height: 1.55;
    color: #5C57D6
}

.evd .price-card__audience {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #444;
    line-height: 1.35;
    background: #f0effc;
    border-radius: 8px;
    padding: 6px 12px
}

.evd .price-card__btn {
    display: block;
    width: 100%;
    padding: 12px 24px;
    background: #281595;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evd .price-card__btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #5C57D6;
    border-radius: 8px;
    transition: width .28s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.evd .price-card__btn:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.evd .price-card__btn span {
    position: relative;
    z-index: 1
}

.evd .report-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #888;
    line-height: 1.35;
    text-decoration: none;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid #e8e6f8;
    background: #fff;
    transition: color .2s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evd .report-link:hover {
    color: #281595;
    border-color: #B5B2E8;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: #f0effcd9
}

.evd .prog {
    padding: 52px;
    background: #281595;
    border-top: 1px solid #b5b2e833;
    border-bottom: 1px solid #b5b2e833
}

.evd .prog__hd {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #fff;
    margin: 0 0 52px
}

.evd .prog__hd span:first-child {
    color: #B5B2E8
}

.evd .prog__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.evd .prog__item {
    background: #ffffff0f;
    border-radius: 14px;
    padding: 24px;
    border-top: 2px solid #b5b2e840;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transform: translateY(18px);
    animation: evd-appear .42s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
    transition: background .32s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evd .prog__item:hover {
    background: #ffffff21;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.evd .prog__item:nth-child(1) {
    animation-delay: .05s
}

.evd .prog__item:nth-child(2) {
    animation-delay: .12s
}

.evd .prog__item:nth-child(3) {
    animation-delay: .19s
}

.evd .prog__item:nth-child(4) {
    animation-delay: .26s
}

.evd .prog__item:nth-child(5) {
    animation-delay: .33s
}

.evd .prog__item:nth-child(6) {
    animation-delay: .4s
}

.evd .prog__item:nth-child(7) {
    animation-delay: .47s
}

.evd .prog__item:nth-child(8) {
    animation-delay: .54s
}

@keyframes evd-appear {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.evd .prog__item h2,
.evd .prog__item h3 {
    font-size: 19px;
    line-height: 1.35;
    color: #fff;
    margin: 0
}

.evd .prog__item p {
    font-size: 14px;
    line-height: 1.55;
    color: #B5B2E8;
    margin: 0
}

.evd .prog__item small {
    font-size: 14px;
    color: #b5b2e8b3;
    line-height: 1.35
}

.evd .prog__item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.evd .prog__item ul li {
    font-size: 14px;
    color: #B5B2E8;
    line-height: 1.55;
    padding-left: 12px;
    position: relative
}

.evd .prog__item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background: #5C57D6
}

.evd .prog__item figure {
    margin: 0
}

.evd .prog__item figcaption {
    font-size: 14px;
    color: #b5b2e8b3;
    line-height: 1.35;
    margin-top: 6px
}

.evd .prog__num {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #b5b2e838;
    font-weight: 700
}

@media (max-width: 992px) {
    .evd .brd {
        padding: 12px 24px
    }

    .evd .th {
        padding: 24px
    }

    .evd .th__h1 {
        font-size: 33px
    }

    .evd .body-grid {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 24px
    }

    .evd .sidebar {
        position: static
    }

    .evd .prog {
        padding: 24px
    }

    .evd .strip {
        aspect-ratio: 16/5
    }
}

@media (max-width: 576px) {
    .evd .brd {
        padding: 12px;
        flex-wrap: wrap
    }

    .evd .th {
        padding: 12px
    }

    .evd .th__h1 {
        font-size: 33px
    }

    .evd .th__meta {
        flex-wrap: wrap
    }

    .evd .body-grid {
        padding: 12px;
        gap: 12px
    }

    .evd .prog {
        padding: 12px
    }

    .evd .prog__hd {
        font-size: 33px;
        margin-bottom: 24px
    }

    .evd .strip {
        aspect-ratio: 4/3
    }
}

.evts {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.evts .pg-lead {
    position: relative;
    display: grid;
    grid-template-columns: 55% 45%;
    min-height: 520px
}

.evts .pg-lead__txt {
    background: conic-gradient(from 323deg, #281595, #5C57D6 60%, #B5B2E8 100%);
    padding: 96px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
    z-index: 1
}

.evts .pg-lead__h {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0
}

.evts .pg-lead__h span {
    color: #B5B2E8
}

.evts .pg-lead__desc {
    font-size: 19px;
    line-height: 1.55;
    color: #ffffffe0;
    max-width: 480px;
    margin: 0
}

.evts .pg-lead__acts {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.evts .btn-pri {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    color: #281595;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evts .btn-pri::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #281595;
    transform: translateX(101%);
    transition: transform .28s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.evts .btn-pri:hover {
    color: #fff
}

.evts .btn-pri:hover::after {
    transform: translateX(0)
}

.evts .btn-pri span {
    position: relative;
    z-index: 1
}

.evts .btn-sec {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #ffffff8c;
    position: relative;
    overflow: hidden;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .22s ease-in-out
}

.evts .btn-sec::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffff26;
    transform: translateX(101%);
    transition: transform .32s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.evts .btn-sec:hover::after {
    transform: translateX(0)
}

.evts .btn-sec span {
    position: relative;
    z-index: 1
}

.evts .pg-lead__img {
    position: relative;
    overflow: hidden
}

.evts .pg-lead__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.evts .pg-lead__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2815958c 0%, transparent 70%)
}

.evts .pg-lead__pat {
    position: absolute;
    bottom: 24px;
    left: 52px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    opacity: .3
}

.evts .pg-lead__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.evts .pg-lead__dot--lg {
    width: 10px;
    height: 10px
}

.evts .divider-curve {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.evts .divider-curve svg {
    display: block;
    width: 100%
}

.evts .cards-band {
    background: #fff;
    padding: 52px 52px 96px
}

.evts .cards-band__hd {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 52px
}

.evts .cards-band__hd h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #281595;
    margin: 0
}

.evts .cards-band__hd h2 span {
    color: #5C57D6
}

.evts .cards-band__hd p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3560;
    margin: 0;
    max-width: 560px
}

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

.evts .wk-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 2px 3px 3px 1px #28159512;
    background: #fff;
    border: 1px solid #ede9ff;
    display: flex;
    flex-direction: column;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evts .wk-card:hover {
    box-shadow: 2px 9px 48px 1px #28159524;
    transform: translateY(-4px)
}

.evts .wk-card__img {
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative
}

.evts .wk-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .42s ease-in-out
}

.evts .wk-card:hover .wk-card__img img {
    transform: scale(1.04)
}

.evts .wk-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #281595;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 40px;
    letter-spacing: .04em
}

.evts .wk-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1
}

.evts .wk-card__meta {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

.evts .wk-card__tag {
    font-size: 14px;
    color: #5C57D6;
    font-weight: 600;
    background: #f0eeff;
    padding: 6px 12px;
    border-radius: 40px
}

.evts .wk-card__views {
    font-size: 14px;
    color: #7570a8;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.evts .wk-card__views svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.evts .wk-card__h {
    font-size: 19px;
    line-height: 1.35;
    color: #1a1060;
    margin: 0;
    font-weight: 700
}

.evts .wk-card__desc {
    font-size: 14px;
    line-height: 1.55;
    color: #4a4670;
    margin: 0
}

.evts .wk-card__foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-top: 1px solid #ede9ff;
    gap: 12px;
    flex-wrap: wrap
}

.evts .wk-card__price {
    display: flex;
    flex-direction: column;
    gap: 0
}

.evts .wk-card__amt {
    font-size: 19px;
    font-weight: 800;
    color: #281595;
    line-height: 1.1
}

.evts .wk-card__pdes {
    font-size: 14px;
    color: #7570a8;
    line-height: 1.35
}

.evts .wk-card__rt {
    font-size: 14px;
    color: #5C57D6;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.evts .wk-card__rt svg {
    width: 14px;
    height: 14px
}

.evts .wk-card__cta {
    display: block;
    text-align: center;
    padding: 12px 24px;
    background: #281595;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 14px 14px;
    position: relative;
    overflow: hidden;
    transition: color .25s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evts .wk-card__cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #5C57D6;
    transform: translateX(101%);
    transition: transform .32s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.evts .wk-card:hover .wk-card__cta::after {
    transform: translateX(0)
}

.evts .wk-card__cta span {
    position: relative;
    z-index: 1
}

.evts .divider-accent {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0 52px
}

.evts .divider-accent__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #B5B2E8, transparent)
}

.evts .divider-accent__gem {
    width: 10px;
    height: 10px;
    background: #5C57D6;
    transform: rotate(45deg);
    border-radius: 3px;
    flex-shrink: 0
}

.evts .about-band {
    padding: 96px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
    background: linear-gradient(160deg, #f7f5ff 0%, #edeaff 100%);
    position: relative;
    overflow: hidden
}

.evts .about-band__deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    opacity: .06;
    pointer-events: none
}

.evts .about-band__deco-lines {
    position: absolute;
    bottom: 24px;
    left: 24px;
    opacity: .08;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.evts .about-band__deco-lines span {
    display: block;
    height: 1px;
    background: #281595;
    transform: rotate(-12deg);
    transform-origin: left center
}

.evts .about-band__txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.evts .about-band__h {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #281595;
    margin: 0
}

.evts .about-band__h span {
    color: #5C57D6
}

.evts .about-band__p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3560;
    margin: 0
}

.evts .about-band__p--narrow {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3560;
    margin: 0;
    max-width: 380px
}

.evts .about-band__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.evts .stat-item {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 2px 6px 20px 1px #2815951a;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.evts .stat-item__num {
    font-size: 33px;
    font-weight: 800;
    color: #281595;
    line-height: 1.1
}

.evts .stat-item__lbl {
    font-size: 14px;
    color: #7570a8;
    line-height: 1.35
}

.evts .about-band__vis {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center
}

.evts .about-band__img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #28159524
}

.evts .about-band__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.evts .expert-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 40px;
    padding: 12px 24px;
    box-shadow: 2px 3px 3px 1px #28159512;
    align-self: flex-start
}

.evts .expert-row__portrait {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.evts .expert-row__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.evts .expert-row__info {
    display: flex;
    flex-direction: column;
    gap: 0
}

.evts .expert-row__name {
    font-size: 16px;
    font-weight: 700;
    color: #281595;
    line-height: 1.35
}

.evts .expert-row__role {
    font-size: 14px;
    color: #7570a8;
    line-height: 1.35
}

.evts .process-band {
    background: #281595;
    padding: 96px 52px;
    position: relative;
    overflow: hidden
}

.evts .process-band__bg {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #ffffff08 28px, #ffffff08 29px), repeating-linear-gradient(90deg, transparent, transparent 28px, #ffffff08 28px, #ffffff08 29px);
    pointer-events: none
}

.evts .process-band__h {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 52px;
    max-width: 600px
}

.evts .process-band__h span {
    color: #B5B2E8
}

.evts .steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative
}

.evts .steps-row::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, #5C57D6, #B5B2E8);
    z-index: 0
}

.evts .step-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.evts .step-item__num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #5C57D6;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 6px 20px 1px #2815951a;
    animation: float-icon 3.2s ease-in-out infinite;
    flex-shrink: 0
}

.evts .step-item:nth-child(2) .step-item__num {
    animation-delay: .4s
}

.evts .step-item:nth-child(3) .step-item__num {
    animation-delay: .8s
}

.evts .step-item:nth-child(4) .step-item__num {
    animation-delay: 1.2s
}

@keyframes float-icon {

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

    50% {
        transform: translateY(-6px)
    }
}

.evts .step-item__h {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.35
}

.evts .step-item__p {
    font-size: 14px;
    color: #b5b2e8e6;
    margin: 0;
    line-height: 1.55
}

.evts .divider-inv {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    background: #281595
}

.evts .divider-inv svg {
    display: block;
    width: 100%
}

@media (max-width: 992px) {
    .evts .pg-lead {
        grid-template-columns: 1fr
    }

    .evts .pg-lead__txt {
        clip-path: none;
        padding: 52px 24px
    }

    .evts .pg-lead__img {
        height: 300px
    }

    .evts .cards-grid {
        grid-template-columns: 1fr 1fr
    }

    .evts .cards-band {
        padding: 52px 24px
    }

    .evts .about-band {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .evts .steps-row {
        grid-template-columns: 1fr 1fr
    }

    .evts .steps-row::before {
        display: none
    }

    .evts .process-band {
        padding: 52px 24px
    }

    .evts .divider-accent {
        padding: 0 24px
    }
}

@media (max-width: 576px) {
    .evts .pg-lead__h {
        font-size: 33px
    }

    .evts .cards-grid {
        grid-template-columns: 1fr
    }

    .evts .about-band__stats {
        grid-template-columns: 1fr
    }

    .evts .steps-row {
        grid-template-columns: 1fr
    }

    .evts .cards-band__hd h2 {
        font-size: 33px
    }

    .evts .about-band__h {
        font-size: 33px
    }

    .evts .process-band__h {
        font-size: 33px
    }
}

.fst {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.fst .ttl {
    background: #281595;
    padding: 96px 52px 52px;
    position: relative
}

.fst .ttl__bg-num {
    position: absolute;
    right: 52px;
    top: 24px;
    font-size: 220px;
    font-weight: 900;
    color: #5b57d621;
    line-height: 1.1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -8px
}

.fst .ttl__grid {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.fst .ttl__text {
    flex: 1 1 55%
}

.fst .ttl__img-col {
    flex: 0 0 38%
}

.fst .ttl__eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    color: #B5B2E8;
    text-transform: uppercase;
    margin-bottom: 24px
}

.fst .ttl__h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 24px
}

.fst .ttl__h1 span {
    color: #B5B2E8
}

.fst .ttl__desc {
    font-size: 19px;
    line-height: 1.55;
    color: #b5b2e8d9;
    max-width: 540px;
    margin-bottom: 24px
}

.fst .ttl__stat {
    display: flex;
    flex-direction: row;
    gap: 52px;
    margin-top: 52px
}

.fst .ttl__stat-item {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.fst .ttl__stat-num {
    font-size: 33px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em
}

.fst .ttl__stat-lbl {
    font-size: 14px;
    color: #B5B2E8;
    letter-spacing: .06em
}

.fst .ttl__img-wrap {
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #28159524;
    position: relative
}

.fst .ttl__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: sepia(0.35) contrast(1.1) brightness(0.9) saturate(0.8)
}

.fst .ttl__diamond {
    width: 18px;
    height: 18px;
    background: #5C57D6;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    border-radius: 3px
}

.fst .cond {
    background: #f4f3fb;
    padding: 96px 52px
}

.fst .cond__inner {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start;
    max-width: 1200px
}

.fst .cond__lbl {
    flex: 0 0 220px
}

.fst .cond__lbl-tag {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #5C57D6
}

.fst .cond__body {
    flex: 1 1 auto
}

.fst .cond__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #281595;
    margin: 0 0 24px
}

.fst .cond__h2 span {
    color: #5C57D6
}

.fst .cond__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 52px
}

.fst .cond__card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 2px 3px 3px 1px #28159512;
    transition: box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.fst .cond__card:hover {
    box-shadow: 2px 6px 20px 1px #2815951a
}

.fst .cond__card-num {
    font-size: 33px;
    font-weight: 700;
    color: #B5B2E8;
    line-height: 1.1;
    margin-bottom: 12px
}

.fst .cond__card-h {
    font-size: 16px;
    font-weight: 700;
    color: #281595;
    margin-bottom: 6px
}

.fst .cond__card-p {
    font-size: 14px;
    line-height: 1.55;
    color: #3d3a6b
}

.fst .cond__sep {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin: 24px 0 0
}

.fst .cond__sep-diamond {
    width: 8px;
    height: 8px;
    background: #B5B2E8;
    transform: rotate(45deg);
    border-radius: 3px
}

.fst .cond__p {
    font-size: 16px;
    line-height: 1.55;
    color: #3d3a6b
}

.fst .cond__p--wide {
    max-width: 680px
}

.fst .cond__p--narrow {
    max-width: 440px
}

.fst .dist {
    background: #281595;
    padding: 96px 52px;
    position: relative
}

.fst .dist__bg {
    position: absolute;
    inset: 0;
    background-image: url(./content_images/mainnews6_edit.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    pointer-events: none
}

.fst .dist__inner {
    position: relative;
    z-index: 1
}

.fst .dist__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 52px;
    max-width: 700px
}

.fst .dist__h2 span {
    color: #B5B2E8
}

.fst .dist__cols {
    display: flex;
    flex-direction: row;
    gap: 52px
}

.fst .dist__col {
    flex: 1 1 0
}

.fst .dist__col-img {
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 2px 6px 20px 1px #2815951a
}

.fst .dist__col-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .4s ease-in-out;
    filter: saturate(1)
}

.fst .dist__col-img:hover img {
    filter: saturate(0)
}

.fst .dist__col-h {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.35
}

.fst .dist__col-p {
    font-size: 14px;
    line-height: 1.55;
    color: #b5b2e8d9
}

.fst .dist__col-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #B5B2E8;
    border: 1px solid #b5b2e84d;
    border-radius: 40px;
    padding: 6px 12px;
    margin-bottom: 12px
}

.fst .env {
    padding: 96px 52px;
    background: #fff
}

.fst .env__top {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-end;
    margin-bottom: 52px
}

.fst .env__top-h {
    flex: 1 1 auto
}

.fst .env__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #281595;
    margin: 0
}

.fst .env__h2 span {
    color: #5C57D6
}

.fst .env__top-desc {
    flex: 0 0 360px;
    font-size: 16px;
    line-height: 1.55;
    color: #3d3a6b
}

.fst .env__row {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.fst .env__portrait {
    flex: 0 0 200px
}

.fst .env__portrait-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 2px 6px 20px 1px #2815951a;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.fst .env__portrait-img:hover {
    transform: scale(1.04)
}

.fst .env__portrait-name {
    font-size: 14px;
    font-weight: 700;
    color: #281595;
    margin-top: 12px;
    text-align: center
}

.fst .env__portrait-role {
    font-size: 14px;
    color: #5C57D6;
    text-align: center
}

.fst .env__quotes {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .env__quote {
    background: #f4f3fb;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 2px 3px 3px 1px #28159512
}

.fst .env__quote-text {
    font-size: 16px;
    line-height: 1.55;
    color: #281595;
    font-style: italic
}

.fst .env__quote-attr {
    font-size: 14px;
    color: #5C57D6;
    margin-top: 12px
}

.fst .env__stats {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.fst .env__stat {
    background: #281595;
    border-radius: 14px;
    padding: 24px;
    text-align: center
}

.fst .env__stat-n {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1
}

.fst .env__stat-l {
    font-size: 14px;
    color: #B5B2E8;
    margin-top: 6px
}

.fst .proof {
    padding: 52px;
    background: #f4f3fb
}

.fst .proof__inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 52px;
    align-items: start
}

.fst .proof__h2 {
    font-size: 33px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #281595;
    margin: 0 0 24px
}

.fst .proof__h2 span {
    color: #5C57D6
}

.fst .proof__img {
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #28159524;
    position: relative
}

.fst .proof__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fst .proof__img-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #281595;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 8px
}

.fst .proof__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.fst .proof__list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 3px 3px 1px #28159512;
    transition: box-shadow .25s ease-in-out
}

.fst .proof__list li:hover {
    box-shadow: 2px 6px 20px 1px #2815951a
}

.fst .proof__dot {
    width: 10px;
    height: 10px;
    background: #5C57D6;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px
}

.fst .proof__li-h {
    font-size: 16px;
    font-weight: 700;
    color: #281595
}

.fst .proof__li-p {
    font-size: 14px;
    line-height: 1.55;
    color: #3d3a6b;
    margin-top: 6px
}

.fst .proof__p {
    font-size: 16px;
    line-height: 1.55;
    color: #3d3a6b;
    margin-bottom: 24px
}

.fst .fit {
    padding: 96px 52px;
    background: #fff
}

.fst .fit__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #281595;
    margin: 0 0 52px
}

.fst .fit__h2 span {
    color: #5C57D6
}

.fst .fit__cols {
    display: flex;
    flex-direction: row;
    gap: 52px
}

.fst .fit__col {
    flex: 1 1 0
}

.fst .fit__col-h {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #B5B2E8
}

.fst .fit__col--yes .fit__col-h {
    color: #281595
}

.fst .fit__col--no .fit__col-h {
    color: #5C57D6
}

.fst .fit__items {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.fst .fit__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.55;
    color: #3d3a6b
}

.fst .fit__mk {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 3px
}

.fst .fit__mk--yes {
    background: #281595
}

.fst .fit__mk--no {
    background: #B5B2E8;
    transform: rotate(45deg)
}

.fst .fit__img-strip {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 52px
}

.fst .fit__img-strip-item {
    flex: 1 1 0;
    aspect-ratio: 1/1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 2px 6px 20px 1px #2815951a
}

.fst .fit__img-strip-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    filter: saturate(1)
}

.fst .fit__img-strip-item:hover img {
    filter: saturate(0)
}

.fst .arc {
    padding: 96px 52px;
    background: conic-gradient(from 323deg at 60% 50%, #281595, #5C57D6 60%, #B5B2E8 100%)
}

.fst .arc__inner {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.fst .arc__text {
    flex: 1 1 55%
}

.fst .arc__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 24px
}

.fst .arc__h2 span {
    color: #B5B2E8
}

.fst .arc__p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffe0;
    margin-bottom: 24px
}

.fst .arc__p--narrow {
    max-width: 400px
}

.fst .arc__phases {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.fst .arc__phase {
    background: #ffffff1a;
    border-radius: 14px;
    padding: 24px;
    position: relative;
    transition: background .35s ease-in-out
}

.fst .arc__phase:hover {
    background: #ffffff2e
}

.fst .arc__phase-num {
    font-size: 33px;
    font-weight: 700;
    color: #b5b2e880;
    line-height: 1.1
}

.fst .arc__phase-h {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 6px 0
}

.fst .arc__phase-p {
    font-size: 14px;
    line-height: 1.55;
    color: #b5b2e8d9
}

.fst .arc__phase-diamond {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 10px;
    height: 10px;
    background: #B5B2E8;
    transform: rotate(45deg);
    border-radius: 3px
}

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

    50% {
        background-color: #ede9f7
    }

    100% {
        background-color: #f4f3fb
    }
}

.fst .cond {
    animation: warmcool 8s ease-in-out infinite
}

@media (max-width: 992px) {
    .fst .ttl__grid {
        flex-direction: column
    }

    .fst .ttl__img-col {
        width: 100%;
        max-width: 400px
    }

    .fst .ttl__h1 {
        font-size: 46px
    }

    .fst .cond__inner {
        flex-direction: column
    }

    .fst .cond__grid {
        grid-template-columns: 1fr
    }

    .fst .dist__cols {
        flex-direction: column
    }

    .fst .env__top {
        flex-direction: column;
        gap: 24px
    }

    .fst .env__row {
        flex-direction: column
    }

    .fst .env__stats {
        flex-direction: row;
        flex-wrap: wrap
    }

    .fst .proof__inner {
        grid-template-columns: 1fr
    }

    .fst .fit__cols {
        flex-direction: column
    }

    .fst .fit__img-strip {
        flex-direction: column
    }

    .fst .arc__inner {
        flex-direction: column
    }

    .fst .ttl__stat {
        gap: 24px
    }
}

@media (max-width: 576px) {
    .fst .ttl {
        padding: 52px 24px 24px
    }

    .fst .ttl__h1 {
        font-size: 33px
    }

    .fst .ttl__bg-num {
        font-size: 120px
    }

    .fst .cond,
    .fst .dist,
    .fst .env,
    .fst .proof,
    .fst .fit,
    .fst .arc {
        padding: 52px 24px
    }

    .fst .ttl__stat {
        flex-direction: column;
        gap: 12px
    }

    .fst .env__portrait {
        flex: 0 0 auto
    }

    .fst .env__stats {
        flex-direction: column
    }

    .fst .dist__h2 {
        font-size: 33px
    }

    .fst .fit__h2,
    .fst .cond__h2,
    .fst .env__h2,
    .fst .arc__h2 {
        font-size: 33px
    }
}

.abt-us {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.abt-us .pg-schema {
    display: none
}

.abt-us .top-band {
    width: 100%;
    height: 4px;
    background: conic-gradient(from 323deg, #281595, #5C57D6 60%, #B5B2E8 100%)
}

.abt-us .ttl-blk {
    padding: 96px 52px 52px;
    text-align: center;
    position: relative
}

.abt-us .ttl-blk__img-wrap {
    width: 320px;
    height: 320px;
    margin: 0 auto 52px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #28159524
}

.abt-us .ttl-blk__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #5c57d647 0%, #2815952e 100%);
    pointer-events: none
}

.abt-us .ttl-blk__img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, #28159573 100%);
    z-index: 1;
    pointer-events: none
}

.abt-us .ttl-blk__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(0.22) contrast(1.08) brightness(0.97)
}

.abt-us .ttl-blk__h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin-bottom: 24px;
    color: #1a1a1a
}

.abt-us .ttl-blk__h1 span:first-child {
    color: #281595
}

.abt-us .ttl-blk__h1 span:last-child {
    color: #2d2d2d
}

.abt-us .ttl-blk__sub {
    font-size: 19px;
    line-height: 1.55;
    color: #3a3a3a;
    max-width: 620px;
    margin: 0 auto 24px
}

.abt-us .ttl-blk__lnk {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #281595;
    text-decoration: none;
    border-bottom: 2px solid #B5B2E8;
    padding-bottom: 2px;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s ease-in-out
}

.abt-us .ttl-blk__lnk:hover {
    color: #5C57D6;
    border-color: #5C57D6
}

.abt-us .ttl-blk__stripe {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #B5B2E8 0%, #5C57D6 50%, transparent 100%)
}

.abt-us .story-sec {
    padding: 96px 52px;
    background: #f2f1fc;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start
}

.abt-us .story-sec__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .story-sec__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 6px
}

.abt-us .story-sec__h2 .w1 {
    color: #281595
}

.abt-us .story-sec__h2 .w2 {
    color: #222
}

.abt-us .story-sec__p {
    font-size: 16px;
    line-height: 1.55;
    color: #2e2e2e
}

.abt-us .story-sec__p--wide {
    max-width: 100%
}

.abt-us .story-sec__p--narrow {
    max-width: 78%
}

.abt-us .story-sec__metrics {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 12px
}

.abt-us .metric {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 2px 6px 20px 1px #2815951a;
    position: relative;
    overflow: hidden
}

.abt-us .metric__num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #281595;
    letter-spacing: -.03em
}

.abt-us .metric__label {
    font-size: 14px;
    line-height: 1.35;
    color: #555;
    margin-top: 6px
}

.abt-us .metric__counter {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #B5B2E8;
    letter-spacing: .04em
}

.abt-us .story-sec__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px
}

.abt-us .story-sec__img-main {
    grid-column: 1 / 3;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 2px 9px 48px 1px #28159524
}

.abt-us .story-sec__img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .story-sec__img-sm {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 2px 3px 3px 1px #28159512
}

.abt-us .story-sec__img-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .team-sec {
    padding: 96px 52px;
    background: #fff
}

.abt-us .team-sec__hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 52px;
    gap: 24px
}

.abt-us .team-sec__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em
}

.abt-us .team-sec__h2 .w1 {
    color: #5C57D6
}

.abt-us .team-sec__h2 .w2 {
    color: #1c1c2e
}

.abt-us .team-sec__note {
    font-size: 16px;
    line-height: 1.55;
    color: #444;
    max-width: 380px;
    text-align: right
}

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

.abt-us .team-card {
    border-radius: 14px;
    background: #f5f4fd;
    box-shadow: 2px 3px 3px 1px #28159512;
    overflow: hidden;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .28s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative
}

.abt-us .team-card:hover {
    box-shadow: 2px 9px 48px 1px #28159524;
    transform: translateY(-4px)
}

.abt-us .team-card__portrait {
    width: 100%;
    aspect-ratio: 5/7;
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

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

.abt-us .team-card__body {
    padding: 24px
}

.abt-us .team-card__name {
    font-size: 19px;
    font-weight: 700;
    color: #281595;
    line-height: 1.35
}

.abt-us .team-card__role {
    font-size: 14px;
    color: #5C57D6;
    margin-top: 6px;
    line-height: 1.35;
    letter-spacing: .04em
}

.abt-us .team-card__bio {
    font-size: 14px;
    line-height: 1.55;
    color: #3a3a3a;
    margin-top: 12px
}

.abt-us .team-card--plain {
    background: #fff;
    border: 1.5px solid #e8e6f7
}

.abt-us .team-card--plain .team-card__body {
    padding: 24px
}

.abt-us .team-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: conic-gradient(from 323deg, #281595, #5C57D6 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.abt-us .team-card__icon svg {
    display: block
}

.abt-us .team-card__num {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #2815952e;
    letter-spacing: .06em
}

.abt-us .approach-sec {
    padding: 96px 52px;
    background: linear-gradient(160deg, #1a1240 0%, #281595 55%, #3d38b8 100%);
    position: relative
}

.abt-us .approach-sec__deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: conic-gradient(from 323deg, #5c57d638, #b5b2e81a 60%, transparent 100%);
    pointer-events: none;
    overflow: hidden
}

.abt-us .approach-sec__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 52px
}

.abt-us .approach-sec__h2 .w1 {
    color: #B5B2E8
}

.abt-us .approach-sec__h2 .w2 {
    color: #fff
}

.abt-us .approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px
}

.abt-us .ap-card {
    background: #ffffff0f;
    border: 1px solid #b5b2e838;
    border-radius: 14px;
    padding: 24px;
    transition: background .42s ease-in-out, border-color .32s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.abt-us .ap-card:hover {
    background: #ffffff1f;
    border-color: #b5b2e88c
}

.abt-us .ap-card--wide {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start
}

.abt-us .ap-card--img {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    padding: 0;
    overflow: hidden
}

.abt-us .ap-card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 14px;
    min-height: 320px
}

.abt-us .ap-card__step {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    color: #b5b2e82e;
    letter-spacing: -.04em;
    margin-bottom: 6px
}

.abt-us .ap-card__h4 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 12px
}

.abt-us .ap-card__p {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffffbf
}

.abt-us .ap-card__num {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #b5b2e84d
}

.abt-us .ap-card__trail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin-top: 24px
}

.abt-us .ap-card__dot {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #b5b2e859;
    flex-shrink: 0
}

.abt-us .ap-card__dot--active {
    background: #B5B2E8;
    box-shadow: 0 0 0 3px #b5b2e833
}

.abt-us .ap-card__line {
    flex: 1;
    height: 1px;
    background: #b5b2e833
}

.abt-us .ap-card__lnk {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #B5B2E8;
    text-decoration: none;
    border-bottom: 1.5px solid #b5b2e866;
    padding-bottom: 2px;
    transition: color .25s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s ease-in-out
}

.abt-us .ap-card__lnk:hover {
    color: #fff;
    border-color: #fff
}

.abt-us .ap-card--wide .ap-card__left {
    display: flex;
    flex-direction: column
}

.abt-us .ap-card--wide .ap-card__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.abt-us .approach-sec__divider {
    width: 100%;
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center
}

.abt-us .approach-sec__divider span:first-child {
    flex: 3;
    height: 3px;
    background: #b5b2e859;
    border-radius: 3px
}

.abt-us .approach-sec__divider span:last-child {
    flex: 1;
    height: 1px;
    background: #b5b2e826;
    border-radius: 3px
}

@keyframes rowReveal {
    from {
        opacity: 0;
        transform: translateY(22px)
    }

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

.abt-us .ttl-blk__img-wrap {
    animation: rowReveal .42s cubic-bezier(0.34, 1.2, 0.64, 1) .05s both
}

.abt-us .ttl-blk__h1 {
    animation: rowReveal .38s cubic-bezier(0.34, 1.2, 0.64, 1) .18s both
}

.abt-us .ttl-blk__sub {
    animation: rowReveal .35s cubic-bezier(0.34, 1.2, 0.64, 1) .28s both
}

.abt-us .ttl-blk__lnk {
    animation: rowReveal .32s cubic-bezier(0.34, 1.2, 0.64, 1) .38s both
}

@media (max-width: 992px) {
    .abt-us .ttl-blk {
        padding: 52px 24px
    }

    .abt-us .ttl-blk__h1 {
        font-size: 46px
    }

    .abt-us .ttl-blk__img-wrap {
        width: 240px;
        height: 240px
    }

    .abt-us .story-sec {
        grid-template-columns: 1fr;
        padding: 52px 24px
    }

    .abt-us .story-sec__p--narrow {
        max-width: 100%
    }

    .abt-us .story-sec__right {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .story-sec__img-main {
        grid-column: 1 / 3
    }

    .abt-us .team-sec {
        padding: 52px 24px
    }

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

    .abt-us .team-sec__note {
        text-align: left;
        max-width: 100%
    }

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

    .abt-us .approach-sec {
        padding: 52px 24px
    }

    .abt-us .approach-grid {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .ap-card--wide {
        grid-column: 1 / 3
    }

    .abt-us .ap-card--img {
        grid-column: 1 / 3;
        grid-row: auto
    }
}

@media (max-width: 576px) {
    .abt-us .ttl-blk__h1 {
        font-size: 33px
    }

    .abt-us .ttl-blk__sub {
        font-size: 16px
    }

    .abt-us .ttl-blk__img-wrap {
        width: 180px;
        height: 180px
    }

    .abt-us .story-sec__metrics {
        flex-direction: column
    }

    .abt-us .story-sec__right {
        grid-template-columns: 1fr
    }

    .abt-us .story-sec__img-main {
        grid-column: 1 / 2
    }

    .abt-us .story-sec__img-sm:last-child {
        display: none
    }

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

    .abt-us .team-sec__h2 {
        font-size: 33px
    }

    .abt-us .approach-grid {
        grid-template-columns: 1fr
    }

    .abt-us .ap-card--wide {
        grid-column: 1 / 2;
        grid-template-columns: 1fr
    }

    .abt-us .ap-card--img {
        grid-column: 1 / 2
    }

    .abt-us .approach-sec__h2 {
        font-size: 33px
    }
}

.ctus {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.ctus .pg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px
}

.ctus .pg-left {
    background: #281595;
    padding: 96px 52px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.ctus .pg-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(323deg, #ffffff0a 0px, #ffffff0a 1px, transparent 1px, transparent 28px), repeating-linear-gradient(233deg, #ffffff08 0px, #ffffff08 1px, transparent 1px, transparent 28px);
    pointer-events: none
}

.ctus .pg-left__tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .08em;
    color: #B5B2E8;
    text-transform: uppercase;
    font-weight: 600
}

.ctus .pg-left__h1 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0
}

.ctus .pg-left__h1 span {
    color: #B5B2E8
}

.ctus .pg-left__quote {
    font-size: 19px;
    line-height: 1.55;
    color: #ffffffb8;
    margin: 0;
    max-width: 420px;
    border-left: none;
    padding-left: 0
}

.ctus .pg-left__divline {
    width: 52px;
    height: 3px;
    background: conic-gradient(from 323deg, #281595, #5C57D6);
    border-radius: 3px
}

.ctus .pg-left__facts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.ctus .pg-left__fact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.ctus .pg-left__fact-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px
}

.ctus .pg-left__fact-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #B5B2E8;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ctus .pg-left__fact-txt {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffd1;
    margin: 0
}

.ctus .pg-left__fact-txt a {
    color: #B5B2E8;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctus .pg-left__fact-txt a:hover {
    color: #fff
}

.ctus .pg-right {
    background: #f4f3fc;
    padding: 96px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ctus .frm {
    width: 100%;
    max-width: 520px
}

.ctus .frm__hdg {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #281595;
    margin: 0 0 6px
}

.ctus .frm__hdg span {
    color: #224
}

.ctus .frm__sub {
    font-size: 16px;
    line-height: 1.55;
    color: #446;
    margin: 0 0 24px
}

.ctus .frm__row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 12px
}

.ctus .frm__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1
}

.ctus .frm__field--full {
    flex: 1 0 100%
}

.ctus .frm__lbl {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .03em;
    color: #281595;
    font-weight: 600
}

.ctus .frm__inp {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.35;
    border: 1.5px solid #B5B2E8;
    border-radius: 8px;
    background: #fff;
    color: #1a1040;
    outline: none;
    transition: border-color .22s ease-in-out, box-shadow .22s ease-in-out;
    box-shadow: 2px 3px 3px 1px #28159512;
    width: 100%;
    box-sizing: border-box
}

.ctus .frm__inp::placeholder {
    color: #9997cc;
    font-size: 14px
}

.ctus .frm__inp:focus {
    border-color: #5C57D6;
    box-shadow: 2px 6px 20px 1px #5c57d61a
}

.ctus .frm__sel {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.35;
    border: 1.5px solid #B5B2E8;
    border-radius: 8px;
    background: #fff;
    color: #1a1040;
    outline: none;
    cursor: pointer;
    transition: border-color .22s ease-in-out, box-shadow .22s ease-in-out;
    box-shadow: 2px 3px 3px 1px #28159512;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%235C57D6' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px
}

.ctus .frm__sel:focus {
    border-color: #5C57D6;
    box-shadow: 2px 6px 20px 1px #5c57d61a
}

.ctus .frm__radio-grp {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 6px
}

.ctus .frm__radio-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.ctus .frm__radio-opt input[type="radio"] {
    accent-color: #5C57D6;
    width: 17px;
    height: 17px;
    cursor: pointer
}

.ctus .frm__radio-opt span {
    font-size: 15px;
    line-height: 1.35;
    color: #335
}

.ctus .frm__divider {
    height: 1px;
    background: linear-gradient(90deg, #B5B2E8 0%, transparent 100%);
    margin: 12px 0
}

.ctus .frm__privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px
}

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

.ctus .frm__privacy-txt {
    font-size: 14px;
    line-height: 1.55;
    color: #446;
    margin: 0
}

.ctus .frm__privacy-txt a {
    color: #5C57D6;
    text-decoration: none;
    font-weight: 600;
    transition: color .18s ease-in-out
}

.ctus .frm__privacy-txt a:hover {
    color: #281595
}

.ctus .frm__btn {
    display: inline-block;
    position: relative;
    padding: 14px 52px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    background: #281595;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: .03em;
    box-shadow: 2px 6px 20px 1px #2815951a;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .22s ease-in-out
}

.ctus .frm__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #5C57D6;
    transform: translateX(100%);
    transition: transform .28s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.ctus .frm__btn span {
    position: relative;
    z-index: 1
}

.ctus .frm__btn:hover::after {
    transform: translateX(0)
}

.ctus .frm__btn:focus-visible {
    outline: 3px solid #B5B2E8;
    outline-offset: 3px
}

.ctus .frm__mb {
    margin-bottom: 12px
}

.ctus .info-band {
    background: #fff;
    border-top: 2px solid #B5B2E8;
    padding: 52px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.ctus .icard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-radius: 14px;
    background: #f4f3fc;
    box-shadow: 2px 3px 3px 1px #28159512;
    transition: box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1), transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctus .icard:hover {
    box-shadow: 2px 9px 48px 1px #28159524;
    transform: translateY(-3px)
}

.ctus .icard__ico {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #281595;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctus .icard__ico svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ctus .icard__lbl {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #5C57D6;
    font-weight: 700;
    margin: 0
}

.ctus .icard__val {
    font-size: 16px;
    line-height: 1.55;
    color: #1a1040;
    margin: 0
}

.ctus .icard__val a {
    color: #281595;
    text-decoration: none;
    transition: color .2s ease-in-out
}

.ctus .icard__val a:hover {
    color: #5C57D6
}

.ctus .icard__note {
    font-size: 14px;
    line-height: 1.35;
    color: #668;
    margin: 0
}

.ctus .info-band__hdg {
    grid-column: 1 / -1;
    margin: 0 0 12px
}

.ctus .info-band__hdg h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1a1040;
    margin: 0 0 6px
}

.ctus .info-band__hdg h2 span {
    color: #5C57D6
}

.ctus .info-band__hdg p {
    font-size: 16px;
    line-height: 1.55;
    color: #446;
    margin: 0;
    max-width: 560px
}

.ctus .divider-thick {
    height: 4px;
    background: linear-gradient(90deg, #281595 0%, #5C57D6 60%, #B5B2E8 100%)
}

@media (max-width: 992px) {
    .ctus .pg-grid {
        grid-template-columns: 1fr
    }

    .ctus .pg-left {
        padding: 52px 24px
    }

    .ctus .pg-right {
        padding: 52px 24px
    }

    .ctus .info-band {
        grid-template-columns: 1fr;
        padding: 52px 24px
    }

    .ctus .frm__row {
        flex-direction: column
    }
}

@media (max-width: 576px) {
    .ctus .pg-left__h1 {
        font-size: 33px
    }

    .ctus .frm__radio-grp {
        flex-direction: column
    }

    .ctus .info-band {
        padding: 24px 12px
    }
}

.accrd {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: clip
}

.accrd .pg-mark {
    display: none
}

.accrd .ttl-blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    padding: 52px 52px 96px;
    position: relative
}

.accrd .ttl-blk__geo {
    position: absolute;
    top: 24px;
    right: 120px;
    width: 180px;
    height: 180px;
    border: 1.5px dashed #B5B2E8;
    border-radius: 3px;
    opacity: .18;
    pointer-events: none;
    transform: rotate(18deg)
}

.accrd .ttl-blk__geo--sm {
    top: 80px;
    right: 60px;
    width: 80px;
    height: 80px;
    border-radius: 24px;
    opacity: .12;
    transform: rotate(-8deg)
}

.accrd .ttl-blk__img-col {
    position: relative
}

.accrd .ttl-blk__img-frame {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 2px 9px 48px 1px #28159524
}

.accrd .ttl-blk__img-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #28159561 0%, #5c57d62e 100%);
    z-index: 1;
    pointer-events: none
}

.accrd .ttl-blk__img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.45) contrast(1.08)
}

.accrd .ttl-blk__img-border {
    position: absolute;
    top: -12px;
    left: -12px;
    right: 12px;
    bottom: 12px;
    border: 2px dashed #5C57D6;
    border-radius: 14px;
    opacity: .38;
    pointer-events: none
}

.accrd .ttl-blk__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.accrd .ttl-blk__h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.03em;
    margin: 0;
    color: #1b1340
}

.accrd .ttl-blk__h1 span {
    color: #5C57D6
}

.accrd .ttl-blk__h1 .punct {
    color: #B5B2E8
}

.accrd .ttl-blk__lead {
    font-size: 19px;
    line-height: 1.55;
    color: #3a3560;
    margin: 0;
    max-width: 480px
}

.accrd .ttl-blk__lead--narrow {
    font-size: 16px;
    line-height: 1.55;
    color: #5a5580;
    margin: 0;
    max-width: 360px
}

.accrd .ttl-blk__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f2f1fc;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    color: #281595;
    width: fit-content;
    box-shadow: 2px 3px 3px 1px #28159512
}

.accrd .ttl-blk__badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #281595;
    flex-shrink: 0
}

.accrd .lic-strip {
    background: #281595;
    padding: 52px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 52px;
    align-items: start
}

.accrd .lic-strip__label {
    font-size: 14px;
    line-height: 1.35;
    color: #B5B2E8;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding-top: 6px
}

.accrd .lic-strip__label strong {
    display: block;
    font-size: 33px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.02em;
    margin-top: 12px;
    text-transform: none
}

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

.accrd .lic-item {
    background: #ffffff12;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #b5b2e82e;
    transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), transform .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.accrd .lic-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 1.5px solid transparent;
    transition: border-color .22s ease-in-out;
    pointer-events: none
}

.accrd .lic-item:hover::after {
    border-color: #B5B2E8
}

.accrd .lic-item:hover {
    background: #ffffff21;
    transform: scale(1.04)
}

.accrd .lic-strip__items:has(.lic-item:hover) .lic-item:not(:hover) {
    transform: scale(0.97)
}

.accrd .lic-item__num {
    font-size: 33px;
    line-height: 1.1;
    color: #B5B2E8;
    letter-spacing: -.02em;
    margin-bottom: 6px
}

.accrd .lic-item__name {
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 6px
}

.accrd .lic-item__meta {
    font-size: 14px;
    line-height: 1.35;
    color: #b5b2e8b3
}

.accrd .reg-blk {
    padding: 96px 52px;
    background: #f5f4fc;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 52px;
    align-items: start
}

.accrd .reg-blk__txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.accrd .reg-blk__h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.025em;
    margin: 0;
    color: #1b1340
}

.accrd .reg-blk__h2 span {
    color: #5C57D6
}

.accrd .reg-blk__p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3560;
    margin: 0;
    max-width: 540px
}

.accrd .reg-blk__p--narrow {
    font-size: 14px;
    line-height: 1.55;
    color: #5a5580;
    margin: 0;
    max-width: 400px
}

.accrd .reg-blk__trail {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px
}

.accrd .trail-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    position: relative
}

.accrd .trail-item__dot-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding-top: 4px
}

.accrd .trail-item__dot {
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background: #B5B2E8;
    border: 2px solid #5C57D6;
    flex-shrink: 0;
    transition: background .25s ease-in-out
}

.accrd .trail-item--active .trail-item__dot {
    background: #281595;
    border-color: #281595
}

.accrd .trail-item__line {
    width: 2px;
    height: 32px;
    background: linear-gradient(to bottom, #5C57D6, #B5B2E8);
    margin-top: 4px
}

.accrd .trail-item:last-child .trail-item__line {
    display: none
}

.accrd .trail-item__body {
    padding-bottom: 24px
}

.accrd .trail-item__h {
    font-size: 16px;
    line-height: 1.35;
    color: #281595;
    margin: 0 0 6px
}

.accrd .trail-item__p {
    font-size: 14px;
    line-height: 1.55;
    color: #5a5580;
    margin: 0
}

.accrd .reg-blk__aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.accrd .reg-blk__aside-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 2px 6px 20px 1px #2815951a;
    border: 1px solid #e8e6f8
}

.accrd .aside-card__h {
    font-size: 14px;
    line-height: 1.35;
    color: #5C57D6;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 12px
}

.accrd .aside-card__val {
    font-size: 33px;
    line-height: 1.1;
    color: #1b1340;
    letter-spacing: -.02em;
    margin: 0 0 6px
}

.accrd .aside-card__sub {
    font-size: 14px;
    line-height: 1.35;
    color: #5a5580;
    margin: 0
}

.accrd .aside-card__dashed {
    border: 2px dashed #B5B2E8;
    border-radius: 14px;
    padding: 24px;
    background: transparent
}

.accrd .aside-card__dashed .aside-card__h {
    color: #281595
}

.accrd .aside-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.accrd .aside-card__list li {
    font-size: 14px;
    line-height: 1.55;
    color: #3a3560;
    display: flex;
    align-items: center;
    gap: 12px
}

.accrd .aside-card__list li .chk {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 40px;
    background: conic-gradient(from 323deg, #281595, #5C57D6);
    display: flex;
    align-items: center;
    justify-content: center
}

.accrd .aside-card__list li .chk svg {
    display: block
}

.accrd .contact-strip {
    background: #fff;
    padding: 52px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    border-top: 1px solid #e8e6f8
}

.accrd .contact-strip__h3 {
    grid-column: 1 / -1;
    font-size: 33px;
    line-height: 1.1;
    color: #1b1340;
    letter-spacing: -.02em;
    margin: 0 0 24px
}

.accrd .contact-strip__h3 span {
    color: #5C57D6
}

.accrd .c-card {
    border-radius: 14px;
    padding: 24px;
    background: #f5f4fc;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 2px 3px 3px 1px #28159512;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.accrd .c-card:hover {
    background: #eceaf9;
    box-shadow: 2px 6px 20px 1px #2815951a
}

.accrd .c-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #281595;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.accrd .c-card__lbl {
    font-size: 14px;
    line-height: 1.35;
    color: #5a5580;
    letter-spacing: .05em;
    text-transform: uppercase
}

.accrd .c-card__val {
    font-size: 16px;
    line-height: 1.55;
    color: #1b1340;
    font-weight: 600;
    margin: 0
}

.accrd .c-card__val a {
    color: #281595;
    text-decoration: none;
    transition: color .22s ease-in-out
}

.accrd .c-card__val a:hover {
    color: #5C57D6
}

@media (max-width: 992px) {
    .accrd .ttl-blk {
        grid-template-columns: 1fr;
        padding: 24px 24px 52px;
        gap: 24px
    }

    .accrd .ttl-blk__h1 {
        font-size: 46px
    }

    .accrd .lic-strip {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .accrd .lic-strip__items {
        grid-template-columns: 1fr 1fr
    }

    .accrd .reg-blk {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .accrd .contact-strip {
        grid-template-columns: 1fr;
        padding: 52px 24px
    }

    .accrd .contact-strip__h3 {
        grid-column: 1
    }
}

@media (max-width: 576px) {
    .accrd .ttl-blk__h1 {
        font-size: 33px
    }

    .accrd .lic-strip__items {
        grid-template-columns: 1fr
    }

    .accrd .ttl-blk {
        padding: 24px 12px 52px
    }

    .accrd .lic-strip,
    .accrd .reg-blk,
    .accrd .contact-strip {
        padding: 52px 12px
    }
}

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

.succ__card {
    max-width: 540px;
    width: 100%;
    background: #f4f3fd;
    border-radius: 24px;
    padding: 52px;
    box-shadow: 2px 6px 20px 1px #2815951a;
    text-align: center
}

.succ__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.succ__icon svg {
    width: 64px;
    height: 64px
}

.succ__heading {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 12px;
    color: #281595
}

.succ__heading span {
    color: #5C57D6
}

.succ__text {
    font-size: 16px;
    line-height: 1.55;
    color: #2d2d3a;
    margin: 0 0 24px
}

.succ__detail {
    font-size: 14px;
    line-height: 1.35;
    color: #5C57D6;
    background: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    margin: 0 0 52px;
    box-shadow: 2px 3px 3px 1px #28159512
}

.succ__btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    background: #281595;
    border: none;
    border-radius: 8px;
    padding: 12px 52px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .22s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.succ__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5C57D6;
    transform: translateX(100%);
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    border-radius: 8px;
    z-index: 0
}

.succ__btn:hover::before {
    transform: translateX(0)
}

.succ__btn:focus-visible {
    outline: 3px solid #B5B2E8;
    outline-offset: 3px
}

.succ__btn-label {
    position: relative;
    z-index: 1
}

@media (max-width: 576px) {
    .succ__card {
        padding: 24px
    }

    .succ__heading {
        font-size: 19px
    }
}