@import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;700&display=swap";

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

html {
    scroll-behavior: smooth;
    box-sizing: border-box
}

body {
    margin: 0
}

.brand-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.brand-col__logo-wrap {
    width: 80px;
    height: 80px;
    border-radius: 38px;
    background-color: #2a1a40;
    border: 2px solid #9E93C8;
    box-shadow: 0 7px 14px 0 #773eac17;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.brand-col__logo-wrap img {
    display: block;
    object-fit: contain
}

.brand-col__name {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #E2DCE9;
    letter-spacing: 0
}

.brand-col__tagline {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9E93C8;
    text-align: center;
    max-width: 240px
}

.site-hd {
    background: linear-gradient(160deg, #1a0d2e 0%, #0f0820 60%, #160b28 100%);
    border-bottom: 1px solid #9e93c82e;
    box-shadow: 0 12px 44px 0 #773eac1c;
    padding: 40px 24px
}

.site-hd__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.site-hd__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.site-hd__nav {
    width: 100%;
    display: flex;
    justify-content: center
}

.pri-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.pri-nav__item {
    display: flex
}

.pri-nav__lnk {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #E2DCE9;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.0, 0, 0.2, 1);
    min-height: 44px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.pri-nav__lnk:hover {
    color: #E2DCE9;
    background-color: #773eac38;
    border-color: #9e93c84d
}

.pri-nav__lnk:focus-visible {
    outline: 2px solid #9E93C8;
    outline-offset: 2px
}

.pri-nav__lnk--active {
    color: #E2DCE9;
    background-color: #773eac59;
    border-color: #9e93c873
}

.site-hd__accent-bar {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #9e93c866 30%, #773eac99 50%, #9e93c866 70%, transparent 100%)
}

.site-ft {
    background: linear-gradient(180deg, #0f0820 0%, #080514 100%);
    border-top: 1px solid #9e93c826;
    padding: 40px 24px 24px
}

.site-ft__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.site-ft__upper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid #9e93c81f
}

.ft-brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.ft-brand__logo-wrap {
    width: 52px;
    height: 52px;
    border-radius: 38px;
    background-color: #2a1a40;
    border: 1px solid #9e93c866;
    box-shadow: 0 1px 2px 0 #773eac14;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.ft-brand__logo-wrap img {
    display: block;
    object-fit: contain
}

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

.ft-brand__name {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #E2DCE9
}

.ft-brand__since {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9E93C8
}

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

.ft-contact__label {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #E2DCE9
}

.ft-contact__item {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9E93C8
}

.ft-contact__lnk {
    color: #9E93C8;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.ft-contact__lnk:focus-visible {
    outline: 2px solid #773EAC;
    outline-offset: 2px;
    border-radius: 5px
}

.site-ft__mid {
    padding-bottom: 24px;
    border-bottom: 1px solid #9e93c814
}

.leg-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.leg-nav__item {
    display: flex;
    align-items: center
}

.leg-nav__item+.leg-nav__item::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #9e93c840;
    margin-right: 8px
}

.leg-nav__lnk {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9E93C8;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 5px;
    transition: color .2s cubic-bezier(0.0, 0, 0.2, 1);
    min-height: 44px;
    display: flex;
    align-items: center
}

.leg-nav__lnk:hover {
    color: #E2DCE9
}

.leg-nav__lnk:focus-visible {
    outline: 2px solid #773EAC;
    outline-offset: 2px
}

.site-ft__lower {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    align-items: center
}

.ft-copy {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9e93c899
}

.ft-domain {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9e93c873
}

.consent-bar {
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 560px;
    max-width: calc(100% - 48px);
    background: #1a0d2e;
    border: 1px solid #9e93c840;
    border-radius: 5px;
    box-shadow: 0 12px 44px 0 #773eac1c;
    padding: 24px;
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar--visible {
    opacity: 1
}

.consent-bar__desc {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9E93C8;
    margin: 0 0 8px
}

.consent-bar__desc a {
    color: #E2DCE9;
    text-decoration: underline;
    text-underline-offset: 2px
}

.consent-bar__desc a:focus-visible {
    outline: 2px solid #9E93C8;
    outline-offset: 2px;
    border-radius: 5px
}

.consent-bar__hl {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #E2DCE9;
    margin: 0 0 12px
}

.consent-bar__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px
}

.consent-bar__accept {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #E2DCE9;
    background-color: #773EAC;
    border: 1px solid #773EAC;
    border-radius: 5px;
    padding: 12px 24px;
    cursor: pointer;
    min-height: 44px;
    transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar__accept:hover {
    background-color: #8f4fcc;
    border-color: #8f4fcc
}

.consent-bar__accept:focus-visible {
    outline: 2px solid #E2DCE9;
    outline-offset: 2px
}

.consent-bar__decline {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #9E93C8;
    background-color: transparent;
    border: 1px solid #9e93c84d;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
    min-height: 44px;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar__decline:hover {
    color: #E2DCE9;
    border-color: #9e93c899
}

.consent-bar__decline:focus-visible {
    outline: 2px solid #773EAC;
    outline-offset: 2px
}

.prefs-tab {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: none
}

.prefs-tab__btn {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #E2DCE9;
    background-color: #773EAC;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 12px 8px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    min-height: 44px;
    box-shadow: 0 7px 14px 0 #773eac17;
    transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.prefs-tab__btn:hover {
    background-color: #8f4fcc
}

.prefs-tab__btn:focus-visible {
    outline: 2px solid #E2DCE9;
    outline-offset: 2px
}

@media (max-width: 640px) {
    .site-hd {
        padding: 24px 12px
    }

    .site-hd__inner {
        gap: 24px
    }

    .pri-nav__lnk {
        padding: 12px;
        font-size: 16px
    }

    .site-ft__upper {
        flex-direction: column;
        gap: 24px
    }

    .site-ft__lower {
        flex-direction: column;
        align-items: flex-start
    }

    .consent-bar {
        bottom: 12px;
        padding: 16px
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .site-hd {
        padding: 24px
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .site-hd {
        padding: 40px 24px
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .site-hd__inner {
        padding: 0 40px
    }
}

.legal-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #E2DCE9;
    background: #1a0f2e;
    min-height: 100vh
}

.legal-article h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #E2DCE9;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 24px;
    border-bottom: 2px solid #773EAC
}

.legal-article h2 {
    font-size: 32px;
    line-height: 1.1;
    color: #E2DCE9;
    margin-top: 80px;
    margin-bottom: 24px
}

.legal-article h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #9E93C8;
    margin-top: 40px;
    margin-bottom: 12px
}

.legal-article h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #9E93C8;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-article h5 {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-article h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    margin-top: 24px;
    margin-bottom: 8px;
    opacity: .8
}

.legal-article p {
    font-size: 18px;
    line-height: 1.9;
    color: #E2DCE9;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 72ch
}

.legal-article ul,
.legal-article ol {
    font-size: 18px;
    line-height: 1.9;
    color: #E2DCE9;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 40px;
    max-width: 72ch
}

.legal-article ul {
    list-style: none;
    padding-left: 24px
}

.legal-article ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px
}

.legal-article ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #773EAC;
    border-radius: 5px
}

.legal-article ol {
    list-style: decimal
}

.legal-article ol li {
    padding-left: 8px;
    margin-bottom: 8px
}

.legal-article ol li::marker {
    color: #773EAC;
    font-size: 16px
}

.legal-article strong,
.legal-article b {
    color: #fff;
    font-weight: 700
}

.legal-article a {
    color: #9E93C8;
    text-decoration: underline;
    text-decoration-color: #9e93c866;
    text-underline-offset: 3px;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.legal-article a:hover {
    color: #E2DCE9;
    text-decoration-color: #e2dce9b3
}

.legal-article a:focus-visible {
    outline: 2px solid #773EAC;
    outline-offset: 3px;
    border-radius: 5px
}

.legal-article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 7px 14px 0 #773eac17;
    border-radius: 5px;
    overflow: hidden
}

.legal-article thead {
    background: #773eac59
}

.legal-article thead th {
    color: #E2DCE9;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    text-align: left;
    border-bottom: 2px solid #773EAC
}

.legal-article tbody tr {
    background: #773eac0f;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.legal-article tbody tr:nth-child(even) {
    background: #773eac1f
}

.legal-article tbody tr:hover {
    background: #773eac38
}

.legal-article td {
    color: #E2DCE9;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #9e93c826;
    vertical-align: top
}

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

.legal-article hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #773EAC, transparent);
    margin: 80px 0;
    opacity: .6
}

@media (max-width: 1024px) {
    .legal-article {
        padding: 80px 24px
    }

    .legal-article h1 {
        font-size: 32px
    }

    .legal-article h2 {
        font-size: 24px;
        margin-top: 40px
    }
}

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

    .legal-article h1 {
        font-size: 32px
    }

    .legal-article h2 {
        font-size: 24px
    }

    .legal-article p,
    .legal-article ul,
    .legal-article ol {
        font-size: 16px
    }

    .legal-article table {
        display: block;
        overflow-x: auto
    }

    .legal-article hr {
        margin: 40px 0
    }
}

@media (max-width: 640px) {
    .legal-article {
        padding: 40px 12px
    }

    .legal-article thead th,
    .legal-article td {
        padding: 12px
    }
}

.lpd {
    background: #0e0a14;
    min-height: 100vh;
    padding: 0;
    overflow-x: hidden
}

.lpd__hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start
}

.lpd__hero-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.lpd__tag {
    background: #773eac2e;
    color: #c4aee0;
    border: 1px solid #773eac59;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 12px
}

.lpd__readtime {
    color: #9E93C8;
    font-size: 16px;
    line-height: 1.5
}

.lpd__likes {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #9E93C8;
    font-size: 16px;
    line-height: 1.5;
    margin-left: auto
}

.lpd__likes-icon {
    width: 18px;
    height: 18px;
    display: inline-block
}

.lpd__heading {
    font-size: 62px;
    line-height: 1.1;
    color: #f0ebf8;
    font-weight: 900;
    margin: 0
}

.lpd__brief-points {
    list-style: disc;
    padding-left: 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd__brief-points li {
    color: #c4aee0;
    font-size: 18px;
    line-height: 1.5
}

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

.lpd__btn-enroll {
    background: #773EAC;
    color: #f0ebf8;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 7px 14px 0 #773eac17
}

.lpd__btn-enroll::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #9E93C8;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1);
    z-index: 0
}

.lpd__btn-enroll:hover::before {
    transform: scaleX(1)
}

.lpd__btn-enroll:hover {
    color: #0e0a14
}

.lpd__btn-enroll span {
    position: relative;
    z-index: 1
}

.lpd__btn-print {
    background: #9e93c81f;
    color: #9E93C8;
    border: 1px solid #9e93c84d;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    cursor: pointer;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lpd__btn-print:hover {
    background: #9e93c838;
    border-color: #9e93c899
}

.lpd__price-badge {
    background: linear-gradient(112deg, #773EAC 0%, #9E93C8 100%);
    border-radius: 5px;
    padding: 8px 24px;
    color: #f0ebf8;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.lpd__hero-img-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative
}

.lpd__img-wrap {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3
}

.lpd__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(60%) saturate(0.7);
    transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1);
    display: block
}

.lpd__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, #773eac8c 0%, #9e93c84d 100%);
    transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.lpd__img-wrap:hover img {
    filter: grayscale(0%) saturate(1)
}

.lpd__img-wrap:hover::after {
    opacity: 0
}

.lpd__geo-accent {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 90px;
    height: 90px;
    border: 2px solid #773eac38;
    border-radius: 5px;
    opacity: .5;
    pointer-events: none
}

.lpd__geo-accent--sm {
    position: absolute;
    bottom: 12px;
    left: -16px;
    width: 40px;
    height: 40px;
    border: 2px solid #9e93c82e;
    border-radius: 5px;
    opacity: .4;
    pointer-events: none
}

.lpd__divider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px
}

.lpd__divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #773eac66 40%, #9e93c866 70%, transparent 100%)
}

.lpd__body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 80px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start
}

.lpd__desc-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.lpd__desc-block {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lpd__desc-block p {
    color: #c4aee0;
    font-size: 18px;
    line-height: 1.9;
    margin: 0
}

.lpd__desc-block h2 {
    color: #f0ebf8;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0
}

.lpd__desc-block blockquote {
    border: none;
    margin: 0;
    padding: 24px;
    background: #773eac1a;
    border-radius: 5px;
    color: #E2DCE9;
    font-size: 18px;
    line-height: 1.9;
    font-style: italic
}

.lpd__desc-block cite {
    color: #9E93C8;
    font-size: 16px;
    font-style: normal
}

.lpd__desc-block strong {
    color: #f0ebf8
}

.lpd__desc-block ol,
.lpd__desc-block ul {
    color: #c4aee0;
    font-size: 18px;
    line-height: 1.9;
    padding-left: 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd__desc-block dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd__desc-block dt {
    color: #f0ebf8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.lpd__desc-block dd {
    color: #c4aee0;
    font-size: 18px;
    line-height: 1.9;
    margin-left: 24px
}

.lpd__desc-block details {
    background: #9e93c812;
    border: 1px solid #9e93c82e;
    border-radius: 5px;
    padding: 12px 24px
}

.lpd__desc-block summary {
    color: #E2DCE9;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    font-weight: 700
}

.lpd__desc-block figure {
    margin: 0;
    border-radius: 5px;
    overflow: hidden
}

.lpd__desc-block figcaption {
    color: #9E93C8;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px
}

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

.lpd__program-card {
    background: #773eac1a;
    border: 1px solid #773eac40;
    border-radius: 5px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 12px 44px 0 #773eac1c;
    animation: lpd-glow 3.2s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes lpd-glow {
    0% {
        border-color: #773eac2e;
        box-shadow: 0 7px 14px 0 #773eac17
    }

    100% {
        border-color: #9e93c880;
        box-shadow: 0 12px 44px 0 #773eac2e
    }
}

.lpd__program-label {
    color: #9E93C8;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700
}

.lpd__program-body {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lpd__program-body p {
    color: #c4aee0;
    font-size: 16px;
    line-height: 1.9;
    margin: 0
}

.lpd__program-body h2 {
    color: #f0ebf8;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0
}

.lpd__program-body abbr {
    color: #E2DCE9;
    text-decoration: underline dotted #9e93c880
}

.lpd__program-body ul,
.lpd__program-body ol {
    color: #c4aee0;
    font-size: 16px;
    line-height: 1.9;
    padding-left: 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lpd__program-body dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd__program-body dt {
    color: #f0ebf8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.lpd__program-body dd {
    color: #c4aee0;
    font-size: 16px;
    line-height: 1.9;
    margin-left: 24px
}

.lpd__program-body figure {
    margin: 0
}

.lpd__program-body figcaption {
    color: #9E93C8;
    font-size: 16px;
    line-height: 1.5
}

.lpd__steps-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #773eac38
}

.lpd__step {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd__step--before {
    background: #e2dce90d
}

.lpd__step--after {
    background: #773eac24
}

.lpd__step-label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em
}

.lpd__step--before .lpd__step-label {
    color: #9E93C8
}

.lpd__step--after .lpd__step-label {
    color: #c4aee0
}

.lpd__step-text {
    font-size: 16px;
    line-height: 1.9;
    margin: 0
}

.lpd__step--before .lpd__step-text {
    color: #9E93C8
}

.lpd__step--after .lpd__step-text {
    color: #E2DCE9
}

.lpd__enroll-card {
    background: linear-gradient(112deg, #773eac38 0%, #9e93c814 100%);
    border: 1px solid #773eac4d;
    border-radius: 5px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right
}

.lpd__enroll-price {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #f0ebf8
}

.lpd__enroll-note {
    color: #9E93C8;
    font-size: 16px;
    line-height: 1.5
}

.lpd__btn-enroll--card {
    background: #773EAC;
    color: #f0ebf8;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 24px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 7px 14px 0 #773eac17;
    width: 100%
}

.lpd__btn-enroll--card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #9E93C8;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1);
    z-index: 0
}

.lpd__btn-enroll--card:hover::before {
    transform: scaleX(1)
}

.lpd__btn-enroll--card:hover {
    color: #0e0a14
}

.lpd__btn-enroll--card span {
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {

    .lpd__hero,
    .lpd__body {
        grid-template-columns: 1fr;
        padding: 40px 24px
    }

    .lpd__hero-img-col {
        order: -1
    }

    .lpd__heading {
        font-size: 32px
    }

    .lpd__program-col {
        position: static
    }
}

@media (max-width: 768px) {

    .lpd__hero,
    .lpd__body {
        padding: 24px
    }

    .lpd__heading {
        font-size: 32px
    }

    .lpd__steps-pair {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {

    .lpd__hero,
    .lpd__body {
        padding: 24px 12px
    }

    .lpd__actions {
        flex-direction: column;
        align-items: stretch
    }

    .lpd__btn-print {
        text-align: center
    }
}

.ctus {
    background: #0d0a14;
    min-height: 100vh;
    overflow-x: clip;
    position: relative
}

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

.ctus__geo-dot {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #773EAC;
    border-radius: 50%;
    opacity: .35
}

.ctus__geo-dot:nth-child(1) {
    top: 8%;
    left: 4%
}

.ctus__geo-dot:nth-child(2) {
    top: 12%;
    left: 8%
}

.ctus__geo-dot:nth-child(3) {
    top: 8%;
    left: 12%
}

.ctus__geo-dot:nth-child(4) {
    top: 24%;
    left: 4%
}

.ctus__geo-dot:nth-child(5) {
    top: 28%;
    left: 8%
}

.ctus__geo-dot:nth-child(6) {
    top: 24%;
    left: 12%
}

.ctus__geo-dot:nth-child(7) {
    top: 40%;
    left: 4%
}

.ctus__geo-dot:nth-child(8) {
    top: 44%;
    left: 8%
}

.ctus__geo-dot:nth-child(9) {
    top: 40%;
    left: 12%
}

.ctus__geo-dot:nth-child(10) {
    top: 60%;
    left: 4%
}

.ctus__geo-dot:nth-child(11) {
    top: 64%;
    left: 8%
}

.ctus__geo-dot:nth-child(12) {
    top: 60%;
    left: 12%
}

.ctus__geo-dot:nth-child(13) {
    top: 76%;
    left: 4%
}

.ctus__geo-dot:nth-child(14) {
    top: 80%;
    left: 8%
}

.ctus__geo-dot:nth-child(15) {
    top: 76%;
    left: 12%
}

.ctus__band-top {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 80px 0 40px
}

.ctus__band-top-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.ctus__lead {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.ctus__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ctus__eyebrow-line {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #773EAC, #9E93C8);
    border-radius: 5px;
    flex-shrink: 0
}

.ctus__h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #E2DCE9;
    font-weight: 900;
    margin: 0
}

.ctus__h1 span {
    color: #773EAC;
    display: block
}

.ctus__sub {
    font-size: 18px;
    line-height: 1.9;
    color: #b8b0cc;
    margin: 0;
    max-width: 480px
}

.ctus__divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 8px 0
}

.ctus__divider-ln {
    width: 40px;
    height: 1px;
    background: #773EAC;
    opacity: .6
}

.ctus__divider-shape {
    width: 6px;
    height: 6px;
    background: #9E93C8;
    transform: rotate(45deg);
    flex-shrink: 0
}

.ctus__img-strip {
    width: 320px;
    flex-shrink: 0;
    position: relative;
    border-radius: 38px;
    overflow: hidden
}

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

.ctus__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #773eacb8 0%, #0d0a148c 100%);
    transition: opacity .22s cubic-bezier(0.0, 0, 0.2, 1);
    border-radius: 38px
}

.ctus__img-strip:hover img {
    transform: scale(1.04)
}

.ctus__img-strip:hover .ctus__img-overlay {
    opacity: .2
}

.ctus__wave {
    width: 100%;
    line-height: 0;
    position: relative;
    z-index: 1
}

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

.ctus__form-band {
    position: relative;
    z-index: 1;
    background: linear-gradient(170deg, #1a1025 0%, #120d1e 100%);
    padding: 80px 0
}

.ctus__form-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.ctus__form-aside {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px
}

.ctus__aside-label {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ctus__aside-h {
    font-size: 32px;
    line-height: 1.1;
    color: #E2DCE9;
    font-weight: 900;
    margin: 0
}

.ctus__aside-p {
    font-size: 16px;
    line-height: 1.9;
    color: #a09ab8;
    margin: 0
}

.ctus__aside-note {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    font-style: italic;
    border-right: 3px solid #773EAC;
    padding-right: 12px;
    text-align: right;
    margin: 0
}

.ctus__form-body {
    flex: 1 1 0
}

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

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

.ctus__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0
}

.ctus__field--full {
    flex: 1 1 100%
}

.ctus__label {
    font-size: 16px;
    line-height: 1.5;
    color: #c4bdd8;
    font-weight: 600
}

.ctus__input-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center
}

.ctus__input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none;
    z-index: 2
}

.ctus__input-icon svg {
    width: 16px;
    height: 16px;
    stroke: #9E93C8;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ctus__input {
    width: 100%;
    background: #773eac14;
    border: 1px solid #9e93c838;
    border-radius: 5px;
    padding: 12px 16px 12px 44px;
    font-size: 16px;
    line-height: 1.5;
    color: #E2DCE9;
    outline: none;
    transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 #773eac14
}

.ctus__input::placeholder {
    color: #6b6080
}

.ctus__input:focus {
    border-color: #773EAC;
    background: #773eac24;
    box-shadow: 0 7px 14px 0 #773eac17
}

.ctus__select-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.ctus__select-wrap .ctus__input-icon {
    top: 50%
}

.ctus__select {
    width: 100%;
    background: #773eac14;
    border: 1px solid #9e93c838;
    border-radius: 5px;
    padding: 12px 16px 12px 44px;
    font-size: 16px;
    line-height: 1.5;
    color: #E2DCE9;
    outline: none;
    appearance: none;
    cursor: pointer;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 #773eac14
}

.ctus__select:focus {
    border-color: #773EAC;
    background: #773eac24
}

.ctus__select option {
    background: #1a1025;
    color: #E2DCE9
}

.ctus__caret {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.ctus__caret svg {
    width: 14px;
    height: 14px;
    stroke: #9E93C8;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

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

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

.ctus__privacy-text {
    font-size: 16px;
    line-height: 1.5;
    color: #a09ab8;
    margin: 0
}

.ctus__privacy-text a {
    color: #9E93C8;
    text-decoration: underline;
    transition: font-size .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus__privacy-text a:hover {
    color: #E2DCE9;
    font-size: 17px
}

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

.ctus__btn {
    background: linear-gradient(135deg, #773EAC 0%, #5a2d85 100%);
    color: #E2DCE9;
    border: none;
    border-radius: 5px;
    padding: 12px 40px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 7px 14px 0 #773eac17;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus__btn:hover {
    background: linear-gradient(135deg, #8a4dc4 0%, #6b3a9e 100%);
    box-shadow: 0 12px 44px 0 #773eac1c;
    transform: scale(1.03)
}

.ctus__btn:active {
    transform: scale(0.98)
}

.ctus__btn:focus-visible {
    outline: 2px solid #9E93C8;
    outline-offset: 3px
}

.ctus__btn-note {
    font-size: 16px;
    line-height: 1.5;
    color: #6b6080
}

.ctus__info-band {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: #0d0a14
}

.ctus__info-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px
}

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

.ctus__info-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #E2DCE9;
    font-weight: 900;
    margin: 0
}

.ctus__info-tagline {
    font-size: 16px;
    line-height: 1.9;
    color: #a09ab8;
    max-width: 360px;
    text-align: right;
    margin: 0;
    border-right: 3px solid #773EAC;
    padding-right: 12px
}

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

.ctus__card {
    flex: 1 1 0;
    background: #773eac12;
    border: 1px solid #9e93c826;
    border-radius: 38px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 7px 14px 0 #773eac17;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.96);
    animation: ctus-appear .28s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.ctus__card:nth-child(2) {
    animation-delay: .08s
}

.ctus__card:nth-child(3) {
    animation-delay: .16s
}

@keyframes ctus-appear {
    from {
        transform: scale(0.8);
        opacity: 0
    }

    80% {
        transform: scale(1.03);
        opacity: 1
    }

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

.ctus__card:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 44px 0 #773eac1c
}

.ctus__card-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #773EAC 0%, #9E93C8 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctus__card-icon svg {
    width: 20px;
    height: 20px;
    stroke: #E2DCE9;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ctus__card-label {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0
}

.ctus__card-val {
    font-size: 18px;
    line-height: 1.5;
    color: #E2DCE9;
    font-weight: 600;
    margin: 0
}

.ctus__card-sub {
    font-size: 16px;
    line-height: 1.5;
    color: #7a7090;
    margin: 0
}

.ctus__info-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 40px 0 0
}

.ctus__info-divider-ln {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #773EAC)
}

.ctus__info-divider-ln--r {
    background: linear-gradient(90deg, #773EAC, transparent)
}

.ctus__info-divider-shape {
    width: 8px;
    height: 8px;
    background: #9E93C8;
    transform: rotate(45deg);
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .ctus__band-top-in {
        padding: 0 24px;
        gap: 24px
    }

    .ctus__h1 {
        font-size: 48px
    }

    .ctus__img-strip {
        width: 240px
    }

    .ctus__form-in {
        padding: 0 24px;
        gap: 40px
    }

    .ctus__form-aside {
        width: 220px
    }

    .ctus__info-in {
        padding: 0 24px
    }
}

@media (max-width: 768px) {
    .ctus__band-top {
        padding: 40px 0 24px
    }

    .ctus__band-top-in {
        flex-direction: column;
        padding: 0 24px
    }

    .ctus__img-strip {
        width: 100%;
        height: 220px
    }

    .ctus__h1 {
        font-size: 32px
    }

    .ctus__form-band {
        padding: 40px 0
    }

    .ctus__form-in {
        flex-direction: column;
        padding: 0 24px;
        gap: 24px
    }

    .ctus__form-aside {
        width: 100%
    }

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

    .ctus__info-band {
        padding: 40px 0
    }

    .ctus__info-in {
        padding: 0 24px
    }

    .ctus__info-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .ctus__info-tagline {
        text-align: left;
        border-right: none;
        padding-right: 0;
        border-left: 3px solid #773EAC;
        padding-left: 12px
    }

    .ctus__cards {
        flex-direction: column
    }
}

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

    .ctus__btn-wrap {
        flex-direction: column;
        align-items: flex-start
    }
}

.lp-prog {
    background: #0e0a17;
    min-height: 100vh;
    overflow-x: clip;
    position: relative
}

.lp-prog .scanlines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, #773eac08 3px, #773eac08 4px);
    animation: scanDrift 18s linear infinite
}

@keyframes scanDrift {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 80px
    }
}

.lp-prog .pg-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.lp-prog .prog-lead {
    padding: 80px 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.lp-prog .prog-lead__img-side {
    position: relative;
    border-radius: 38px;
    overflow: hidden
}

.lp-prog .prog-lead__img-side::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #773eac8c 0%, #9e93c82e 100%);
    z-index: 1;
    transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 38px
}

.lp-prog .prog-lead__img-side:hover::before {
    opacity: 0
}

.lp-prog .prog-lead__img-side img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 38px
}

.lp-prog .prog-lead__bg-num {
    position: absolute;
    bottom: -24px;
    right: 12px;
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    color: #773eac21;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    letter-spacing: -4px
}

.lp-prog .prog-lead__text {
    padding: 40px;
    position: relative
}

.lp-prog .prog-lead__kicker {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    border: 1.5px dashed #9e93c866;
    border-radius: 5px;
    padding: 4px 12px;
    margin-bottom: 24px
}

.lp-prog .prog-lead__h1 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    color: #E2DCE9;
    margin: 0 0 24px
}

.lp-prog .prog-lead__h1 span {
    color: #773EAC
}

.lp-prog .prog-lead__desc {
    font-size: 18px;
    line-height: 1.9;
    color: #b8afd4;
    margin: 0 0 24px
}

.lp-prog .prog-lead__stat-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 8px
}

.lp-prog .prog-lead__stat {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lp-prog .prog-lead__stat-num {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #9E93C8
}

.lp-prog .prog-lead__stat-label {
    font-size: 16px;
    line-height: 1.5;
    color: #7a6f9a
}

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

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

.lp-prog .feat-strip {
    background: linear-gradient(112deg, #1a0f2e 0%, #12091f 100%);
    padding: 40px 0
}

.lp-prog .feat-strip__row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
    align-items: flex-start
}

.lp-prog .feat-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 24px 12px
}

.lp-prog .feat-strip__icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 38px;
    background: #773eac2e;
    border: 2px solid #773eac73;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lp-prog .feat-strip__icon-wrap svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #9E93C8;
    stroke-width: 1.8
}

.lp-prog .feat-strip__label {
    font-size: 16px;
    line-height: 1.5;
    color: #c4bbd8;
    text-align: center;
    font-weight: 600
}

.lp-prog .cards-area {
    padding: 80px 0;
    background: #0e0a17
}

.lp-prog .cards-area__heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #E2DCE9;
    margin: 0 0 8px
}

.lp-prog .cards-area__sub {
    font-size: 18px;
    line-height: 1.5;
    color: #7a6f9a;
    margin: 0 0 40px
}

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

.lp-prog .prog-card {
    background: #1a0f2ed1;
    border: 1px solid #773eac38;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 7px 14px 0 #773eac17;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column
}

.lp-prog .prog-card:hover {
    box-shadow: 0 12px 44px 0 #773eac1c;
    border-color: #773eac80
}

.lp-prog .prog-card__img-wrap {
    position: relative;
    overflow: hidden;
    height: 200px;
    flex-shrink: 0
}

.lp-prog .prog-card__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #773eac7a 0%, #0e0a178c 100%);
    transition: opacity .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-prog .prog-card:hover .prog-card__img-wrap::after {
    opacity: .1
}

.lp-prog .prog-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.lp-prog .prog-card:hover .prog-card__img-wrap img {
    transform: scale(1.04)
}

.lp-prog .prog-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #773eacd9;
    color: #E2DCE9;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: 600
}

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

.lp-prog .prog-card__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    color: #E2DCE9;
    margin: 0
}

.lp-prog .prog-card__desc {
    font-size: 16px;
    line-height: 1.9;
    color: #9a8fbf;
    margin: 0;
    flex: 1
}

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

.lp-prog .prog-card__price {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    color: #9E93C8
}

.lp-prog .prog-card__readtime {
    font-size: 16px;
    line-height: 1.5;
    color: #6a5f8a;
    display: flex;
    align-items: center;
    gap: 4px
}

.lp-prog .prog-card__likes {
    font-size: 16px;
    line-height: 1.5;
    color: #6a5f8a;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto
}

.lp-prog .prog-card__likes svg,
.lp-prog .prog-card__readtime svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #773EAC;
    stroke-width: 2;
    flex-shrink: 0
}

.lp-prog .prog-card__cta {
    display: inline-block;
    background: #773EAC;
    color: #E2DCE9;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start
}

.lp-prog .prog-card__cta:hover {
    background: #9E93C8;
    color: #0e0a17
}

.lp-prog .prog-card__cta:focus-visible {
    outline: 2px solid #E2DCE9;
    outline-offset: 2px
}

.lp-prog .wave-div--flip svg {
    transform: scaleX(-1)
}

.lp-prog .experts-area {
    background: linear-gradient(112deg, #150d28 0%, #1a0f2e 100%);
    padding: 80px 0
}

.lp-prog .experts-area__top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px
}

.lp-prog .experts-area__h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #E2DCE9;
    margin: 0 0 12px
}

.lp-prog .experts-area__desc {
    font-size: 18px;
    line-height: 1.9;
    color: #7a6f9a;
    margin: 0
}

.lp-prog .experts-area__quote {
    background: #773eac1f;
    border: 1.5px dashed #773eac66;
    border-radius: 5px;
    padding: 24px;
    text-align: right
}

.lp-prog .experts-area__quote p {
    font-size: 18px;
    line-height: 1.9;
    color: #9E93C8;
    margin: 0;
    font-style: italic
}

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

.lp-prog .expert-card {
    background: #0e0a17b3;
    border: 1px solid #9e93c826;
    border-radius: 38px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 0 1px 2px 0 #773eac14;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-prog .expert-card:hover {
    box-shadow: 0 7px 14px 0 #773eac17
}

.lp-prog .expert-card__portrait {
    width: 100%;
    aspect-ratio: 7/9;
    border-radius: 38px;
    overflow: hidden;
    border: 2px solid #773eac59;
    outline: 3px solid #9e93c82e;
    outline-offset: 3px
}

.lp-prog .expert-card__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-prog .expert-card:hover .expert-card__portrait img {
    transform: scale(1.04)
}

.lp-prog .expert-card__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #E2DCE9;
    text-align: center;
    margin: 0
}

.lp-prog .expert-card__role {
    font-size: 16px;
    line-height: 1.5;
    color: #773EAC;
    text-align: center
}

.lp-prog .expert-card__bio {
    font-size: 16px;
    line-height: 1.9;
    color: #7a6f9a;
    text-align: center;
    margin: 0
}

.lp-prog .wave-div--2 {
    background: #0e0a17
}

.lp-prog .approach-area {
    background: #0e0a17;
    padding: 80px 0
}

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

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

.lp-prog .approach-area__aside--right {
    text-align: right
}

.lp-prog .approach-metric {
    background: #773eac1a;
    border: 1px solid #773eac40;
    border-radius: 5px;
    padding: 24px
}

.lp-prog .approach-metric__num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    color: #9E93C8
}

.lp-prog .approach-metric__label {
    font-size: 16px;
    line-height: 1.5;
    color: #6a5f8a;
    margin-top: 4px
}

.lp-prog .approach-area__center {
    background: #1a0f2e99;
    border: 1px solid #9e93c81f;
    border-radius: 38px;
    padding: 40px
}

.lp-prog .approach-area__h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #E2DCE9;
    margin: 0 0 24px
}

.lp-prog .approach-area__img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    display: block;
    margin-bottom: 24px;
    transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.8)
}

.lp-prog .approach-area__img:hover {
    filter: brightness(1)
}

.lp-prog .approach-area__body {
    font-size: 18px;
    line-height: 1.9;
    color: #9a8fbf;
    margin: 0 0 24px
}

.lp-prog .approach-area__body strong {
    color: #E2DCE9
}

.lp-prog .approach-list {
    list-style: disc;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .approach-list li {
    font-size: 16px;
    line-height: 1.9;
    color: #7a6f9a
}

@media (max-width: 1024px) {
    .lp-prog .prog-lead {
        grid-template-columns: 1fr;
        padding: 40px 0 24px
    }

    .lp-prog .prog-lead__h1 {
        font-size: 32px
    }

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

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

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

    .lp-prog .approach-area__aside--right {
        text-align: left
    }

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

@media (max-width: 768px) {
    .lp-prog .prog-lead__h1 {
        font-size: 32px
    }

    .lp-prog .feat-strip__row {
        flex-wrap: wrap
    }

    .lp-prog .feat-strip__item {
        flex: 0 0 calc(50% - 4px)
    }

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

    .lp-prog .prog-lead__stat-row {
        flex-wrap: wrap
    }
}

@media (max-width: 640px) {
    .lp-prog .prog-lead__text {
        padding: 24px 0
    }

    .lp-prog .feat-strip__item {
        flex: 0 0 100%
    }
}

.opn {
    background: #0e0a14;
    overflow-x: clip;
    position: relative
}

.opn .db-strip {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.opn .ttl {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px
}

.opn .ttl__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 70% at 60% 50%, #773eac61 0%, #0e0a1400 72%);
    pointer-events: none
}

.opn .ttl__noise {
    position: absolute;
    inset: 0;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 180px 180px;
    pointer-events: none
}

.opn .ttl__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1
}

.opn .ttl__copy {
    flex: 1 1 0;
    min-width: 0
}

.opn .ttl__label {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    margin-bottom: 24px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.opn .ttl__h1 {
    font-size: 72px;
    line-height: 1.1;
    color: #f0eaf8;
    margin-bottom: 24px;
    font-weight: 900
}

.opn .ttl__h1 span {
    color: #9E93C8
}

.opn .ttl__desc {
    font-size: 18px;
    line-height: 1.9;
    color: #c4bcd8;
    max-width: 520px;
    margin-bottom: 40px
}

.opn .ttl__cta-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.opn .btn--prim {
    display: inline-block;
    padding: 12px 40px;
    background: #773EAC;
    color: #f0eaf8;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 7px 14px 0 #773eac17;
    text-decoration: none
}

.opn .btn--prim:hover {
    background: #8f52c8;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.opn .btn--sec {
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    color: #9E93C8;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1.5px solid #773EAC;
    cursor: pointer;
    transition: border-color .25s cubic-bezier(0.0, 0, 0.2, 1), color .25s cubic-bezier(0.0, 0, 0.2, 1);
    text-decoration: none
}

.opn .btn--sec:hover {
    border-color: #9E93C8;
    color: #f0eaf8
}

.opn .ttl__img-col {
    flex: 0 0 400px
}

.opn .ttl__img-wrap {
    border-radius: 38px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.opn .ttl__img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) brightness(0.85);
    transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .ttl__img-wrap:hover img {
    filter: saturate(1) brightness(1)
}

.opn .ttl__img-tint {
    position: absolute;
    inset: 0;
    background: #773eac47;
    border-radius: 38px;
    transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.opn .ttl__img-wrap:hover .ttl__img-tint {
    opacity: 0
}

.opn .team {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(158deg, #1a0f28 0%, #0e0a14 55%, #110e1c 100%);
    border-top: 1px solid #9e93c81a
}

.opn .team__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.opn .team__intro {
    padding-right: 40px
}

.opn .team__eyebrow {
    font-size: 16px;
    line-height: 1.5;
    color: #773EAC;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 24px
}

.opn .team__h2 {
    font-size: 32px;
    line-height: 1.1;
    color: #f0eaf8;
    font-weight: 900;
    margin-bottom: 24px
}

.opn .team__body {
    font-size: 18px;
    line-height: 1.9;
    color: #b8afd0
}

.opn .team__body p {
    margin-bottom: 24px
}

.opn .team__body p:last-child {
    margin-bottom: 0
}

.opn .team__cards {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.opn .pcard {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    background: #773eac12;
    border: 1px solid #9e93c821;
    border-radius: 5px;
    padding: 24px;
    box-shadow: 0 1px 2px 0 #773eac14;
    transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .pcard:hover {
    border-color: #9e93c84d;
    box-shadow: 0 7px 14px 0 #773eac17
}

.opn .pcard__portrait {
    flex: 0 0 80px;
    border-radius: 38px;
    overflow: hidden;
    position: relative
}

.opn .pcard__portrait img {
    width: 80px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.75) brightness(0.9);
    transition: filter .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .pcard:hover .pcard__portrait img {
    filter: saturate(1) brightness(1)
}

.opn .pcard__tint {
    position: absolute;
    inset: 0;
    background: #773eac38;
    transition: opacity .24s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.opn .pcard:hover .pcard__tint {
    opacity: 0
}

.opn .pcard__info {
    flex: 1 1 0;
    min-width: 0
}

.opn .pcard__name {
    font-size: 18px;
    line-height: 1.5;
    color: #f0eaf8;
    font-weight: 700;
    margin-bottom: 4px
}

.opn .pcard__role {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    margin-bottom: 12px
}

.opn .pcard__bio {
    font-size: 16px;
    line-height: 1.9;
    color: #a89ec0
}

.opn .team__stat-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap
}

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

.opn .stat-item__num {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    color: #773EAC
}

.opn .stat-item__label {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8
}

.opn .offer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #0e0a14;
    border-top: 1px solid #e2dce90f
}

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

.opn .offer__hed {
    flex: 0 0 auto
}

.opn .offer__h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #f0eaf8;
    margin-bottom: 12px
}

.opn .offer__sub {
    font-size: 18px;
    line-height: 1.5;
    color: #9E93C8
}

.opn .offer__img-accent {
    flex: 0 0 260px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 7px 14px 0 #773eac17
}

.opn .offer__img-accent img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.65) brightness(0.8);
    transition: filter .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .offer__img-accent:hover img {
    filter: saturate(1) brightness(1)
}

.opn .offer__img-tint {
    position: absolute;
    inset: 0;
    background: #773eac52;
    transition: opacity .28s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.opn .offer__img-accent:hover .offer__img-tint {
    opacity: 0
}

.opn .offer__cols {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 1.15fr;
    gap: 24px;
    align-items: start
}

.opn .ocard {
    background: #9e93c80f;
    border: 1px solid #773eac2e;
    border-radius: 5px;
    padding: 40px 24px;
    box-shadow: 0 1px 2px 0 #773eac14;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.opn .ocard--mid {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #773eac0a
}

.opn .ocard:hover {
    background: #773eac1f;
    box-shadow: 0 7px 14px 0 #773eac17
}

.opn .ocard__dash {
    border: 1.5px dashed #9e93c84d;
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 24px
}

.opn .ocard__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px
}

.opn .ocard__icon svg {
    width: 40px;
    height: 40px
}

.opn .ocard__h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #f0eaf8;
    margin-bottom: 12px
}

.opn .ocard__p {
    font-size: 16px;
    line-height: 1.9;
    color: #a89ec0
}

.opn .ocard__tag {
    display: inline-block;
    margin-top: 24px;
    padding: 4px 12px;
    border-radius: 5px;
    background: #773eac33;
    color: #c4bcd8;
    font-size: 16px;
    line-height: 1.5
}

.opn .supp {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(172deg, #130c20 0%, #0e0a14 100%);
    border-top: 1px solid #773eac26
}

.opn .supp__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.opn .supp__left {
    text-align: right
}

.opn .supp__eyebrow {
    font-size: 16px;
    line-height: 1.5;
    color: #773EAC;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 24px
}

.opn .supp__h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #f0eaf8;
    margin-bottom: 24px
}

.opn .supp__body {
    font-size: 18px;
    line-height: 1.9;
    color: #b8afd0;
    margin-bottom: 24px
}

.opn .supp__quote {
    font-size: 18px;
    line-height: 1.9;
    color: #9E93C8;
    font-style: italic;
    border-top: 1px solid #9e93c826;
    padding-top: 24px
}

.opn .supp__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.opn .feed {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.opn .feed__h5 {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.opn .feed__entry {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 5px;
    background: #9e93c80d;
    border: 1px solid #9e93c814;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .feed__entry:hover {
    background: #773eac1a
}

.opn .feed__icon {
    flex: 0 0 32px;
    height: 32px;
    border-radius: 5px;
    background: #773eac40;
    display: flex;
    align-items: center;
    justify-content: center
}

.opn .feed__icon svg {
    width: 16px;
    height: 16px
}

.opn .feed__text {
    flex: 1 1 0;
    min-width: 0
}

.opn .feed__time {
    font-size: 16px;
    line-height: 1.5;
    color: #6b5f88;
    margin-bottom: 4px
}

.opn .feed__desc {
    font-size: 16px;
    line-height: 1.5;
    color: #c4bcd8
}

.opn .supp__img-wrap {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.opn .supp__img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.6) brightness(0.8);
    transition: filter .24s cubic-bezier(0.0, 0, 0.2, 1)
}

.opn .supp__img-wrap:hover img {
    filter: saturate(1) brightness(1)
}

.opn .supp__img-tint {
    position: absolute;
    inset: 0;
    background: #773eac4d;
    transition: opacity .24s cubic-bezier(0.0, 0, 0.2, 1);
    pointer-events: none
}

.opn .supp__img-wrap:hover .supp__img-tint {
    opacity: 0
}

@keyframes opn-rise {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

.opn .ttl__label {
    animation: opn-rise .5s cubic-bezier(0.4, 0, 0.2, 1) both
}

.opn .ttl__h1 {
    animation: opn-rise .55s .08s cubic-bezier(0.4, 0, 0.2, 1) both
}

.opn .ttl__desc {
    animation: opn-rise .55s .16s cubic-bezier(0.4, 0, 0.2, 1) both
}

.opn .ttl__cta-row {
    animation: opn-rise .55s .24s cubic-bezier(0.4, 0, 0.2, 1) both
}

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

    .opn .ttl__img-col {
        flex: 0 0 320px
    }

    .opn .ttl__row {
        gap: 40px
    }

    .opn .team__grid {
        gap: 24px
    }

    .opn .team__intro {
        padding-right: 0
    }

    .opn .supp__layout {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .opn .ttl__row {
        flex-direction: column
    }

    .opn .ttl__img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .opn .ttl__h1 {
        font-size: 32px
    }

    .opn .team__grid {
        grid-template-columns: 1fr
    }

    .opn .offer__cols {
        grid-template-columns: 1fr
    }

    .opn .offer__top {
        flex-direction: column;
        align-items: flex-start
    }

    .opn .offer__img-accent {
        flex: 0 0 auto;
        width: 100%
    }

    .opn .supp__layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .opn .supp__left {
        text-align: left
    }

    .opn .stat-item__num {
        font-size: 32px
    }
}

@media (max-width: 640px) {
    .opn .ttl {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .opn .team {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .opn .offer {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .opn .supp {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .opn .team__stat-row {
        gap: 24px
    }

    .opn .pcard {
        flex-direction: column
    }
}

.ab {
    background: #0e0a14;
    overflow-x: clip;
    position: relative
}

.ab__band-1 {
    height: 80px;
    background: linear-gradient(to bottom, transparent, #773eac14, transparent);
    pointer-events: none
}

.ab__band-2 {
    height: 80px;
    background: linear-gradient(to bottom, transparent, #9e93c812, transparent);
    pointer-events: none
}

.ab-title {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 40px;
    align-items: center
}

.ab-title__img-col {
    position: relative
}

.ab-title__img-col--left {
    display: flex;
    justify-content: flex-end
}

.ab-title__img-col--right {
    display: flex;
    justify-content: flex-start
}

.ab-title__img-frame {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.ab-title__img-frame--a {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 3/4
}

.ab-title__img-frame--b {
    width: 100%;
    max-width: 240px;
    aspect-ratio: 4/5
}

.ab-title__img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.75) saturate(0.7)
}

.ab-title__img-frame:hover img {
    filter: brightness(1) saturate(1)
}

.ab-title__img-blur {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #0e0a148c 100%);
    pointer-events: none
}

.ab-title__deco {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 0
}

.ab-title__deco-circle {
    position: absolute;
    border-radius: 38px;
    opacity: .13
}

.ab-title__deco-circle--1 {
    width: 80px;
    height: 80px;
    background: #773EAC;
    bottom: 0;
    right: 0
}

.ab-title__deco-circle--2 {
    width: 55px;
    height: 55px;
    background: #9E93C8;
    bottom: 20px;
    right: 20px
}

.ab-title__text {
    text-align: center;
    padding: 0 12px
}

.ab-title__eyebrow {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block
}

.ab-title__h1 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    color: #E2DCE9;
    margin-bottom: 24px
}

.ab-title__h1 .ab-title__punct {
    color: #773EAC
}

.ab-title__rule {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #773EAC, #9E93C8);
    margin: 0 auto 24px;
    border: none;
    border-radius: 5px
}

.ab-title__lead {
    font-size: 18px;
    line-height: 1.9;
    color: #bdb6cc;
    max-width: 380px;
    margin: 0 auto
}

@keyframes ab-flicker {
    0% {
        opacity: 1
    }

    18% {
        opacity: .94
    }

    35% {
        opacity: 1
    }

    52% {
        opacity: .97
    }

    71% {
        opacity: .92
    }

    88% {
        opacity: 1
    }

    100% {
        opacity: .96
    }
}

.ab-story {
    position: relative;
    padding: 80px 24px;
    overflow: hidden
}

.ab-story__bg-pattern {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg, #773eac0a 0px, #773eac0a 1px, transparent 1px, transparent 18px);
    pointer-events: none;
    animation: ab-flicker 7s infinite
}

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

.ab-story__portrait-col {
    position: relative
}

.ab-story__portrait-frame {
    aspect-ratio: 4/5;
    width: 100%;
    max-width: 360px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.ab-story__portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.8) saturate(0.75);
    transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-story__portrait-frame:hover img {
    filter: brightness(1) saturate(1)
}

.ab-story__quote-card {
    position: absolute;
    bottom: -12px;
    right: -8px;
    background: #1e1230e0;
    backdrop-filter: blur(8px);
    border-radius: 5px;
    padding: 24px;
    max-width: 220px;
    box-shadow: 0 7px 14px 0 #773eac17;
    border-top: 2px solid #773EAC
}

.ab-story__quote-text {
    font-size: 16px;
    line-height: 1.9;
    color: #E2DCE9;
    font-style: italic
}

.ab-story__quote-author {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    margin-top: 8px;
    display: block
}

.ab-story__text-col {
    padding-top: 12px
}

.ab-story__h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #E2DCE9;
    margin-bottom: 12px
}

.ab-story__accent-line {
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, #773EAC, #9E93C8);
    border: none;
    border-radius: 5px;
    margin-bottom: 24px
}

.ab-story__p {
    font-size: 18px;
    line-height: 1.9;
    color: #bdb6cc;
    margin-bottom: 24px
}

.ab-story__p--accent {
    color: #9E93C8;
    font-size: 18px;
    line-height: 1.9
}

.ab-story__p--accent strong {
    color: #E2DCE9
}

.ab-story__circles {
    position: absolute;
    top: 40px;
    right: 0;
    width: 200px;
    height: 200px;
    pointer-events: none
}

.ab-story__circ {
    position: absolute;
    border-radius: 38px
}

.ab-story__circ--1 {
    width: 160px;
    height: 160px;
    border: 1px solid #773eac26;
    top: 0;
    right: 0
}

.ab-story__circ--2 {
    width: 110px;
    height: 110px;
    border: 1px solid #9e93c81a;
    top: 25px;
    right: 25px
}

.ab-story__circ--3 {
    width: 65px;
    height: 65px;
    background: #773eac0f;
    top: 48px;
    right: 48px
}

.ab-matrix {
    padding: 80px 24px;
    background: linear-gradient(160deg, #773eac1a 0%, #0e0a1400 60%)
}

.ab-matrix__inner {
    max-width: 1200px;
    margin: 0 auto
}

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

.ab-matrix__h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #E2DCE9;
    margin-bottom: 12px;
    grid-column: 1 / 3
}

.ab-matrix__sub {
    font-size: 18px;
    line-height: 1.9;
    color: #bdb6cc;
    grid-column: 1 / 3
}

.ab-matrix__accent-line {
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, #773EAC, #9E93C8);
    border: none;
    border-radius: 5px;
    margin-bottom: 12px;
    grid-column: 1
}

.ab-matrix__img-frame {
    grid-column: 3;
    grid-row: 1 / 4;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.ab-matrix__img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.75) saturate(0.65);
    transition: filter .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.ab-matrix__img-frame:hover img {
    filter: brightness(1) saturate(1)
}

.ab-matrix__table-wrap {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 7px 14px 0 #773eac17
}

.ab-matrix__table {
    width: 100%;
    border-collapse: collapse;
    background: #160e24e6
}

.ab-matrix__table thead tr {
    background: #773eac33
}

.ab-matrix__table th {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #773eac33
}

.ab-matrix__table th:not(:first-child) {
    text-align: center
}

.ab-matrix__table td {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #bdb6cc;
    border-bottom: 1px solid #773eac14
}

.ab-matrix__table td:not(:first-child) {
    text-align: center
}

.ab-matrix__table tbody tr:last-child td {
    border-bottom: none
}

.ab-matrix__table tbody tr {
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-matrix__table tbody tr:hover {
    background: #773eac14
}

.ab-matrix__table td:first-child {
    color: #E2DCE9;
    font-weight: 600
}

.ab-ind {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    vertical-align: middle
}

.ab-ind--yes {
    background: #773EAC;
    box-shadow: 0 1px 2px 0 #773eac14
}

.ab-ind--part {
    background: #9e93c859
}

.ab-ind--no {
    background: #9e93c81a
}

.ab-cols {
    padding: 80px 24px
}

.ab-cols__inner {
    max-width: 1200px;
    margin: 0 auto
}

.ab-cols__head {
    text-align: right;
    margin-bottom: 40px
}

.ab-cols__h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #E2DCE9;
    margin-bottom: 12px
}

.ab-cols__rule {
    width: 36px;
    height: 2px;
    background: linear-gradient(90deg, #9E93C8, #773EAC);
    border: none;
    border-radius: 5px;
    margin-left: auto;
    margin-bottom: 0
}

.ab-cols__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.ab-col-card {
    background: #160e24d9;
    border-radius: 5px;
    padding: 40px 24px;
    box-shadow: 0 7px 14px 0 #773eac17;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: ab-appear .25s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.ab-col-card:nth-child(1) {
    animation-delay: .05s
}

.ab-col-card:nth-child(2) {
    animation-delay: .13s
}

.ab-col-card:nth-child(3) {
    animation-delay: .21s
}

@keyframes ab-appear {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.ab-col-card__num {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    color: #773eac2e;
    position: absolute;
    top: 12px;
    right: 24px;
    pointer-events: none;
    user-select: none
}

.ab-col-card__h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    color: #E2DCE9;
    margin-bottom: 8px
}

.ab-col-card__line {
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, #773EAC, #9E93C8);
    border: none;
    border-radius: 5px;
    margin-bottom: 24px
}

.ab-col-card__p {
    font-size: 16px;
    line-height: 1.9;
    color: #bdb6cc
}

.ab-col-card__img-frame {
    margin-top: 24px;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 5px
}

.ab-col-card__img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.7) saturate(0.6);
    transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-col-card__img-frame:hover img {
    filter: brightness(1) saturate(1)
}

@media (max-width: 1024px) {
    .ab-title {
        grid-template-columns: 1fr 1.2fr 1fr;
        gap: 24px;
        padding: 80px 24px
    }

    .ab-title__h1 {
        font-size: 32px
    }

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

    .ab-story__portrait-frame {
        max-width: 280px
    }

    .ab-story__quote-card {
        position: static;
        margin-top: 12px;
        max-width: 100%
    }

    .ab-matrix__top {
        grid-template-columns: 1fr
    }

    .ab-matrix__h2,
    .ab-matrix__sub,
    .ab-matrix__accent-line {
        grid-column: 1
    }

    .ab-matrix__img-frame {
        grid-column: 1;
        grid-row: auto
    }

    .ab-cols__grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .ab-title {
        grid-template-columns: 1fr;
        padding: 40px 24px
    }

    .ab-title__img-col--left,
    .ab-title__img-col--right {
        display: none
    }

    .ab-title__h1 {
        font-size: 32px
    }

    .ab-matrix__table th,
    .ab-matrix__table td {
        padding: 8px 12px;
        font-size: 16px
    }
}

@media (max-width: 640px) {
    .ab-title__h1 {
        font-size: 32px
    }

    .ab-story__h2,
    .ab-matrix__h2,
    .ab-cols__h2 {
        font-size: 24px
    }
}

.pr-pg {
    background: #0e0a14;
    min-height: 100vh;
    overflow-x: clip;
    position: relative
}

.pr-pg::before {
    content: "";
    position: fixed;
    inset: 0;
    background: radial-gradient(ellipse at 20% 20%, #773eac2e 0%, transparent 55%), radial-gradient(ellipse at 80% 80%, #9e93c81a 0%, transparent 50%);
    pointer-events: none;
    z-index: 0
}

.pr-pg__grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#773eac0f 1px, transparent 1px), linear-gradient(90deg, #773eac0f 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0
}

.pr-pg__limiter {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 1
}

.pr-title {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1
}

.pr-title__frame {
    position: absolute;
    top: 40px;
    left: 24px;
    right: 24px;
    bottom: 40px;
    border-top: 1px solid #773eac38;
    border-bottom: 1px solid #773eac38;
    pointer-events: none
}

.pr-title__frame::before,
.pr-title__frame::after {
    content: "";
    position: absolute;
    width: 1px;
    top: -8px;
    bottom: -8px;
    background: #773eac38
}

.pr-title__frame::before {
    left: 0
}

.pr-title__frame::after {
    right: 0
}

.pr-title__cols {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.pr-title__img-col {
    flex: 0 0 320px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.pr-title__img-col img {
    width: 320px;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.pr-title__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #773eac8c 0%, #0e0a144d 60%, transparent 100%);
    border-radius: 5px;
    pointer-events: none;
    transition: opacity .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.pr-title__img-col:hover .pr-title__img-overlay {
    opacity: .2
}

.pr-title__leak {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    background: radial-gradient(ellipse at 0% 0%, #e2dce947 0%, transparent 70%);
    pointer-events: none;
    border-radius: 5px
}

.pr-title__text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0
}

.pr-title__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px
}

.pr-title__kicker-diamond {
    width: 8px;
    height: 8px;
    background: #773EAC;
    transform: rotate(45deg);
    flex-shrink: 0
}

.pr-title__kicker-label {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    letter-spacing: .08em;
    text-transform: uppercase
}

.pr-title__h1 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    color: #E2DCE9;
    margin-bottom: 24px
}

.pr-title__h1 span {
    color: #773EAC
}

.pr-title__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap
}

.pr-title__meta-item {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8
}

.pr-title__meta-sep {
    width: 4px;
    height: 4px;
    background: #773EAC;
    transform: rotate(45deg);
    flex-shrink: 0
}

.pr-title__lead {
    font-size: 18px;
    line-height: 1.9;
    color: #cdc8db;
    max-width: 580px
}

.pr-body {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(160deg, #130d1e 0%, #0e0a14 60%, #110c1a 100%);
    position: relative;
    z-index: 1
}

.pr-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 50%, #773eac1f 0%, transparent 45%), radial-gradient(ellipse at 100% 50%, #9e93c812 0%, transparent 40%);
    pointer-events: none
}

.pr-body__cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px
}

.pr-body__aside {
    flex: 0 0 240px;
    position: sticky;
    top: 24px
}

.pr-body__aside-card {
    background: #773eac1a;
    border: 1px solid #773eac40;
    border-radius: 5px;
    padding: 24px;
    box-shadow: 0 7px 14px 0 #773eac17;
    margin-bottom: 24px
}

.pr-body__aside-label {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 12px
}

.pr-body__aside-val {
    font-size: 18px;
    line-height: 1.5;
    color: #E2DCE9;
    font-weight: 700
}

.pr-body__aside-contact {
    background: #e2dce90d;
    border: 1px solid #e2dce91f;
    border-radius: 5px;
    padding: 24px
}

.pr-body__aside-contact-title {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .07em
}

.pr-body__aside-contact-line {
    font-size: 16px;
    line-height: 1.9;
    color: #cdc8db
}

.pr-body__aside-contact-link {
    color: #9E93C8;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), font-size .2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block
}

.pr-body__aside-contact-link:hover {
    color: #E2DCE9;
    font-size: 17px
}

.pr-body__article {
    flex: 1;
    min-width: 0
}

.pr-body__release {
    background: #0e0a14b3;
    border: 1px solid #773eac2e;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0 12px 44px 0 #773eac1c;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 40px
}

.pr-body__release-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #773eac2e;
    border: 1px solid #773eac59;
    border-radius: 38px;
    padding: 4px 12px;
    margin-bottom: 24px
}

.pr-body__release-tag-dot {
    width: 6px;
    height: 6px;
    background: #773EAC;
    border-radius: 38px;
    flex-shrink: 0
}

.pr-body__release-tag-text {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    text-transform: uppercase;
    letter-spacing: .07em
}

.pr-body__release-h2 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #E2DCE9;
    margin-bottom: 24px
}

.pr-body__release-quote {
    font-size: 18px;
    line-height: 1.9;
    color: #773EAC;
    font-style: italic;
    border-top: 1px solid #773eac40;
    border-bottom: 1px solid #773eac40;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: right
}

.pr-body__release-p {
    font-size: 18px;
    line-height: 1.9;
    color: #cdc8db;
    margin-bottom: 24px
}

.pr-body__release-p:last-child {
    margin-bottom: 0
}

.pr-body__metrics {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.pr-body__metric {
    flex: 1;
    min-width: 160px;
    background: #773eac1a;
    border: 1px solid #773eac38;
    border-radius: 5px;
    padding: 24px;
    box-shadow: 0 1px 2px 0 #773eac14;
    position: relative;
    overflow: hidden;
    transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.pr-body__metric::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #773eac2e, transparent);
    transition: left .28s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.pr-body__metric:hover::after {
    left: 150%
}

.pr-body__metric:hover {
    border-color: #773eac80;
    box-shadow: 0 7px 14px 0 #773eac17
}

.pr-body__metric-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    color: #773EAC;
    margin-bottom: 8px
}

.pr-body__metric-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8
}

.pr-body__sep {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px
}

.pr-body__sep-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #773eac59, #9e93c826)
}

.pr-body__sep-diamond {
    width: 10px;
    height: 10px;
    background: #773EAC;
    transform: rotate(45deg);
    flex-shrink: 0
}

.pr-body__sep-line--r {
    background: linear-gradient(90deg, #9e93c826, #773eac59)
}

.pr-body__boilerplate {
    background: #e2dce90a;
    border: 1px solid #e2dce91a;
    border-radius: 5px;
    padding: 24px
}

.pr-body__boilerplate-label {
    font-size: 16px;
    line-height: 1.5;
    color: #9E93C8;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 12px
}

.pr-body__boilerplate-p {
    font-size: 16px;
    line-height: 1.9;
    color: #9E93C8
}

@media (max-width: 1024px) {
    .pr-title__h1 {
        font-size: 48px
    }

    .pr-title__img-col {
        flex: 0 0 240px
    }

    .pr-title__img-col img {
        width: 240px
    }

    .pr-body__aside {
        flex: 0 0 200px
    }
}

@media (max-width: 768px) {
    .pr-title__cols {
        flex-direction: column
    }

    .pr-title__img-col {
        flex: none;
        width: 100%
    }

    .pr-title__img-col img {
        width: 100%;
        min-height: 220px;
        height: 220px
    }

    .pr-title__h1 {
        font-size: 32px
    }

    .pr-body__cols {
        flex-direction: column
    }

    .pr-body__aside {
        flex: none;
        width: 100%;
        position: static
    }

    .pr-body__release {
        padding: 24px
    }

    .pr-title__text-col {
        padding: 24px 0
    }
}

@media (max-width: 640px) {
    .pr-title {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .pr-body {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .pr-title__h1 {
        font-size: 32px
    }

    .pr-body__metrics {
        flex-direction: column
    }

    .pr-body__release-h2 {
        font-size: 24px
    }
}

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

.success-page .result-card {
    max-width: 560px;
    width: 100%;
    background: #773eac12;
    border: 1px solid #9e93c82e;
    border-radius: 38px;
    padding: 80px 40px;
    text-align: center;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.success-page .result-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 40px;
    display: block
}

.success-page .result-card__heading {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #E2DCE9;
    margin: 0 0 12px
}

.success-page .result-card__body {
    font-size: 18px;
    line-height: 1.5;
    color: #9E93C8;
    margin: 0 0 40px
}

.success-page .result-card__action {
    display: inline-block;
    padding: 12px 40px;
    background: #773EAC;
    color: #E2DCE9;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 7px 14px 0 #773eac17;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-page .result-card__action:hover {
    background: #9E93C8;
    box-shadow: 0 12px 44px 0 #773eac1c
}

.success-page .result-card__action:focus-visible {
    outline: 2px solid #E2DCE9;
    outline-offset: 3px
}

@media (max-width: 640px) {
    .success-page .result-card {
        padding: 40px 24px
    }

    .success-page .result-card__heading {
        font-size: 24px
    }

    .success-page .result-card__body {
        font-size: 16px
    }
}