* {
    box-sizing: border-box
}

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

.skip-placeholder {
    display: none
}

.brand-block {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    flex-shrink: 0
}

.brand-block__img-pod {
    width: 68px;
    height: 80px;
    border-radius: 2px;
    background-color: #F2FDFF;
    border: 2px solid #12FFA6;
    box-shadow: 2px 3px 3px -1px #12ffa614 2px 5px 20px -1px #12ffa617;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    flex-shrink: 0
}

.brand-block__img-pod img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.brand-block__name {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    color: #F2FDFF;
    letter-spacing: .04em;
    text-transform: uppercase
}

.hdr-plate {
    background: linear-gradient(135deg, #101010 60%, #0d2a1e 100%);
    border-bottom: 1px solid #12ffa62e;
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    position: relative;
    overflow: hidden
}

.hdr-plate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #12FFA6, transparent);
    pointer-events: none
}

.hdr-plate__inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 32px 64px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 64px
}

.hdr-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.hdr-menu__item {
    display: flex;
    align-items: center
}

.hdr-menu__link {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #F2FDFF;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: color .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .7s cubic-bezier(0.22, 1, 0.36, 1), background .65s ease-in-out;
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.hdr-menu__link:hover {
    color: #12FFA6;
    border-color: #12ffa659;
    background: #12ffa60f
}

.hdr-menu__link:focus-visible {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

.hdr-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 16px;
    padding: 8px 16px;
    border-radius: 30px;
    background: #12ffa614;
    border: 1px solid #12ffa640;
    flex-shrink: 0
}

.hdr-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    background: #12FFA6;
    box-shadow: 0 0 0 2px #12ffa640;
    flex-shrink: 0
}

.hdr-status__label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #12FFA6;
    white-space: nowrap
}

.hdr-nav-deck {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap
}

.ftr-plate {
    background: linear-gradient(160deg, #0d2a1e 0%, #101010 55%);
    border-top: 1px solid #12ffa626;
    position: relative
}

.ftr-plate::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #12ffa666, transparent);
    pointer-events: none
}

.ftr-plate__inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 64px 64px 32px
}

.ftr-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    margin-bottom: 64px
}

.ftr-brand__desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.65;
    color: #f2fdffbf;
    margin: 16px 0 0
}

.ftr-brand__tagline {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #12FFA6;
    margin: 16px 0 0;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ftr-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.ftr-contact__heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #12FFA6;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 16px
}

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

.ftr-contact__item {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #f2fdffbf
}

.ftr-contact__link {
    color: #f2fdffbf;
    text-decoration: none;
    transition: color .65s ease-in-out
}

.ftr-contact__link:hover {
    color: #12FFA6
}

.ftr-contact__link:focus-visible {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

.ftr-legal__heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #12FFA6;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 16px
}

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

.ftr-legal__link {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #f2fdffbf;
    text-decoration: none;
    transition: color .65s ease-in-out
}

.ftr-legal__link:hover {
    color: #12FFA6
}

.ftr-legal__link:focus-visible {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

.ftr-bottom {
    border-top: 1px solid #12ffa61a;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.ftr-logo-pod {
    width: 68px;
    height: 80px;
    border-radius: 2px;
    background-color: #F2FDFF;
    border: 2px solid #12ffa680;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.ftr-logo-pod img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.ftr-copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #f2fdff66;
    text-align: center
}

.consent-strip {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 760px;
    background: #101010;
    border: 1px solid #12ffa64d;
    border-radius: 2px;
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    z-index: 1000;
    padding: 32px;
    transform: translateX(120%);
    transition: transform .42s cubic-bezier(0.22, 1, 0.36, 1)
}

.consent-strip--visible {
    transform: translateX(0)
}

.consent-strip__desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: #f2fdffd9;
    margin: 0 0 16px
}

.consent-strip__policy-link {
    color: #12FFA6;
    text-decoration: underline;
    transition: color .6s ease-in-out
}

.consent-strip__policy-link:hover {
    color: #F2FDFF
}

.consent-strip__policy-link:focus-visible {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

.consent-cats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.consent-cats__row {
    display: flex;
    align-items: center;
    gap: 8px
}

.consent-cats__label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #f2fdffbf;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.consent-cats__label input[type="checkbox"] {
    accent-color: #12FFA6;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.consent-cats__label--required {
    color: #f2fdff73;
    cursor: default
}

.consent-datasale {
    margin-bottom: 16px
}

.consent-datasale__label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #f2fdffbf;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.consent-datasale__label input[type="checkbox"] {
    accent-color: #12FFA6;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.consent-strip__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.consent-btn--accept {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #101010;
    background: #12FFA6;
    border: 2px solid #12FFA6;
    border-radius: 2px;
    padding: 8px 32px;
    cursor: pointer;
    min-height: 44px;
    transition: background .65s cubic-bezier(0.22, 1, 0.36, 1), color .65s cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: .04em;
    text-transform: uppercase
}

.consent-btn--accept:hover {
    background: #F2FDFF;
    border-color: #F2FDFF
}

.consent-btn--accept:focus-visible {
    outline: 2px solid #F2FDFF;
    outline-offset: 2px
}

.consent-btn--reject {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #f2fdffbf;
    background: transparent;
    border: 2px solid #f2fdff4d;
    border-radius: 2px;
    padding: 8px 32px;
    cursor: pointer;
    min-height: 44px;
    transition: border-color .65s cubic-bezier(0.22, 1, 0.36, 1), color .65s cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: .04em;
    text-transform: uppercase
}

.consent-btn--reject:hover {
    border-color: #f2fdffb3;
    color: #F2FDFF
}

.consent-btn--reject:focus-visible {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

@media (max-width: 1024px) {
    .hdr-plate__inner {
        padding: 32px;
        gap: 32px
    }

    .ftr-plate__inner {
        padding: 64px 32px 32px
    }
}

@media (max-width: 768px) {
    .hdr-plate__inner {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 32px 16px
    }

    .hdr-nav-deck {
        justify-content: flex-start
    }

    .hdr-menu {
        justify-content: flex-start
    }

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

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

    .ftr-plate__inner {
        padding: 32px 16px
    }
}

@media (max-width: 640px) {
    .hdr-plate__inner {
        padding: 16px
    }

    .brand-block__name {
        font-size: 20px
    }

    .consent-strip {
        width: 95%;
        padding: 16px;
        top: 16px
    }

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

    .consent-btn--accept,
    .consent-btn--reject {
        text-align: center
    }
}

.terms-content {
    max-width: 1366px;
    margin: 0 auto;
    padding: 64px 32px;
    color: #F2FDFF;
    background: #101010;
    min-height: 100vh
}

.terms-content h1 {
    font-size: 50px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #F2FDFF;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #12FFA6
}

.terms-content h2 {
    font-size: 36px;
    line-height: 1.15;
    color: #F2FDFF;
    margin-top: 64px;
    margin-bottom: 16px
}

.terms-content h3 {
    font-size: 26px;
    line-height: 1.4;
    color: #12FFA6;
    margin-top: 32px;
    margin-bottom: 16px
}

.terms-content h4 {
    font-size: 20px;
    line-height: 1.4;
    color: #F2FDFF;
    margin-top: 32px;
    margin-bottom: 8px
}

.terms-content h5 {
    font-size: 17px;
    line-height: 1.4;
    color: #F2FDFF;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.terms-content h6 {
    font-size: 15px;
    line-height: 1.4;
    color: #12FFA6;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.terms-content p {
    font-size: 17px;
    line-height: 1.85;
    color: #F2FDFF;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.terms-content ul {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px;
    list-style: none
}

.terms-content ol {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px;
    list-style: none;
    counter-reset: policy-counter
}

.terms-content ul li {
    font-size: 17px;
    line-height: 1.85;
    color: #F2FDFF;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
    max-width: 72ch
}

.terms-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #12FFA6;
    transform: rotate(45deg)
}

.terms-content ol li {
    font-size: 17px;
    line-height: 1.85;
    color: #F2FDFF;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
    counter-increment: policy-counter;
    max-width: 72ch
}

.terms-content ol li::before {
    content: counter(policy-counter) ".";
    position: absolute;
    left: -24px;
    top: 0;
    color: #12FFA6;
    font-size: 15px;
    line-height: 1.85;
    min-width: 24px;
    text-align: right
}

.terms-content ul ul,
.terms-content ol ol,
.terms-content ul ol,
.terms-content ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 32px
}

.terms-content strong,
.terms-content b {
    color: #12FFA6;
    font-weight: 700
}

.terms-content em,
.terms-content i {
    color: #F2FDFF;
    font-style: italic;
    opacity: .85
}

.terms-content hr {
    border: none;
    border-top: 1px solid #12ffa62e;
    margin-top: 64px;
    margin-bottom: 64px
}

.terms-content div {
    margin-bottom: 16px
}

@media (max-width: 1024px) {
    .terms-content {
        padding: 64px 32px
    }

    .terms-content h1 {
        font-size: 36px
    }

    .terms-content h2 {
        font-size: 26px
    }
}

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

    .terms-content h1 {
        font-size: 26px;
        margin-bottom: 16px
    }

    .terms-content h2 {
        font-size: 20px;
        margin-top: 32px
    }

    .terms-content h3 {
        font-size: 17px
    }

    .terms-content h4,
    .terms-content h5,
    .terms-content h6 {
        font-size: 15px
    }

    .terms-content p,
    .terms-content ul li,
    .terms-content ol li {
        font-size: 15px;
        line-height: 1.65
    }

    .terms-content hr {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media (max-width: 640px) {
    .terms-content {
        padding: 32px 16px
    }

    .terms-content ul,
    .terms-content ol {
        padding-left: 16px
    }

    .terms-content p,
    .terms-content ul li,
    .terms-content ol li {
        max-width: 100%
    }
}

.pdet {
    background: #101010;
    color: #F2FDFF;
    overflow-x: clip;
    position: relative
}

.pdet .art-strip {
    width: 100%;
    background: linear-gradient(135deg, #101010 0%, #0d2e20 50%, #12FFA6 100%);
    padding: 64px 32px 32px;
    position: relative
}

.pdet .art-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #12FFA6, #F2FDFF, #12FFA6)
}

.pdet .art-strip-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px
}

.pdet .art-img-wrap {
    flex: 0 0 420px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.pdet .art-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 2px
}

.pdet .art-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #101010 0%, transparent 100%);
    pointer-events: none
}

.pdet .art-head {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.pdet .art-label {
    font-size: 15px;
    color: #12FFA6;
    text-transform: uppercase;
    letter-spacing: .12em;
    line-height: 1.15
}

.pdet .art-h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    color: #F2FDFF;
    margin: 0
}

.pdet .art-meta {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap
}

.pdet .art-meta-item {
    font-size: 15px;
    color: #F2FDFF;
    opacity: .6;
    line-height: 1.4
}

.pdet .art-meta-item span {
    color: #12FFA6;
    opacity: 1
}

.pdet .body-seg {
    max-width: 1366px;
    margin: 0 auto;
    padding: 64px 32px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 64px;
    align-items: start
}

.pdet .body-text {
    min-width: 0
}

.pdet .body-text p:first-of-type::first-letter {
    font-size: 68px;
    font-weight: 700;
    line-height: .85;
    float: left;
    margin-right: 8px;
    color: #12FFA6;
    padding-top: 8px
}

.pdet .body-text p {
    font-size: 17px;
    line-height: 1.65;
    color: #F2FDFF;
    margin-bottom: 16px
}

.pdet .body-text h2 {
    font-size: 26px;
    font-weight: 700;
    color: #12FFA6;
    line-height: 1.4;
    margin: 32px 0 16px
}

.pdet .body-text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #F2FDFF;
    line-height: 1.4;
    margin: 32px 0 16px
}

.pdet .body-text ins {
    text-decoration: none;
    background: #12ffa61f;
    color: #12FFA6;
    padding: 2px 8px;
    border-radius: 2px
}

.pdet .body-text ol {
    padding-left: 32px;
    margin-bottom: 16px
}

.pdet .body-text li {
    font-size: 17px;
    line-height: 1.65;
    color: #F2FDFF;
    margin-bottom: 8px;
    padding-left: 8px
}

.pdet .body-text li::marker {
    color: #12FFA6;
    font-weight: 700;
    font-size: 20px
}

.pdet .body-text table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 15px
}

.pdet .body-text thead th {
    background: #12FFA6;
    color: #101010;
    padding: 16px;
    text-align: left;
    font-weight: 700;
    font-size: 15px
}

.pdet .body-text td {
    padding: 16px;
    color: #F2FDFF;
    border-bottom: 1px solid #f2fdff14
}

.pdet .body-text tfoot td {
    background: #12ffa60f;
    color: #12FFA6;
    font-weight: 700
}

.pdet .body-text blockquote {
    margin: 32px 0;
    padding: 32px;
    background: #12ffa60d;
    border-radius: 2px;
    position: relative
}

.pdet .body-text blockquote::before {
    content: '\201C';
    font-size: 68px;
    color: #12FFA6;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 16px;
    opacity: .4
}

.pdet .body-text blockquote p {
    font-size: 20px;
    line-height: 1.65;
    font-style: italic;
    color: #F2FDFF;
    margin: 0 0 8px;
    padding-left: 32px
}

.pdet .body-text cite {
    font-size: 15px;
    color: #12FFA6;
    font-style: normal;
    padding-left: 32px
}

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

.pdet .react-card {
    background: #f2fdff0a;
    border-radius: 30px;
    padding: 32px;
    box-shadow: 2px 5px 20px -1px #12ffa617
}

.pdet .react-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #F2FDFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 0 16px;
    line-height: 1.15
}

.pdet .react-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.pdet .react-opt {
    position: relative;
    flex: 1;
    min-width: 60px
}

.pdet .react-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.pdet .react-opt label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 8px;
    border-radius: 30px;
    border: 1px solid #f2fdff1f;
    cursor: pointer;
    transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
    background: transparent
}

.pdet .react-opt label:hover {
    background: #12ffa614;
    border-color: #12ffa64d
}

.pdet .react-opt input[type="radio"]:checked+label {
    background: #12ffa62e;
    border-color: #12FFA6
}

.pdet .react-emoji {
    font-size: 26px;
    line-height: 1
}

.pdet .react-lbl {
    font-size: 15px;
    color: #F2FDFF;
    opacity: .7;
    line-height: 1.15;
    text-align: center
}

.pdet .poll-card {
    background: #12ffa60a;
    border-radius: 30px;
    padding: 32px;
    box-shadow: 2px 3px 3px -1px #12ffa614
}

.pdet .poll-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #F2FDFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 0 16px;
    line-height: 1.15
}

.pdet .poll-q {
    font-size: 17px;
    color: #F2FDFF;
    line-height: 1.65;
    margin-bottom: 16px
}

.pdet .poll-opts {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pdet .poll-opt {
    position: relative
}

.pdet .poll-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.pdet .poll-opt label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 2px;
    border: 1px solid #f2fdff1f;
    cursor: pointer;
    font-size: 17px;
    color: #F2FDFF;
    line-height: 1.4;
    transition: background .7s cubic-bezier(0.22, 1, 0.36, 1), border-color .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.pdet .poll-opt label::before {
    content: '';
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    border: 2px solid #12ffa666;
    display: block;
    transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.pdet .poll-opt label:hover {
    background: #12ffa612;
    border-color: #12ffa640
}

.pdet .poll-opt input[type="radio"]:checked+label {
    background: #12ffa624;
    border-color: #12FFA6;
    color: #12FFA6
}

.pdet .poll-opt input[type="radio"]:checked+label::before {
    background: #12FFA6;
    border-color: #12FFA6
}

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

.pdet .stat-pill {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 46px;
    background: #f2fdff0d;
    font-size: 15px;
    color: #F2FDFF;
    line-height: 1.15
}

.pdet .stat-pill svg {
    width: 16px;
    height: 16px;
    fill: #12FFA6;
    flex-shrink: 0
}

.pdet .stat-val {
    color: #12FFA6;
    font-weight: 700
}

.pdet .curve-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 32px
}

.pdet .curve-div svg {
    display: block;
    width: 100%
}

.pdet .accent-seg {
    background: #F2FDFF;
    padding: 64px 32px;
    position: relative
}

.pdet .accent-seg-inner {
    max-width: 1366px;
    margin: 0 auto;
    text-align: center
}

.pdet .accent-seg h2 {
    font-size: 36px;
    font-weight: 700;
    color: #101010;
    line-height: 1.15;
    margin: 0 0 16px
}

.pdet .accent-seg p {
    font-size: 17px;
    color: #101010;
    line-height: 1.65;
    max-width: 680px;
    margin: 0 auto 32px
}

.pdet .accent-seg a.go-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #101010;
    color: #F2FDFF;
    font-size: 17px;
    font-weight: 700;
    border-radius: 2px;
    text-decoration: none;
    transition: background .65s cubic-bezier(0.22, 1, 0.36, 1), color .65s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 2px 5px 20px -1px #10101017
}

.pdet .accent-seg a.go-btn:hover {
    background: linear-gradient(155deg, #101010 0%, #0d2e20 60%, #12FFA6 100%);
    color: #F2FDFF
}

.pdet .accent-seg a.go-btn:focus {
    outline: 2px solid #12FFA6;
    outline-offset: 4px
}

.pdet .big-punct {
    font-size: 68px;
    color: #12FFA6;
    opacity: .15;
    line-height: 1;
    position: absolute;
    right: 64px;
    bottom: 16px;
    font-weight: 700;
    pointer-events: none;
    user-select: none
}

@keyframes spotlight {
    0% {
        background-position: 20% 40%
    }

    50% {
        background-position: 80% 60%
    }

    100% {
        background-position: 20% 40%
    }
}

.pdet .art-strip {
    background-size: 200% 200%;
    animation: spotlight 12s ease-in-out infinite
}

@media (max-width: 1024px) {
    .pdet .body-seg {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .pdet .sidebar {
        position: static
    }

    .pdet .art-strip-inner {
        flex-direction: column;
        gap: 32px
    }

    .pdet .art-img-wrap {
        flex: 0 0 auto;
        width: 100%
    }

    .pdet .art-h1 {
        font-size: 36px
    }
}

@media (max-width: 768px) {
    .pdet .art-strip {
        padding: 32px 16px
    }

    .pdet .body-seg {
        padding: 32px 16px
    }

    .pdet .art-h1 {
        font-size: 26px
    }

    .pdet .accent-seg {
        padding: 32px 16px
    }

    .pdet .react-row {
        gap: 8px
    }
}

@media (max-width: 640px) {
    .pdet .art-meta {
        gap: 16px
    }

    .pdet .stats-row {
        flex-wrap: wrap
    }

    .pdet .body-text p:first-of-type::first-letter {
        font-size: 50px
    }
}

input[type="radio"]:focus+label,
input[type="checkbox"]:focus+label {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

.spt-pg {
    background: #101010;
    color: #F2FDFF;
    overflow-x: clip;
    position: relative
}

.spt-pg .divider--dbl {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 0
}

.spt-pg .divider--dbl span {
    display: block;
    height: 1px;
    background: #12FFA6;
    opacity: .22
}

.spt-pg .divider--dbl span:last-child {
    opacity: .07
}

.spt-pg .abbr-anchor {
    position: absolute;
    font-size: 68px;
    font-weight: 900;
    color: #12FFA6;
    opacity: .04;
    letter-spacing: .08em;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
    line-height: 1.15;
    z-index: 0
}

.spt-pg .ltr-drop {
    display: inline-block;
    overflow: visible
}

.spt-pg .ltr-drop .ltr {
    display: inline-block;
    opacity: 0;
    transform: translateY(-32px);
    animation: ltr-fall .65s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.spt-pg .ltr-drop .ltr:nth-child(1) {
    animation-delay: .05s
}

.spt-pg .ltr-drop .ltr:nth-child(2) {
    animation-delay: .1s
}

.spt-pg .ltr-drop .ltr:nth-child(3) {
    animation-delay: .15s
}

.spt-pg .ltr-drop .ltr:nth-child(4) {
    animation-delay: .2s
}

.spt-pg .ltr-drop .ltr:nth-child(5) {
    animation-delay: .25s
}

.spt-pg .ltr-drop .ltr:nth-child(6) {
    animation-delay: .3s
}

.spt-pg .ltr-drop .ltr:nth-child(7) {
    animation-delay: .35s
}

.spt-pg .ltr-drop .ltr:nth-child(8) {
    animation-delay: .4s
}

.spt-pg .ltr-drop .ltr:nth-child(9) {
    animation-delay: .45s
}

.spt-pg .ltr-drop .ltr:nth-child(10) {
    animation-delay: .5s
}

.spt-pg .ltr-drop .ltr:nth-child(11) {
    animation-delay: .55s
}

.spt-pg .ltr-drop .ltr:nth-child(12) {
    animation-delay: .6s
}

.spt-pg .ltr-drop .ltr:nth-child(13) {
    animation-delay: .65s
}

.spt-pg .ltr-drop .ltr:nth-child(14) {
    animation-delay: .7s
}

.spt-pg .ltr-drop .ltr:nth-child(15) {
    animation-delay: .75s
}

.spt-pg .ltr-drop .ltr:nth-child(16) {
    animation-delay: .8s
}

.spt-pg .ltr-drop .ltr:nth-child(17) {
    animation-delay: .85s
}

.spt-pg .ltr-drop .ltr:nth-child(18) {
    animation-delay: .9s
}

@keyframes ltr-fall {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.spt-pg .shake-el {
    animation: gentle-shake 6s ease-in-out 2s infinite
}

@keyframes gentle-shake {

    0%,
    88%,
    100% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(-4px)
    }

    93% {
        transform: translateX(4px)
    }

    96% {
        transform: translateX(-3px)
    }

    98% {
        transform: translateX(2px)
    }
}

.spt-pg .mark-hl {
    background: linear-gradient(135deg, #12FFA6 0%, #0dcf88 60%, #12FFA6 100%);
    color: #101010;
    padding: 2px 8px;
    border-radius: 2px;
    display: inline
}

.spt-pg .geo-shape {
    position: absolute;
    pointer-events: none;
    user-select: none
}

.spt-pg .pg-limit {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.spt-pg .blk-one {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(160deg, #101010 0%, #0a1f18 55%, #101010 100%)
}

.spt-pg .blk-one__geo-a {
    width: 220px;
    height: 220px;
    border: 1px solid #12FFA6;
    border-radius: 46px;
    opacity: .07;
    top: 32px;
    right: 64px;
    transform: rotate(22deg)
}

.spt-pg .blk-one__geo-b {
    width: 100px;
    height: 100px;
    border: 1px solid #F2FDFF;
    border-radius: 30px;
    opacity: .05;
    bottom: 64px;
    left: 32px;
    transform: rotate(-15deg)
}

.spt-pg .blk-one__inner {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: stretch;
    position: relative;
    z-index: 1
}

.spt-pg .blk-one__txt {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-right: 32px
}

.spt-pg .blk-one__side {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.spt-pg .blk-one__pre {
    font-size: 15px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #12FFA6;
    line-height: 1.4;
    font-weight: 600
}

.spt-pg .blk-one__h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    color: #F2FDFF;
    margin: 0
}

.spt-pg .blk-one__desc {
    font-size: 17px;
    line-height: 1.65;
    color: #b8d8e0;
    max-width: 560px
}

.spt-pg .blk-one__desc p {
    margin: 0 0 16px
}

.spt-pg .blk-one__desc p:last-child {
    margin-bottom: 0
}

.spt-pg .blk-one__desc p:first-child::first-letter {
    font-size: 36px;
    font-weight: 800;
    color: #12FFA6;
    float: left;
    line-height: 1;
    margin-right: 8px;
    margin-top: 4px
}

.spt-pg .blk-one__img-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4/3;
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.spt-pg .blk-one__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.spt-pg .blk-one__img-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #101010b8 0%, transparent 50%);
    pointer-events: none
}

.spt-pg .blk-one__stat-row {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spt-pg .stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #12ffa60d;
    border-radius: 2px;
    border-top: 1px solid #12ffa626;
    transition: background .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.spt-pg .stat-item:hover {
    background: #12ffa61a
}

.spt-pg .stat-item__num {
    font-size: 36px;
    font-weight: 900;
    color: #12FFA6;
    line-height: 1.15;
    flex: 0 0 auto
}

.spt-pg .stat-item__lbl {
    font-size: 15px;
    color: #b8d8e0;
    line-height: 1.4
}

.spt-pg .blk-one__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #12FFA6 0%, #0dcf88 100%);
    color: #101010;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    transition: background .7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s ease-in-out;
    box-shadow: 2px 5px 20px -1px #12ffa617
}

.spt-pg .blk-one__cta:hover {
    background: linear-gradient(225deg, #12FFA6 0%, #0dcf88 100%);
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.spt-pg .blk-one__cta:focus {
    outline: 2px solid #12FFA6;
    outline-offset: 4px
}

.spt-pg .blk-two {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    background: #0d1a14
}

.spt-pg .blk-two__abbr {
    top: 32px;
    left: 50%;
    transform: translateX(-50%)
}

.spt-pg .blk-two__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.spt-pg .blk-two__top {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spt-pg .blk-two__pre {
    font-size: 15px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #12FFA6;
    font-weight: 600
}

.spt-pg .blk-two__h2 {
    font-size: 36px;
    font-weight: 300;
    color: #F2FDFF;
    line-height: 1.4;
    margin: 0
}

.spt-pg .blk-two__h2 strong {
    font-weight: 800
}

.spt-pg .blk-two__sub {
    font-size: 17px;
    line-height: 1.65;
    color: #b8d8e0;
    max-width: 640px;
    margin: 0 auto
}

.spt-pg .timeline-row {
    display: flex;
    flex-direction: row;
    gap: 0;
    position: relative;
    align-items: flex-start
}

.spt-pg .timeline-row::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #12FFA6 20%, #12FFA6 80%, transparent 100%);
    opacity: .25
}

.spt-pg .tl-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 16px
}

.spt-pg .tl-item__dot {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: #101010;
    border: 2px solid #12FFA6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    transition: background .65s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .7s ease-in-out
}

.spt-pg .tl-item:hover .tl-item__dot {
    background: #12FFA6;
    box-shadow: 2px 5px 20px -1px #12ffa617
}

.spt-pg .tl-item__dot-num {
    font-size: 15px;
    font-weight: 800;
    color: #12FFA6;
    line-height: 1;
    transition: color .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.spt-pg .tl-item:hover .tl-item__dot-num {
    color: #101010
}

.spt-pg .tl-item__card {
    background: #f2fdff08;
    border-radius: 2px;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 2px solid #12ffa62e;
    transition: background .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.spt-pg .tl-item:hover .tl-item__card {
    background: #12ffa60f
}

.spt-pg .tl-item__yr {
    font-size: 15px;
    font-weight: 700;
    color: #12FFA6;
    letter-spacing: .08em
}

.spt-pg .tl-item__h {
    font-size: 17px;
    font-weight: 700;
    color: #F2FDFF;
    line-height: 1.4;
    margin: 0
}

.spt-pg .tl-item__p {
    font-size: 15px;
    color: #b8d8e0;
    line-height: 1.65;
    margin: 0
}

.spt-pg .blk-two__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.spt-pg .err-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    border-radius: 2px;
    position: relative
}

.spt-pg .err-card--a {
    background: #12ffa60d
}

.spt-pg .err-card--b {
    background: #f2fdff08
}

.spt-pg .err-card--c {
    background: #12ffa608;
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px
}

.spt-pg .err-card__num {
    font-size: 68px;
    font-weight: 900;
    color: #12FFA6;
    opacity: .15;
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 16px;
    pointer-events: none
}

.spt-pg .err-card__h {
    font-size: 20px;
    font-weight: 700;
    color: #F2FDFF;
    line-height: 1.4;
    margin: 0
}

.spt-pg .err-card__p {
    font-size: 15px;
    color: #b8d8e0;
    line-height: 1.65;
    margin: 0
}

.spt-pg .err-card__label {
    font-size: 15px;
    font-weight: 600;
    color: #12FFA6;
    letter-spacing: .06em;
    text-transform: uppercase
}

.spt-pg .err-card__img {
    flex: 0 0 260px;
    border-radius: 30px;
    overflow: hidden;
    height: 180px
}

.spt-pg .err-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.spt-pg .err-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 0
}

.spt-pg .err-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spt-pg .err-list li {
    font-size: 15px;
    color: #b8d8e0;
    line-height: 1.65;
    padding-left: 24px;
    position: relative
}

.spt-pg .err-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #12FFA6;
    border-radius: 30px
}

.spt-pg .blk-two__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 32px;
    background: linear-gradient(135deg, #12ffa614 0%, #12ffa608 100%);
    border-radius: 30px;
    box-shadow: 2px 3px 3px -1px #12ffa614
}

.spt-pg .blk-two__contact-txt {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spt-pg .blk-two__contact-h {
    font-size: 26px;
    font-weight: 800;
    color: #F2FDFF;
    margin: 0;
    line-height: 1.4
}

.spt-pg .blk-two__contact-p {
    font-size: 17px;
    color: #b8d8e0;
    line-height: 1.65;
    margin: 0
}

.spt-pg .contact-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 0 auto
}

.spt-pg .c-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .06em;
    transition: background .65s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .7s ease-in-out
}

.spt-pg .c-link--primary {
    background: linear-gradient(135deg, #12FFA6 0%, #0dcf88 100%);
    color: #101010;
    box-shadow: 2px 5px 20px -1px #12ffa617
}

.spt-pg .c-link--primary:hover {
    background: linear-gradient(225deg, #12FFA6 0%, #0dcf88 100%);
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.spt-pg .c-link--secondary {
    background: transparent;
    color: #12FFA6;
    border: 1px solid #12ffa659
}

.spt-pg .c-link--secondary:hover {
    background: #12ffa614
}

.spt-pg .c-link:focus {
    outline: 2px solid #12FFA6;
    outline-offset: 4px
}

.spt-pg .leaf-pat {
    position: absolute;
    pointer-events: none;
    user-select: none;
    inset: 0;
    overflow: hidden
}

.spt-pg .leaf-pat svg {
    position: absolute;
    opacity: .04
}

@media (max-width: 1024px) {
    .spt-pg .blk-one__inner {
        flex-direction: column;
        gap: 32px
    }

    .spt-pg .blk-one__txt {
        padding-right: 0
    }

    .spt-pg .blk-one__side {
        flex: 0 0 auto;
        width: 100%
    }

    .spt-pg .blk-one__h1 {
        font-size: 36px
    }

    .spt-pg .timeline-row {
        flex-direction: column;
        gap: 32px
    }

    .spt-pg .timeline-row::before {
        display: none
    }

    .spt-pg .tl-item {
        flex-direction: row;
        align-items: flex-start;
        padding: 0
    }

    .spt-pg .tl-item__card {
        flex: 1 1 0
    }

    .spt-pg .blk-two__grid {
        grid-template-columns: 1fr
    }

    .spt-pg .err-card--c {
        flex-direction: column;
        grid-column: auto
    }

    .spt-pg .err-card__img {
        flex: 0 0 auto;
        width: 100%;
        height: 200px
    }

    .spt-pg .blk-two__contact {
        flex-direction: column;
        align-items: flex-start
    }

    .spt-pg .contact-links {
        width: 100%
    }

    .spt-pg .c-link {
        justify-content: center
    }
}

@media (max-width: 768px) {
    .spt-pg .blk-one {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .spt-pg .blk-two {
        padding-top: 64px;
        padding-bottom: 64px
    }

    .spt-pg .blk-one__h1 {
        font-size: 26px
    }

    .spt-pg .pg-limit {
        padding-left: 16px;
        padding-right: 16px
    }

    .spt-pg .blk-two__h2 {
        font-size: 26px
    }

    .spt-pg .blk-two__inner {
        gap: 32px
    }
}

@media (max-width: 640px) {

    .spt-pg .blk-one__geo-a,
    .spt-pg .blk-one__geo-b {
        display: none
    }

    .spt-pg .err-card {
        padding: 16px
    }

    .spt-pg .blk-two__contact {
        padding: 16px;
        gap: 16px
    }
}

.ctus {
    background: #101010;
    color: #F2FDFF;
    overflow-x: clip;
    position: relative
}

.ctus .pg-schema {
    display: none
}

.ctus .geo-bg {
    position: absolute;
    top: 64px;
    right: -96px;
    width: 420px;
    height: 420px;
    border: 1px solid #12ffa612;
    border-radius: 46px;
    animation: ctus-rotate 28s linear infinite;
    pointer-events: none;
    z-index: 0
}

.ctus .geo-bg--inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    border: 1px solid #12ffa60d;
    border-radius: 46px
}

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

    to {
        transform: rotate(360deg)
    }
}

.ctus .divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #12FFA6 40%, #F2FDFF 60%, transparent 100%);
    border: none;
    margin: 0;
    opacity: .18
}

.ctus .reach-blk {
    position: relative;
    z-index: 1;
    padding: 96px 64px;
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.ctus .reach-blk__label {
    font-size: 15px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #12FFA6;
    margin-bottom: 16px;
    display: block
}

.ctus .reach-blk__heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    color: #F2FDFF;
    margin: 0 0 32px
}

.ctus .reach-blk__heading em {
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: #12FFA6;
    text-underline-offset: 6px
}

.ctus .reach-blk__body {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffb8;
    margin: 0 0 32px
}

.ctus .reach-blk__body::first-letter {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    float: left;
    margin-right: 8px;
    color: #12FFA6
}

.ctus .reach-blk__dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin-top: 32px
}

.ctus .reach-blk__dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #12FFA6;
    opacity: .9
}

.ctus .reach-blk__dot--sm {
    width: 5px;
    height: 5px;
    opacity: .4
}

.ctus .reach-blk__dot--xs {
    width: 3px;
    height: 3px;
    opacity: .2
}

.ctus .reach-blk__img-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.ctus .reach-blk__img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(0.45) brightness(0.88);
    transition: filter 650ms cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .reach-blk__img-wrap:hover img {
    filter: saturate(1) brightness(0.95)
}

.ctus .reach-blk__leak {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(ellipse at 0% 0%, #12ffa647 0%, #12ffa60f 50%, transparent 80%);
    border-radius: 30px 0 0 0;
    pointer-events: none
}

.ctus .contact-strip {
    background: linear-gradient(158deg, #12FFA6 0%, #101010 55%, #F2FDFF 100%);
    padding: 64px;
    position: relative;
    z-index: 1
}

.ctus .contact-strip__inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: stretch;
    justify-content: space-between
}

.ctus .contact-strip__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    background: #101010d1;
    border-radius: 30px;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    transition: box-shadow 700ms cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .contact-strip__item:hover {
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.ctus .contact-strip__ico {
    width: 36px;
    height: 36px;
    margin-bottom: 8px
}

.ctus .contact-strip__ico svg {
    width: 36px;
    height: 36px
}

.ctus .contact-strip__lbl {
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #12FFA6
}

.ctus .contact-strip__val {
    font-size: 17px;
    line-height: 1.4;
    color: #F2FDFF;
    font-weight: 600
}

.ctus .contact-strip__val a {
    color: #F2FDFF;
    text-decoration: none;
    transition: color 600ms cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .contact-strip__val a:hover {
    color: #12FFA6
}

.ctus .contact-strip__sub {
    font-size: 15px;
    color: #f2fdff80;
    line-height: 1.4
}

.ctus .icon-path {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding: 0 64px;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.ctus .icon-path__node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.ctus .icon-path__circle {
    width: 48px;
    height: 48px;
    border-radius: 46px;
    background: #12ffa61a;
    border: 1px solid #12ffa64d;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus .icon-path__circle svg {
    width: 22px;
    height: 22px
}

.ctus .icon-path__txt {
    font-size: 15px;
    color: #f2fdff8c;
    text-align: center;
    letter-spacing: .06em
}

.ctus .icon-path__dash {
    flex: 1;
    border-top: 2px dashed #12ffa638;
    margin-bottom: 24px
}

.ctus .form-blk {
    position: relative;
    z-index: 1;
    max-width: 1366px;
    margin: 0 auto;
    padding: 96px 64px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start
}

.ctus .form-blk__aside {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus .form-blk__aside-head {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    color: #F2FDFF;
    margin: 0
}

.ctus .form-blk__aside-sub {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffa6;
    margin: 0
}

.ctus .form-blk__aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus .form-blk__aside-list li {
    font-size: 17px;
    line-height: 1.4;
    color: #f2fdffbf;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.ctus .form-blk__aside-list li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 2px;
    background: #12FFA6;
    margin-top: 5px
}

.ctus .form-blk__form {
    background: #f2fdff08;
    border-radius: 30px;
    padding: 64px;
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    display: flex;
    flex-direction: column;
    gap: 32px
}

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

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

.ctus .frm__field--full {
    grid-column: 1 / -1
}

.ctus .frm__label {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #f2fdff8c
}

.ctus .frm__input {
    background: #f2fdff0d !important;
    border: 1px solid #12ffa62e !important;
    border-radius: 2px;
    color: #F2FDFF;
    font-size: 17px;
    padding: 16px;
    outline: none;
    box-shadow: inset 0 1px 4px #12ffa60d;
    transition: border-color 650ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 650ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    box-sizing: border-box
}

.ctus .frm__input::placeholder {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .08em;
    color: #f2fdff40
}

.ctus .frm__input:focus {
    border-color: #12ffa68c !important;
    box-shadow: inset 0 1px 8px #12ffa617
}

.ctus .frm__select {
    background: #f2fdff0d !important;
    border: 1px solid #12ffa62e !important;
    border-radius: 2px;
    color: #F2FDFF;
    font-size: 17px;
    padding: 16px;
    outline: none;
    box-shadow: inset 0 1px 4px #12ffa60d;
    transition: border-color 650ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    cursor: pointer
}

.ctus .frm__select:focus {
    border-color: #12ffa68c !important
}

.ctus .frm__select option {
    background: #101010;
    color: #F2FDFF
}

.ctus .frm__radio-grp {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

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

.ctus .frm__radio-opt input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #12ffa659;
    border-radius: 46px;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: border-color 600ms cubic-bezier(0.22, 1, 0.36, 1);
    flex-shrink: 0
}

.ctus .frm__radio-opt input[type="radio"]:checked {
    border-color: #12FFA6;
    background: #12FFA6
}

.ctus .frm__radio-opt input[type="radio"]:focus {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

.ctus .frm__radio-opt span {
    font-size: 17px;
    color: #f2fdffbf
}

.ctus .frm__privacy {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.ctus .frm__privacy input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #12ffa659;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: border-color 600ms cubic-bezier(0.22, 1, 0.36, 1), background 600ms cubic-bezier(0.22, 1, 0.36, 1);
    margin-top: 2px
}

.ctus .frm__privacy input[type="checkbox"]:checked {
    border-color: #12FFA6;
    background: #12FFA6
}

.ctus .frm__privacy input[type="checkbox"]:focus {
    outline: 2px solid #12FFA6;
    outline-offset: 2px
}

.ctus .frm__privacy-txt {
    font-size: 15px;
    line-height: 1.65;
    color: #f2fdff8c
}

.ctus .frm__privacy-txt a {
    color: #12FFA6;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .frm__privacy-txt a:hover {
    opacity: .75
}

.ctus .frm__submit {
    background: #12FFA6;
    color: #101010;
    border: none;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px 64px;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    transition: background 700ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 700ms cubic-bezier(0.22, 1, 0.36, 1)
}

.ctus .frm__submit:hover {
    background: linear-gradient(135deg, #12FFA6 0%, #F2FDFF 100%);
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.ctus .frm__submit:focus {
    outline: 2px solid #F2FDFF;
    outline-offset: 3px
}

.ctus .frm__submit:active {
    background: #0dd98e
}

.ctus .shake-el {
    animation: ctus-shake .7s cubic-bezier(0.22, 1, 0.36, 1) 2.5s both;
    display: inline-block
}

@keyframes ctus-shake {

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

    15% {
        transform: translateX(-6px)
    }

    30% {
        transform: translateX(6px)
    }

    45% {
        transform: translateX(-4px)
    }

    60% {
        transform: translateX(4px)
    }

    75% {
        transform: translateX(-2px)
    }

    90% {
        transform: translateX(2px)
    }
}

@media (max-width: 1024px) {
    .ctus .reach-blk {
        grid-template-columns: 1fr;
        padding: 64px 32px;
        gap: 32px
    }

    .ctus .reach-blk__heading {
        font-size: 36px
    }

    .ctus .contact-strip {
        padding: 64px 32px
    }

    .ctus .contact-strip__inner {
        flex-direction: column;
        gap: 32px
    }

    .ctus .form-blk {
        grid-template-columns: 1fr;
        padding: 64px 32px;
        gap: 32px
    }

    .ctus .form-blk__form {
        padding: 32px
    }

    .ctus .icon-path {
        padding: 0 32px
    }
}

@media (max-width: 768px) {
    .ctus .reach-blk {
        padding: 64px 16px
    }

    .ctus .reach-blk__heading {
        font-size: 26px
    }

    .ctus .frm__row {
        grid-template-columns: 1fr
    }

    .ctus .contact-strip {
        padding: 64px 16px
    }

    .ctus .form-blk {
        padding: 64px 16px
    }

    .ctus .form-blk__form {
        padding: 32px 16px
    }

    .ctus .icon-path {
        padding: 0 16px
    }

    .ctus .geo-bg {
        width: 220px;
        height: 220px;
        right: -64px
    }

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

@media (max-width: 640px) {
    .ctus .reach-blk {
        padding: 64px 16px
    }

    .ctus .frm__submit {
        width: 100%;
        text-align: center
    }

    .ctus .contact-strip__inner {
        gap: 16px
    }

    .ctus .icon-path {
        gap: 8px
    }

    .ctus .icon-path__txt {
        font-size: 15px
    }
}

.pdcast {
    background: #101010;
    color: #F2FDFF;
    position: relative;
    overflow-x: hidden
}

.pdcast .ep-grid {
    max-width: 1366px;
    margin: 0 auto;
    padding: 96px 32px
}

.pdcast .ep-grid__lead {
    margin-bottom: 64px
}

.pdcast .ep-grid__lead h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    color: #F2FDFF;
    margin: 0 0 16px
}

.pdcast .ep-grid__lead h1 span {
    background: linear-gradient(127deg, #12FFA6 0%, #F2FDFF 60%, #12FFA6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.pdcast .ep-grid__lead p {
    font-size: 17px;
    line-height: 1.65;
    color: #a8c8cc;
    max-width: 560px;
    margin: 0
}

.pdcast .ep-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.pdcast .ep-card {
    background: #161d1e;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    transition: box-shadow .7s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    color: inherit
}

.pdcast .ep-card:hover {
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    transform: translateY(-4px)
}

.pdcast .ep-card__img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden
}

.pdcast .ep-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .9s cubic-bezier(0.22, 1, 0.36, 1);
    filter: saturate(0.7) brightness(0.85)
}

.pdcast .ep-card:hover .ep-card__img-wrap img {
    transform: scale(1.04)
}

.pdcast .ep-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #12FFA6;
    color: #101010;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 2px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.pdcast .ep-card__body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

.pdcast .ep-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #F2FDFF;
    margin: 0
}

.pdcast .ep-card__desc {
    font-size: 15px;
    line-height: 1.65;
    color: #8aacb0;
    margin: 0;
    flex: 1
}

.pdcast .ep-card__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
    border-top: 1px solid #f2fdff14
}

.pdcast .ep-card__meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #5a7a80
}

.pdcast .ep-card__meta-item svg {
    flex-shrink: 0
}

.pdcast .ep-card__date {
    margin-left: auto;
    font-size: 15px;
    color: #5a7a80
}

.pdcast .ep-card__link {
    display: inline-block;
    background: #12FFA6;
    color: #101010;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 32px;
    border-radius: 46px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), color .6s cubic-bezier(0.22, 1, 0.36, 1);
    align-self: flex-start
}

.pdcast .ep-card__link:hover {
    background: linear-gradient(200deg, #F2FDFF 0%, #12FFA6 100%);
    color: #101010
}

.pdcast .ep-divider--tri {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.pdcast .ep-divider--tri svg {
    display: block;
    width: 100%
}

.pdcast .intro-strip {
    background: linear-gradient(160deg, #0d1a1c 0%, #101010 55%, #0a1510 100%);
    padding: 96px 32px;
    position: relative
}

.pdcast .intro-strip__inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 64px;
    align-items: center
}

.pdcast .intro-strip__text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    color: #F2FDFF;
    margin: 0 0 16px
}

.pdcast .intro-strip__text p {
    font-size: 17px;
    line-height: 1.65;
    color: #8aacb0;
    margin: 0
}

.pdcast .intro-strip__text p::first-letter {
    font-size: 50px;
    font-weight: 700;
    color: #12FFA6;
    float: left;
    line-height: .85;
    margin-right: 8px;
    margin-top: 4px
}

.pdcast .intro-strip__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.pdcast .intro-strip__icon-big {
    width: 120px;
    height: 120px;
    border-radius: 30px;
    background: linear-gradient(160deg, #12FFA6 0%, #0d6644 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.pdcast .intro-strip__stats {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.pdcast .stat-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pdcast .stat-row__label {
    font-size: 15px;
    color: #5a7a80;
    text-transform: uppercase;
    letter-spacing: .1em
}

.pdcast .stat-row__bar {
    width: 100%;
    height: 6px;
    background: #f2fdff14;
    border-radius: 2px;
    overflow: hidden
}

.pdcast .stat-row__fill {
    height: 100%;
    background: linear-gradient(90deg, #12FFA6 0%, #F2FDFF 100%);
    border-radius: 2px;
    transition: width .9s cubic-bezier(0.22, 1, 0.36, 1)
}

.pdcast .stat-row__val {
    font-size: 20px;
    font-weight: 700;
    color: #12FFA6
}

.pdcast .steps-section {
    padding: 96px 32px;
    background: #101010
}

.pdcast .steps-section__inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.pdcast .steps-section__head h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    color: #F2FDFF;
    margin: 0 0 16px
}

.pdcast .steps-section__head h2 strong {
    font-weight: 700;
    color: #12FFA6
}

.pdcast .steps-section__head p {
    font-size: 17px;
    line-height: 1.65;
    color: #8aacb0;
    margin: 0
}

.pdcast .steps-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.pdcast .steps-list::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #12FFA6 0%, #12ffa61a 100%)
}

.pdcast .steps-list__item {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    padding: 32px 0;
    position: relative
}

.pdcast .steps-list__num {
    width: 42px;
    height: 42px;
    border-radius: 46px;
    background: #12FFA6;
    color: #101010;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 2px 3px 3px -1px #12ffa614
}

.pdcast .steps-list__text h4 {
    font-size: 17px;
    font-weight: 700;
    color: #F2FDFF;
    margin: 0 0 8px;
    line-height: 1.4
}

.pdcast .steps-list__text p {
    font-size: 15px;
    line-height: 1.65;
    color: #8aacb0;
    margin: 0
}

.pdcast .contrast-section {
    position: relative;
    overflow: hidden
}

.pdcast .contrast-section__bg {
    position: absolute;
    inset: 0;
    background-image: url(./image_pool/mysection5copy.jpg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.12) saturate(0.4)
}

.pdcast .contrast-section__inner {
    position: relative;
    z-index: 1;
    max-width: 1366px;
    margin: 0 auto;
    padding: 96px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px
}

.pdcast .contrast-panel {
    padding: 32px;
    border-radius: 30px
}

.pdcast .contrast-panel--before {
    background: #101010d1;
    border: 1px solid #f2fdff1a
}

.pdcast .contrast-panel--after {
    background: #12ffa614;
    border: 1px solid #12ffa640
}

.pdcast .contrast-panel__tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 32px
}

.pdcast .contrast-panel--before .contrast-panel__tag {
    background: #f2fdff14;
    color: #8aacb0
}

.pdcast .contrast-panel--after .contrast-panel__tag {
    background: #12FFA6;
    color: #101010
}

.pdcast .contrast-panel h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 16px
}

.pdcast .contrast-panel--before h3 {
    color: #F2FDFF
}

.pdcast .contrast-panel--after h3 {
    color: #12FFA6
}

.pdcast .contrast-panel p {
    font-size: 17px;
    line-height: 1.65;
    color: #8aacb0;
    margin: 0 0 16px
}

.pdcast .contrast-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.pdcast .contrast-panel ul li {
    font-size: 15px;
    line-height: 1.65;
    color: #8aacb0;
    padding-left: 24px;
    position: relative
}

.pdcast .contrast-panel ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 46px
}

.pdcast .contrast-panel--before ul li::before {
    background: #f2fdff33
}

.pdcast .contrast-panel--after ul li::before {
    background: #12FFA6
}

.pdcast .cta-strip {
    padding: 96px 32px;
    background: linear-gradient(160deg, #0a1510 0%, #101010 50%, #0d1a1c 100%);
    animation: warmcool 8s ease-in-out infinite
}

@keyframes warmcool {
    0% {
        background: linear-gradient(160deg, #0a1510 0%, #101010 50%, #0d1a1c 100%)
    }

    50% {
        background: linear-gradient(160deg, #120d08 0%, #101010 50%, #0d1219 100%)
    }

    100% {
        background: linear-gradient(160deg, #0a1510 0%, #101010 50%, #0d1a1c 100%)
    }
}

.pdcast .cta-strip__inner {
    max-width: 1366px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.pdcast .cta-strip h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    color: #F2FDFF;
    margin: 0;
    max-width: 640px
}

.pdcast .cta-strip p {
    font-size: 17px;
    line-height: 1.65;
    color: #8aacb0;
    max-width: 520px;
    margin: 0
}

.pdcast .cta-strip__btn {
    display: inline-block;
    background: #12FFA6;
    color: #101010;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 64px;
    border-radius: 46px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    transition: background .7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.pdcast .cta-strip__btn:hover {
    background: linear-gradient(200deg, #F2FDFF 0%, #12FFA6 100%);
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.pdcast .char-hover {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0
}

.pdcast .char-hover span {
    display: inline-block;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.pdcast .char-hover:hover span:nth-child(odd) {
    color: #12FFA6
}

.pdcast .char-hover:hover span:nth-child(even) {
    color: #F2FDFF
}

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

    .pdcast .intro-strip__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .pdcast .intro-strip__icon-wrap {
        display: none
    }

    .pdcast .steps-section__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .pdcast .contrast-section__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media (max-width: 768px) {
    .pdcast .ep-grid__lead h1 {
        font-size: 36px
    }

    .pdcast .intro-strip__inner {
        grid-template-columns: 1fr
    }

    .pdcast .intro-strip__text h2 {
        font-size: 26px
    }

    .pdcast .steps-section__head h2 {
        font-size: 26px
    }

    .pdcast .contrast-panel h3 {
        font-size: 20px
    }

    .pdcast .cta-strip h2 {
        font-size: 26px
    }

    .pdcast .ep-grid {
        padding: 64px 16px
    }

    .pdcast .intro-strip {
        padding: 64px 16px
    }

    .pdcast .steps-section {
        padding: 64px 16px
    }

    .pdcast .contrast-section__inner {
        padding: 64px 16px
    }

    .pdcast .cta-strip {
        padding: 64px 16px
    }
}

@media (max-width: 640px) {
    .pdcast .ep-card__body {
        padding: 16px
    }

    .pdcast .ep-grid__lead h1 {
        font-size: 26px
    }

    .pdcast .cta-strip h2 {
        font-size: 20px
    }
}

.abt-pg {
    background: #101010;
    color: #F2FDFF;
    overflow-x: clip;
    position: relative
}

.abt-pg .stripe-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.abt-pg .stripe-bg::before {
    content: '';
    position: absolute;
    inset: -100%;
    background: repeating-linear-gradient(127deg, transparent 0px, transparent 38px, #12ffa608 38px, #12ffa608 40px);
    animation: stripe-move 18s linear infinite
}

@keyframes stripe-move {
    0% {
        transform: translateX(0) translateY(0)
    }

    100% {
        transform: translateX(80px) translateY(80px)
    }
}

.abt-pg .pg-limit {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px
}

.abt-pg .dot-divider {
    border: none;
    border-top: 1px dotted #f2fdff2e;
    margin: 0
}

.abt-pg .titl-blk {
    position: relative;
    z-index: 1;
    padding: 64px 32px;
    text-align: center
}

.abt-pg .titl-blk__deco-band {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #12FFA6, #F2FDFF, #12FFA6, transparent)
}

.abt-pg .titl-blk__img-wrap {
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #12ffa638;
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    margin-bottom: 32px;
    position: relative
}

.abt-pg .titl-blk__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #1010101a 0%, #1010108c 100%);
    pointer-events: none
}

.abt-pg .titl-blk__img {
    display: block;
    width: 340px;
    height: 240px;
    object-fit: cover;
    filter: saturate(0.45) brightness(0.85)
}

.abt-pg .titl-blk__counter-row {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px
}

.abt-pg .titl-blk__year {
    font-size: 15px;
    color: #12FFA6;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 2px solid #12ffa64d;
    border-radius: 2px;
    padding: 8px 16px
}

.abt-pg .titl-blk__h1 {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
    color: #F2FDFF;
    margin: 0 0 16px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

.abt-pg .titl-blk__sub {
    font-size: 20px;
    line-height: 1.65;
    color: #f2fdffa6;
    max-width: 560px;
    margin: 0 auto
}

@media (max-width: 640px) {
    .abt-pg .titl-blk__h1 {
        font-size: 36px
    }

    .abt-pg .titl-blk__img {
        width: 100%;
        height: 180px
    }

    .abt-pg .titl-blk__img-wrap {
        width: 100%
    }
}

.abt-pg .who-sec {
    position: relative;
    z-index: 1;
    background: #131a17;
    padding: 96px 32px
}

.abt-pg .who-sec__inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.abt-pg .who-sec__label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #12FFA6;
    margin-bottom: 16px
}

.abt-pg .who-sec__h2 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #F2FDFF;
    margin: 0 0 32px
}

.abt-pg .who-sec__body {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffbf;
    margin: 0 0 16px
}

.abt-pg .who-sec__body--drop::first-letter {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
    color: #12FFA6
}

.abt-pg .who-sec__vis-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-pg .who-sec__metrics {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.abt-pg .metric-card {
    flex: 1;
    border: 2px solid #12ffa626;
    border-radius: 30px;
    padding: 32px;
    background: #12ffa60a;
    position: relative;
    box-shadow: 2px 5px 20px -1px #12ffa617
}

.abt-pg .metric-card::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid #12ffa612;
    border-radius: 26px;
    pointer-events: none
}

.abt-pg .metric-card__num {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 700;
    color: #12FFA6;
    display: block
}

.abt-pg .metric-card__lbl {
    font-size: 15px;
    color: #f2fdff8c;
    line-height: 1.4;
    margin-top: 8px;
    display: block
}

.abt-pg .who-sec__img-wrap {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    border: 2px solid #12ffa61f
}

.abt-pg .who-sec__img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: saturate(0.5) brightness(0.8)
}

@media (max-width: 1024px) {
    .abt-pg .who-sec__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-pg .who-sec__vis-col {
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media (max-width: 640px) {
    .abt-pg .who-sec {
        padding: 64px 16px
    }

    .abt-pg .who-sec__metrics {
        flex-direction: column
    }
}

.abt-pg .team-sec {
    position: relative;
    z-index: 1;
    padding: 96px 32px;
    background: #101010
}

.abt-pg .team-sec__hd {
    max-width: 1366px;
    margin: 0 auto 64px;
    text-align: center
}

.abt-pg .team-sec__h2 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 300;
    color: #F2FDFF;
    margin: 0 0 16px
}

.abt-pg .team-sec__h2 strong {
    font-weight: 700;
    color: #12FFA6
}

.abt-pg .team-sec__desc {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdff99;
    max-width: 540px;
    margin: 0 auto
}

.abt-pg .team-grid {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.abt-pg .team-card {
    border: 2px solid #f2fdff14;
    border-radius: 46px;
    padding: 32px;
    background: #f2fdff05;
    position: relative;
    transition: border-color .7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-pg .team-card::before {
    content: '';
    position: absolute;
    inset: 5px;
    border: 1px solid #f2fdff0a;
    border-radius: 42px;
    pointer-events: none
}

.abt-pg .team-card:hover {
    border-color: #12ffa673;
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.abt-pg .team-card__img-wrap {
    width: 80px;
    height: 80px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 2px solid #12ffa633
}

.abt-pg .team-card__img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    filter: saturate(0.4) brightness(0.85)
}

.abt-pg .team-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #F2FDFF;
    margin: 0 0 8px
}

.abt-pg .team-card__role {
    font-size: 15px;
    color: #12FFA6;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0 0 16px
}

.abt-pg .team-card__bio {
    font-size: 15px;
    line-height: 1.65;
    color: #f2fdff99;
    margin: 0
}

.abt-pg .team-card--cycle-1 {
    animation: cycle-highlight 9s 0s infinite
}

.abt-pg .team-card--cycle-2 {
    animation: cycle-highlight 9s 3s infinite
}

.abt-pg .team-card--cycle-3 {
    animation: cycle-highlight 9s 6s infinite
}

@keyframes cycle-highlight {

    0%,
    28% {
        border-color: #12ffa680;
        box-shadow: 2px 5px 20px -1px #12ffa617
    }

    33%,
    100% {
        border-color: #f2fdff14;
        box-shadow: none
    }
}

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

@media (max-width: 640px) {
    .abt-pg .team-grid {
        grid-template-columns: 1fr
    }

    .abt-pg .team-sec {
        padding: 64px 16px
    }
}

.abt-pg .appr-sec {
    position: relative;
    z-index: 1;
    padding: 96px 32px;
    background: #0e1612;
    overflow: hidden
}

.abt-pg .appr-sec__wave {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .06
}

.abt-pg .appr-sec__inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    position: relative;
    z-index: 1
}

.abt-pg .appr-sec__label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #12FFA6;
    margin-bottom: 16px
}

.abt-pg .appr-sec__h2 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #F2FDFF;
    margin: 0 0 32px
}

.abt-pg .appr-sec__body {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffb3;
    margin: 0 0 32px
}

.abt-pg .appr-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-pg .appr-list__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffbf
}

.abt-pg .appr-list__bullet {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #12FFA6;
    margin-top: 7px;
    box-shadow: 2px 3px 3px -1px #12ffa614
}

.abt-pg .appr-sec__img-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-pg .appr-img-card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    border: 2px solid #12ffa61f;
    box-shadow: 2px 5px 20px -1px #12ffa617
}

.abt-pg .appr-img-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #1010100d 0%, #12ffa60f 100%);
    pointer-events: none
}

.abt-pg .appr-img-card img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: saturate(0.45) brightness(0.82)
}

.abt-pg .appr-img-card--tall img {
    height: 280px
}

.abt-pg .appr-img-card__cap {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    font-size: 15px;
    color: #F2FDFF;
    z-index: 1;
    line-height: 1.4
}

@media (max-width: 1024px) {
    .abt-pg .appr-sec__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media (max-width: 640px) {
    .abt-pg .appr-sec {
        padding: 64px 16px
    }
}

.abt-pg script {
    display: none
}

.prm {
    background: #101010;
    color: #F2FDFF;
    overflow-x: hidden;
    position: relative
}

.prm * {
    box-sizing: border-box
}

.prm ::selection {
    background: #12FFA6;
    color: #101010
}

.prm .pg-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px
}

.prm .cross-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    overflow: hidden
}

.prm .cross-div__line {
    display: flex;
    gap: 16px;
    flex: 1;
    justify-content: center
}

.prm .cross-div__line span {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    flex-shrink: 0
}

.prm .cross-div__line span::before,
.prm .cross-div__line span::after {
    content: "";
    position: absolute;
    background: #12FFA6;
    opacity: .35
}

.prm .cross-div__line span::before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0
}

.prm .cross-div__line span::after {
    width: 10px;
    height: 2px;
    left: 0;
    top: 4px
}

.prm .ttl {
    padding: 96px 0 64px;
    position: relative
}

.prm .ttl__bg-stripe {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.prm .ttl__bg-stripe::before {
    content: "";
    position: absolute;
    inset: -40% -10%;
    background: repeating-linear-gradient(135deg, transparent, transparent 18px, #12ffa608 18px, #12ffa608 20px)
}

.prm .ttl__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.prm .ttl__text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .ttl__label {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #12FFA6;
    border-top: 2px solid #12FFA6;
    padding-top: 8px
}

.prm .ttl__h1 {
    font-size: 68px;
    line-height: 1.15;
    font-weight: 800;
    color: #F2FDFF;
    margin: 0
}

.prm .ttl__h1 em {
    font-style: normal;
    font-weight: 300;
    color: #12FFA6
}

.prm .ttl__sub {
    font-size: 20px;
    line-height: 1.65;
    color: #f2fdffb8;
    margin: 0
}

.prm .ttl__meta {
    font-size: 15px;
    color: #f2fdff73;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center
}

.prm .ttl__meta strong {
    color: #12FFA6
}

.prm .ttl__img-col {
    position: relative
}

.prm .ttl__img-wrap {
    border-radius: 46px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/4;
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.prm .ttl__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.08) saturate(0.9);
    transition: filter .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .ttl__img-wrap:hover img {
    filter: contrast(1.15) saturate(1.1) brightness(1.05)
}

.prm .ttl__side-accent {
    position: absolute;
    right: -16px;
    top: 32px;
    bottom: 32px;
    width: 2px;
    background: linear-gradient(180deg, transparent, #12FFA6 40%, #F2FDFF 70%, transparent);
    opacity: .4
}

@keyframes prm-reveal {
    from {
        opacity: 0;
        transform: scale(0.96)
    }

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

.prm .ttl__text {
    animation: prm-reveal .9s cubic-bezier(0.22, 1, 0.36, 1) both
}

.prm .ttl__img-col {
    animation: prm-reveal .9s .2s cubic-bezier(0.22, 1, 0.36, 1) both
}

.prm .fit {
    padding: 96px 0;
    background: #0a1a13;
    position: relative
}

.prm .fit__accent-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, #12ffa64d, transparent)
}

.prm .fit__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.prm .fit__head {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .fit__h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 800;
    color: #F2FDFF;
    margin: 0
}

.prm .fit__desc {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffb3;
    margin: 0
}

.prm .fit__desc::first-letter {
    font-size: 50px;
    font-weight: 800;
    color: #12FFA6;
    float: left;
    line-height: .85;
    margin-right: 8px;
    margin-top: 8px
}

.prm .fit__cols {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .fit__col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .fit__col-label {
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #12FFA6;
    font-weight: 700
}

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

.prm .fit__list li {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffc7;
    padding-left: 24px;
    position: relative
}

.prm .fit__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #12FFA6
}

.prm .fit__list--no li::before {
    background: #f2fdff40
}

.prm .offer {
    padding: 64px 0;
    background: #101010
}

.prm .offer__top {
    text-align: center;
    margin-bottom: 64px
}

.prm .offer__h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 300;
    color: #F2FDFF;
    margin: 0 0 16px
}

.prm .offer__h2 strong {
    font-weight: 800;
    color: #12FFA6
}

.prm .offer__lead {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffa6;
    max-width: 560px;
    margin: 0 auto
}

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

.prm .offer__card {
    background: #0d1a14;
    border-radius: 30px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    position: relative;
    overflow: hidden;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .offer__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #12ffa60f 0%, transparent 60%);
    opacity: 0;
    transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

.prm .offer__card:hover {
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.prm .offer__card:hover::after {
    opacity: 1
}

.prm .offer__card-num {
    font-size: 50px;
    font-weight: 800;
    color: #12ffa626;
    line-height: 1.15
}

.prm .offer__card-h3 {
    font-size: 20px;
    font-weight: 700;
    color: #F2FDFF;
    margin: 0;
    line-height: 1.4
}

.prm .offer__card-p {
    font-size: 15px;
    line-height: 1.65;
    color: #f2fdffa6;
    margin: 0
}

.prm .offer__img-row {
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center
}

.prm .offer__img-wrap {
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: 2px 3px 3px -1px #12ffa614
}

.prm .offer__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(3px) saturate(0.7);
    transition: filter .8s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .offer__img-wrap:hover img {
    filter: blur(0px) saturate(1.1)
}

.prm .offer__img-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .offer__img-h4 {
    font-size: 26px;
    font-weight: 800;
    color: #F2FDFF;
    margin: 0;
    line-height: 1.4
}

.prm .offer__img-p {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffad;
    margin: 0
}

.prm .rep {
    padding: 96px 0;
    background: #F2FDFF;
    color: #101010;
    position: relative
}

.prm .rep__accent-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, #10101026, transparent)
}

.prm .rep__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 64px;
    align-items: start
}

.prm .rep__left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .rep__h2 {
    font-size: 36px;
    font-weight: 300;
    color: #101010;
    margin: 0;
    line-height: 1.4
}

.prm .rep__h2 strong {
    font-weight: 800
}

.prm .rep__img-wrap {
    border-radius: 46px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 2px 5px 20px -1px #10101017
}

.prm .rep__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(3px) saturate(0.8);
    transition: filter .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .rep__img-wrap:hover img {
    filter: blur(0px) saturate(1.05)
}

.prm .rep__right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .rep__refs {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .rep__ref {
    background: #101010;
    border-radius: 30px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 2px 3px 3px -1px #12ffa614;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .rep__ref:hover {
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    transform: translateY(-4px)
}

.prm .rep__ref-name {
    font-size: 15px;
    font-weight: 700;
    color: #12FFA6;
    letter-spacing: .08em
}

.prm .rep__ref-role {
    font-size: 15px;
    color: #f2fdff80
}

.prm .rep__ref-q {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffd1;
    margin: 0
}

.prm .rep__rating {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    padding: 32px;
    background: #101010;
    border-radius: 30px
}

.prm .rep__rating-num {
    font-size: 68px;
    font-weight: 800;
    color: #12FFA6;
    line-height: 1.15
}

.prm .rep__rating-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prm .rep__rating-label {
    font-size: 15px;
    color: #f2fdff8c;
    text-transform: uppercase;
    letter-spacing: .12em
}

.prm .rep__rating-bar {
    width: 160px;
    height: 6px;
    background: #f2fdff1f;
    border-radius: 2px;
    overflow: hidden
}

.prm .rep__rating-fill {
    height: 100%;
    width: 90%;
    background: linear-gradient(90deg, #12FFA6, #F2FDFF);
    border-radius: 2px
}

.prm .doubt {
    padding: 96px 0;
    background: #101010
}

.prm .doubt__top {
    margin-bottom: 64px
}

.prm .doubt__h2 {
    font-size: 36px;
    font-weight: 800;
    color: #F2FDFF;
    margin: 0 0 16px;
    line-height: 1.4
}

.prm .doubt__lead {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdff99;
    max-width: 520px;
    margin: 0
}

.prm .doubt__pairs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.prm .doubt__pair {
    background: #0a1a13;
    border-radius: 30px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .doubt__pair:hover {
    transform: translateY(-6px)
}

.prm .doubt__q {
    font-size: 20px;
    font-weight: 700;
    color: #F2FDFF;
    margin: 0;
    line-height: 1.4
}

.prm .doubt__a {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffad;
    margin: 0
}

.prm .doubt__before-after {
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.prm .doubt__step {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .doubt__step--before {
    background: #f2fdff0d
}

.prm .doubt__step--after {
    background: #12FFA6
}

.prm .doubt__step-label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700
}

.prm .doubt__step--before .doubt__step-label {
    color: #f2fdff73
}

.prm .doubt__step--after .doubt__step-label {
    color: #101010
}

.prm .doubt__step-h4 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    line-height: 1.4
}

.prm .doubt__step--before .doubt__step-h4 {
    color: #F2FDFF
}

.prm .doubt__step--after .doubt__step-h4 {
    color: #101010
}

.prm .doubt__step-p {
    font-size: 15px;
    line-height: 1.65;
    margin: 0
}

.prm .doubt__step--before .doubt__step-p {
    color: #f2fdff99
}

.prm .doubt__step--after .doubt__step-p {
    color: #101010bf
}

.prm .team {
    padding: 96px 0;
    background: #0a1a13;
    position: relative
}

.prm .team__accent-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, #12ffa64d, transparent)
}

.prm .team__head {
    text-align: center;
    margin-bottom: 64px
}

.prm .team__h2 {
    font-size: 36px;
    font-weight: 300;
    color: #F2FDFF;
    margin: 0 0 16px;
    line-height: 1.4
}

.prm .team__h2 strong {
    font-weight: 800;
    color: #12FFA6
}

.prm .team__sub {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdff99;
    max-width: 480px;
    margin: 0 auto
}

.prm .team__dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.prm .team__person {
    background: #101010;
    border-radius: 46px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 2px 5px 20px -1px #12ffa617;
    transition: box-shadow .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .team__person:hover {
    box-shadow: 2px 9px 44px -1px #12ffa61c
}

.prm .team__person-img {
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 3/2
}

.prm .team__person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(4px) saturate(0.6);
    transition: filter .8s cubic-bezier(0.22, 1, 0.36, 1)
}

.prm .team__person-img:hover img {
    filter: blur(0px) saturate(1.05)
}

.prm .team__person-info {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .team__person-name {
    font-size: 26px;
    font-weight: 800;
    color: #F2FDFF;
    margin: 0;
    line-height: 1.4
}

.prm .team__person-role {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #12FFA6;
    font-weight: 700
}

.prm .team__person-p {
    font-size: 17px;
    line-height: 1.65;
    color: #f2fdffad;
    margin: 0
}

.prm .team__person-track {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prm .team__track-item {
    font-size: 15px;
    line-height: 1.65;
    color: #f2fdff8c;
    padding-left: 16px;
    position: relative
}

.prm .team__track-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #12FFA6;
    opacity: .6
}

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

    .prm .offer__cards {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {

    .prm .ttl__grid,
    .prm .fit__grid,
    .prm .rep__grid,
    .prm .offer__img-row,
    .prm .doubt__pairs,
    .prm .doubt__before-after,
    .prm .team__dual {
        grid-template-columns: 1fr
    }

    .prm .ttl__h1 {
        font-size: 36px
    }

    .prm .offer__cards {
        grid-template-columns: 1fr
    }

    .prm .rep__rating {
        flex-direction: column;
        align-items: flex-start
    }

    .prm .ttl,
    .prm .fit,
    .prm .rep,
    .prm .doubt,
    .prm .team {
        padding: 64px 0
    }

    .prm .pg-wrap {
        padding: 0 16px
    }
}

@media (max-width: 640px) {
    .prm .ttl__h1 {
        font-size: 26px
    }

    .prm .offer__card-num {
        font-size: 36px
    }

    .prm .rep__rating-num {
        font-size: 50px
    }
}

.success-pg {
    background: #101010;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px
}

.success-pg .success-pg__wrap {
    max-width: 640px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.success-pg .success-pg__icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0
}

.success-pg .success-pg__icon svg {
    width: 100%;
    height: 100%
}

.success-pg .success-pg__card {
    background: #161c1e;
    border-radius: 30px;
    padding: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    width: 100%
}

.success-pg .success-pg__heading {
    font-size: 36px;
    line-height: 1.15;
    color: #F2FDFF;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0
}

.success-pg .success-pg__sub {
    font-size: 17px;
    line-height: 1.65;
    color: #9bb8bf;
    margin: 0;
    max-width: 440px
}

.success-pg .success-pg__divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #12FFA6, #F2FDFF);
    border-radius: 2px;
    margin: 8px 0
}

.success-pg .success-pg__detail {
    font-size: 15px;
    line-height: 1.65;
    color: #6e8f96;
    margin: 0
}

.success-pg .success-pg__detail strong {
    color: #12FFA6;
    font-weight: 600
}

.success-pg .success-pg__actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.success-pg .success-pg__btn--primary {
    display: inline-block;
    background: #12FFA6;
    color: #101010;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    padding: 16px 32px;
    border-radius: 46px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color .65s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .65s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 2px 5px 20px -1px #12ffa617;
    letter-spacing: 0
}

.success-pg .success-pg__btn--primary:hover,
.success-pg .success-pg__btn--primary:focus {
    background: #F2FDFF;
    box-shadow: 2px 9px 44px -1px #12ffa61c;
    outline: none
}

.success-pg .success-pg__btn--primary:active {
    background: #0de08e
}

.success-pg .success-pg__btn--ghost {
    display: inline-block;
    background: transparent;
    color: #F2FDFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.15;
    padding: 16px 32px;
    border-radius: 46px;
    text-decoration: none;
    border: 1.5px solid #2e4a50;
    cursor: pointer;
    transition: border-color .75s cubic-bezier(0.22, 1, 0.36, 1), color .75s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-pg .success-pg__btn--ghost:hover,
.success-pg .success-pg__btn--ghost:focus {
    border-color: #12FFA6;
    color: #12FFA6;
    outline: none
}

.success-pg .success-pg__footer-note {
    font-size: 15px;
    line-height: 1.65;
    color: #3d5c63;
    text-align: center;
    margin: 0
}

.success-pg .success-pg__footer-note a {
    color: #12FFA6;
    text-decoration: none;
    transition: opacity .55s ease-in-out
}

.success-pg .success-pg__footer-note a:hover {
    opacity: .75
}

@media (max-width: 640px) {
    .success-pg {
        padding: 32px 16px
    }

    .success-pg .success-pg__card {
        padding: 32px 16px
    }

    .success-pg .success-pg__heading {
        font-size: 26px
    }

    .success-pg .success-pg__actions {
        flex-direction: column;
        align-items: stretch
    }

    .success-pg .success-pg__btn--primary,
    .success-pg .success-pg__btn--ghost {
        text-align: center
    }
}