body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: 'Spectral', Georgia, serif
}

.pg-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.pg-shell--full {
    box-sizing: border-box;
    width: 100%
}

.hd {
    position: relative;
    background: #320CB5;
    overflow: hidden
}

.hd::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #320CB5 0%, #1a0875 55%, #FB095E 200%);
    pointer-events: none
}

.hd::after {
    content: "";
    position: absolute;
    top: -64px;
    right: -64px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #fb095e14;
    pointer-events: none
}

.hd-top {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 16px;
    gap: 32px
}

.hd-top .pg-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%
}

.hd-nm {
    display: flex;
    flex-direction: column;
    gap: 4px;
    order: 2;
    flex-shrink: 0
}

.hd-nm__brand {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #FDFDFD;
    letter-spacing: .01em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px
}

.hd-nm__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd1f;
    border: 1.5px solid #fdfdfd4d;
    border-radius: 4px;
    padding: 4px;
    box-shadow: -1px 1px 2px -2px #fb095e12 -1px 5px 14px -2px #fb095e1a
}

.hd-nm__logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block
}

.hd-nm__tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fdfdfdb3;
    letter-spacing: .08em;
    text-transform: uppercase
}

.hd-badge {
    order: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fb095e26;
    border: 1px solid #fb095e59;
    border-radius: 4px;
    padding: 8px 16px;
    flex-shrink: 0
}

.hd-badge__icon {
    color: #FB095E;
    font-size: 16px
}

.hd-badge__text {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfde6;
    font-weight: 400
}

.hd-badge__text strong {
    color: #FDFDFD;
    font-weight: 700
}

.hd-nav {
    position: relative;
    z-index: 2;
    border-top: 1px solid #fdfdfd1f;
    padding-top: 16px;
    padding-bottom: 32px
}

.hd-nav .pg-shell {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

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

.hd-nav__item {
    display: flex
}

.hd-nav__lnk {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Spectral', Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fdfdfdd9;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 42px;
    border: 1px solid #fdfdfd2e;
    background: #fdfdfd0f;
    min-height: 44px;
    box-sizing: border-box;
    transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden
}

.hd-nav__lnk::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fb095e40;
    transition: height .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0;
    border-radius: 42px
}

.hd-nav__lnk:hover::before {
    height: 100%
}

.hd-nav__lnk:hover {
    color: #FDFDFD;
    border-color: #fb095e80
}

.hd-nav__lnk:focus {
    outline: none;
    border-bottom: 4px solid #FB095E;
    color: #FDFDFD
}

.hd-nav__lnk span {
    position: relative;
    z-index: 1
}

.hd-nav__lnk i {
    position: relative;
    z-index: 1;
    font-size: 14px;
    opacity: .7
}

.hd-nav__lnk--active {
    background: #fb095e38;
    border-color: #fb095e80;
    color: #FDFDFD
}

.ft {
    background: #1a0875;
    color: #FDFDFD
}

.ft-upper {
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #fdfdfd1f
}

.ft-upper .pg-shell {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
    align-items: start
}

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

.ft-brand__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fdfdfd14;
    border: 1.5px solid #fdfdfd33;
    border-radius: 4px;
    padding: 8px;
    width: fit-content;
    box-shadow: -1px 5px 14px -2px #320cb51a
}

.ft-brand__logo img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block
}

.ft-brand__name {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #FDFDFD;
    margin: 0
}

.ft-brand__desc {
    font-size: 14px;
    line-height: 1.7;
    color: #fdfdfda6;
    margin: 0
}

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

.ft-col__head {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #FB095E;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #fb095e40
}

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

.ft-col__lnk {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfdbf;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1);
    min-height: 44px
}

.ft-col__lnk:hover {
    color: #FDFDFD
}

.ft-col__lnk:focus {
    outline: none;
    border-bottom: 4px solid #FB095E;
    color: #FDFDFD
}

.ft-col__lnk i {
    font-size: 14px;
    opacity: .5;
    flex-shrink: 0
}

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

.ft-contact__row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfdb3
}

.ft-contact__row i {
    font-size: 14px;
    color: #FB095E;
    flex-shrink: 0;
    margin-top: 2px
}

.ft-contact__lnk {
    color: #fdfdfdb3;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-contact__lnk:hover {
    color: #FDFDFD
}

.ft-contact__lnk:focus {
    outline: none;
    border-bottom: 4px solid #FB095E
}

.ft-lower {
    padding-top: 32px;
    padding-bottom: 32px
}

.ft-lower .pg-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.ft-copy {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfd73;
    margin: 0
}

.ft-legal {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ft-legal__lnk {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfd73;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-legal__lnk:hover {
    color: #fdfdfdd9
}

.ft-legal__lnk:focus {
    outline: none;
    border-bottom: 4px solid #FB095E;
    color: #FDFDFD
}

.ft-legal__sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fdfdfd40;
    flex-shrink: 0
}

.ck-pop {
    display: none;
    position: fixed;
    top: 32px;
    right: 32px;
    width: 380px;
    max-width: calc(100vw - 64px);
    background: #FDFDFD;
    border-radius: 4px;
    box-shadow: -1px 10px 52px -2px #320cb51f -1px 5px 14px -2px #320cb51a;
    z-index: 1500;
    border-top: 3px solid #FB095E;
    box-sizing: border-box;
    overflow: hidden
}

.ck-pop__body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ck-pop__icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fb095e14;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ck-pop__icon svg {
    width: 22px;
    height: 22px
}

.ck-pop__txt {
    font-size: 14px;
    line-height: 1.7;
    color: #320CB5;
    margin: 0
}

.ck-pop__txt strong {
    color: #1a0875;
    font-weight: 700
}

.ck-pop__btns {
    display: flex;
    gap: 8px
}

.ck-pop__btn {
    flex: 1;
    font-family: 'Spectral', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 16px;
    border-radius: 4px;
    border: 2px solid #320CB5;
    cursor: pointer;
    min-height: 44px;
    position: relative;
    overflow: hidden;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-pop__btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0
}

.ck-pop__btn:hover::before {
    height: 100%
}

.ck-pop__btn span {
    position: relative;
    z-index: 1
}

.ck-pop__btn--ok {
    background: #320CB5;
    color: #FDFDFD
}

.ck-pop__btn--ok::before {
    background: #FB095E
}

.ck-pop__btn--ok:hover {
    border-color: #FB095E;
    color: #FDFDFD
}

.ck-pop__btn--ok:focus {
    outline: none;
    border-bottom: 4px solid #FDFDFD
}

.ck-pop__btn--no {
    background: transparent;
    color: #320CB5
}

.ck-pop__btn--no::before {
    background: #320cb514
}

.ck-pop__btn--no:hover {
    color: #1a0875
}

.ck-pop__btn--no:focus {
    outline: none;
    border-bottom: 4px solid #320CB5
}

@media (max-width: 1024px) {
    .ft-upper .pg-shell {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

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

@media (max-width: 768px) {
    .pg-shell {
        padding-left: 16px;
        padding-right: 16px
    }

    .hd-top .pg-shell {
        flex-wrap: wrap;
        gap: 16px
    }

    .hd-badge {
        order: 3;
        width: 100%
    }

    .hd-nm {
        order: 2
    }

    .ft-upper .pg-shell {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ft-lower .pg-shell {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ck-pop {
        top: 16px;
        right: 16px;
        left: 16px;
        width: auto;
        max-width: none
    }
}

@media (max-width: 360px) {
    .hd-nav__lnk {
        font-size: 14px;
        padding: 8px 12px
    }

    .ck-pop__btns {
        flex-direction: column
    }
}

.agreement-text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 32px;
    color: #2a2a3d
}

.agreement-text h1 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 800;
    color: #320CB5;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 3px solid #FB095E;
    border-radius: 4px
}

.agreement-text h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    color: #320CB5;
    margin-top: 64px;
    margin-bottom: 16px
}

.agreement-text h3 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e0a6e;
    margin-top: 32px;
    margin-bottom: 16px
}

.agreement-text h4 {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e0a6e;
    margin-top: 32px;
    margin-bottom: 8px
}

.agreement-text h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #2a2a3d;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.agreement-text h6 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #2a2a3d;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.agreement-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a2a3d;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.agreement-text a {
    color: #FB095E;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.agreement-text a:hover {
    color: #320CB5;
    text-decoration-color: #320CB5
}

.agreement-text a:focus-visible {
    outline: 2px solid #FB095E;
    outline-offset: 2px;
    border-radius: 4px
}

.agreement-text hr {
    border: none;
    border-top: 2px solid #eef0f8;
    margin-top: 64px;
    margin-bottom: 64px;
    border-radius: 4px
}

.agreement-text div {
    font-size: 16px;
    line-height: 1.7
}

.agreement-text table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a
}

.agreement-text thead {
    background: #320CB5
}

.agreement-text thead tr {
    background: transparent
}

.agreement-text th {
    padding: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #FDFDFD;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-bottom: 2px solid #fdfdfd26
}

.agreement-text tbody tr {
    background: #FDFDFD;
    transition: background .12s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.agreement-text tbody tr:nth-child(even) {
    background: #f4f4fb
}

.agreement-text tbody tr:hover {
    background: #ede9fb
}

.agreement-text td {
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #2a2a3d;
    border-bottom: 1px solid #eef0f8;
    vertical-align: top
}

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

@media (max-width: 768px) {
    .agreement-text {
        padding: 32px 16px
    }

    .agreement-text h1 {
        font-size: 33px
    }

    .agreement-text h2 {
        font-size: 24px;
        margin-top: 32px
    }

    .agreement-text h3 {
        font-size: 19px;
        margin-top: 32px
    }

    .agreement-text h4 {
        font-size: 16px
    }

    .agreement-text hr {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .agreement-text table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 360px) {
    .agreement-text {
        padding: 16px 8px
    }

    .agreement-text h1 {
        font-size: 24px
    }

    .agreement-text h2 {
        font-size: 19px
    }

    .agreement-text h3 {
        font-size: 16px
    }

    .agreement-text p {
        font-size: 14px
    }

    .agreement-text td,
    .agreement-text th {
        padding: 8px
    }
}

@media (min-width: 1440px) {
    .agreement-text {
        padding: 96px 64px
    }
}

.eod {
    background: #FDFDFD;
    overflow-x: clip;
    position: relative
}

.eod__pulse {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    border-radius: 42px;
    background: conic-gradient(from 253deg, #fb095e0f, #320cb50a, #fb095e05);
    animation: eod-pulse 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0
}

@keyframes eod-pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08)
    }
}

.eod__schema {
    display: none
}

.eod__title-band {
    position: relative;
    padding: 64px 32px;
    overflow: hidden;
    z-index: 1
}

.eod__title-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px
}

.eod__img-card {
    flex: 0 0 340px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 5px 14px -2px #320cb51a -1px 10px 52px -2px #320cb51f
}

.eod__img-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.eod__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #320cb58c 0%, transparent 70%);
    pointer-events: none
}

.eod__img-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.eod__shape-a {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #fb095e40;
    border-radius: 4px;
    top: -20px;
    left: -20px;
    transform: rotate(18deg)
}

.eod__shape-b {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid #320cb533;
    border-radius: 4px;
    bottom: -15px;
    right: -15px;
    transform: rotate(-12deg)
}

.eod__text-zone {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.eod__meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.eod__tag {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 42px;
    background: #fb095e14;
    color: #FB095E;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.eod__cat-tag {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 42px;
    background: #320cb512;
    color: #320CB5;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.eod__readtime {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.5
}

.eod__readtime .pi {
    color: #FB095E;
    font-size: 14px
}

.eod__h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0
}

.eod__h1 .grad-word {
    background: conic-gradient(from 253deg, #FB095E, #320CB5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.eod__subtitle {
    font-size: 19px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.eod__pub-date {
    font-size: 14px;
    line-height: 1.5;
    color: #777
}

.eod__actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.eod__btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 32px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none
}

.eod__btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: bottom .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0
}

.eod__btn:hover::before,
.eod__btn:focus::before {
    bottom: 0
}

.eod__btn span,
.eod__btn .pi {
    position: relative;
    z-index: 1
}

.eod__btn--print {
    background: #1a1a2e;
    color: #FDFDFD;
    border-color: #1a1a2e
}

.eod__btn--print::before {
    background: #320CB5
}

.eod__btn--print:hover,
.eod__btn--print:focus {
    color: #FDFDFD
}

.eod__btn--copy {
    background: transparent;
    color: #320CB5;
    border-color: #320CB5
}

.eod__btn--copy::before {
    background: #320CB5
}

.eod__btn--copy:hover,
.eod__btn--copy:focus {
    color: #FDFDFD
}

.eod__btn--copy:focus {
    outline: 2px solid #FB095E;
    outline-offset: 2px
}

.eod__btn--print:focus {
    outline: 2px solid #FB095E;
    outline-offset: 2px
}

.eod__divider-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    position: relative;
    z-index: 1
}

.eod__divider-a::before,
.eod__divider-a::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #320cb526);
    max-width: 400px
}

.eod__divider-a::after {
    background: linear-gradient(to left, transparent, #320cb526)
}

.eod__monogram {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 2px solid #fb095e4d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    font-size: 19px;
    font-weight: 700;
    color: #FB095E;
    background: #FDFDFD;
    flex-shrink: 0
}

.eod__body-band {
    position: relative;
    z-index: 1;
    padding: 64px 32px;
    background: linear-gradient(to top, #FDFDFD 0%, #320cb50a 100%)
}

.eod__body-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.eod__sidebar {
    flex: 0 0 260px;
    background: #320cb50d;
    border-radius: 4px;
    padding: 32px;
    border-left: 4px solid #320CB5;
    border-top: 1px solid #320cb51f;
    border-right: 1px solid #320cb51f;
    border-bottom: 1px solid #320cb51f;
    box-shadow: -1px 1px 2px -2px #320cb512;
    position: sticky;
    top: 32px
}

.eod__sidebar-head {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #320CB5;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 16px
}

.eod__stat-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px
}

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

.eod__stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #fb095e14;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.eod__stat-icon .pi {
    font-size: 16px;
    color: #FB095E
}

.eod__stat-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.eod__stat-num {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a2e
}

.eod__stat-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

.eod__connector {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid #320cb51a
}

.eod__conn-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #fb095e14;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.eod__conn-icon .pi {
    font-size: 14px;
    color: #FB095E
}

.eod__conn-line {
    flex: 1;
    height: 1px;
    border-top: 2px dashed #320cb533
}

.eod__article-body {
    flex: 1;
    min-width: 0
}

.eod__article-body p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 16px
}

.eod__article-body h2 {
    font-size: 33px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #320CB5;
    margin: 32px 0 16px
}

.eod__article-body h3 {
    font-size: 24px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px #FB095E;
    margin: 32px 0 16px
}

.eod__article-body cite {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    border-left: 3px solid #FB095E;
    border-top: 1px solid #fb095e26;
    border-bottom: 1px solid #fb095e26;
    padding: 16px 32px;
    margin: 16px 0;
    background: #fb095e08;
    border-radius: 0 4px 4px 0
}

.eod__article-body code {
    font-size: 14px;
    background: #320cb50f;
    color: #320CB5;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: monospace
}

.eod__article-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.eod__article-body ul li {
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #333
}

.eod__article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 42px;
    background: #FB095E
}

.eod__article-body figure {
    margin: 32px 0;
    border-radius: 4px;
    overflow: hidden
}

.eod__article-body figure img {
    width: 100%;
    display: block;
    border-radius: 4px
}

.eod__article-body figcaption {
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    padding: 8px 0 0;
    font-style: italic
}

.eod__para-num {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    margin: 0 0 16px
}

.eod__para-num .eod__pnum {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #FB095E;
    font-weight: 700;
    min-width: 24px
}

.eod__para-num p {
    margin: 0 !important
}

.eod__divider-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    position: relative;
    z-index: 1
}

.eod__divider-b::before,
.eod__divider-b::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #fb095e33);
    max-width: 400px
}

.eod__divider-b::after {
    background: linear-gradient(to left, transparent, #fb095e33)
}

.eod__mono-b {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 2px solid #320cb54d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    font-size: 19px;
    font-weight: 700;
    color: #320CB5;
    background: #FDFDFD;
    flex-shrink: 0
}

.eod__focus-band {
    position: relative;
    z-index: 1;
    padding: 64px 32px;
    background: #1a1a2e;
    overflow: hidden
}

.eod__focus-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.eod__sq-a {
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid #fb095e1f;
    top: -40px;
    right: 80px;
    transform: rotate(22deg)
}

.eod__sq-b {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid #320cb540;
    top: 0;
    right: 110px;
    transform: rotate(10deg)
}

.eod__sq-c {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #fb095e1a;
    bottom: 20px;
    left: 60px;
    transform: rotate(-15deg)
}

.eod__focus-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.eod__focus-intro {
    max-width: 700px;
    margin: 0 auto 64px;
    text-align: center
}

.eod__focus-intro-h {
    font-size: 33px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #fdfdfdb3;
    margin: 0 0 16px
}

.eod__focus-intro-p {
    font-size: 16px;
    line-height: 1.7;
    color: #fdfdfd99;
    margin: 0
}

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

.eod__focus-item {
    background: #fdfdfd0a;
    border: 1px solid #fdfdfd14;
    border-radius: 4px;
    padding: 32px;
    position: relative;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.eod__focus-item:hover {
    background: #fb095e12;
    border-color: #fb095e40
}

.eod__focus-item:focus-within {
    background: #fb095e12;
    border-color: #fb095e40;
    outline: 2px solid #FB095E;
    outline-offset: 2px
}

.eod__focus-num {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    color: #fb095e40;
    margin: 0 0 16px
}

.eod__focus-h {
    font-size: 19px;
    line-height: 1.5;
    color: #FDFDFD;
    font-weight: 600;
    margin: 0 0 8px
}

.eod__focus-p {
    font-size: 14px;
    line-height: 1.7;
    color: #fdfdfd99;
    margin: 0
}

.eod__focus-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 42px;
    background: #FB095E;
    margin-left: 4px;
    vertical-align: middle
}

.eod__hidden-reveal {
    background: #fdfdfd0f;
    border: 1px solid #fdfdfd1a;
    border-radius: 4px;
    padding: 16px 32px;
    margin-top: 32px;
    cursor: pointer;
    position: relative
}

.eod__hidden-reveal p {
    font-size: 14px;
    line-height: 1.7;
    color: #fdfdfd4d;
    margin: 0;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1);
    user-select: none
}

.eod__hidden-reveal:focus-within p,
.eod__hidden-reveal:hover p {
    color: #fdfdfdd9
}

.eod__hidden-reveal-label {
    font-size: 14px;
    line-height: 1.5;
    color: #fb095eb3;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.eod__hidden-reveal:focus-within .eod__hidden-reveal-label,
.eod__hidden-reveal:hover .eod__hidden-reveal-label {
    color: #FB095E
}

.eod__hidden-reveal-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none
}

.eod__hidden-reveal-btn:focus {
    outline: 2px solid #FB095E;
    outline-offset: 2px;
    border-radius: 4px
}

.eod__divider-c {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    background: #1a1a2e
}

.eod__divider-c::before,
.eod__divider-c::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #fdfdfd1a);
    max-width: 400px
}

.eod__divider-c::after {
    background: linear-gradient(to left, transparent, #fdfdfd1a)
}

.eod__mono-c {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 2px solid #fb095e66;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    font-size: 19px;
    font-weight: 700;
    color: #FB095E;
    background: #1a1a2e;
    flex-shrink: 0
}

.eod__contact-band {
    position: relative;
    z-index: 1;
    padding: 96px 32px;
    background: #FDFDFD
}

.eod__contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.eod__contact-lead {
    flex: 0 0 360px
}

.eod__contact-h {
    font-size: 33px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1.5px #1a1a2e;
    margin: 0 0 16px
}

.eod__contact-p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 32px
}

.eod__form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.eod__form-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.eod__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1
}

.eod__label {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: 600
}

.eod__input {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1.5px solid #320cb533;
    background: #FDFDFD;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    box-shadow: inset 0 2px 4px #320cb50a;
    transition: border-color .18s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .18s cubic-bezier(0.34, 1.56, 0.64, 1);
    outline: none
}

.eod__input::placeholder {
    color: #3336
}

.eod__input:focus {
    border-color: #320CB5;
    box-shadow: inset 0 2px 4px #320cb512 0 0 0 3px #320cb514
}

.eod__textarea {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1.5px solid #320cb533;
    background: #FDFDFD;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    box-shadow: inset 0 2px 4px #320cb50a;
    resize: vertical;
    min-height: 120px;
    outline: none;
    transition: border-color .18s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.eod__textarea::placeholder {
    color: #3336
}

.eod__textarea:focus {
    border-color: #320CB5;
    box-shadow: inset 0 2px 4px #320cb512 0 0 0 3px #320cb514
}

.eod__submit {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 4px;
    background: #1a1a2e;
    color: #FDFDFD;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    border: 2px solid #1a1a2e;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
    transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.eod__submit::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #320CB5;
    transition: bottom .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0
}

.eod__submit:hover::before,
.eod__submit:focus::before {
    bottom: 0
}

.eod__submit span,
.eod__submit .pi {
    position: relative;
    z-index: 1
}

.eod__submit:focus {
    outline: 2px solid #FB095E;
    outline-offset: 2px
}

.eod__curve-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    pointer-events: none;
    overflow: hidden
}

.eod__curve-deco svg {
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) {
    .eod__title-inner {
        gap: 32px
    }

    .eod__img-card {
        flex: 0 0 260px
    }

    .eod__h1 {
        font-size: 33px
    }

    .eod__body-inner {
        gap: 32px
    }

    .eod__sidebar {
        flex: 0 0 220px
    }

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

    .eod__contact-inner {
        gap: 32px
    }

    .eod__contact-lead {
        flex: 0 0 280px
    }
}

@media (max-width: 768px) {
    .eod__title-inner {
        flex-direction: column;
        gap: 32px
    }

    .eod__img-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px
    }

    .eod__h1 {
        font-size: 33px
    }

    .eod__body-inner {
        flex-direction: column;
        gap: 32px
    }

    .eod__sidebar {
        flex: 0 0 auto;
        width: 100%;
        position: static
    }

    .eod__focus-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .eod__contact-inner {
        flex-direction: column;
        gap: 32px
    }

    .eod__contact-lead {
        flex: 0 0 auto;
        width: 100%
    }

    .eod__form-row {
        flex-direction: column;
        gap: 16px
    }

    .eod__title-band {
        padding: 32px 16px
    }

    .eod__body-band {
        padding: 32px 16px
    }

    .eod__focus-band {
        padding: 32px 16px
    }

    .eod__contact-band {
        padding: 64px 16px
    }
}

@media (max-width: 360px) {
    .eod__h1 {
        font-size: 24px
    }

    .eod__actions {
        flex-direction: column
    }

    .eod__btn {
        width: 100%;
        justify-content: center
    }
}

.exp-op {
    background: #FDFDFD;
    overflow-x: clip;
    position: relative
}

.exp-op__schema {
    display: none
}

.exp-op__lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    position: relative
}

.exp-op__lead-left {
    background: #320CB5;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.exp-op__lead-abbr {
    position: absolute;
    top: -32px;
    left: -16px;
    font-size: 160px;
    font-weight: 900;
    color: #fdfdfd0f;
    line-height: 1.2;
    pointer-events: none;
    user-select: none;
    letter-spacing: -8px
}

.exp-op__lead-tag {
    display: inline-block;
    background: #FB095E;
    color: #FDFDFD;
    font-size: 14px;
    line-height: 1.5;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    width: fit-content
}

.exp-op__lead-h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #FDFDFD;
    margin: 0 0 16px;
    font-weight: 800
}

.exp-op__lead-h1 em {
    font-style: normal;
    -webkit-text-stroke: 1px #FB095E;
    color: transparent
}

.exp-op__lead-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #fdfdfdc7;
    margin: 0 0 32px;
    max-width: 380px
}

.exp-op__lead-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.exp-op__lead-line {
    width: 48px;
    height: 2px;
    background: #FB095E;
    border-radius: 4px
}

.exp-op__lead-dir {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #FB095E
}

.exp-op__lead-right {
    position: relative;
    overflow: hidden
}

.exp-op__lead-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(0px);
    display: block
}

.exp-op__lead-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(253deg, #320cb52e 0%, #fb095e38 100%)
}

.exp-op__lead-caption {
    position: absolute;
    bottom: 32px;
    right: 32px;
    background: #320cb5e0;
    color: #FDFDFD;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 4px;
    border-left: 3px solid #FB095E;
    border-top: 1px solid #fb095e4d
}

.exp-op__divider-a {
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, #FB095E 0%, transparent 100%);
    margin: 0 auto
}

.exp-op__posts {
    padding: 64px 32px;
    max-width: 1200px;
    margin: 0 auto
}

.exp-op__posts-head {
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 32px
}

.exp-op__posts-h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #320CB5;
    margin: 0
}

.exp-op__posts-dot {
    width: 8px;
    height: 8px;
    border-radius: 42px;
    background: #FB095E;
    margin-bottom: 8px;
    flex-shrink: 0
}

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

.exp-op__card {
    background: #FDFDFD;
    border-radius: 4px;
    box-shadow: -1px 1px 2px -2px #fb095e12 -1px 5px 14px -2px #fb095e1a -1px 10px 52px -2px #fb095e1f;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    color: inherit;
    position: relative
}

.exp-op__card:hover {
    box-shadow: -1px 5px 14px -2px #fb095e2e -1px 10px 52px -2px #fb095e38;
    transform: translateY(-4px)
}

.exp-op__card:focus-visible {
    outline: 2px solid #FB095E;
    outline-offset: 2px
}

.exp-op__card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 200px
}

.exp-op__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op__card:hover .exp-op__card-img {
    transform: scale(1.04)
}

.exp-op__card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #FB095E;
    color: #FDFDFD;
    font-size: 14px;
    line-height: 1.5;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 600
}

.exp-op__card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px
}

.exp-op__card-cat {
    font-size: 14px;
    line-height: 1.5;
    color: #320CB5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.exp-op__card-cat-dot {
    width: 6px;
    height: 6px;
    border-radius: 42px;
    background: #FB095E;
    flex-shrink: 0
}

.exp-op__card-h3 {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 800;
    color: #1a1230;
    margin: 0
}

.exp-op__card-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    margin: 0;
    font-weight: 600
}

.exp-op__card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    flex: 1
}

.exp-op__card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
    border-top: 1px solid #320cb51a;
    margin-top: 8px
}

.exp-op__card-date {
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.exp-op__card-read {
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-left: auto
}

.exp-op__card-read i,
.exp-op__card-date i {
    font-size: 14px;
    color: #FB095E
}

.exp-op__card-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: #320CB5;
    margin-top: 4px;
    text-decoration: none;
    width: fit-content;
    position: relative;
    padding-bottom: 2px
}

.exp-op__card-cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FB095E;
    border-radius: 4px;
    transition: width .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op__card:hover .exp-op__card-cta::after {
    width: 100%
}

.exp-op__divider-b {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #320CB5 40%, transparent 100%);
    max-width: 1200px;
    margin: 0 auto;
    width: 70%
}

.exp-op__metrics {
    padding: 64px 32px;
    background: conic-gradient(from 253deg at 50% 50%, #fb095e12 0%, #320cb517 60%, #fb095e0a 100%);
    position: relative
}

.exp-op__metrics-spot {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 70% at 50% 50%, #fdfdfdd9 30%, transparent 100%);
    pointer-events: none
}

.exp-op__metrics-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.exp-op__metrics-h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #320CB5;
    text-align: center;
    margin: 0 0 8px
}

.exp-op__metrics-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: center;
    margin: 0 auto 48px;
    max-width: 520px
}

.exp-op__metrics-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    align-items: start
}

.exp-op__metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 32px 16px;
    background: #FDFDFD;
    border-radius: 4px;
    box-shadow: -1px 5px 14px -2px #320cb51a;
    position: relative;
    overflow: hidden;
    transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op__metric:hover {
    transform: translateY(-3px)
}

.exp-op__metric-num {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 900;
    color: #320CB5
}

.exp-op__metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    text-align: center
}

.exp-op__metric-bar {
    width: 40px;
    height: 3px;
    background: #FB095E;
    border-radius: 4px
}

.exp-op__metric--center {
    padding: 48px 32px;
    background: #320CB5
}

.exp-op__metric--center .exp-op__metric-num {
    color: #FDFDFD;
    font-size: 62px
}

.exp-op__metric--center .exp-op__metric-label {
    color: #fdfdfdcc
}

.exp-op__metric--center .exp-op__metric-bar {
    background: #FB095E
}

.exp-op__icons-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    margin-top: 48px
}

.exp-op__icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.exp-op__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background: #FDFDFD;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 2px -2px #fb095e12 -1px 5px 14px -2px #fb095e1a;
    transition: background .18s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op__icon-item:nth-child(1) .exp-op__icon-wrap {
    animation: exp-icon-seq 3.6s infinite 0s
}

.exp-op__icon-item:nth-child(2) .exp-op__icon-wrap {
    animation: exp-icon-seq 3.6s infinite .9s
}

.exp-op__icon-item:nth-child(3) .exp-op__icon-wrap {
    animation: exp-icon-seq 3.6s infinite 1.8s
}

.exp-op__icon-item:nth-child(4) .exp-op__icon-wrap {
    animation: exp-icon-seq 3.6s infinite 2.7s
}

@keyframes exp-icon-seq {

    0%,
    100% {
        background: #FDFDFD;
        transform: scale(1)
    }

    15%,
    35% {
        background: #320CB5;
        transform: scale(1.12)
    }

    50% {
        background: #FDFDFD;
        transform: scale(1)
    }
}

.exp-op__icon-item:nth-child(1) .exp-op__icon-wrap i,
.exp-op__icon-item:nth-child(2) .exp-op__icon-wrap i,
.exp-op__icon-item:nth-child(3) .exp-op__icon-wrap i,
.exp-op__icon-item:nth-child(4) .exp-op__icon-wrap i {
    font-size: 24px;
    color: #320CB5;
    transition: color .18s
}

.exp-op__icon-label {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    text-align: center
}

.exp-op__divider-c {
    height: 3px;
    background: linear-gradient(90deg, transparent 20%, #FB095E 50%, transparent 80%);
    max-width: 400px;
    margin: 0 auto
}

.exp-op__about {
    padding: 96px 32px 64px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 64px;
    align-items: center
}

.exp-op__about-left {
    position: relative
}

.exp-op__about-abbr {
    font-size: 120px;
    font-weight: 900;
    color: #320cb50f;
    line-height: 1;
    position: absolute;
    top: -32px;
    left: -16px;
    pointer-events: none;
    user-select: none;
    letter-spacing: -4px
}

.exp-op__about-h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #320CB5;
    margin: 0 0 32px;
    position: relative;
    z-index: 1
}

.exp-op__about-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1
}

.exp-op__about-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #333
}

.exp-op__about-dot {
    width: 8px;
    height: 8px;
    border-radius: 42px;
    background: #FB095E;
    flex-shrink: 0;
    margin-top: 10px
}

.exp-op__about-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.exp-op__about-p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0;
    counter-increment: para-count;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.exp-op__about-right {
    counter-reset: para-count
}

.exp-op__about-p::before {
    content: counter(para-count, decimal-leading-zero);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 800;
    color: #FB095E;
    flex-shrink: 0;
    padding-top: 4px
}

.exp-op__about-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #320CB5;
    color: #FDFDFD;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    width: fit-content;
    position: relative;
    overflow: hidden;
    transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op__about-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #FB095E;
    transform: translateY(100%);
    transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 4px
}

.exp-op__about-link:hover::before {
    transform: translateY(0)
}

.exp-op__about-link span {
    position: relative;
    z-index: 1
}

.exp-op__about-link i {
    position: relative;
    z-index: 1
}

.exp-op__about-link:focus-visible {
    outline: 2px solid #FB095E;
    outline-offset: 2px
}

.exp-op__checkerboard {
    padding: 64px 32px;
    background: #320CB5;
    position: relative;
    overflow: hidden
}

.exp-op__checkerboard-spot {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 60% at 50% 50%, #fdfdfd12 0%, transparent 100%);
    pointer-events: none
}

.exp-op__checker-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.exp-op__checker-h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #fdfdfdb3;
    text-align: center;
    margin: 0 0 8px
}

.exp-op__checker-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #fdfdfdbf;
    text-align: center;
    max-width: 480px;
    margin: 0 auto 48px
}

.exp-op__checker-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.exp-op__checker-item {
    background: #fdfdfd14;
    border-radius: 4px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: default;
    position: relative;
    overflow: hidden;
    transition: background .12s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.exp-op__checker-item::before,
.exp-op__checker-item::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background: #fb095e2e;
    transition: opacity .1s;
    opacity: 0;
    border-radius: 0
}

.exp-op__checker-item::before {
    top: 0;
    left: 0
}

.exp-op__checker-item::after {
    bottom: 0;
    right: 0
}

.exp-op__checker-item:hover::before,
.exp-op__checker-item:hover::after {
    opacity: 1
}

.exp-op__checker-item:hover {
    background: #fdfdfd24
}

.exp-op__checker-icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #fb095e40;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.exp-op__checker-icon i {
    font-size: 22px;
    color: #FDFDFD
}

.exp-op__checker-label {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfde6;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1
}

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

    .exp-op__lead-right {
        height: 320px
    }

    .exp-op__lead-left {
        padding: 48px 32px
    }

    .exp-op__lead-h1 {
        font-size: 33px
    }

    .exp-op__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .exp-op__metrics-row {
        grid-template-columns: 1fr 1fr
    }

    .exp-op__metric--center {
        grid-column: 1 / -1
    }

    .exp-op__about {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 64px 32px
    }

    .exp-op__checker-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .exp-op__icons-row {
        flex-wrap: wrap;
        gap: 16px
    }
}

@media (max-width: 768px) {
    .exp-op__grid {
        grid-template-columns: 1fr
    }

    .exp-op__posts {
        padding: 48px 16px
    }

    .exp-op__metrics {
        padding: 48px 16px
    }

    .exp-op__metrics-row {
        grid-template-columns: 1fr
    }

    .exp-op__metric--center {
        grid-column: auto
    }

    .exp-op__checker-grid {
        grid-template-columns: 1fr 1fr
    }

    .exp-op__about {
        padding: 48px 16px
    }

    .exp-op__checkerboard {
        padding: 48px 16px
    }

    .exp-op__posts-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

@media (max-width: 360px) {
    .exp-op__lead-h1 {
        font-size: 24px
    }

    .exp-op__checker-grid {
        grid-template-columns: 1fr
    }

    .exp-op__lead-left {
        padding: 32px 16px
    }

    .exp-op__icons-row {
        gap: 8px
    }
}

.cu {
    position: relative;
    overflow-x: clip
}

.cu__reveal {
    animation: cuFade .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

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

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

.cu__split {
    display: grid;
    grid-template-columns: 30% 70%;
    min-height: 100vh;
    position: relative
}

.cu__accent {
    background: #320CB5;
    position: relative;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.cu__accent::before {
    content: "∑";
    position: absolute;
    font-size: 320px;
    color: #fdfdfd0f;
    bottom: -40px;
    left: -40px;
    line-height: 1.2;
    pointer-events: none;
    user-select: none
}

.cu__accent-label {
    font-size: 14px;
    color: #fdfdfd8c;
    text-transform: uppercase;
    letter-spacing: .12em;
    line-height: 1.5
}

.cu__accent-name {
    font-size: 24px;
    color: #FDFDFD;
    line-height: 1.2;
    margin-top: 8px
}

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

.cu__info-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cu__info-dot {
    width: 8px;
    height: 8px;
    border-radius: 42px;
    background: #FB095E;
    margin-bottom: 8px;
    flex-shrink: 0
}

.cu__info-key {
    font-size: 14px;
    color: #fdfdfd73;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .08em
}

.cu__info-val {
    font-size: 16px;
    color: #FDFDFD;
    line-height: 1.5
}

.cu__info-val a {
    color: #FDFDFD;
    text-decoration: none;
    border-bottom: 1px solid #fdfdfd4d;
    transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu__info-val a:hover {
    color: #FB095E;
    border-color: #FB095E
}

.cu__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fdfdfd1a
}

.cu__icon-wrap .pi {
    font-size: 19px;
    color: #FDFDFD
}

.cu__icon-dot {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 9px;
    height: 9px;
    border-radius: 42px;
    background: #FB095E;
    border: 2px solid #320CB5
}

.cu__form-side {
    padding: 64px;
    background: #FDFDFD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.cu__form-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: conic-gradient(from 253deg, #FB095E, #320CB5)
}

.cu__form-eyebrow {
    font-size: 14px;
    color: #FB095E;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 8px
}

.cu__form-heading {
    font-size: 33px;
    line-height: 1.2;
    color: #320CB5;
    -webkit-text-stroke: 1.5px #320CB5;
    color: transparent;
    margin-bottom: 16px
}

.cu__form-sub {
    font-size: 16px;
    color: #2a2a3d;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 520px
}

.cu__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px
}

.cu__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

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

.cu__label {
    font-size: 14px;
    color: #2a2a3d;
    line-height: 1.5
}

.cu__label--req::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 42px;
    background: #FB095E;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.cu__input {
    padding: 12px 16px;
    border: 1.5px solid #d4d4e8;
    border-radius: 4px;
    font-size: 16px;
    color: #2a2a3d;
    background: #fff;
    box-shadow: inset 0 2px 4px #320cb50d;
    transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    outline: none;
    width: 100%;
    box-sizing: border-box
}

.cu__input::placeholder {
    color: #2a2a3d59
}

.cu__input:focus {
    border-color: #320CB5;
    box-shadow: inset 0 2px 4px #320cb514 -1px 5px 14px -2px #320cb51a
}

.cu__select {
    padding: 12px 16px;
    border: 1.5px solid #d4d4e8;
    border-radius: 4px;
    font-size: 16px;
    color: #2a2a3d;
    background: #fff;
    box-shadow: inset 0 2px 4px #320cb50d;
    transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    outline: none;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23320CB5' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer
}

.cu__select:focus {
    border-color: #320CB5;
    box-shadow: inset 0 2px 4px #320cb514 -1px 5px 14px -2px #320cb51a
}

.cu__textarea {
    padding: 12px 16px;
    border: 1.5px solid #d4d4e8;
    border-radius: 4px;
    font-size: 16px;
    color: #2a2a3d;
    background: #fff;
    box-shadow: inset 0 2px 4px #320cb50d;
    transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    outline: none;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 96px
}

.cu__textarea::placeholder {
    color: #2a2a3d59
}

.cu__textarea:focus {
    border-color: #320CB5;
    box-shadow: inset 0 2px 4px #320cb514 -1px 5px 14px -2px #320cb51a
}

.cu__privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cu__checkbox {
    width: 18px;
    height: 18px;
    accent-color: #320CB5;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer
}

.cu__privacy-text {
    font-size: 14px;
    color: #2a2a3d;
    line-height: 1.7
}

.cu__privacy-text a {
    color: #320CB5;
    text-decoration: none;
    border-bottom: 1px solid #320cb54d;
    transition: border-color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu__privacy-text a:hover {
    border-color: #FB095E;
    color: #FB095E
}

.cu__submit {
    position: relative;
    padding: 16px 32px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #FDFDFD;
    background: #320CB5;
    cursor: pointer;
    overflow: hidden;
    align-self: flex-start;
    box-shadow: -1px 5px 14px -2px #320cb51a;
    transition: box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1), transform .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu__submit::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: #FB095E;
    transition: bottom .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0
}

.cu__submit:hover::before {
    bottom: 0
}

.cu__submit:hover {
    box-shadow: -1px 10px 52px -2px #fb095e1f;
    transform: translateY(-1px)
}

.cu__submit:active {
    transform: translateY(0)
}

.cu__submit-text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.cu__submit-text .pi {
    font-size: 16px
}

.cu__divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #320CB5
}

.cu__divider svg {
    display: block;
    width: 100%
}

.cu__meta {
    background: #f4f4fb;
    padding: 64px;
    position: relative
}

.cu__meta-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.cu__meta-heading {
    font-size: 24px;
    line-height: 1.2;
    -webkit-text-stroke: 1.5px #320CB5;
    color: transparent;
    margin-bottom: 16px
}

.cu__meta-body {
    font-size: 16px;
    color: #2a2a3d;
    line-height: 1.7;
    margin-bottom: 8px
}

.cu__meta-body--num::before {
    content: attr(data-n) ".";
    color: #FB095E;
    font-size: 14px;
    margin-right: 8px
}

.cu__channels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.cu__channel {
    border-radius: 4px;
    border: 1.5px solid #d4d4e8;
    padding: 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: -1px 1px 2px -2px #320cb512;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: default
}

.cu__channel:hover {
    box-shadow: -1px 10px 52px -2px #320cb51f;
    border-color: #320CB5
}

.cu__channel:hover .cu__ch-label {
    text-shadow: -1px 5px 14px #fb095e2e;
    color: #FB095E
}

.cu__ch-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px
}

.cu__ch-icon .pi {
    font-size: 19px;
    color: #320CB5
}

.cu__ch-dot {
    width: 7px;
    height: 7px;
    border-radius: 42px;
    background: #FB095E
}

.cu__ch-label {
    font-size: 14px;
    color: #2a2a3d;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.5;
    transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), text-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu__ch-val {
    font-size: 16px;
    color: #2a2a3d;
    line-height: 1.5
}

.cu__ch-val a {
    color: #320CB5;
    text-decoration: none;
    border-bottom: 1px solid #320cb533;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu__ch-val a:hover {
    color: #FB095E;
    border-color: #FB095E
}

.cu__ch-note {
    font-size: 14px;
    color: #2a2a3d8c;
    line-height: 1.5
}

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

    .cu__accent {
        padding: 64px 32px;
        min-height: auto
    }

    .cu__info-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 32px
    }

    .cu__form-side {
        padding: 64px 32px
    }

    .cu__meta {
        padding: 64px 32px
    }

    .cu__meta-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media (max-width: 768px) {
    .cu__form-side {
        padding: 32px 16px
    }

    .cu__accent {
        padding: 32px 16px
    }

    .cu__row {
        grid-template-columns: 1fr
    }

    .cu__channels {
        grid-template-columns: 1fr
    }

    .cu__meta {
        padding: 32px 16px
    }

    .cu__form-heading {
        font-size: 24px
    }

    .cu__info-list {
        flex-direction: column;
        gap: 16px
    }
}

@media (max-width: 360px) {
    .cu__form-heading {
        font-size: 19px
    }

    .cu__submit {
        width: 100%;
        align-self: stretch
    }
}

.ab-us {
    display: block;
    width: 100%;
    overflow-x: clip
}

.ab-us .pg-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    position: relative
}

.ab-us .pg-title__img {
    position: relative;
    overflow: hidden
}

.ab-us .pg-title__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(100%)
}

.ab-us .pg-title__text {
    background: conic-gradient(from 253deg, #FB095E 0%, #320CB5 60%, #FDFDFD 100%);
    padding: 96px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.ab-us .pg-title__text::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 32px;
    width: 120px;
    height: 120px;
    border: 2px dashed #fdfdfd4d;
    border-radius: 4px;
    pointer-events: none
}

.ab-us .pg-title__text::after {
    content: "";
    position: absolute;
    bottom: 48px;
    right: 48px;
    width: 64px;
    height: 64px;
    border: 2px dashed #fdfdfd33;
    border-radius: 4px;
    pointer-events: none
}

.ab-us .pg-title__h1 {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 2px #FDFDFD;
    letter-spacing: .02em;
    margin: 0
}

.ab-us .pg-title__sub {
    font-size: 19px;
    line-height: 1.5;
    color: #fdfdfdd9;
    margin-top: 32px;
    max-width: 400px
}

.ab-us .ab-story {
    background: #FDFDFD;
    padding: 96px 0 64px;
    position: relative
}

.ab-us .ab-story::before {
    content: "";
    display: block;
    height: 32px;
    background: linear-gradient(to bottom right, #320CB5 50%, #FDFDFD 50%);
    margin-bottom: 0
}

.ab-us .ab-story__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.ab-us .ab-story__label {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #FB095E;
    font-weight: 700;
    margin-bottom: 16px
}

.ab-us .ab-story__h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #320CB5;
    margin: 0 0 32px
}

.ab-us .ab-story__img {
    width: 100%;
    border-radius: 4px;
    display: block;
    box-shadow: -1px 10px 52px -2px #320cb51f
}

.ab-us .ab-story__paras {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .ab-story__p {
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a2e;
    margin: 0;
    padding-left: 32px;
    position: relative;
    border-left: 3px solid #FB095E;
    border-top: 1px solid #fb095e26;
    padding-top: 8px;
    padding-bottom: 8px
}

.ab-us .ab-story__p .num {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #FB095E;
    line-height: 1.2
}

.ab-us .ab-metrics {
    background: #320CB5;
    padding: 64px 0;
    position: relative;
    overflow: hidden
}

.ab-us .ab-metrics::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, #fdfdfd0a 0px, #fdfdfd0a 1px, transparent 1px, transparent 40px), repeating-linear-gradient(90deg, #fdfdfd0a 0px, #fdfdfd0a 1px, transparent 1px, transparent 40px);
    pointer-events: none
}

.ab-us .ab-metrics__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative
}

.ab-us .ab-metrics__h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #FDFDFD;
    margin: 0 0 64px;
    text-align: center
}

.ab-us .ab-metrics__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.ab-us .met-card {
    background: #fdfdfd12;
    border: 1px solid #fdfdfd26;
    border-radius: 4px;
    padding: 32px;
    position: relative;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ab-us .met-card:hover {
    background: #fdfdfd21;
    transform: translateY(-4px)
}

.ab-us .met-card__count {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #FB095E;
    background: #fb095e26;
    border-radius: 42px;
    padding: 4px 8px;
    line-height: 1.2
}

.ab-us .met-card__icon {
    font-size: 24px;
    color: #FB095E;
    margin-bottom: 16px;
    display: block
}

.ab-us .met-card__val {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 800;
    color: #FDFDFD;
    display: block;
    margin-bottom: 8px
}

.ab-us .met-card__desc {
    font-size: 14px;
    line-height: 1.5;
    color: #fdfdfdb3;
    margin: 0
}

.ab-us .ab-team {
    background: #FDFDFD;
    padding: 64px 0 96px;
    position: relative
}

.ab-us .ab-team::before {
    content: "";
    display: block;
    height: 32px;
    background: linear-gradient(to bottom left, #320CB5 50%, #FDFDFD 50%);
    margin-bottom: 0
}

.ab-us .ab-team__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 32px 0
}

.ab-us .ab-team__hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 64px
}

.ab-us .ab-team__h2 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #320CB5;
    margin: 0;
    flex: 1
}

.ab-us .ab-team__note {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    max-width: 320px;
    margin: 0
}

.ab-us .ab-team__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start
}

.ab-us .ab-team__cols .top-span {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    border-bottom: 2px solid #320cb51f;
    padding-bottom: 32px;
    margin-bottom: 0
}

.ab-us .pers-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 5px 14px -2px #320cb51a;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #fff
}

.ab-us .pers-card:hover {
    box-shadow: -1px 10px 52px -2px #320cb51f;
    transform: translateY(-6px)
}

.ab-us .pers-card__img-wrap {
    width: 100%;
    overflow: hidden
}

.ab-us .pers-card__img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: filter .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ab-us .pers-card:hover .pers-card__img-wrap img {
    filter: grayscale(0%)
}

.ab-us .pers-card__body {
    padding: 16px
}

.ab-us .pers-card__name {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    color: #320CB5;
    margin: 0 0 4px
}

.ab-us .pers-card__role {
    font-size: 14px;
    line-height: 1.5;
    color: #FB095E;
    font-weight: 600;
    margin: 0 0 8px
}

.ab-us .pers-card__bio {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0
}

.ab-us .pers-card--img {
    position: relative
}

.ab-us .pers-card--img .pers-card__body {
    position: relative
}

.ab-us .ab-team__bottom {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin-top: 32px
}

.ab-us .ab-team__quote {
    background: conic-gradient(from 253deg, #fb095e14 0%, #320cb514 100%);
    border-radius: 4px;
    padding: 32px;
    border-left: 4px solid #FB095E;
    border-top: 1px solid #fb095e33;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .ab-team__quote blockquote {
    margin: 0;
    font-size: 19px;
    line-height: 1.7;
    color: #1a1a2e;
    font-style: italic
}

.ab-us .ab-team__quote cite {
    font-size: 14px;
    color: #320CB5;
    font-weight: 700;
    font-style: normal
}

.ab-us .ab-team__img-extra {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 5px 14px -2px #320cb51a
}

.ab-us .ab-team__img-extra img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px
}

.ab-us .dashed-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.ab-us .dashed-path svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .18
}

@keyframes ab-slide-in-diag {
    from {
        opacity: 0;
        transform: translate(-32px, -32px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.ab-us .pg-title__h1 {
    animation: ab-slide-in-diag .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.ab-us .pg-title__sub {
    animation: ab-slide-in-diag .35s .1s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes ab-fade-up {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.ab-us .ab-story__inner {
    animation: ab-fade-up .32s .15s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.ab-us .ab-metrics__grid {
    animation: ab-fade-up .32s .1s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@media (max-width: 1024px) {
    .ab-us .pg-title {
        grid-template-columns: 1fr 1fr
    }

    .ab-us .pg-title__h1 {
        font-size: 46px
    }

    .ab-us .ab-story__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ab-us .ab-metrics__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ab-us .ab-team__cols {
        grid-template-columns: 1fr 1fr
    }

    .ab-us .ab-team__cols .top-span {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr
    }

    .ab-us .ab-team__bottom {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .ab-us .pg-title {
        grid-template-columns: 1fr
    }

    .ab-us .pg-title__img {
        height: 260px
    }

    .ab-us .pg-title__h1 {
        font-size: 33px
    }

    .ab-us .pg-title__text {
        padding: 64px 32px
    }

    .ab-us .ab-metrics__grid {
        grid-template-columns: 1fr
    }

    .ab-us .ab-team__cols {
        grid-template-columns: 1fr
    }

    .ab-us .ab-team__cols .top-span {
        grid-template-columns: 1fr
    }

    .ab-us .ab-team__hd {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ab-us .ab-team__bottom {
        grid-template-columns: 1fr
    }
}

@media (max-width: 360px) {
    .ab-us .pg-title__h1 {
        font-size: 24px
    }

    .ab-us .pg-title__text {
        padding: 32px 16px
    }

    .ab-us .ab-story__inner {
        padding: 0 16px
    }

    .ab-us .ab-metrics__inner {
        padding: 0 16px
    }

    .ab-us .ab-team__inner {
        padding: 32px 16px 0
    }
}

.dbt {
    overflow-x: hidden;
    position: relative
}

.dbt .pg-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FB095E, #320CB5, transparent);
    border: none;
    margin: 0
}

.dbt .dia {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FB095E;
    transform: rotate(45deg);
    margin: 0 8px;
    flex-shrink: 0
}

.dbt .dia--sec {
    background: #320CB5;
    width: 6px;
    height: 6px
}

.dbt .dot-acc {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FB095E;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.dbt .num-pre {
    font-size: 14px;
    color: #FB095E;
    font-weight: 700;
    margin-right: 8px;
    letter-spacing: .05em
}

.dbt .outlined-h {
    -webkit-text-stroke: 1.5px currentColor;
    color: transparent
}

.dbt .outlined-h--sec {
    -webkit-text-stroke: 1.5px #320CB5
}

.dbt .outlined-h--pri {
    -webkit-text-stroke: 1.5px #FB095E
}

.dbt .ttl {
    position: relative;
    padding: 96px 32px 64px;
    background: conic-gradient(from 253deg at 30% 60%, #FB095E 0%, #320CB5 55%, #1a0a3b 100%);
    overflow: hidden
}

.dbt .ttl::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #fdfdfd0a 0%, #320cb58c 60%, #fb095ed1 100%);
    pointer-events: none
}

.dbt .ttl__lines {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 340px;
    pointer-events: none;
    overflow: hidden
}

.dbt .ttl__lines svg {
    width: 100%;
    height: 100%
}

.dbt .ttl__grid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px
}

.dbt .ttl__copy {
    flex: 1 1 520px;
    min-width: 0
}

.dbt .ttl__eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px
}

.dbt .ttl__eyebrow-text {
    font-size: 14px;
    color: #fdfdfdbf;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600
}

.dbt .ttl__h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #FDFDFD;
    font-weight: 800;
    margin: 0 0 32px
}

.dbt .ttl__h1 span {
    -webkit-text-stroke: 1.5px #FDFDFD;
    color: transparent
}

.dbt .ttl__desc {
    font-size: 19px;
    line-height: 1.7;
    color: #fdfdfde0;
    max-width: 560px;
    margin: 0
}

.dbt .ttl__img-wrap {
    flex: 0 0 380px;
    position: relative
}

.dbt .ttl__img {
    width: 380px;
    height: auto;
    display: block;
    border-radius: 4px;
    mix-blend-mode: luminosity;
    opacity: .72;
    object-fit: cover
}

.dbt .ttl__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #fb095e59 0%, #320cb573 100%);
    border-radius: 4px;
    pointer-events: none
}

.dbt .ttl__flow {
    position: absolute;
    bottom: 32px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    opacity: .45;
    pointer-events: none
}

.dbt .ttl__flow-line {
    width: 64px;
    height: 1px;
    background: #FDFDFD
}

.dbt .ttl__flow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FDFDFD
}

.dbt .rep {
    background: #FDFDFD;
    padding: 96px 32px
}

.dbt .rep__inner {
    max-width: 1200px;
    margin: 0 auto
}

.dbt .rep__top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    margin-bottom: 64px
}

.dbt .rep__head {
    flex: 0 0 340px
}

.dbt .rep__label {
    font-size: 14px;
    color: #FB095E;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.dbt .rep__h2 {
    font-size: 46px;
    line-height: 1.2;
    margin: 0;
    color: #320CB5
}

.dbt .rep__body {
    flex: 1 1 0
}

.dbt .rep__p {
    font-size: 16px;
    line-height: 1.7;
    color: #1e1535;
    margin: 0 0 16px
}

.dbt .rep__p:last-child {
    margin-bottom: 0
}

.dbt .rep__p .num-pre {
    display: inline
}

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

.dbt .rep__card {
    border: 1.5px solid #320cb521;
    border-radius: 4px;
    padding: 32px;
    position: relative;
    background: #FDFDFD;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.dbt .rep__card:hover {
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a -1px 10px 52px -2px #320cb51f;
    transform: translateY(-4px)
}

.dbt .rep__card-icon {
    width: 40px;
    height: 40px;
    background: conic-gradient(from 253deg, #FB095E 0%, #320CB5 100%);
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.dbt .rep__card-icon svg {
    width: 20px;
    height: 20px
}

.dbt .rep__card-h {
    font-size: 16px;
    font-weight: 700;
    color: #1e1535;
    margin: 0 0 8px
}

.dbt .rep__card-p {
    font-size: 14px;
    line-height: 1.7;
    color: #3d3560;
    margin: 0
}

.dbt .curr {
    background: #0f0829;
    padding: 64px 32px;
    position: relative;
    overflow: hidden
}

.dbt .curr__diag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.dbt .curr__diag svg {
    position: absolute;
    bottom: -40px;
    right: -40px;
    opacity: .07;
    width: 420px;
    height: 420px
}

.dbt .curr__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.dbt .curr__split {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center
}

.dbt .curr__img-col {
    flex: 0 0 440px;
    position: relative
}

.dbt .curr__img {
    width: 440px;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: -1px 10px 52px -2px #fb095e1f
}

.dbt .curr__img-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #FB095E;
    color: #FDFDFD;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    border-radius: 4px;
    line-height: 1.5;
    max-width: 180px;
    box-shadow: -1px 5px 14px -2px #fb095e1a
}

.dbt .curr__copy {
    flex: 1 1 0
}

.dbt .curr__label {
    font-size: 14px;
    color: #FB095E;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.dbt .curr__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #FDFDFD;
    margin: 0 0 32px
}

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

.dbt .curr__list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #fdfdfdd9
}

.dbt .curr__list li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #FB095E;
    transform: rotate(45deg);
    margin-top: 8px;
    flex-shrink: 0
}

.dbt .inv {
    background: #FDFDFD;
    padding: 96px 32px;
    position: relative
}

.dbt .inv__diag {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    pointer-events: none;
    overflow: hidden
}

.dbt .inv__diag svg {
    opacity: .06;
    width: 100%;
    height: 100%
}

.dbt .inv__inner {
    max-width: 1200px;
    margin: 0 auto
}

.dbt .inv__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #1e1535;
    margin: 0 0 16px;
    text-align: center
}

.dbt .inv__sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3d3560;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 64px
}

.dbt .inv__row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.dbt .inv__tier {
    flex: 1 1 0;
    border-radius: 4px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .inv__tier--base {
    background: #f4f2fb;
    border: 1.5px solid #320cb51f;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a
}

.dbt .inv__tier--mid {
    background: #1e1535;
    border: 1.5px solid #fb095e40;
    box-shadow: -1px 1px 2px -2px #fb095e12 -1px 5px 14px -2px #fb095e1a -1px 10px 52px -2px #fb095e1f
}

.dbt .inv__tier--top {
    background: conic-gradient(from 253deg at 20% 80%, #FB095E 0%, #320CB5 100%);
    border: none;
    box-shadow: -1px 1px 2px -2px #fb095e12 -1px 5px 14px -2px #fb095e1a -1px 10px 52px -2px #fb095e1f
}

.dbt .inv__tier-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.dbt .inv__tier--base .inv__tier-name {
    color: #320CB5
}

.dbt .inv__tier--mid .inv__tier-name {
    color: #FB095E
}

.dbt .inv__tier--top .inv__tier-name {
    color: #fdfdfdcc
}

.dbt .inv__price {
    font-size: 33px;
    font-weight: 800;
    line-height: 1.2
}

.dbt .inv__tier--base .inv__price {
    color: #1e1535
}

.dbt .inv__tier--mid .inv__price {
    color: #FDFDFD
}

.dbt .inv__tier--top .inv__price {
    color: #FDFDFD
}

.dbt .inv__price-note {
    font-size: 14px;
    font-weight: 400;
    opacity: .65;
    margin-left: 4px
}

.dbt .inv__feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.dbt .inv__feat-list li {
    font-size: 14px;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.dbt .inv__tier--base .inv__feat-list li {
    color: #3d3560
}

.dbt .inv__tier--mid .inv__feat-list li {
    color: #fdfdfdcc
}

.dbt .inv__tier--top .inv__feat-list li {
    color: #fdfdfde6
}

.dbt .inv__feat-list li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0
}

.dbt .inv__tier--base .inv__feat-list li::before {
    background: #320CB5
}

.dbt .inv__tier--mid .inv__feat-list li::before {
    background: #FB095E
}

.dbt .inv__tier--top .inv__feat-list li::before {
    background: #fdfdfdcc
}

.dbt .inv__note {
    font-size: 14px;
    line-height: 1.7;
    color: #3d3560;
    text-align: center;
    margin-top: 32px
}

.dbt .scl {
    background: linear-gradient(160deg, #f4f2fb 0%, #e8e3f8 100%);
    padding: 96px 32px;
    position: relative;
    overflow: hidden
}

.dbt .scl__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.dbt .scl__top {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px
}

.dbt .scl__img-col {
    flex: 0 0 360px
}

.dbt .scl__img {
    width: 360px;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: -1px 5px 14px -2px #320cb51a -1px 10px 52px -2px #320cb51f
}

.dbt .scl__copy {
    flex: 1 1 0
}

.dbt .scl__label {
    font-size: 14px;
    color: #320CB5;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.dbt .scl__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #320CB5;
    margin: 0 0 32px
}

.dbt .scl__p {
    font-size: 16px;
    line-height: 1.7;
    color: #1e1535;
    margin: 0 0 16px
}

.dbt .scl__p:last-child {
    margin-bottom: 0
}

.dbt .scl__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
}

.dbt .scl__stat {
    background: #FDFDFD;
    border-radius: 4px;
    padding: 32px 16px;
    text-align: center;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a;
    border-top: 3px solid #FB095E;
    animation: statIn .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.dbt .scl__stat:nth-child(1) {
    animation-delay: .05s
}

.dbt .scl__stat:nth-child(2) {
    animation-delay: .12s
}

.dbt .scl__stat:nth-child(3) {
    animation-delay: .19s
}

.dbt .scl__stat:nth-child(4) {
    animation-delay: .26s
}

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

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

.dbt .scl__stat-num {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    color: #320CB5;
    display: block
}

.dbt .scl__stat-label {
    font-size: 14px;
    line-height: 1.5;
    color: #3d3560;
    display: block;
    margin-top: 8px
}

.dbt .scl__bar {
    margin-top: 64px;
    background: #FDFDFD;
    border-radius: 4px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a
}

.dbt .scl__bar-label {
    font-size: 14px;
    font-weight: 700;
    color: #1e1535;
    white-space: nowrap;
    flex-shrink: 0
}

.dbt .scl__bar-track {
    flex: 1 1 0;
    height: 8px;
    background: #320cb51a;
    border-radius: 42px;
    overflow: hidden
}

.dbt .scl__bar-fill {
    height: 100%;
    border-radius: 42px;
    background: conic-gradient(from 253deg, #FB095E 0%, #320CB5 100%);
    animation: fillBar .8s cubic-bezier(0.34, 1.56, 0.64, 1) both .2s
}

@keyframes fillBar {
    from {
        width: 0
    }
}

.dbt .scl__bar-val {
    font-size: 16px;
    font-weight: 800;
    color: #FB095E;
    flex-shrink: 0
}

.dbt .fit {
    background: #FDFDFD;
    padding: 96px 32px 64px;
    position: relative
}

.dbt .fit__inner {
    max-width: 1200px;
    margin: 0 auto
}

.dbt .fit__h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #1e1535;
    margin: 0 0 16px
}

.dbt .fit__intro {
    font-size: 16px;
    line-height: 1.7;
    color: #3d3560;
    max-width: 600px;
    margin: 0 0 64px
}

.dbt .fit__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.dbt .fit__col {
    border-radius: 4px;
    padding: 32px
}

.dbt .fit__col--yes {
    background: #f4f2fb;
    border: 1.5px solid #320cb51f;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a
}

.dbt .fit__col--no {
    background: #fff5f8;
    border: 1.5px solid #fb095e1f;
    box-shadow: -1px 1px 2px -2px #fb095e12 -1px 5px 14px -2px #fb095e1a
}

.dbt .fit__col-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px
}

.dbt .fit__col-icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.dbt .fit__col--yes .fit__col-icon {
    background: #320CB5
}

.dbt .fit__col--no .fit__col-icon {
    background: #FB095E
}

.dbt .fit__col-icon svg {
    width: 18px;
    height: 18px
}

.dbt .fit__col-h {
    font-size: 19px;
    font-weight: 700;
    margin: 0
}

.dbt .fit__col--yes .fit__col-h {
    color: #320CB5
}

.dbt .fit__col--no .fit__col-h {
    color: #FB095E
}

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

.dbt .fit__items li {
    font-size: 16px;
    line-height: 1.7;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.dbt .fit__col--yes .fit__items li {
    color: #1e1535
}

.dbt .fit__col--no .fit__items li {
    color: #3d3560
}

.dbt .fit__items li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-top: 8px;
    flex-shrink: 0
}

.dbt .fit__col--yes .fit__items li::before {
    background: #320CB5
}

.dbt .fit__col--no .fit__items li::before {
    background: #FB095E
}

.dbt .fit__close {
    margin-top: 64px;
    padding: 32px;
    background: #1e1535;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    box-shadow: -1px 5px 14px -2px #320cb51a -1px 10px 52px -2px #320cb51f
}

.dbt .fit__close-dia {
    width: 48px;
    height: 48px;
    background: conic-gradient(from 253deg, #FB095E 0%, #320CB5 100%);
    transform: rotate(45deg);
    border-radius: 4px;
    flex-shrink: 0
}

.dbt .fit__close-text {
    font-size: 19px;
    line-height: 1.7;
    color: #fdfdfde6;
    margin: 0
}

.dbt .fit__close-text strong {
    color: #FDFDFD
}

.dbt .rep__glass {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: #fdfdfdb8;
    border: 1px solid #320cb514;
    border-radius: 4px;
    padding: 32px;
    margin-bottom: 64px;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a
}

.dbt .rep__glass-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.dbt .rep__glass-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1e1535;
    font-weight: 600
}

.dbt .rep__glass-dot {
    width: 8px;
    height: 8px;
    background: #FB095E;
    transform: rotate(45deg);
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .dbt .ttl__h1 {
        font-size: 46px
    }

    .dbt .ttl__img-wrap {
        flex: 0 0 280px
    }

    .dbt .ttl__img {
        width: 280px
    }

    .dbt .rep__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .dbt .curr__img-col {
        flex: 0 0 320px
    }

    .dbt .curr__img {
        width: 320px
    }

    .dbt .scl__stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .dbt .scl__img-col {
        flex: 0 0 280px
    }

    .dbt .scl__img {
        width: 280px
    }

    .dbt .inv__row {
        flex-direction: column
    }
}

@media (max-width: 768px) {
    .dbt .ttl {
        padding: 64px 16px 48px
    }

    .dbt .ttl__grid {
        flex-direction: column;
        gap: 32px
    }

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

    .dbt .ttl__img-wrap {
        flex: none;
        width: 100%
    }

    .dbt .ttl__img {
        width: 100%
    }

    .dbt .rep {
        padding: 64px 16px
    }

    .dbt .rep__top {
        flex-direction: column;
        gap: 32px
    }

    .dbt .rep__head {
        flex: none
    }

    .dbt .rep__h2 {
        font-size: 33px
    }

    .dbt .rep__cards {
        grid-template-columns: 1fr
    }

    .dbt .curr {
        padding: 64px 16px
    }

    .dbt .curr__split {
        flex-direction: column;
        gap: 32px
    }

    .dbt .curr__img-col {
        flex: none;
        width: 100%
    }

    .dbt .curr__img {
        width: 100%
    }

    .dbt .curr__h2 {
        font-size: 33px
    }

    .dbt .inv {
        padding: 64px 16px
    }

    .dbt .inv__h2 {
        font-size: 33px
    }

    .dbt .scl {
        padding: 64px 16px
    }

    .dbt .scl__top {
        flex-direction: column;
        gap: 32px
    }

    .dbt .scl__img-col {
        flex: none;
        width: 100%
    }

    .dbt .scl__img {
        width: 100%
    }

    .dbt .scl__h2 {
        font-size: 33px
    }

    .dbt .scl__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .dbt .scl__bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .dbt .scl__bar-track {
        width: 100%
    }

    .dbt .fit {
        padding: 64px 16px 48px
    }

    .dbt .fit__h2 {
        font-size: 33px
    }

    .dbt .fit__cols {
        grid-template-columns: 1fr
    }

    .dbt .fit__close {
        flex-direction: column;
        gap: 16px
    }

    .dbt .rep__glass-row {
        gap: 16px
    }
}

@media (max-width: 360px) {
    .dbt .ttl__h1 {
        font-size: 24px
    }

    .dbt .ttl__desc {
        font-size: 16px
    }

    .dbt .scl__stat-num {
        font-size: 33px
    }

    .dbt .scl__stats {
        grid-template-columns: 1fr
    }

    .dbt .inv__price {
        font-size: 24px
    }
}

.suc-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background: #FDFDFD
}

.suc-pg .suc__wrap {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.suc-pg .suc__icon {
    width: 72px;
    height: 72px;
    border-radius: 42px;
    background: linear-gradient(253deg, #FB095E 0%, #320CB5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 5px 14px -2px #fb095e1a -1px 10px 52px -2px #fb095e1f;
    flex-shrink: 0
}

.suc-pg .suc__icon svg {
    width: 32px;
    height: 32px;
    display: block
}

.suc-pg .suc__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 560px
}

.suc-pg .suc__label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FB095E;
    font-weight: 600
}

.suc-pg .suc__title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #320CB5;
    margin: 0
}

.suc-pg .suc__desc {
    font-size: 19px;
    line-height: 1.7;
    color: #2a2a3d;
    margin: 0
}

.suc-pg .suc__desc span {
    color: #FB095E;
    font-weight: 600
}

.suc-pg .suc__divider {
    width: 64px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(253deg, #FB095E 0%, #320CB5 100%)
}

.suc-pg .suc__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

.suc-pg .suc__info-row {
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a6a;
    display: flex;
    align-items: center;
    gap: 8px
}

.suc-pg .suc__info-row .dot {
    width: 6px;
    height: 6px;
    border-radius: 42px;
    background: #FB095E;
    flex-shrink: 0
}

.suc-pg .suc__actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px
}

.suc-pg .btn-pri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #FDFDFD;
    background: #320CB5;
    border: 2px solid #320CB5;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a;
    transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.suc-pg .btn-pri::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FB095E;
    transform: translateY(100%);
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 4px;
    z-index: 0
}

.suc-pg .btn-pri:hover::before {
    transform: translateY(0)
}

.suc-pg .btn-pri:hover {
    border-color: #FB095E;
    box-shadow: -1px 5px 14px -2px #fb095e1f
}

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

.suc-pg .btn-pri:focus-visible {
    outline: 3px solid #FB095E;
    outline-offset: 3px
}

.suc-pg .btn-sec {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #320CB5;
    background: transparent;
    border: 2px solid #320CB5;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.suc-pg .btn-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #320CB5;
    transform: translateY(100%);
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0
}

.suc-pg .btn-sec:hover::before {
    transform: translateY(0)
}

.suc-pg .btn-sec:hover {
    color: #FDFDFD
}

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

.suc-pg .btn-sec:focus-visible {
    outline: 3px solid #320CB5;
    outline-offset: 3px
}

.suc-pg .suc__card {
    background: #FDFDFD;
    border: 1.5px solid #320cb51f;
    border-radius: 4px;
    padding: 32px;
    max-width: 480px;
    width: 100%;
    box-shadow: -1px 1px 2px -2px #320cb512 -1px 5px 14px -2px #320cb51a;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.suc-pg .suc__card-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #320CB5;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

.suc-pg .suc__card-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #320cb512
}

.suc-pg .suc__card-row:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.suc-pg .suc__card-ico {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px
}

.suc-pg .suc__card-txt {
    font-size: 16px;
    line-height: 1.5;
    color: #2a2a3d;
    margin: 0
}

.suc-pg .suc__card-txt strong {
    color: #320CB5;
    font-weight: 600
}

@media (max-width: 768px) {
    .suc-pg {
        padding: 64px 16px
    }

    .suc-pg .suc__title {
        font-size: 33px
    }

    .suc-pg .suc__desc {
        font-size: 16px
    }

    .suc-pg .suc__actions {
        flex-direction: column;
        align-items: stretch
    }

    .suc-pg .btn-pri,
    .suc-pg .btn-sec {
        justify-content: center
    }
}

@media (max-width: 360px) {
    .suc-pg .suc__title {
        font-size: 24px
    }

    .suc-pg .suc__icon {
        width: 56px;
        height: 56px
    }
}