html {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh
}

.pk-head {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #E9DDDE;
    box-shadow: 0 1px 6px 0 #c523ba14;
    overflow: visible
}

.pk-head__top {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 40px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.pk-head__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

.pk-head__logo-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 36px;
    padding: 8px 12px;
    border: 1px solid #E9DDDE;
    box-shadow: 0 1px 6px 0 #c523ba14
}

.pk-head__logo-shell img {
    display: block;
    width: auto;
    height: 40px;
    object-fit: contain
}

.pk-head__wordmark {
    font-family: 'Fira Code', monospace;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #1b1b2e;
    letter-spacing: .04em;
    text-decoration: none
}

.pk-head__prop {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #5a3a5a;
    letter-spacing: .06em;
    text-align: right;
    max-width: 320px;
    border-left: 2px solid #C523BA;
    padding-left: 12px
}

.pk-head__nav-strip {
    background: linear-gradient(90deg, #C523BA 0%, #D07F55 100%);
    padding: 0
}

.pk-head__nav-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.pk-nav__item {
    display: flex;
    align-items: center;
    position: relative
}

.pk-nav__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #ffffff47;
    flex-shrink: 0
}

.pk-nav__link {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.pk-nav__link:hover {
    background-color: #ffffff2e;
    color: #fff
}

.pk-nav__link:focus {
    outline: 2px dashed #fffc;
    outline-offset: -3px
}

.pk-nav__link--active {
    background-color: #ffffff38
}

.pk-nav__link--active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    background: #fff;
    border-radius: 0
}

.pk-foot {
    background-color: #1b1b2e;
    position: relative;
    overflow: hidden
}

.pk-foot__texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #c523ba12 1px, transparent 1px), radial-gradient(circle, #d07f550d 1px, transparent 1px);
    background-size: 28px 28px, 56px 56px;
    background-position: 0 0, 14px 14px
}

.pk-foot__body {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 40px 40px
}

.pk-foot__card {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px
}

.pk-foot__identity {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 auto;
    max-width: 300px
}

.pk-foot__logo-mount {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 36px;
    padding: 8px 16px;
    box-shadow: 0 7px 14px 0 #c523ba1c;
    align-self: flex-start
}

.pk-foot__logo-mount img {
    display: block;
    width: auto;
    height: 36px;
    object-fit: contain
}

.pk-foot__brand-name {
    font-family: 'Fira Code', monospace;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .04em
}

.pk-foot__desc {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.9;
    color: #c9b8c9;
    letter-spacing: .03em
}

.pk-foot__contacts {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pk-foot__contact-label {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .1em;
    color: #C523BA;
    margin-bottom: 4px
}

.pk-foot__contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #e0d0e0;
    text-decoration: none
}

.pk-foot__contact-line:hover {
    color: #fff;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.pk-foot__contact-line:focus {
    outline: 2px dashed #c523bab3;
    outline-offset: 2px
}

.pk-foot__contact-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: #C523BA
}

.pk-foot__divider {
    border: none;
    border-top: 1px solid #e9ddde1f;
    margin: 0 0 24px
}

.pk-foot__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

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

.pk-foot__legal-nav li {
    display: flex;
    align-items: center
}

.pk-foot__legal-nav li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #e9ddde59;
    border-radius: 0;
    margin: 0 8px;
    flex-shrink: 0
}

.pk-foot__legal-link {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #c9b8c9;
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.pk-foot__legal-link:hover {
    color: #fff
}

.pk-foot__legal-link:focus {
    outline: 2px dashed #c523ba99;
    outline-offset: 2px
}

.pk-foot__copy {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #8a728a;
    letter-spacing: .04em
}

.pk-foot__logo-bottom {
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
    border-top: 1px solid #e9ddde14;
    margin-top: 24px
}

.pk-foot__logo-bottom-mount {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 36px;
    padding: 8px 20px;
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.pk-foot__logo-bottom-mount img {
    display: block;
    width: auto;
    height: 36px;
    object-fit: contain
}

@media (max-width: 768px) {
    .pk-head__top {
        padding: 16px 24px 12px;
        flex-wrap: wrap;
        gap: 12px
    }

    .pk-head__prop {
        max-width: 100%;
        text-align: left;
        font-size: 13px
    }

    .pk-head__nav-inner {
        padding: 0 24px
    }

    .pk-nav__link {
        padding: 12px 16px;
        font-size: 13px
    }

    .pk-foot__body {
        padding: 40px 24px 24px
    }

    .pk-foot__card {
        flex-direction: column;
        gap: 24px
    }

    .pk-foot__identity {
        max-width: 100%
    }

    .pk-foot__bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

.ck-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #fff;
    border-bottom: 2px solid #C523BA;
    box-shadow: 0 7px 14px 0 #c523ba1c
}

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

.ck-bar__text {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #1b1b2e;
    flex: 1 1 300px
}

.ck-bar__text a {
    color: #C523BA;
    text-decoration: underline;
    text-underline-offset: 2px
}

.ck-bar__text a:focus {
    outline: 2px dashed #C523BA;
    outline-offset: 2px
}

.ck-bar__acts {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0
}

.ck-bar__btn {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .06em;
    padding: 12px 24px;
    border-radius: 0;
    cursor: pointer;
    border: 2px solid #C523BA;
    background: #C523BA;
    color: #fff;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 44px;
    min-width: 44px;
    position: relative
}

.ck-bar__btn:hover {
    background: #a01d96;
    border-color: #a01d96;
    box-shadow: inset 0 0 0 2px #ffffff4d 0 1px 6px 0 #c523ba14
}

.ck-bar__btn:active {
    box-shadow: inset 0 2px 6px 0 #c523ba38
}

.ck-bar__btn:focus {
    outline: 2px dashed #C523BA;
    outline-offset: 3px
}

.ck-bar__skip {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #5a3a5a;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 4px 0;
    min-height: 44px
}

.ck-bar__skip:hover {
    color: #1b1b2e
}

.ck-bar__skip:focus {
    outline: 2px dashed #C523BA;
    outline-offset: 2px
}

.ck-settings {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px 12px;
    border-top: 1px solid #E9DDDE
}

.ck-settings__row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0
}

.ck-settings__label {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    line-height: 1.5;
    color: #1b1b2e;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.ck-settings__check {
    width: 16px;
    height: 16px;
    accent-color: #C523BA;
    cursor: pointer
}

.ck-settings__check:focus {
    outline: 2px dashed #C523BA;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .ck-bar__inner {
        padding: 12px 24px
    }

    .ck-settings {
        padding: 0 24px 12px
    }
}

.rules-sa-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 40px
}

.rules-sa-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2a2a;
    margin-bottom: 24px
}

.rules-sa-content em,
.rules-sa-content i {
    font-style: italic;
    color: #3a3a3a
}

.rules-sa-content a {
    color: #C523BA;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.rules-sa-content a:hover {
    color: #9a1a92;
    text-decoration-color: #D07F55
}

.rules-sa-content a:focus-visible {
    outline: 2px solid #C523BA;
    outline-offset: 2px;
    border-radius: 0
}

.rules-sa-content hr {
    border: none;
    border-top: 1px solid #E9DDDE;
    margin: 40px 0
}

.rules-sa-content div {
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .rules-sa-content {
        padding: 40px 24px
    }

    .rules-sa-content p {
        font-size: 14px;
        line-height: 1.9
    }
}

@media (max-width: 480px) {
    .rules-sa-content {
        padding: 24px 12px
    }
}

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

.strt .t-blk {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    position: relative;
    padding: 0
}

.strt .t-blk__strip {
    width: 6px;
    background: #C523BA;
    flex-shrink: 0
}

.strt .t-blk__img-col {
    width: 180px;
    flex-shrink: 0;
    overflow: hidden;
    filter: grayscale(1) contrast(1.15);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .t-blk__img-col:hover {
    filter: grayscale(1) contrast(1.35) brightness(1.1)
}

.strt .t-blk__img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.strt .t-blk__img-col:hover img {
    transform: scale(1.04)
}

.strt .t-blk__body {
    flex: 1;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.strt .t-blk__label {
    font-size: 13px;
    letter-spacing: .18em;
    color: #D07F55;
    line-height: 1.5;
    margin-bottom: 12px;
    text-transform: uppercase
}

.strt .t-blk__h1 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 12px
}

.strt .t-blk__h1 span:first-child {
    color: #C523BA
}

.strt .t-blk__h1 span:last-child {
    color: #1a1010;
    color: #2b1a2e
}

.strt .t-blk__sub {
    font-size: 16px;
    line-height: 1.5;
    color: #3a2a3d;
    max-width: 540px
}

.strt .t-blk__deco-band {
    position: absolute;
    bottom: 0;
    left: 180px;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #C523BA 0%, #D07F55 100%)
}

.strt .exp-sec {
    background: #E9DDDE;
    padding: 80px;
    position: relative
}

.strt .exp-sec__curl {
    position: absolute;
    top: 24px;
    right: 40px;
    width: 80px;
    height: 80px;
    opacity: .13;
    pointer-events: none
}

.strt .exp-sec__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1100px
}

.strt .exp-sec__lead {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 24px;
    grid-column: 1 / -1
}

.strt .exp-sec__lead span:first-child {
    color: #C523BA
}

.strt .exp-sec__lead span:last-child {
    color: #2b1a2e
}

.strt .exp-card {
    background: #fff;
    border-radius: 36px;
    padding: 40px;
    box-shadow: 0 1px 6px 0 #c523ba14;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .exp-card:hover {
    box-shadow: 0 7px 14px 0 #c523ba1c
}

.strt .exp-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #2b1a2e;
    line-height: 1.5;
    margin-bottom: 8px
}

.strt .exp-card__role {
    font-size: 13px;
    letter-spacing: .1em;
    color: #D07F55;
    line-height: 1.5;
    margin-bottom: 12px;
    text-transform: uppercase
}

.strt .exp-card__txt {
    font-size: 16px;
    line-height: 1.9;
    color: #2b1a2e;
    margin: 0
}

.strt .exp-card__img-wrap {
    width: 56px;
    height: 56px;
    border-radius: 36px;
    overflow: hidden;
    margin-bottom: 12px;
    flex-shrink: 0
}

.strt .exp-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.92);
    transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .exp-card__img-wrap:hover img {
    filter: brightness(1.08)
}

.strt .out-sec {
    background: #fff;
    padding: 80px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    position: relative
}

.strt .out-sec__edge {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, #C523BA 0%, #D07F55 100%)
}

.strt .out-sec__aside {
    width: 340px;
    flex-shrink: 0
}

.strt .out-sec__img-wrap {
    width: 100%;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #c523ba1c;
    margin-bottom: 24px
}

.strt .out-sec__img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.strt .out-sec__img-wrap:hover img {
    filter: brightness(1.06);
    transform: scale(1.03)
}

.strt .out-sec__body {
    flex: 1
}

.strt .out-sec__h2 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 24px
}

.strt .out-sec__h2 span:first-child {
    color: #C523BA
}

.strt .out-sec__h2 span:last-child {
    color: #2b1a2e
}

.strt .out-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.strt .out-list__item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start
}

.strt .out-list__num {
    font-size: 13px;
    font-weight: 700;
    color: #C523BA;
    letter-spacing: .12em;
    line-height: 1.9;
    min-width: 28px
}

.strt .out-list__text {
    font-size: 16px;
    line-height: 1.9;
    color: #2b1a2e;
    margin: 0
}

.strt .rep-sec {
    background: linear-gradient(160deg, #2b1a2e 0%, #3d1a38 100%);
    padding: 80px;
    position: relative
}

.strt .rep-sec__spiral {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 100px;
    height: 100px;
    opacity: .1;
    pointer-events: none
}

.strt .rep-sec__h2 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 40px;
    color: #fff
}

.strt .rep-sec__h2 span:first-child {
    color: #C523BA
}

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

.strt .rep-item {
    border-radius: 36px;
    padding: 40px;
    background: #ffffff0f;
    border: 1px solid #c523ba2e;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .rep-item:hover {
    background: #ffffff1c;
    border-color: #c523ba61
}

.strt .rep-item__tag {
    font-size: 13px;
    letter-spacing: .14em;
    color: #D07F55;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 8px
}

.strt .rep-item__val {
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 8px
}

.strt .rep-item__desc {
    font-size: 14px;
    line-height: 1.9;
    color: #E9DDDE;
    margin: 0
}

.strt .journey-sec {
    background: #E9DDDE;
    padding: 80px;
    position: relative
}

.strt .journey-sec__edge {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #D07F55
}

.strt .journey-sec__h2 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 40px
}

.strt .journey-sec__h2 span:first-child {
    color: #C523BA
}

.strt .journey-sec__h2 span:last-child {
    color: #2b1a2e
}

.strt .journey-track {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch
}

.strt .j-step {
    flex: 1;
    background: #fff;
    border-radius: 36px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 1px 6px 0 #d07f5514;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.strt .j-step:hover {
    box-shadow: 0 7px 14px 0 #d07f551c
}

.strt .j-step__dot {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #C523BA;
    flex-shrink: 0
}

.strt .j-step--two .j-step__dot {
    background: #D07F55
}

.strt .j-step--three .j-step__dot {
    background: #2b1a2e
}

.strt .j-step--four .j-step__dot {
    background: linear-gradient(135deg, #C523BA 0%, #D07F55 100%)
}

.strt .j-step__phase {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #D07F55;
    line-height: 1.5
}

.strt .j-step__h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2b1a2e;
    line-height: 1.5;
    margin: 0
}

.strt .j-step__p {
    font-size: 14px;
    line-height: 1.9;
    color: #3a2a3d;
    margin: 0
}

.strt .curr-sec {
    background: #fff;
    padding: 80px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    position: relative
}

.strt .curr-sec__spiral {
    position: absolute;
    top: 24px;
    right: 80px;
    width: 90px;
    height: 90px;
    opacity: .09;
    pointer-events: none
}

.strt .curr-sec__body {
    flex: 1
}

.strt .curr-sec__h2 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 24px
}

.strt .curr-sec__h2 span:first-child {
    color: #C523BA
}

.strt .curr-sec__h2 span:last-child {
    color: #2b1a2e
}

.strt .curr-sec__p {
    font-size: 16px;
    line-height: 1.9;
    color: #2b1a2e;
    margin: 0 0 24px;
    max-width: 560px
}

.strt .curr-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.strt .curr-tag {
    font-size: 13px;
    letter-spacing: .1em;
    color: #2b1a2e;
    background: #E9DDDE;
    border-radius: 36px;
    padding: 4px 12px;
    line-height: 1.9;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .curr-tag:hover {
    background: #C523BA;
    color: #fff
}

.strt .curr-sec__imgs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 300px;
    flex-shrink: 0
}

.strt .curr-img-wrap {
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 7px 14px 0 #c523ba1c
}

.strt .curr-img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
    transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.strt .curr-img-wrap:hover img {
    filter: brightness(1.06);
    transform: scale(1.04)
}

.strt .appr-sec {
    background: linear-gradient(160deg, #2b1a2e 0%, #3d1a38 100%);
    padding: 80px;
    position: relative
}

.strt .appr-sec__edge {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #C523BA
}

.strt .appr-sec__h2 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 40px;
    color: #fff
}

.strt .appr-sec__h2 span:first-child {
    color: #D07F55
}

.strt .appr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1100px
}

.strt .appr-item {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 40px;
    border-radius: 36px;
    background: #ffffff0d;
    border: 1px solid #d07f5526;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.strt .appr-item:hover {
    background: #ffffff17
}

.strt .appr-item__ico {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.strt .appr-item__ico svg {
    width: 36px;
    height: 36px
}

.strt .appr-item__h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 8px
}

.strt .appr-item__p {
    font-size: 14px;
    line-height: 1.9;
    color: #E9DDDE;
    margin: 0
}

.strt .appr-sec__img-row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 24px
}

.strt .appr-img-wrap {
    border-radius: 36px;
    overflow: hidden;
    flex: 1;
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.strt .appr-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: brightness(0.8) grayscale(0.2);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.strt .appr-img-wrap:hover img {
    filter: brightness(1.0) grayscale(0);
    transform: scale(1.03)
}

@keyframes grad-breathe {

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

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

.strt .rep-sec {
    background-size: 200% 200%;
    animation: grad-breathe 8s ease-in-out infinite;
    background-image: linear-gradient(160deg, #2b1a2e 0%, #3d1a38 50%, #2e1a30 100%)
}

.strt .appr-sec {
    background-size: 200% 200%;
    animation: grad-breathe 8s ease-in-out infinite;
    background-image: linear-gradient(160deg, #2b1a2e 0%, #3d1a38 50%, #2e1a30 100%)
}

@media (max-width: 900px) {
    .strt .t-blk__img-col {
        width: 100px
    }

    .strt .t-blk__body {
        padding: 40px 24px
    }

    .strt .t-blk__h1 {
        font-size: 40px
    }

    .strt .exp-sec,
    .strt .out-sec,
    .strt .rep-sec,
    .strt .journey-sec,
    .strt .curr-sec,
    .strt .appr-sec {
        padding: 40px 24px
    }

    .strt .exp-sec__grid {
        grid-template-columns: 1fr
    }

    .strt .out-sec {
        flex-direction: column;
        gap: 24px
    }

    .strt .out-sec__aside {
        width: 100%
    }

    .strt .rep-grid {
        grid-template-columns: 1fr
    }

    .strt .journey-track {
        flex-direction: column
    }

    .strt .curr-sec {
        flex-direction: column;
        gap: 24px
    }

    .strt .curr-sec__imgs {
        width: 100%;
        flex-direction: row
    }

    .strt .appr-grid {
        grid-template-columns: 1fr
    }

    .strt .appr-sec__img-row {
        flex-direction: column
    }

    .strt .rep-sec__h2,
    .strt .out-sec__h2,
    .strt .exp-sec__lead,
    .strt .journey-sec__h2,
    .strt .curr-sec__h2,
    .strt .appr-sec__h2 {
        font-size: 40px
    }
}

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

.ctus .pg-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px
}

.ctus .top-band {
    padding: 80px 40px 120px;
    position: relative;
    background: #fff;
    overflow: hidden
}

.ctus .top-band::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(ellipse at 50% 40%, #c523ba17 0%, #d07f550f 40%, transparent 70%);
    pointer-events: none
}

.ctus .top-band__blob1 {
    position: absolute;
    top: 40px;
    left: 8%;
    width: 320px;
    height: 320px;
    background: #c523ba12;
    border-radius: 36px;
    filter: blur(60px);
    pointer-events: none
}

.ctus .top-band__blob2 {
    position: absolute;
    bottom: 0;
    right: 6%;
    width: 280px;
    height: 280px;
    background: #d07f5514;
    border-radius: 36px;
    filter: blur(50px);
    pointer-events: none
}

.ctus .top-band__blob3 {
    position: absolute;
    top: 30%;
    right: 20%;
    width: 180px;
    height: 180px;
    background: #e9ddde80;
    border-radius: 36px;
    filter: blur(40px);
    pointer-events: none
}

.ctus .top-band__inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.ctus .top-band__label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .12em;
    color: #C523BA;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid #c523ba40;
    padding: 4px 12px;
    border-radius: 36px
}

.ctus .top-band__h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0018;
    margin: 0 0 24px;
    max-width: 780px
}

.ctus .top-band__h1 span.accent-w {
    color: #C523BA
}

.ctus .top-band__h1 span.bracket {
    color: #D07F55
}

.ctus .top-band__sub {
    font-size: 16px;
    line-height: 1.9;
    color: #3a2535;
    max-width: 560px;
    margin: 0
}

.ctus .top-band__math {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 260px;
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 2px #c523ba14;
    pointer-events: none;
    user-select: none;
    font-weight: 700
}

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

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

.ctus .form-strip {
    padding: 80px 40px;
    background: #fdf8fd;
    position: relative
}

.ctus .form-strip__texture {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg, #c523ba06 0px, #c523ba06 1px, transparent 1px, transparent 28px);
    pointer-events: none
}

.ctus .form-strip__inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.ctus .form-strip__left {
    flex: 1 1 0;
    min-width: 0
}

.ctus .form-strip__right {
    flex: 1 1 0;
    min-width: 0
}

.ctus .form-strip__eyebrow {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #D07F55;
    text-transform: uppercase;
    margin-bottom: 12px
}

.ctus .form-strip__heading {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0018;
    margin: 0 0 24px
}

.ctus .form-strip__heading span.fw {
    color: #C523BA
}

.ctus .form-strip__desc {
    font-size: 16px;
    line-height: 1.9;
    color: #3a2535;
    margin: 0 0 40px
}

.ctus .code-blk {
    background: #1a0018;
    border-radius: 36px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.ctus .code-blk__bar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 24px;
    align-items: center
}

.ctus .code-blk__dot {
    width: 12px;
    height: 12px;
    border-radius: 36px
}

.ctus .code-blk__dot--r {
    background: #ff5f57
}

.ctus .code-blk__dot--y {
    background: #ffbd2e
}

.ctus .code-blk__dot--g {
    background: #28c840
}

.ctus .code-blk__label {
    font-size: 13px;
    line-height: 1.5;
    color: #e9ddde80;
    letter-spacing: .08em;
    margin-left: 8px
}

.ctus .code-blk__body {
    font-size: 13px;
    line-height: 1.9;
    color: #E9DDDE;
    white-space: pre-wrap;
    word-break: break-word
}

.ctus .code-blk__body .tok-key {
    color: #C523BA
}

.ctus .code-blk__body .tok-str {
    color: #D07F55
}

.ctus .code-blk__body .tok-val {
    color: #a8d8a8
}

.ctus .code-blk__body .tok-cmt {
    color: #e9ddde66
}

.ctus .code-blk__deco {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border: 2px solid #c523ba33;
    border-radius: 36px;
    pointer-events: none
}

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

.ctus .cf-row {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.ctus .cf-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0
}

.ctus .cf-field--full {
    flex: 1 1 100%
}

.ctus .cf-label {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #3a2535;
    text-transform: uppercase
}

.ctus .cf-input {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #c523ba33;
    border-radius: 36px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #1a0018;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box
}

.ctus .cf-input::placeholder {
    color: #1a001866
}

.ctus .cf-input:focus {
    outline: none;
    border-color: #C523BA;
    box-shadow: 0 1px 6px 0 #c523ba14
}

.ctus .cf-select {
    appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23C523BA' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center;
    border: 1px solid #c523ba33;
    border-radius: 36px;
    padding: 12px 48px 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #1a0018;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box;
    cursor: pointer
}

.ctus .cf-select::placeholder {
    color: #1a001866
}

.ctus .cf-select:focus {
    outline: none;
    border-color: #C523BA;
    box-shadow: 0 1px 6px 0 #c523ba14
}

.ctus .cf-textarea {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #c523ba33;
    border-radius: 36px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.9;
    color: #1a0018;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px
}

.ctus .cf-textarea::placeholder {
    color: #1a001866
}

.ctus .cf-textarea:focus {
    outline: none;
    border-color: #C523BA;
    box-shadow: 0 1px 6px 0 #c523ba14
}

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

.ctus .cf-privacy__check {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #c523ba59;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    transition: background .15s cubic-bezier(0.4, 0, 0.2, 1), border-color .15s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 2px;
    position: relative
}

.ctus .cf-privacy__check:checked {
    background: #C523BA;
    border-color: #C523BA;
    box-shadow: inset 0 2px 4px 0 #c523ba4d
}

.ctus .cf-privacy__check:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.ctus .cf-privacy__text {
    font-size: 14px;
    line-height: 1.9;
    color: #3a2535
}

.ctus .cf-privacy__text a {
    color: #C523BA;
    text-decoration: none;
    position: relative
}

.ctus .cf-privacy__text a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #C523BA;
    transition: width .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .cf-privacy__text a:hover::after {
    width: 100%
}

.ctus .cf-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #C523BA;
    color: #fff;
    border: none;
    border-radius: 36px;
    padding: 12px 40px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
    align-self: flex-start;
    box-shadow: 0 7px 14px 0 #c523ba1c
}

.ctus .cf-submit::before {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1px solid #fff0;
    border-radius: 36px;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .cf-submit:hover {
    background: #a81da0;
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.ctus .cf-submit:hover::before {
    border-color: #ffffff59
}

.ctus .cf-submit:active {
    box-shadow: inset 0 2px 6px 0 #c523ba40
}

.ctus .cf-submit:focus-visible {
    outline: 2px solid #C523BA;
    outline-offset: 3px
}

.ctus .wave-div2 {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.ctus .wave-div2 svg {
    display: block;
    width: 100%
}

.ctus .info-strip {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.ctus .info-strip__inner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.ctus .info-card {
    border-radius: 36px;
    padding: 40px;
    position: relative;
    overflow: hidden
}

.ctus .info-card--primary {
    background: #1a0018;
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.ctus .info-card--light {
    background: #E9DDDE;
    box-shadow: 0 1px 6px 0 #c523ba14
}

.ctus .info-card--outline {
    background: transparent;
    border: 1px solid #c523ba33;
    box-shadow: 0 7px 14px 0 #c523ba1c
}

.ctus .info-card__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 36px;
    background: #c523ba26;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    animation: icon-float 3.2s ease-in-out infinite
}

.ctus .info-card--light .info-card__icon-wrap {
    background: #c523ba1f;
    animation-delay: .6s;
    animation-duration: 2.8s
}

.ctus .info-card--outline .info-card__icon-wrap {
    background: #d07f551f;
    animation-delay: 1.2s;
    animation-duration: 3.6s
}

@keyframes icon-float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg)
    }

    30% {
        transform: translateY(-6px) rotate(-1.5deg)
    }

    70% {
        transform: translateY(-3px) rotate(1deg)
    }
}

.ctus .info-card__icon-wrap svg {
    width: 28px;
    height: 28px
}

.ctus .info-card__num {
    font-size: 52px;
    line-height: 1.1;
    color: #e9ddde1f;
    position: absolute;
    top: 24px;
    right: 32px;
    pointer-events: none;
    user-select: none;
    font-weight: 700
}

.ctus .info-card--light .info-card__num,
.ctus .info-card--outline .info-card__num {
    color: #c523ba14
}

.ctus .info-card__title {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #e9ddde99
}

.ctus .info-card--light .info-card__title,
.ctus .info-card--outline .info-card__title {
    color: #D07F55
}

.ctus .info-card__val {
    font-size: 16px;
    line-height: 1.9;
    color: #E9DDDE;
    margin: 0
}

.ctus .info-card--light .info-card__val,
.ctus .info-card--outline .info-card__val {
    color: #1a0018
}

.ctus .info-card__val a {
    color: #C523BA;
    text-decoration: none;
    position: relative
}

.ctus .info-card__val a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #C523BA;
    transition: width .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .info-card__val a:hover::after {
    width: 100%
}

.ctus .info-card--primary .info-card__val a {
    color: #D07F55
}

.ctus .info-card--primary .info-card__val a::after {
    background: #D07F55
}

@media (max-width: 1024px) {
    .ctus .form-strip__inner {
        flex-direction: column;
        gap: 40px
    }

    .ctus .info-strip__inner {
        grid-template-columns: 1fr 1fr
    }

    .ctus .top-band__math {
        display: none
    }
}

@media (max-width: 768px) {
    .ctus .top-band {
        padding: 80px 24px
    }

    .ctus .top-band__h1 {
        font-size: 52px
    }

    .ctus .form-strip {
        padding: 80px 24px
    }

    .ctus .cf-row {
        flex-direction: column;
        gap: 24px
    }

    .ctus .info-strip {
        padding: 80px 24px
    }

    .ctus .info-strip__inner {
        grid-template-columns: 1fr
    }

    .ctus .form-strip__heading {
        font-size: 52px
    }
}

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

.cons .blk-one {
    background: #1b0a1a;
    padding: 80px 24px 40px;
    position: relative
}

.cons .blk-one__inner {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1
}

.cons .blk-one__shape-a {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    border: 1px dashed #c523ba2e;
    border-radius: 0;
    pointer-events: none
}

.cons .blk-one__shape-b {
    position: absolute;
    bottom: 40px;
    left: -40px;
    width: 180px;
    height: 180px;
    border: 1px dashed #d07f5524;
    border-radius: 36px;
    pointer-events: none
}

.cons .blk-one__eyebrow {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .12em;
    color: #C523BA;
    text-transform: uppercase;
    margin: 0
}

.cons .blk-one__h1 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0;
    color: #E9DDDE
}

.cons .blk-one__h1 span {
    color: #C523BA
}

.cons .blk-one__sub {
    font-size: 16px;
    line-height: 1.9;
    color: #c9b8c8;
    margin: 0;
    max-width: 600px
}

.cons .blk-one__link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #E9DDDE;
    text-decoration: none;
    border: 1.5px solid #e9ddde59;
    padding: 12px 24px;
    border-radius: 0;
    position: relative;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start
}

.cons .blk-one__link::after {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid transparent;
    transition: border-color .25s cubic-bezier(0.0, 0, 0.2, 1);
    pointer-events: none
}

.cons .blk-one__link:hover {
    color: #C523BA;
    border-color: #C523BA
}

.cons .blk-one__link:hover::after {
    border-color: #c523ba66
}

.cons .blk-one__link:focus-visible {
    outline: 2px solid #C523BA;
    outline-offset: 3px
}

.cons .wave-div {
    line-height: 0;
    overflow: hidden
}

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

.cons .blk-two {
    background: #fff;
    padding: 80px 24px
}

.cons .blk-two__col {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.cons .blk-two__img-wrap {
    position: relative;
    display: inline-block;
    align-self: flex-start
}

.cons .blk-two__img-frame {
    border: 2px solid #E9DDDE;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    max-width: 560px;
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.cons .blk-two__img-frame img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    filter: grayscale(1) contrast(1.15);
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cons .blk-two__img-frame:hover img {
    transform: scale(1.04)
}

.cons .blk-two__img-deco {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 80px;
    height: 80px;
    border: 2px dashed #c523ba4d;
    border-radius: 0;
    pointer-events: none
}

.cons .blk-two__pair {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap
}

.cons .blk-two__pair--rev {
    flex-direction: row-reverse
}

.cons .blk-two__txt {
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cons .blk-two__h2 {
    font-size: 52px;
    line-height: 1.1;
    margin: 0;
    color: #1b0a1a
}

.cons .blk-two__h2 span {
    color: #C523BA
}

.cons .blk-two__p {
    font-size: 16px;
    line-height: 1.9;
    color: #2e1a2d;
    margin: 0
}

.cons .blk-two__notch {
    padding-left: 16px;
    border-left: none;
    position: relative
}

.cons .blk-two__notch::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #C523BA;
    border-radius: 0
}

.cons .blk-two__h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #D07F55;
    margin: 0
}

.cons .blk-two__metrics {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.cons .blk-two__metric {
    flex: 1 1 120px;
    background: #E9DDDE;
    border-radius: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 1px 6px 0 #c523ba14;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cons .blk-two__metric:hover {
    box-shadow: 0 7px 14px 0 #c523ba1c;
    transform: translateY(-2px)
}

.cons .blk-two__metric-num {
    font-size: 52px;
    line-height: 1.1;
    color: #C523BA;
    margin: 0
}

.cons .blk-two__metric-lbl {
    font-size: 13px;
    line-height: 1.5;
    color: #2e1a2d;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0
}

.cons .blk-two__steps {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cons .blk-two__step {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cons .blk-two__step:hover {
    transform: translateX(6px)
}

.cons .blk-two__step:hover+.blk-two__step {
    transform: translateX(3px)
}

.cons .blk-two__step-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #1b0a1a;
    color: #E9DDDE;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.cons .blk-two__step-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cons .blk-two__step-h {
    font-size: 14px;
    line-height: 1.5;
    color: #1b0a1a;
    margin: 0;
    letter-spacing: .04em
}

.cons .blk-two__step-p {
    font-size: 14px;
    line-height: 1.9;
    color: #4a2e49;
    margin: 0
}

.cons .blk-two__dashed-box {
    border: 2px dashed #c523ba40;
    border-radius: 0;
    padding: 40px;
    background: #e9ddde2e;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cons .blk-two__dashed-h {
    font-size: 16px;
    line-height: 1.5;
    color: #1b0a1a;
    margin: 0;
    letter-spacing: .04em
}

.cons .blk-two__dashed-h span {
    color: #D07F55
}

.cons .blk-two__icon-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.cons .blk-two__icon-item {
    flex: 1 1 160px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}

.cons .blk-two__icon-svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0
}

.cons .blk-two__icon-svg--spin {
    animation: icon-settle 2s cubic-bezier(0.4, 0, 0.2, 1) .5s 1 both
}

@keyframes icon-settle {
    0% {
        transform: rotate(0deg)
    }

    60% {
        transform: rotate(360deg)
    }

    80% {
        transform: rotate(345deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.cons .blk-two__icon-lbl {
    font-size: 14px;
    line-height: 1.5;
    color: #2e1a2d;
    margin: 0
}

.cons .blk-two__strike-line {
    font-size: 16px;
    line-height: 1.9;
    color: #2e1a2d;
    margin: 0
}

.cons .blk-two__strike-line s {
    color: #9a8a99;
    text-decoration: line-through
}

.cons .blk-two__strike-line strong {
    color: #C523BA
}

@media (max-width: 680px) {
    .cons .blk-one__h1 {
        font-size: 36px
    }

    .cons .blk-two__h2 {
        font-size: 36px
    }

    .cons .blk-two__metric-num {
        font-size: 36px
    }

    .cons .blk-two__pair {
        flex-direction: column !important
    }

    .cons .blk-two__img-frame {
        max-width: 100%
    }

    .cons .blk-two__dashed-box {
        padding: 24px
    }

    .cons .blk-one {
        padding: 40px 24px 24px
    }
}

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

.lp__reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: lp-reveal .55s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.lp__reveal--2 {
    animation-delay: .12s
}

.lp__reveal--3 {
    animation-delay: .22s
}

.lp__reveal--4 {
    animation-delay: .34s
}

.lp__reveal--5 {
    animation-delay: .46s
}

@keyframes lp-reveal {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.lp .lp-top {
    padding: 80px 80px 40px;
    background: #fff;
    position: relative
}

.lp .lp-top__stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #C523BA 0%, #D07F55 100%)
}

.lp .lp-top__label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .12em;
    color: #C523BA;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding: 4px 12px;
    border: 1px solid #c523ba38;
    border-radius: 0
}

.lp .lp-top__grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: end
}

.lp .lp-top__h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 24px
}

.lp .lp-top__h1 span {
    color: #C523BA
}

.lp .lp-top__desc {
    font-size: 16px;
    line-height: 1.9;
    color: #3a3a3a;
    max-width: 560px;
    margin: 0 0 40px
}

.lp .lp-top__actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

.lp .lp-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .06em;
    padding: 12px 40px;
    border-radius: 0;
    border: 2px solid #C523BA;
    background: #C523BA;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .lp-btn::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1px solid #fff0;
    border-radius: 0;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.lp .lp-btn:hover {
    background: #a81da0;
    color: #fff
}

.lp .lp-btn:hover::after {
    border-color: #fff6
}

.lp .lp-btn:focus-visible {
    outline: 3px solid #C523BA;
    outline-offset: 3px
}

.lp .lp-btn:active {
    box-shadow: inset 0 2px 6px 0 #c523ba47
}

.lp .lp-btn--ghost {
    background: transparent;
    color: #C523BA
}

.lp .lp-btn--ghost:hover {
    background: #c523ba12;
    color: #a81da0
}

.lp .lp-top__img-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.lp .lp-top__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #c523ba2e 0%, transparent 55%);
    pointer-events: none
}

.lp .lp-top__img-wrap img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: blur(0px);
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .lp-top__img-wrap:hover img {
    transform: scale(1.04);
    filter: blur(0px)
}

.lp .lp-top__diamond {
    position: absolute;
    bottom: -18px;
    right: 80px;
    width: 36px;
    height: 36px;
    background: #D07F55;
    transform: rotate(45deg);
    z-index: 2
}

.lp .lp-mod {
    padding: 80px;
    background: #E9DDDE;
    position: relative
}

.lp .lp-mod__bg-tri {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.lp .lp-mod__bg-tri svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .13
}

.lp .lp-mod__head {
    margin-bottom: 40px
}

.lp .lp-mod__eyebrow {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D07F55;
    margin-bottom: 12px
}

.lp .lp-mod__h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 12px
}

.lp .lp-mod__h2 span {
    color: #D07F55
}

.lp .lp-mod__sub {
    font-size: 16px;
    line-height: 1.9;
    color: #3a3a3a;
    max-width: 620px
}

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

.lp .lp-card {
    background: #fff;
    border-radius: 0;
    padding: 40px 24px 24px;
    box-shadow: 0 1px 6px 0 #c523ba14;
    position: relative;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .lp-card:hover {
    box-shadow: 0 7px 14px 0 #c523ba1c;
    transform: translateY(-4px)
}

.lp .lp-card__num {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #c523ba1a;
    position: absolute;
    top: 12px;
    right: 16px;
    letter-spacing: -.02em
}

.lp .lp-card__tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #C523BA;
    margin-bottom: 12px
}

.lp .lp-card__h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #1b1b1b;
    margin: 0 0 12px
}

.lp .lp-card__body {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3a3a;
    margin: 0
}

.lp .lp-card__list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0
}

.lp .lp-card__list li {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3a3a;
    padding-left: 16px;
    position: relative
}

.lp .lp-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #D07F55;
    transform: rotate(45deg)
}

.lp .lp-det {
    padding: 80px;
    background: #fff;
    position: relative
}

.lp .lp-det__diagonal {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.lp .lp-det__diagonal::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: #E9DDDE;
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%)
}

.lp .lp-det__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: start
}

.lp .lp-det__eyebrow {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #C523BA;
    margin-bottom: 12px
}

.lp .lp-det__h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 24px
}

.lp .lp-det__h2 span {
    color: #C523BA
}

.lp .lp-det__prose {
    font-size: 16px;
    line-height: 1.9;
    color: #3a3a3a;
    margin: 0 0 24px
}

.lp .lp-det__prose a {
    color: #C523BA;
    text-decoration: none;
    background-image: linear-gradient(#C523BA, #C523BA);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .lp-det__prose a:hover {
    background-size: 100% 1px
}

.lp .lp-det__specs {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.lp .lp-spec {
    padding: 24px;
    border-top: 2px solid #E9DDDE
}

.lp .lp-spec__label {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px
}

.lp .lp-spec__val {
    font-size: 16px;
    line-height: 1.5;
    color: #1b1b1b;
    font-weight: 600
}

.lp .lp-det__img-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #d07f551c
}

.lp .lp-det__img-wrap img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: blur(1.5px);
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .lp-det__img-wrap:hover img {
    transform: scale(1.04);
    filter: blur(0px)
}

.lp .lp-det__img-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 100% 0%, #c523ba38 0%, transparent 60%), radial-gradient(ellipse at 0% 100%, #d07f552e 0%, transparent 55%);
    pointer-events: none
}

.lp .lp-faq {
    padding: 80px;
    background: #1b1b1b;
    position: relative
}

.lp .lp-faq__eyebrow {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D07F55;
    margin-bottom: 12px
}

.lp .lp-faq__h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 40px
}

.lp .lp-faq__h2 span {
    color: #D07F55
}

.lp .lp-faq__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.lp .lp-fitem {
    background: #ffffff0d;
    border-radius: 0;
    padding: 24px;
    border-top: 2px solid #d07f554d;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .lp-fitem:hover {
    background: #ffffff17
}

.lp .lp-fitem__q {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px
}

.lp .lp-fitem__a {
    font-size: 14px;
    line-height: 1.9;
    color: #ffffffb8;
    margin: 0
}

@media (max-width: 1100px) {
    .lp .lp-top {
        padding: 40px 40px 24px
    }

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

    .lp .lp-mod {
        padding: 40px
    }

    .lp .lp-mod__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .lp .lp-det {
        padding: 40px
    }

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

    .lp .lp-faq {
        padding: 40px
    }

    .lp .lp-faq__grid {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

@media (max-width: 700px) {
    .lp .lp-top {
        padding: 24px 24px 12px
    }

    .lp .lp-top__h1 {
        font-size: 32px
    }

    .lp .lp-mod {
        padding: 24px
    }

    .lp .lp-mod__grid {
        grid-template-columns: 1fr
    }

    .lp .lp-mod__h2 {
        font-size: 32px
    }

    .lp .lp-det {
        padding: 24px
    }

    .lp .lp-det__h2 {
        font-size: 32px
    }

    .lp .lp-det__specs {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .lp .lp-faq {
        padding: 24px
    }

    .lp .lp-faq__h2 {
        font-size: 32px
    }

    .lp .lp-top__diamond {
        display: none
    }
}

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

.abt__geo {
    position: absolute;
    top: 80px;
    right: -60px;
    width: 220px;
    height: 220px;
    border: 2px solid #c523ba1a;
    border-radius: 0;
    animation: abt-spin 28s linear infinite;
    pointer-events: none;
    z-index: 0
}

.abt__geo--sm {
    top: 140px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-color: #d07f551f;
    animation-duration: 18s;
    animation-direction: reverse
}

@keyframes abt-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.abt__geo2 {
    position: absolute;
    bottom: 60px;
    left: -50px;
    width: 180px;
    height: 180px;
    border: 2px solid #c523ba14;
    border-radius: 0;
    animation: abt-spin 34s linear infinite;
    pointer-events: none;
    z-index: 0
}

.abt-strip {
    height: 4px;
    background: linear-gradient(90deg, #C523BA 0%, #D07F55 100%);
    width: 100%
}

.abt-title {
    position: relative;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, #c523ba21 0%, #e9ddde2e 45%, #fff 100%);
    padding: 80px 40px;
    overflow: hidden
}

.abt-title::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 55%, #1e0a1e2e 100%);
    pointer-events: none
}

.abt-title__band {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #C523BA 0%, #D07F55 60%, transparent 100%)
}

.abt-title__inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
    text-align: center
}

.abt-title__label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #C523BA;
    margin-bottom: 24px
}

.abt-title__h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0a1a;
    margin: 0 0 24px
}

.abt-title__h1 span {
    color: #C523BA
}

.abt-title__sub {
    font-size: 16px;
    line-height: 1.9;
    color: #3a2a3a;
    margin: 0 0 40px
}

.abt-title__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px
}

.abt-title__divider-line {
    width: 48px;
    height: 2px;
    background: #C523BA;
    opacity: .5
}

.abt-title__stats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.abt-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.abt-stat__num {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0a1a
}

.abt-stat__num span {
    color: #C523BA
}

.abt-stat__num em {
    font-style: normal;
    color: #D07F55;
    font-size: 16px
}

.abt-stat__label {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6a4a6a
}

.abt-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    margin: 0
}

.abt-div__line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #C523BA, #D07F55);
    opacity: .35
}

.abt-about {
    position: relative;
    background: #fff;
    padding: 80px 40px;
    overflow: hidden
}

.abt-about::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 120% 120% at 50% 50%, transparent 60%, #14051412 100%);
    pointer-events: none
}

.abt-about__grid {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: start
}

.abt-about__img-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-img-wrap {
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 7px 14px 0 #c523ba1c;
    width: 100%;
    aspect-ratio: 4/3
}

.abt-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-img-wrap:hover img {
    transform: scale(1.06) translateX(4px)
}

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

.abt-about__h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0a1a;
    margin: 0
}

.abt-about__h2 span {
    color: #C523BA
}

.abt-about__body {
    font-size: 16px;
    line-height: 1.9;
    color: #2a1a2a;
    margin: 0
}

.abt-about__accent {
    display: inline;
    text-decoration: line-through;
    color: #8a7a8a;
    margin-right: 4px
}

.abt-about__replace {
    color: #C523BA;
    font-weight: 600
}

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

.abt-tag {
    background: #E9DDDE;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 1.5;
    color: #2a1a2a;
    letter-spacing: .04em
}

.abt-tag strong {
    color: #C523BA;
    display: block;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 4px
}

.abt-div2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px
}

.abt-div2__line {
    width: 64px;
    height: 2px;
    background: linear-gradient(90deg, #D07F55, #C523BA);
    opacity: .3
}

.abt-team {
    position: relative;
    background: #E9DDDE;
    padding: 80px 40px;
    overflow: hidden
}

.abt-team::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 110% 110% at 50% 50%, transparent 55%, #0f050f17 100%);
    pointer-events: none
}

.abt-team__inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto
}

.abt-team__head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 80px
}

.abt-team__h2 {
    font-size: 52px;
    line-height: 1.1;
    color: #1a0a1a;
    margin: 0
}

.abt-team__h2 span {
    color: #D07F55
}

.abt-team__desc {
    font-size: 16px;
    line-height: 1.9;
    color: #2a1a2a;
    margin: 0
}

.abt-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    margin-bottom: 80px
}

.abt-steps::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #C523BA 0%, #D07F55 100%);
    opacity: .25
}

.abt-step {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 24px 0;
    position: relative
}

.abt-step__num {
    width: 56px;
    height: 56px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 1px 6px 0 #c523ba14;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1
}

.abt-step__num-int {
    font-size: 16px;
    line-height: 1.1;
    color: #C523BA;
    font-weight: 700
}

.abt-step__num-frac {
    font-size: 13px;
    line-height: 1.1;
    color: #D07F55;
    font-weight: 400;
    align-self: flex-end;
    margin-bottom: 2px
}

.abt-step__body {
    flex: 1;
    padding-top: 8px
}

.abt-step__h {
    font-size: 14px;
    line-height: 1.5;
    color: #1a0a1a;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 4px
}

.abt-step__p {
    font-size: 14px;
    line-height: 1.9;
    color: #3a2a3a;
    margin: 0
}

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

.abt-person {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 1px 6px 0 #c523ba14;
    overflow: hidden;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-person:hover {
    box-shadow: 0 9px 40px 0 #c523ba1c
}

.abt-person__img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/2;
    position: relative
}

.abt-person__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt-person__img:hover img {
    transform: scale(1.06) translateY(-4px)
}

.abt-person__img-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, transparent 0%, #1405148c 100%);
    pointer-events: none
}

.abt-person__info {
    padding: 24px
}

.abt-person__name {
    font-size: 16px;
    line-height: 1.5;
    color: #1a0a1a;
    font-weight: 700;
    margin: 0 0 4px
}

.abt-person__role {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #C523BA;
    margin: 0 0 12px
}

.abt-person__bio {
    font-size: 14px;
    line-height: 1.9;
    color: #3a2a3a;
    margin: 0
}

.abt-person__strips {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0 24px 24px
}

.abt-person__strip {
    height: 3px;
    border-radius: 0;
    flex: 1;
    background: #E9DDDE;
    overflow: hidden;
    cursor: default
}

.abt-person__strip-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #C523BA, #D07F55);
    transition: width .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-person:hover .abt-person__strip-fill {
    width: 100%
}

.abt-person__strip:nth-child(2) .abt-person__strip-fill {
    transition-delay: .04s
}

.abt-person__strip:nth-child(3) .abt-person__strip-fill {
    transition-delay: .08s
}

.abt-person__strip:nth-child(4) .abt-person__strip-fill {
    transition-delay: .12s
}

@keyframes abt-fadein {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.abt-title__inner {
    animation: abt-fadein .28s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-about__grid {
    animation: abt-fadein .25s cubic-bezier(0.4, 0, 0.2, 1) .08s both
}

.abt-step:nth-child(1) {
    animation: abt-fadein .22s cubic-bezier(0.4, 0, 0.2, 1) .05s both
}

.abt-step:nth-child(2) {
    animation: abt-fadein .22s cubic-bezier(0.4, 0, 0.2, 1) .11s both
}

.abt-step:nth-child(3) {
    animation: abt-fadein .22s cubic-bezier(0.4, 0, 0.2, 1) .17s both
}

.abt-step:nth-child(4) {
    animation: abt-fadein .22s cubic-bezier(0.4, 0, 0.2, 1) .23s both
}

.abt-person:nth-child(1) {
    animation: abt-fadein .22s cubic-bezier(0.4, 0, 0.2, 1) .1s both
}

.abt-person:nth-child(2) {
    animation: abt-fadein .22s cubic-bezier(0.4, 0, 0.2, 1) .18s both
}

.abt-person:nth-child(3) {
    animation: abt-fadein .22s cubic-bezier(0.4, 0, 0.2, 1) .26s both
}

.abt-link {
    color: #C523BA;
    text-decoration: none;
    position: relative;
    display: inline
}

.abt-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #C523BA;
    transition: width .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-link:hover::after {
    width: 100%
}

.abt-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 0;
    border: 2px solid #C523BA;
    background: #C523BA;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-btn::before {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1px solid #fff0;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.abt-btn:hover {
    background: #a01a96;
    color: #fff
}

.abt-btn:hover::before {
    border-color: #ffffff73
}

.abt-btn:active {
    box-shadow: inset 0 2px 6px 0 #c523ba38
}

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

    .abt-about__img-col:last-child {
        display: none
    }

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

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

@media (max-width: 700px) {
    .abt-title {
        padding: 80px 24px
    }

    .abt-title__h1 {
        font-size: 52px
    }

    .abt-title__stats {
        gap: 24px
    }

    .abt-about {
        padding: 80px 24px
    }

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

    .abt-about__img-col {
        display: none
    }

    .abt-team {
        padding: 80px 24px
    }

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

    .abt-div {
        padding: 0 24px
    }

    .abt-div2 {
        padding: 0 24px
    }

    .abt__geo {
        display: none
    }

    .abt-team__head {
        margin-bottom: 40px
    }
}

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

.suc-page .suc-wrap {
    max-width: 600px;
    width: 100%;
    text-align: center
}

.suc-page .suc-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    display: block
}

.suc-page .suc-icon circle {
    transition: stroke-dashoffset .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.suc-page .suc-heading {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.5px;
    margin: 0 0 24px;
    color: #111
}

.suc-page .suc-heading span {
    color: #C523BA
}

.suc-page .suc-body {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2a2a;
    margin: 0 0 40px
}

.suc-page .suc-body strong {
    color: #111
}

.suc-page .suc-divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(135deg, #C523BA, #D07F55);
    border-radius: 0;
    margin: 0 auto 40px
}

.suc-page .suc-detail {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: #E9DDDE;
    border-radius: 36px;
    padding: 12px 24px;
    margin: 0 0 40px
}

.suc-page .suc-detail__dot {
    width: 8px;
    height: 8px;
    border-radius: 36px;
    background: #C523BA;
    flex-shrink: 0
}

.suc-page .suc-detail__text {
    font-size: 14px;
    line-height: 1.5;
    color: #2a2a2a;
    letter-spacing: .03em
}

.suc-page .suc-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.suc-page .suc-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .04em;
    padding: 12px 24px;
    border-radius: 36px;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-page .suc-btn--primary {
    background: #C523BA;
    color: #fff;
    border-color: #C523BA;
    box-shadow: 0 1px 6px 0 #c523ba14
}

.suc-page .suc-btn--primary:hover {
    background: #a81ea0;
    border-color: #a81ea0;
    box-shadow: 0 7px 14px 0 #c523ba1c inset 0 0 0 2px #ffffff40
}

.suc-page .suc-btn--primary:active {
    box-shadow: inset 0 2px 6px 0 #c523ba38
}

.suc-page .suc-btn--secondary {
    background: transparent;
    color: #2a2a2a;
    border-color: #2a2a2a;
    box-shadow: 0 1px 6px 0 #c523ba14
}

.suc-page .suc-btn--secondary:hover {
    border-color: #C523BA;
    color: #C523BA;
    box-shadow: 0 7px 14px 0 #c523ba1c inset 0 0 0 2px #c523ba1f
}

.suc-page .suc-btn--secondary:active {
    box-shadow: inset 0 2px 6px 0 #c523ba2e
}

.suc-page .suc-btn:focus-visible {
    outline: 2px solid #C523BA;
    outline-offset: 3px
}

.suc-page .suc-contact {
    margin-top: 40px;
    font-size: 13px;
    line-height: 1.9;
    color: #555;
    letter-spacing: .02em
}

.suc-page .suc-contact a {
    color: #C523BA;
    text-decoration: none;
    background-image: linear-gradient(#C523BA, #C523BA);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-page .suc-contact a:hover {
    background-size: 100% 1px
}

@media (max-width: 480px) {
    .suc-page {
        padding: 80px 12px
    }

    .suc-page .suc-heading {
        font-size: 36px
    }

    .suc-page .suc-actions {
        flex-direction: column;
        align-items: stretch
    }

    .suc-page .suc-btn {
        justify-content: center
    }
}