body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Roboto Mono', monospace;
    word-break: break-word;
    overflow-wrap: anywhere
}

:focus-visible {
    outline: 2px solid #575984;
    outline-offset: 3px;
    transition: outline-offset .1s ease-out
}

.zrn-hd {
    position: relative;
    background: linear-gradient(135deg, #575984 0%, #3e4165 60%, #2e3050 100%);
    overflow: hidden
}

.zrn-hd-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

.zrn-hd-bg::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -40px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #aeaba012
}

.zrn-hd-bg::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 20%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #f3e5cc0d
}

.zrn-hd-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 24px 52px;
    display: flex;
    align-items: center;
    gap: 52px
}

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

.zrn-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 65px;
    border-radius: 10px;
    background: #ffffff1f;
    box-shadow: 0 2px 6px -2px #5759840f inset 0 1px 0 #ffffff2e 0 0 0 1px #f3e5cc38;
    overflow: hidden
}

.zrn-logo-box img {
    display: block;
    object-fit: contain
}

.zrn-name {
    font-size: 24px;
    font-weight: 700;
    color: #F3E5CC;
    letter-spacing: .02em;
    line-height: 1.2
}

.zrn-nav-area {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.zrn-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
}

.zrn-nav li {
    margin: 0;
    padding: 0
}

.zrn-nav a {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.2;
    color: #f3e5ccd1;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: color .1s ease-out, background .12s ease-out, border-color .1s ease-out
}

.zrn-nav a:hover {
    color: #F3E5CC;
    background: #ffffff17;
    border-color: #f3e5cc2e
}

.zrn-nav a.act {
    color: #F3E5CC;
    background: #f3e5cc21;
    border-color: #f3e5cc47;
    box-shadow: inset 0 1px 0 #ffffff1f
}

.zrn-hd-sub {
    border-top: 1px solid #aeaba02e;
    padding: 0 52px
}

.zrn-hd-sub-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 0
}

.zrn-tagline {
    font-size: 14px;
    color: #f3e5cc8c;
    letter-spacing: .02em;
    line-height: 1.2
}

.zrn-contact-strip {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px
}

.zrn-contact-strip a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #f3e5ccb3;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color .09s ease-out
}

.zrn-contact-strip a:hover {
    color: #F3E5CC
}

.zrn-contact-strip .mdi {
    font-size: 14px;
    opacity: .75
}

.zrn-ft {
    background: #2e3050;
    border-top: 2px solid #57598459
}

.zrn-ft-main {
    max-width: 1366px;
    margin: 0 auto;
    padding: 52px 52px 24px;
    display: flex;
    align-items: flex-start;
    gap: 52px;
    flex-wrap: wrap
}

.zrn-ft-brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 180px
}

.zrn-ft-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 60px;
    border-radius: 10px;
    background: #ffffff14;
    box-shadow: 0 2px 6px -2px #5759840f 0 0 0 1px #f3e5cc2e;
    overflow: hidden
}

.zrn-ft-logo-box img {
    display: block;
    object-fit: contain
}

.zrn-ft-name {
    font-size: 14px;
    font-weight: 700;
    color: #F3E5CC;
    letter-spacing: .02em;
    line-height: 1.2
}

.zrn-ft-desc {
    font-size: 14px;
    color: #aeaba0b3;
    line-height: 1.7;
    letter-spacing: .01em;
    max-width: 220px
}

.zrn-ft-cols {
    flex: 1;
    display: flex;
    gap: 52px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.zrn-ft-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 160px
}

.zrn-ft-col-lbl {
    font-size: 14px;
    font-weight: 700;
    color: #f3e5cc8c;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase
}

.zrn-ft-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.zrn-ft-links a {
    font-size: 14px;
    color: #aeaba0cc;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.7;
    transition: color .09s ease-out
}

.zrn-ft-links a:hover {
    color: #F3E5CC
}

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

.zrn-ft-contacts a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #aeaba0cc;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.7;
    transition: color .09s ease-out
}

.zrn-ft-contacts a:hover {
    color: #F3E5CC
}

.zrn-ft-contacts .mdi {
    font-size: 14px;
    color: #AEABA0;
    flex-shrink: 0
}

.zrn-ft-addr {
    font-size: 14px;
    color: #aeaba099;
    line-height: 1.7;
    letter-spacing: .01em
}

.zrn-ft-bottom {
    border-top: 1px solid #57598440;
    padding: 24px 52px
}

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

.zrn-copy {
    font-size: 14px;
    color: #aeaba073;
    letter-spacing: .01em;
    line-height: 1.2
}

.zrn-ft-legal {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.zrn-ft-legal a {
    font-size: 14px;
    color: #aeaba073;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color .09s ease-out
}

.zrn-ft-legal a:hover {
    color: #f3e5ccb3
}

.ck-pop {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #5759842e;
    box-shadow: 0 12px 44px -2px #57598421;
    padding: 24px;
    z-index: 1200;
    display: none
}

.ck-pop-desc {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    color: #2e3050;
    line-height: 1.7;
    letter-spacing: .01em;
    margin-bottom: 12px
}

.ck-pop-title {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    color: #575984;
    letter-spacing: .01em;
    line-height: 1.2;
    margin-bottom: 12px
}

.ck-pop-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px
}

.ck-pop-toggle label {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    color: #575984;
    letter-spacing: .01em;
    line-height: 1.2;
    cursor: pointer
}

.ck-pop-toggle input[type="checkbox"] {
    accent-color: #575984;
    width: 16px;
    height: 16px;
    cursor: pointer;
    flex-shrink: 0
}

.ck-pop-btns {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ck-btn-acc,
.ck-btn-dec {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    letter-spacing: .01em;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 0;
    text-align: left;
    text-decoration: underline;
    transition: color .09s ease-out
}

.ck-btn-acc {
    color: #575984;
    font-weight: 700
}

.ck-btn-acc:hover,
.ck-btn-acc:focus-visible {
    color: #3e4165
}

.ck-btn-dec {
    color: #AEABA0;
    font-weight: 400
}

.ck-btn-dec:hover,
.ck-btn-dec:focus-visible {
    color: #575984
}

@media (max-width: 992px) {
    .zrn-hd-inner {
        padding: 24px;
        gap: 24px;
        flex-wrap: wrap
    }

    .zrn-hd-sub {
        padding: 0 24px
    }

    .zrn-contact-strip {
        gap: 12px
    }

    .zrn-ft-main {
        padding: 52px 24px 24px;
        flex-direction: column;
        gap: 24px
    }

    .zrn-ft-cols {
        justify-content: flex-start;
        gap: 24px
    }

    .zrn-ft-bottom {
        padding: 24px
    }
}

@media (max-width: 576px) {
    .zrn-hd-inner {
        padding: 12px;
        gap: 12px
    }

    .zrn-hd-sub {
        padding: 0 12px
    }

    .zrn-nav {
        gap: 6px
    }

    .zrn-nav a {
        padding: 12px;
        font-size: 14px
    }

    .zrn-contact-strip {
        display: none
    }

    .zrn-ft-main {
        padding: 24px 12px
    }

    .zrn-ft-bottom {
        padding: 12px
    }

    .zrn-ft-bottom-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .ck-pop {
        left: 12px;
        right: 12px;
        width: auto;
        bottom: 12px
    }
}

.legal-box-rhwc {
    max-width: 1366px;
    margin: 0 auto;
    padding: 52px 24px;
    color: #2a2a35;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: .015em
}

.legal-box-rhwc h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #575984;
    margin-bottom: 24px;
    margin-top: 0
}

.legal-box-rhwc h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #575984;
    margin-top: 52px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #F3E5CC
}

.legal-box-rhwc h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .015em;
    color: #3d3f6a;
    margin-top: 52px;
    margin-bottom: 12px
}

.legal-box-rhwc h4 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #3d3f6a;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 6px;
    text-transform: uppercase
}

.legal-box-rhwc h5 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #575984;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 6px
}

.legal-box-rhwc h6 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #AEABA0;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 6px
}

.legal-box-rhwc ul {
    margin: 24px 0;
    padding-left: 24px;
    list-style: none
}

.legal-box-rhwc ol {
    margin: 24px 0;
    padding-left: 24px;
    list-style: none;
    counter-reset: pol-cnt
}

.legal-box-rhwc ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: .015em
}

.legal-box-rhwc ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background: #575984;
    transform: rotate(45deg)
}

.legal-box-rhwc ol li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: .015em;
    counter-increment: pol-cnt
}

.legal-box-rhwc ol li::before {
    content: counter(pol-cnt) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #575984;
    font-weight: 700;
    font-size: 14px
}

.legal-box-rhwc ul ul,
.legal-box-rhwc ol ol,
.legal-box-rhwc ul ol,
.legal-box-rhwc ol ul {
    margin: 6px 0 6px 12px
}

.legal-box-rhwc strong,
.legal-box-rhwc b {
    font-weight: 700;
    color: #3d3f6a
}

.legal-box-rhwc a {
    color: #575984;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .1s ease-out, text-decoration-color .12s linear
}

.legal-box-rhwc a:hover {
    color: #3d3f6a;
    text-decoration-color: #AEABA0
}

.legal-box-rhwc a:visited {
    color: #AEABA0
}

.legal-box-rhwc hr {
    border: none;
    border-top: 1px solid #F3E5CC;
    margin: 52px 0;
    box-shadow: 0 2px 6px -2px #5759840f
}

.legal-box-rhwc div {
    margin-bottom: 12px
}

.legal-box-rhwc div.notice {
    background: #F3E5CC;
    border-radius: 10px;
    padding: 24px;
    margin: 24px 0;
    box-shadow: 0 4px 18px -2px #5759841a
}

.legal-box-rhwc div.block {
    background: #fdf8f2;
    border-radius: 6px;
    padding: 24px;
    margin: 24px 0;
    border-top: 3px solid #575984;
    border-right: 1px solid #F3E5CC;
    border-bottom: 1px solid #F3E5CC;
    border-left: 1px solid #F3E5CC;
    box-shadow: 0 2px 6px -2px #5759840f
}

@media (max-width: 992px) {
    .legal-box-rhwc {
        padding: 52px 24px
    }

    .legal-box-rhwc h1 {
        font-size: 46px
    }

    .legal-box-rhwc h2 {
        font-size: 24px;
        margin-top: 52px
    }
}

@media (max-width: 576px) {
    .legal-box-rhwc {
        padding: 24px 12px
    }

    .legal-box-rhwc h1 {
        font-size: 24px
    }

    .legal-box-rhwc h2 {
        font-size: 24px;
        margin-top: 24px
    }

    .legal-box-rhwc h3 {
        font-size: 14px;
        margin-top: 24px
    }

    .legal-box-rhwc ul li,
    .legal-box-rhwc ol li {
        padding-left: 12px
    }

    .legal-box-rhwc hr {
        margin: 24px 0
    }
}

.lp-det {
    background: #fff;
    max-width: 1366px;
    margin: 0 auto;
    overflow-x: clip
}

.lp-det .top-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 52px;
    gap: 52px;
    align-items: center;
    position: relative
}

.lp-det .top-band .txt-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.lp-det .top-band .eyebrow {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #575984;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px
}

.lp-det .top-band .eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #575984;
    flex-shrink: 0
}

.lp-det .top-band .pg-title {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b3d;
    margin: 0
}

.lp-det .top-band .meta-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.lp-det .top-band .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.2;
    color: #AEABA0;
    letter-spacing: .01em
}

.lp-det .top-band .meta-item .mdi {
    font-size: 16px;
    color: #575984
}

.lp-det .top-band .bracket-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.lp-det .top-band .bracket-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    filter: saturate(0.85) brightness(0.88);
    transition: filter .12s ease-out
}

.lp-det .top-band .bracket-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #57598473, #57598414);
    border-radius: 10px;
    pointer-events: none
}

.lp-det .top-band .bracket-box .corner {
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 2;
    pointer-events: none
}

.lp-det .top-band .bracket-box .corner-tl {
    top: 12px;
    left: 12px;
    border-top: 2px solid #F3E5CC;
    border-left: 2px solid #F3E5CC;
    border-radius: 1px 0 0 0
}

.lp-det .top-band .bracket-box .corner-tr {
    top: 12px;
    right: 12px;
    border-top: 2px solid #F3E5CC;
    border-right: 2px solid #F3E5CC;
    border-radius: 0 1px 0 0
}

.lp-det .top-band .bracket-box .corner-bl {
    bottom: 12px;
    left: 12px;
    border-bottom: 2px solid #F3E5CC;
    border-left: 2px solid #F3E5CC;
    border-radius: 0 0 0 1px
}

.lp-det .top-band .bracket-box .corner-br {
    bottom: 12px;
    right: 12px;
    border-bottom: 2px solid #F3E5CC;
    border-right: 2px solid #F3E5CC;
    border-radius: 0 0 1px 0
}

.lp-det .top-band .diag-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1
}

.lp-det .top-band .diag-line::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 60%;
    width: 1px;
    height: 140%;
    background: #f3e5cc40;
    transform: rotate(18deg);
    transform-origin: top center
}

.lp-det .price-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #575984;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    box-shadow: 0 4px 18px -2px #5759841a;
    width: fit-content
}

.lp-det .price-tag .mdi {
    font-size: 22px;
    color: #F3E5CC
}

.lp-det .desc-sec {
    padding: 52px;
    background: #f7f5f0;
    position: relative
}

.lp-det .desc-sec::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to right, #575984, transparent);
    margin-bottom: 52px
}

.lp-det .desc-sec .two-col {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 52px;
    align-items: start
}

.lp-det .desc-sec .col-main {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-det .desc-sec .col-side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-det .sec-label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #575984;
    font-weight: 600;
    text-transform: uppercase
}

.lp-det .sec-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #575984;
    margin-bottom: 12px
}

.lp-det .desc-sec h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b3d;
    margin: 0
}

.lp-det .desc-sec .body-txt {
    font-size: 14px;
    line-height: 1.7;
    color: #3d3e52;
    letter-spacing: .01em
}

.lp-det .desc-sec .body-txt p:first-child::first-word,
.lp-det .desc-sec .body-txt>p:first-of-type {
    display: inline
}

.lp-det .desc-sec .body-txt p {
    margin: 0 0 12px
}

.lp-det .desc-sec .body-txt p:last-child {
    margin-bottom: 0
}

.lp-det .desc-sec .body-txt .accent-word {
    color: #575984;
    font-weight: 700;
    text-transform: uppercase
}

.lp-det .side-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 4px 18px -2px #5759841a;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lp-det .side-card h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #2a2b3d;
    margin: 0;
    font-weight: 700;
    letter-spacing: .01em
}

.lp-det .side-card .icon-rect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1.5px solid #575984;
    border-radius: 6px
}

.lp-det .side-card .icon-rect .mdi {
    font-size: 22px;
    color: #575984
}

.lp-det .side-card .sc-body {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5b72;
    letter-spacing: .01em
}

.lp-det .report-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.2;
    color: #AEABA0;
    letter-spacing: .01em;
    text-decoration: none;
    border: 1px solid #AEABA0;
    border-radius: 6px;
    padding: 6px 12px;
    transition: color .1s ease-out, border-color .1s ease-out
}

.lp-det .report-link:hover {
    color: #575984;
    border-color: #575984
}

.lp-det .report-link .mdi {
    font-size: 15px
}

.lp-det .prog-sec {
    padding: 52px;
    background: #fff;
    position: relative
}

.lp-det .prog-sec::before {
    content: '';
    display: block;
    height: 1px;
    background: linear-gradient(to right, transparent, #AEABA0, transparent);
    margin-bottom: 52px
}

.lp-det .prog-sec .prog-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 52px
}

.lp-det .prog-sec h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b3d;
    margin: 0
}

.lp-det .prog-body {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 52px;
    align-items: start
}

.lp-det .prog-body .prog-fixed {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-det .prog-body .prog-fixed .pulse-box {
    background: #575984;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 12px 44px -2px #57598421;
    animation: soft-pulse 2.8s ease-out infinite
}

@keyframes soft-pulse {

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

    50% {
        transform: scale(1.02)
    }
}

.lp-det .prog-body .prog-fixed .pulse-box .pb-label {
    font-size: 14px;
    line-height: 1.2;
    color: #f3e5cccc;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 600
}

.lp-det .prog-body .prog-fixed .pulse-box .pb-price {
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    letter-spacing: .01em
}

.lp-det .prog-body .prog-fixed .pulse-box .pb-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffffbf
}

.lp-det .prog-body .prog-fixed .enroll-btn {
    display: block;
    width: 100%;
    background: #2a2b3d;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background .1s ease-out;
    box-shadow: 0 2px 6px -2px #5759840f
}

.lp-det .prog-body .prog-fixed .enroll-btn:hover {
    background: #575984
}

.lp-det .prog-body .prog-flex {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lp-det .prog-body .prog-flex .prog-content {
    font-size: 14px;
    line-height: 1.7;
    color: #3d3e52;
    letter-spacing: .01em
}

.lp-det .prog-body .prog-flex .prog-content h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #2a2b3d;
    margin: 0 0 12px
}

.lp-det .prog-body .prog-flex .prog-content p {
    margin: 0 0 12px
}

.lp-det .prog-body .prog-flex .prog-content ul,
.lp-det .prog-body .prog-flex .prog-content ol {
    padding-left: 24px;
    margin: 0 0 12px
}

.lp-det .prog-body .prog-flex .prog-content li {
    margin-bottom: 6px
}

.lp-det .prog-body .prog-flex .prog-content em {
    color: #575984;
    font-style: italic
}

.lp-det .prog-body .prog-flex .prog-content dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 24px
}

.lp-det .prog-body .prog-flex .prog-content dt {
    font-weight: 700;
    color: #2a2b3d
}

.lp-det .prog-body .prog-flex .prog-content dd {
    margin: 0;
    color: #5a5b72
}

.lp-det .prog-body .prog-flex .prog-content details {
    border: 1px solid #e8e5de;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 12px
}

.lp-det .prog-body .prog-flex .prog-content summary {
    font-weight: 700;
    color: #2a2b3d;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2
}

.lp-det .react-sec {
    padding: 52px;
    background: linear-gradient(to bottom, #F3E5CC, #f3e5cc00);
    position: relative
}

.lp-det .react-sec::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to right, #F3E5CC, #575984, transparent);
    margin-bottom: 52px
}

.lp-det .react-sec .r-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px
}

.lp-det .react-sec h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #2a2b3d;
    margin: 0;
    letter-spacing: .01em
}

.lp-det .react-sec .r-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5b72
}

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

.lp-det .emoji-group input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.lp-det .emoji-group .e-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer
}

.lp-det .emoji-group .e-opt .e-face {
    width: 52px;
    height: 52px;
    border-radius: 22px;
    background: #fff;
    border: 2px solid #e8e5de;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .09s ease-out, background .09s ease-out, transform .09s ease-out;
    box-shadow: 0 2px 6px -2px #5759840f
}

.lp-det .emoji-group .e-opt .e-face svg {
    width: 28px;
    height: 28px
}

.lp-det .emoji-group .e-opt .e-lbl {
    font-size: 14px;
    line-height: 1.2;
    color: #AEABA0;
    letter-spacing: .01em
}

.lp-det .emoji-group input[type="radio"]:checked+.e-opt .e-face {
    border-color: #575984;
    background: #57598414;
    transform: scale(1.08);
    box-shadow: 0 4px 18px -2px #5759841a inset 0 1px 4px #5759841f
}

.lp-det .emoji-group input[type="radio"]:checked+.e-opt .e-lbl {
    color: #575984;
    font-weight: 700
}

.lp-det .react-sec .r-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap
}

.lp-det .enroll-main {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #575984;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .13s linear;
    box-shadow: 0 4px 18px -2px #5759841a
}

.lp-det .enroll-main:hover {
    background: #2a2b3d
}

.lp-det .enroll-main .mdi {
    font-size: 16px
}

@media (max-width: 992px) {
    .lp-det .top-band {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .lp-det .top-band .bracket-box img {
        height: 280px
    }

    .lp-det .desc-sec {
        padding: 52px 24px
    }

    .lp-det .desc-sec .two-col {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lp-det .prog-sec {
        padding: 52px 24px
    }

    .lp-det .prog-body {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lp-det .react-sec {
        padding: 52px 24px
    }
}

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

    .lp-det .top-band .pg-title {
        font-size: 24px
    }

    .lp-det .desc-sec,
    .lp-det .prog-sec,
    .lp-det .react-sec {
        padding: 24px 12px
    }

    .lp-det .prog-body .prog-fixed .pulse-box .pb-price {
        font-size: 24px
    }

    .lp-det .emoji-group {
        gap: 6px
    }
}

.vsn {
    background: #fff;
    overflow-x: clip
}

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

.vsn ::selection {
    background: #222;
    color: #fff
}

.vsn img {
    display: block
}

.vsn .pg-split {
    display: flex;
    flex-direction: row;
    max-width: 1366px;
    margin: 0 auto;
    min-height: 420px
}

.vsn .pg-split .img-half {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden
}

.vsn .pg-split .img-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter .12s ease-out
}

.vsn .pg-split .txt-half {
    flex: 0 0 50%;
    background: #fff;
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.vsn .pg-split .txt-half .circ-deco {
    position: absolute;
    top: 24px;
    right: 24px;
    pointer-events: none
}

.vsn .pg-split .txt-half .circ-deco span {
    display: block;
    border-radius: 38px;
    border: 1.5px solid #5759841a;
    position: absolute
}

.vsn .pg-split .txt-half .circ-deco span:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 0;
    right: 0
}

.vsn .pg-split .txt-half .circ-deco span:nth-child(2) {
    width: 130px;
    height: 130px;
    top: -24px;
    right: -24px;
    border-color: #5759840f
}

.vsn .pg-split .txt-half .circ-deco span:nth-child(3) {
    width: 180px;
    height: 180px;
    top: -48px;
    right: -48px;
    border-color: #5759840a
}

.vsn .pg-split .txt-half .acc-line {
    width: 36px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 24px
}

.vsn .pg-split .txt-half h1 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b3d;
    margin: 0 0 24px
}

.vsn .pg-split .txt-half h1 .outlined {
    -webkit-text-stroke: 1.5px #575984;
    color: transparent
}

.vsn .pg-split .txt-half .sub-txt {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4b5c;
    letter-spacing: .02em;
    margin: 0
}

.vsn .strk-deco {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none
}

.vsn .strk-deco i {
    display: block;
    height: 2px;
    background: #5759842e;
    border-radius: 1px
}

.vsn .strk-deco i:nth-child(1) {
    width: 28px
}

.vsn .strk-deco i:nth-child(2) {
    width: 20px
}

.vsn .strk-deco i:nth-child(3) {
    width: 34px
}

.vsn .strk-deco i:nth-child(4) {
    width: 16px
}

.vsn .divider-x {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 0
}

.vsn .divider-x .d-line {
    width: 52px;
    height: 1px;
    background: #5759842e
}

.vsn .divider-x .d-cross {
    width: 10px;
    height: 10px;
    position: relative
}

.vsn .divider-x .d-cross::before,
.vsn .divider-x .d-cross::after {
    content: '';
    position: absolute;
    background: #575984;
    border-radius: 1px
}

.vsn .divider-x .d-cross::before {
    width: 10px;
    height: 1.5px;
    top: 4px;
    left: 0
}

.vsn .divider-x .d-cross::after {
    width: 1.5px;
    height: 10px;
    top: 0;
    left: 4px
}

.vsn .pillars-wrap {
    background: #f7f4ef;
    padding: 96px 0;
    position: relative
}

.vsn .pillars-wrap .pw-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 52px
}

.vsn .pillars-wrap .pw-top {
    display: flex;
    flex-direction: row;
    gap: 52px;
    margin-bottom: 52px
}

.vsn .pillars-wrap .pw-top .pw-head {
    flex: 0 0 340px
}

.vsn .pillars-wrap .pw-top .pw-head .acc-line {
    width: 36px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 24px
}

.vsn .pillars-wrap .pw-top .pw-head h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b3d;
    margin: 0
}

.vsn .pillars-wrap .pw-top .pw-head h2 .outlined {
    -webkit-text-stroke: 1.5px #575984;
    color: transparent
}

.vsn .pillars-wrap .pw-top .pw-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px
}

.vsn .pillars-wrap .pw-top .pw-desc .col2 {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.vsn .pillars-wrap .pw-top .pw-desc .col2 .wide {
    flex: 2;
    font-size: 14px;
    line-height: 1.7;
    color: #4a4b5c;
    letter-spacing: .02em;
    margin: 0
}

.vsn .pillars-wrap .pw-top .pw-desc .col2 .wide .fw {
    font-size: 14px;
    font-weight: 700;
    color: #575984;
    text-transform: uppercase;
    letter-spacing: .02em
}

.vsn .pillars-wrap .pw-top .pw-desc .col2 .narrow {
    flex: 1;
    font-size: 14px;
    line-height: 1.7;
    color: #7a7b8a;
    letter-spacing: .02em;
    margin: 0;
    padding-top: 6px
}

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

.vsn .pillars-wrap .cards-row .pcard {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 4px 18px -2px #5759841a;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .09s ease-out
}

.vsn .pillars-wrap .cards-row .pcard:hover {
    box-shadow: 0 12px 44px -2px #57598421
}

.vsn .pillars-wrap .cards-row .pcard .pc-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #575984 0%, transparent 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.vsn .pillars-wrap .cards-row .pcard .pc-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.vsn .pillars-wrap .cards-row .pcard h4 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #2a2b3d;
    margin: 0;
    font-weight: 700
}

.vsn .pillars-wrap .cards-row .pcard .pc-txt {
    font-size: 14px;
    line-height: 1.7;
    color: #6a6b7a;
    letter-spacing: .02em;
    margin: 0
}

.vsn .pillars-wrap .cards-row .pcard.dark {
    background: #2a2b3d;
    box-shadow: 0 4px 18px -2px #57598421
}

.vsn .pillars-wrap .cards-row .pcard.dark h4 {
    color: #F3E5CC
}

.vsn .pillars-wrap .cards-row .pcard.dark .pc-txt {
    color: #AEABA0
}

.vsn .pillars-wrap .cards-row .pcard.dark .pc-icon {
    background: linear-gradient(180deg, #F3E5CC 0%, transparent 100%)
}

.vsn .pillars-wrap .cards-row .pcard.dark .pc-icon svg {
    fill: #2a2b3d
}

.vsn .deep-wrap {
    background: #1a1c2e;
    padding: 96px 0;
    position: relative;
    animation: breath-contrast 5s ease-in-out infinite
}

@keyframes breath-contrast {

    0%,
    100% {
        filter: contrast(1)
    }

    50% {
        filter: contrast(1.06)
    }
}

.vsn .deep-wrap .dw-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 52px;
    display: flex;
    flex-direction: row;
    gap: 96px;
    align-items: flex-start
}

.vsn .deep-wrap .dw-left {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.vsn .deep-wrap .dw-left .acc-line {
    width: 36px;
    height: 3px;
    background: #F3E5CC;
    border-radius: 1px
}

.vsn .deep-wrap .dw-left h3 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #F3E5CC;
    margin: 0
}

.vsn .deep-wrap .dw-left h3 .outlined {
    -webkit-text-stroke: 1.5px #AEABA0;
    color: transparent
}

.vsn .deep-wrap .dw-left .dw-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #AEABA0;
    letter-spacing: .02em;
    margin: 0
}

.vsn .deep-wrap .dw-left .dw-sub .fw {
    font-weight: 700;
    color: #F3E5CC;
    text-transform: uppercase;
    letter-spacing: .02em
}

.vsn .deep-wrap .dw-left .dw-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 44px -2px #57598421;
    box-shadow: inset 0 0 0 1px #f3e5cc14
}

.vsn .deep-wrap .dw-left .dw-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    filter: grayscale(30%) brightness(0.8)
}

.vsn .deep-wrap .dw-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 52px
}

.vsn .deep-wrap .dw-right .chk-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.vsn .deep-wrap .dw-right .chk-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #AEABA0;
    letter-spacing: .02em
}

.vsn .deep-wrap .dw-right .chk-list li .chk-box {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1.5px solid #f3e5cc4d;
    margin-top: 2px;
    position: relative;
    background: #57598440
}

.vsn .deep-wrap .dw-right .chk-list li .chk-box::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    width: 6px;
    height: 9px;
    border-right: 2px solid #F3E5CC;
    border-bottom: 2px solid #F3E5CC;
    transform: rotate(40deg);
    border-radius: 1px
}

.vsn .deep-wrap .dw-right .empty-zone {
    margin-top: 24px;
    border-top: 1px solid #f3e5cc14;
    padding-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.vsn .deep-wrap .dw-right .empty-zone .ez-num {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #57598440;
    font-weight: 700
}

.vsn .deep-wrap .dw-right .empty-zone .ez-label {
    font-size: 14px;
    line-height: 1.7;
    color: #aeaba099;
    letter-spacing: .02em;
    max-width: 200px
}

.vsn .deep-wrap .dw-right .cta-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 12px
}

.vsn .deep-wrap .dw-right .btn-main {
    background: #F3E5CC;
    color: #2a2b3d;
    border: none;
    border-radius: 22px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background .09s ease-out, color .09s ease-out;
    text-decoration: none;
    display: inline-block
}

.vsn .deep-wrap .dw-right .btn-main:hover {
    background: #fff;
    color: #2a2b3d
}

.vsn .deep-wrap .dw-right .btn-sec {
    background: transparent;
    color: #AEABA0;
    border: 1.5px solid #aeaba04d;
    border-radius: 22px;
    padding: 12px 24px;
    font-size: 14px;
    letter-spacing: .02em;
    cursor: pointer;
    transition: border-color .11s linear, color .11s linear;
    text-decoration: none;
    display: inline-block
}

.vsn .deep-wrap .dw-right .btn-sec:hover {
    border-color: #F3E5CC;
    color: #F3E5CC
}

.vsn .deep-wrap .dw-right .strk-deco-r {
    position: absolute;
    top: 24px;
    right: 52px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none
}

.vsn .deep-wrap .dw-right .strk-deco-r i {
    display: block;
    height: 2px;
    background: #f3e5cc1a;
    border-radius: 1px
}

.vsn .deep-wrap .dw-right .strk-deco-r i:nth-child(1) {
    width: 28px
}

.vsn .deep-wrap .dw-right .strk-deco-r i:nth-child(2) {
    width: 20px
}

.vsn .deep-wrap .dw-right .strk-deco-r i:nth-child(3) {
    width: 34px
}

.vsn .deep-wrap .dw-right .strk-deco-r i:nth-child(4) {
    width: 16px
}

@media (max-width: 992px) {
    .vsn .pg-split {
        flex-direction: column
    }

    .vsn .pg-split .img-half {
        flex: 0 0 300px;
        height: 300px
    }

    .vsn .pg-split .txt-half {
        flex: none;
        padding: 52px 24px
    }

    .vsn .pillars-wrap .pw-inner {
        padding: 0 24px
    }

    .vsn .pillars-wrap .pw-top {
        flex-direction: column;
        gap: 24px
    }

    .vsn .pillars-wrap .pw-top .pw-head {
        flex: none
    }

    .vsn .pillars-wrap .cards-row {
        grid-template-columns: 1fr 1fr
    }

    .vsn .deep-wrap .dw-inner {
        flex-direction: column;
        padding: 0 24px;
        gap: 52px
    }

    .vsn .deep-wrap .dw-left {
        flex: none
    }

    .vsn .deep-wrap .dw-right {
        padding-top: 0
    }
}

@media (max-width: 576px) {
    .vsn .pg-split .txt-half h1 {
        font-size: 24px
    }

    .vsn .pillars-wrap {
        padding: 52px 0
    }

    .vsn .pillars-wrap .pw-top .pw-head h2 {
        font-size: 24px
    }

    .vsn .pillars-wrap .cards-row {
        grid-template-columns: 1fr
    }

    .vsn .pillars-wrap .pw-top .pw-desc .col2 {
        flex-direction: column
    }

    .vsn .deep-wrap {
        padding: 52px 0
    }

    .vsn .deep-wrap .dw-left h3 {
        font-size: 24px
    }

    .vsn .deep-wrap .dw-right .empty-zone .ez-num {
        font-size: 46px
    }

    .vsn .deep-wrap .dw-right .cta-row {
        flex-direction: column
    }
}

.abt {
    background: #fff;
    overflow-x: clip
}

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

.abt .reveal {
    clip-path: inset(0 100% 0 0);
    animation: revealX .9s cubic-bezier(.22, .68, 0, 1.2) forwards
}

.abt .reveal-up {
    clip-path: inset(0 0 100% 0);
    animation: revealY .7s ease-out forwards
}

@keyframes revealX {
    to {
        clip-path: inset(0 0% 0 0)
    }
}

@keyframes revealY {
    to {
        clip-path: inset(0 0 0% 0)
    }
}

.abt .delay-1 {
    animation-delay: .12s
}

.abt .delay-2 {
    animation-delay: .22s
}

.abt .delay-3 {
    animation-delay: .34s
}

.abt .t-blk {
    position: relative;
    padding: 96px 0;
    background: #f7f4ef;
    border-bottom: 1px solid #5759841a
}

.abt .t-blk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #575984 0%, transparent 100%)
}

.abt .t-blk .circ-deco {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 260px;
    height: 260px;
    border-radius: 38px;
    pointer-events: none;
    overflow: hidden
}

.abt .t-blk .circ-deco svg {
    width: 100%;
    height: 100%;
    opacity: .07
}

.abt .t-grid {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.abt .t-left {
    flex: 2
}

.abt .t-right {
    flex: 1;
    padding-top: 12px
}

.abt .accent-line {
    display: block;
    width: 38px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 24px
}

.abt .t-left h1 {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b40;
    margin: 0 0 24px;
    font-weight: 700
}

.abt .t-left h1 em {
    font-style: normal;
    color: #575984
}

.abt .t-sub {
    font-size: 24px;
    line-height: 1.7;
    color: #575984;
    letter-spacing: .01em;
    margin: 0
}

.abt .t-right .yr-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: #575984;
    color: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 4px 18px -2px #5759841a;
    margin-bottom: 24px
}

.abt .t-right .yr-badge .yr-num {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em
}

.abt .t-right .yr-badge .yr-lbl {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    opacity: .8
}

.abt .t-right .side-note {
    font-size: 14px;
    line-height: 1.7;
    color: #6b6c8a;
    letter-spacing: .01em
}

.abt .t-img-wrap {
    margin-top: 52px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 44px -2px #57598421;
    position: relative
}

.abt .t-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
    transition: filter .12s ease-out
}

.abt .t-img-wrap:hover img {
    filter: saturate(1)
}

.abt .t-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #5759840a 0%, transparent 60%);
    pointer-events: none;
    border-radius: 10px
}

.abt .det-blk {
    padding: 96px 0;
    background: #fff;
    position: relative
}

.abt .det-blk .circ-corner {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 220px;
    height: 220px;
    pointer-events: none;
    overflow: hidden
}

.abt .det-blk .circ-corner svg {
    width: 100%;
    height: 100%;
    opacity: .05
}

.abt .zigzag-div {
    width: 100%;
    line-height: 0;
    margin-bottom: 52px
}

.abt .zigzag-div svg {
    width: 100%;
    display: block
}

.abt .det-top {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start;
    margin-bottom: 52px
}

.abt .det-main {
    flex: 2
}

.abt .det-aside {
    flex: 1
}

.abt .det-main h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b40;
    margin: 0 0 24px;
    font-weight: 700
}

.abt .para-a {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #2a2b40;
    margin: 0 0 12px
}

.abt .para-a .fw {
    text-transform: uppercase;
    color: #575984;
    font-weight: 700
}

.abt .para-b {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #4a4b60;
    margin: 0 0 12px
}

.abt .para-b .fw {
    text-transform: uppercase;
    color: #575984;
    font-weight: 700
}

.abt .chk-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0
}

.abt .chk-list li {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #4a4b60;
    padding: 6px 0 6px 24px;
    position: relative
}

.abt .chk-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 14px;
    height: 14px;
    border: 2px solid #575984;
    border-radius: 1px
}

.abt .chk-list li::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 17px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #575984;
    border-bottom: 2px solid #575984;
    transform: rotate(-45deg);
    border-radius: 1px
}

.abt .det-aside .stat-card {
    background: #F3E5CC;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 6px -2px #5759840f
}

.abt .det-aside .stat-card .s-num {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    color: #575984;
    letter-spacing: .01em;
    display: flex;
    align-items: center;
    gap: 6px
}

.abt .det-aside .stat-card .s-num .badge {
    font-size: 14px;
    background: #575984;
    color: #fff;
    border-radius: 22px;
    padding: 2px 12px;
    font-weight: 600;
    letter-spacing: .01em;
    align-self: flex-start;
    margin-top: 6px
}

.abt .det-aside .stat-card .s-lbl {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4b60;
    letter-spacing: .01em;
    margin-top: 6px
}

.abt .cmp-wrap {
    background: #f7f4ef;
    border-radius: 10px;
    padding: 52px;
    box-shadow: 0 4px 18px -2px #5759841a
}

.abt .cmp-wrap h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2b40;
    margin: 0 0 24px;
    font-weight: 700
}

.abt .cmp-cols {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.abt .cmp-col {
    flex: 1;
    border-radius: 10px;
    padding: 24px
}

.abt .cmp-col.col-a {
    background: #575984;
    color: #fff;
    box-shadow: 0 4px 18px -2px #5759841a inset 0 1px 0 #ffffff1f
}

.abt .cmp-col.col-b {
    background: #fff;
    border: 1px solid #5759841f;
    box-shadow: 0 2px 6px -2px #5759840f
}

.abt .cmp-col .col-ttl {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px
}

.abt .cmp-col.col-a .col-ttl {
    color: #F3E5CC
}

.abt .cmp-col.col-b .col-ttl {
    color: #AEABA0
}

.abt .cmp-col ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.abt .cmp-col ul li {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    padding: 6px 0;
    border-bottom: 1px solid #ffffff1a;
    display: flex;
    align-items: flex-start;
    gap: 6px
}

.abt .cmp-col.col-b ul li {
    border-bottom-color: #57598414;
    color: #4a4b60
}

.abt .cmp-col.col-a ul li {
    color: #ffffffe6
}

.abt .cmp-col ul li .dot {
    width: 6px;
    height: 6px;
    border-radius: 38px;
    flex-shrink: 0;
    margin-top: 8px
}

.abt .cmp-col.col-a ul li .dot {
    background: #F3E5CC
}

.abt .cmp-col.col-b ul li .dot {
    background: #AEABA0
}

.abt .img-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 52px
}

.abt .img-row .img-cell {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px -2px #5759841a;
    position: relative
}

.abt .img-row .img-cell img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
    transition: filter .14s ease-out
}

.abt .img-row .img-cell:hover img {
    filter: saturate(1)
}

.abt .img-row .img-cell .cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 0%, #575984d1 100%);
    padding: 24px 12px 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    letter-spacing: .01em
}

.abt .img-row .img-cell.wide {
    flex: 2
}

@media (max-width: 992px) {
    .abt .t-grid {
        flex-direction: column;
        gap: 24px
    }

    .abt .t-left h1 {
        font-size: 46px
    }

    .abt .det-top {
        flex-direction: column;
        gap: 24px
    }

    .abt .cmp-wrap {
        padding: 24px
    }

    .abt .img-row {
        flex-direction: column
    }

    .abt .img-row .img-cell.wide {
        flex: 1
    }
}

@media (max-width: 576px) {
    .abt .t-blk {
        padding: 52px 0
    }

    .abt .det-blk {
        padding: 52px 0
    }

    .abt .t-left h1 {
        font-size: 46px
    }

    .abt .det-main h2 {
        font-size: 24px
    }

    .abt .cmp-cols {
        flex-direction: column
    }

    .abt .t-img-wrap img {
        height: 240px
    }
}

.fst {
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden
}

.fst .pg-wrap {
    width: 100%
}

.fst .t-blk {
    padding: 96px 52px;
    position: relative;
    background: #fff
}

.fst .t-blk .grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#5759840a 1px, transparent 1px), linear-gradient(90deg, #5759840a 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.fst .t-blk .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 52px;
    position: relative;
    z-index: 1
}

.fst .t-blk .img-card {
    flex: 0 0 340px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 44px -2px #57598421;
    position: relative
}

.fst .t-blk .img-card img {
    width: 340px;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: blur(0);
    transition: filter .12s ease-out
}

.fst .t-blk .img-card .fg-blur {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #5759842e);
    backdrop-filter: blur(2px);
    pointer-events: none
}

.fst .t-blk .txt-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .t-blk .eyebrow {
    font-size: 14px;
    letter-spacing: .02em;
    color: #575984;
    line-height: 1.2;
    text-transform: uppercase
}

.fst .t-blk .main-h {
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #232338;
    margin: 0
}

.fst .t-blk .main-h span {
    color: #575984
}

.fst .t-blk .act-lnk {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    letter-spacing: .02em;
    color: #fff;
    background: #575984;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .1s ease-out, box-shadow .1s ease-out;
    align-self: flex-start;
    box-shadow: 0 4px 18px -2px #5759841a
}

.fst .t-blk .act-lnk:hover {
    background: #3f4170;
    box-shadow: 0 12px 44px -2px #57598421
}

.fst .t-blk .act-lnk .mdi {
    font-size: 14px
}

@keyframes zoomSettle {
    from {
        transform: scale(1.12);
        opacity: .7
    }

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

.fst .t-blk .img-card {
    animation: zoomSettle .55s ease-out both
}

.fst .t-blk .txt-side {
    animation: zoomSettle .45s .08s ease-out both
}

.fst .t-blk .zz-bot {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none
}

.fst .t-blk .zz-bot svg {
    display: block;
    width: 100%
}

.fst .nums-blk {
    padding: 96px 52px 52px;
    background: #575984;
    position: relative
}

.fst .nums-blk .sec-head {
    margin-bottom: 52px
}

.fst .nums-blk .sec-head::before {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: #F3E5CC;
    border-radius: 1px;
    margin-bottom: 12px
}

.fst .nums-blk .sec-head h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0
}

.fst .nums-blk .cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.fst .nums-blk .nc {
    background: #ffffff12;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: inset 0 1px 0 #ffffff1f 0 2px 6px -2px #5759840f;
    transition: box-shadow .13s ease-out, background .13s ease-out
}

.fst .nums-blk .nc:hover {
    background: #ffffff1f;
    box-shadow: inset 0 1px 0 #ffffff2e 0 12px 44px -2px #57598421
}

.fst .nums-blk .nc .ico-ring {
    width: 48px;
    height: 48px;
    border-radius: 38px;
    background: #F3E5CC;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px solid #f3e5cc59;
    outline-offset: 3px
}

.fst .nums-blk .nc .ico-ring .mdi {
    font-size: 24px;
    color: #575984
}

.fst .nums-blk .nc .num {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #F3E5CC
}

.fst .nums-blk .nc .lbl {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #ffffffbf
}

@keyframes shadowPulse {
    0% {
        box-shadow: inset 0 1px 0 #ffffff1f 0 2px 6px -2px #5759840f
    }

    50% {
        box-shadow: inset 0 1px 0 #fff3 0 12px 44px -2px #5759842e
    }

    100% {
        box-shadow: inset 0 1px 0 #ffffff1f 0 2px 6px -2px #5759840f
    }
}

.fst .nums-blk .nc.pulse-card {
    animation: shadowPulse 2.8s 1.2s ease-out infinite
}

.fst .nums-blk .dc-bot {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none
}

.fst .nums-blk .dc-bot svg {
    display: block;
    width: 100%
}

.fst .val-blk {
    padding: 96px 52px;
    background: #F3E5CC;
    position: relative
}

.fst .val-blk .sec-head {
    margin-bottom: 52px
}

.fst .val-blk .sec-head::before {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 12px
}

.fst .val-blk .sec-head h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #232338;
    margin: 0
}

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

.fst .val-blk .sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .val-blk .sidebar img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 4px 18px -2px #5759841a
}

.fst .val-blk .ba-box {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 6px -2px #5759840f
}

.fst .val-blk .ba-box .ba-head {
    font-size: 14px;
    letter-spacing: .02em;
    color: #575984;
    text-transform: uppercase;
    margin-bottom: 12px
}

.fst .val-blk .ba-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.fst .val-blk .ba-col {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.fst .val-blk .ba-col .ba-tag {
    font-size: 14px;
    letter-spacing: .02em;
    color: #AEABA0;
    line-height: 1.2
}

.fst .val-blk .ba-col .ba-val {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #232338
}

.fst .val-blk .ba-col.after .ba-val {
    color: #575984
}

.fst .val-blk .main-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .val-blk .txt-2col {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px
}

.fst .val-blk .txt-2col p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a3a50;
    margin: 0
}

.fst .val-blk .txt-2col p .acc {
    color: #575984;
    text-transform: uppercase;
    font-size: 14px
}

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

.fst .val-blk .chk-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a3a50
}

.fst .val-blk .chk-list li .chk {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 2px solid #575984;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

.fst .val-blk .chk-list li .chk svg {
    display: block
}

.fst .val-blk .img2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 18px -2px #5759841a
}

.fst .val-blk .zz-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none
}

.fst .val-blk .zz-top svg {
    display: block;
    width: 100%
}

.fst .team-blk {
    padding: 96px 52px;
    background: #fff;
    position: relative
}

.fst .team-blk .sec-head {
    margin-bottom: 52px
}

.fst .team-blk .sec-head::before {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 12px
}

.fst .team-blk .sec-head h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #232338;
    margin: 0
}

.fst .team-blk .layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 52px;
    align-items: start
}

.fst .team-blk .sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .team-blk .sidebar img {
    width: 200px;
    height: 240px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 12px 44px -2px #57598421
}

.fst .team-blk .sidebar img.sm {
    height: 160px;
    border-radius: 10px
}

.fst .team-blk .main-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.fst .team-blk .testi-card {
    background: #F3E5CC;
    border-radius: 22px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 18px -2px #5759841a
}

.fst .team-blk .testi-card .qt {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #232338
}

.fst .team-blk .testi-card .qt .acc {
    color: #575984;
    text-transform: uppercase
}

.fst .team-blk .testi-card .author {
    display: flex;
    align-items: center;
    gap: 12px
}

.fst .team-blk .testi-card .author .ava {
    width: 40px;
    height: 40px;
    border-radius: 38px;
    background: #575984;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 2px solid #57598440;
    outline-offset: 2px
}

.fst .team-blk .testi-card .author .ava .mdi {
    font-size: 20px;
    color: #fff
}

.fst .team-blk .testi-card .author .nm {
    font-size: 14px;
    letter-spacing: .02em;
    color: #575984;
    line-height: 1.2
}

.fst .team-blk .testi-card .author .role {
    font-size: 14px;
    letter-spacing: .01em;
    color: #AEABA0;
    line-height: 1.2
}

.fst .team-blk .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.fst .team-blk .stat {
    background: #fff;
    border: 1px solid #5759841f;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 2px 6px -2px #5759840f;
    transition: box-shadow .11s ease-out
}

.fst .team-blk .stat:hover {
    box-shadow: 0 12px 44px -2px #57598421
}

.fst .team-blk .stat .sv {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #575984
}

.fst .team-blk .stat .sl {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #AEABA0
}

.fst .team-blk .txt-2col {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px
}

.fst .team-blk .txt-2col p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a3a50;
    margin: 0
}

.fst .team-blk .txt-2col p .acc {
    color: #575984;
    text-transform: uppercase
}

.fst .team-blk .dc-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none
}

.fst .team-blk .dc-top svg {
    display: block;
    width: 100%
}

@media (max-width: 992px) {
    .fst .t-blk {
        padding: 52px 24px
    }

    .fst .t-blk .row {
        flex-direction: column;
        gap: 24px
    }

    .fst .t-blk .img-card {
        flex: 0 0 auto;
        width: 100%
    }

    .fst .t-blk .img-card img {
        width: 100%;
        height: 280px
    }

    .fst .t-blk .main-h {
        font-size: 46px
    }

    .fst .nums-blk {
        padding: 52px 24px
    }

    .fst .nums-blk .cards-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .fst .val-blk {
        padding: 52px 24px
    }

    .fst .val-blk .layout {
        grid-template-columns: 1fr
    }

    .fst .val-blk .txt-2col {
        grid-template-columns: 1fr
    }

    .fst .team-blk {
        padding: 52px 24px
    }

    .fst .team-blk .layout {
        grid-template-columns: 1fr
    }

    .fst .team-blk .stats-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .fst .team-blk .txt-2col {
        grid-template-columns: 1fr
    }

    .fst .team-blk .sidebar img {
        width: 100%;
        height: 200px
    }

    .fst .team-blk .sidebar img.sm {
        height: 140px
    }
}

@media (max-width: 576px) {
    .fst .t-blk .main-h {
        font-size: 46px
    }

    .fst .nums-blk .cards-row {
        grid-template-columns: 1fr
    }

    .fst .nums-blk .sec-head h2 {
        font-size: 46px
    }

    .fst .val-blk .sec-head h2 {
        font-size: 46px
    }

    .fst .val-blk .ba-row {
        grid-template-columns: 1fr
    }

    .fst .team-blk .sec-head h2 {
        font-size: 46px
    }

    .fst .team-blk .stats-row {
        grid-template-columns: 1fr
    }
}

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

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

.cu-pg .deco-circles span {
    position: absolute;
    border-radius: 38px;
    border: 1.5px solid #57598412;
    background: transparent
}

.cu-pg .deco-circles span:nth-child(1) {
    width: 320px;
    height: 320px;
    top: -80px;
    right: -60px
}

.cu-pg .deco-circles span:nth-child(2) {
    width: 200px;
    height: 200px;
    top: 40px;
    right: 80px;
    border-color: #aeaba017
}

.cu-pg .deco-circles span:nth-child(3) {
    width: 120px;
    height: 120px;
    top: 120px;
    right: 160px;
    border-color: #f3e5cc2e
}

.cu-pg .rpt-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #5759840f 1px, transparent 1px);
    background-size: 28px 28px;
    z-index: 0
}

.cu-pg .wave-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden
}

.cu-pg .wave-bg::after {
    content: '';
    position: absolute;
    left: -60%;
    top: 0;
    width: 220%;
    height: 100%;
    background: linear-gradient(180deg, #57598412 0%, transparent 100%);
    animation: wv 6s linear infinite alternate
}

@keyframes wv {
    0% {
        transform: translateX(0) skewX(-3deg);
        opacity: .7
    }

    100% {
        transform: translateX(8%) skewX(3deg);
        opacity: 1
    }
}

.cu-pg .pg-top {
    position: relative;
    padding: 96px 24px 52px;
    z-index: 1
}

.cu-pg .pg-top-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 52px
}

.cu-pg .top-txt {
    flex: 2;
    min-width: 0
}

.cu-pg .top-img {
    flex: 1;
    min-width: 0;
    position: relative
}

.cu-pg .acc-line {
    display: block;
    width: 38px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 12px
}

.cu-pg .top-h1 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2b2c3e;
    margin: 0 0 24px
}

.cu-pg .top-h1 strong {
    color: #575984
}

.cu-pg .top-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a5a;
    margin: 0
}

.cu-pg .top-desc .fw {
    text-transform: uppercase;
    color: #575984;
    font-weight: 700;
    letter-spacing: .02em
}

.cu-pg .img-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 44px -2px #57598421;
    opacity: 0;
    animation: fadeimg .9s .2s ease-out forwards
}

@keyframes fadeimg {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.cu-pg .img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block
}

.cu-pg .divider-dash {
    max-width: 1366px;
    margin: 0 auto;
    border: none;
    border-top: 2px dashed #57598438;
    position: relative;
    z-index: 1
}

.cu-pg .info-strip {
    position: relative;
    background: linear-gradient(180deg, #5759840f 0%, transparent 100%);
    padding: 52px 24px;
    z-index: 1
}

.cu-pg .info-strip-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch
}

.cu-pg .info-card {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 4px 18px -2px #5759841a;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .12s ease-out, background .1s linear
}

.cu-pg .info-card:hover {
    box-shadow: 0 12px 44px -2px #57598421;
    background: linear-gradient(180deg, #f3e5cc 0%, #fff 100%)
}

.cu-pg .ic-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #57598417;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cu-pg .ic-icon .mdi {
    font-size: 20px;
    color: #575984
}

.cu-pg .ic-lbl {
    font-size: 14px;
    letter-spacing: .02em;
    color: #AEABA0;
    text-transform: uppercase;
    font-weight: 700
}

.cu-pg .ic-val {
    font-size: 14px;
    line-height: 1.7;
    color: #2b2c3e;
    text-decoration: none;
    word-break: break-word
}

.cu-pg .ic-val:hover {
    color: #575984
}

.cu-pg .divider-thick {
    max-width: 1366px;
    margin: 0 auto;
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #AEABA0 40%, #F3E5CC 60%, transparent);
    position: relative;
    z-index: 1
}

.cu-pg .form-sec {
    position: relative;
    padding: 96px 24px;
    z-index: 1
}

.cu-pg .form-sec-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.cu-pg .form-aside {
    flex: 1;
    min-width: 0;
    padding-top: 6px
}

.cu-pg .aside-h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2b2c3e;
    margin: 0 0 12px
}

.cu-pg .aside-p {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a5a;
    margin: 0 0 24px
}

.cu-pg .aside-p .fw {
    text-transform: uppercase;
    color: #575984;
    font-weight: 700;
    letter-spacing: .02em
}

.cu-pg .aside-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 44px -2px #57598421
}

.cu-pg .aside-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.cu-pg .chk-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cu-pg .chk-list li {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a5a;
    padding-left: 24px;
    position: relative
}

.cu-pg .chk-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
    border: 2px solid #575984;
    border-radius: 1px;
    background: transparent
}

.cu-pg .chk-list li::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    width: 7px;
    height: 5px;
    border-left: 2px solid #575984;
    border-bottom: 2px solid #575984;
    border-radius: 1px;
    transform: rotate(-45deg)
}

.cu-pg .form-col {
    flex: 2;
    min-width: 0
}

.cu-pg .frm {
    background: #fff;
    border-radius: 22px;
    padding: 52px;
    box-shadow: 0 12px 44px -2px #57598421;
    position: relative;
    overflow: hidden
}

.cu-pg .frm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #575984, #AEABA0, #F3E5CC);
    border-radius: 22px 22px 0 0
}

.cu-pg .frm-h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2b2c3e;
    margin: 0 0 24px
}

.cu-pg .frm-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px
}

.cu-pg .frm-grp {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0
}

.cu-pg .frm-grp.full {
    flex: none;
    width: 100%
}

.cu-pg .frm-lbl {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #575984;
    font-weight: 700;
    text-transform: uppercase
}

.cu-pg .frm-inp,
.cu-pg .frm-sel,
.cu-pg .frm-area {
    width: 100%;
    padding: 12px;
    border: 1.5px solid #57598433;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.7;
    color: #2b2c3e;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    box-shadow: inset 0 2px 6px -2px #5759840f;
    appearance: none;
    -webkit-appearance: none
}

.cu-pg .frm-inp::placeholder,
.cu-pg .frm-area::placeholder {
    font-style: italic;
    opacity: .55;
    color: #4a4a5a
}

.cu-pg .frm-inp:focus,
.cu-pg .frm-sel:focus,
.cu-pg .frm-area:focus {
    border-color: #575984;
    box-shadow: inset 0 2px 6px -2px #5759840f 0 0 0 3px #5759841a
}

.cu-pg .frm-sel {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23575984' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px
}

.cu-pg .frm-area {
    resize: vertical;
    min-height: 96px
}

.cu-pg .prv-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px
}

.cu-pg .prv-chk {
    width: 18px;
    height: 18px;
    border: 1.5px solid #57598466;
    border-radius: 1px;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #575984
}

.cu-pg .prv-txt {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a5a
}

.cu-pg .prv-txt a {
    color: #575984;
    text-decoration: underline;
    transition: color .08s ease-out
}

.cu-pg .prv-txt a:hover {
    color: #2b2c3e
}

.cu-pg .sub-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #575984;
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 12px 52px;
    font-size: 14px;
    letter-spacing: .02em;
    font-weight: 700;
    cursor: pointer;
    transition: background .12s ease-out, box-shadow .1s linear;
    box-shadow: 0 4px 18px -2px #5759841a;
    position: relative
}

.cu-pg .sub-btn:hover {
    background: #3e4066;
    box-shadow: 0 12px 44px -2px #57598421
}

.cu-pg .sub-btn:active {
    background: #2b2c3e
}

.cu-pg .sub-btn:focus {
    outline: 3px solid #57598459;
    outline-offset: 2px
}

.cu-pg .spin {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #fff6;
    border-top-color: #fff;
    border-radius: 38px;
    animation: spin .5s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.cu-pg .frm:focus-within .sub-btn .spin {
    display: none
}

@media (max-width: 992px) {
    .cu-pg .pg-top-inner {
        flex-direction: column;
        gap: 24px
    }

    .cu-pg .top-img {
        width: 100%
    }

    .cu-pg .form-sec-inner {
        flex-direction: column;
        gap: 24px
    }

    .cu-pg .frm {
        padding: 24px
    }

    .cu-pg .info-strip-inner {
        flex-direction: column
    }

    .cu-pg .frm-row {
        flex-direction: column;
        gap: 12px
    }
}

@media (max-width: 576px) {
    .cu-pg .pg-top {
        padding: 52px 12px 24px
    }

    .cu-pg .top-h1 {
        font-size: 24px
    }

    .cu-pg .form-sec {
        padding: 52px 12px
    }

    .cu-pg .info-strip {
        padding: 24px 12px
    }

    .cu-pg .sub-btn {
        width: 100%
    }
}

.lp-pg {
    background: #fff;
    overflow-x: hidden
}

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

.lp-pg .ttl-blk {
    padding: 96px 0 52px;
    position: relative
}

.lp-pg .ttl-blk .ttl-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 52px
}

.lp-pg .ttl-blk .ttl-left {
    flex: 0 0 55%;
    position: relative
}

.lp-pg .ttl-blk .eyebrow {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #575984;
    background: #F3E5CC;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 24px
}

.lp-pg .ttl-blk .ttl-h1 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2a3d;
    margin: 0 0 24px;
    position: relative
}

.lp-pg .ttl-blk .ttl-h1::before {
    content: '';
    display: block;
    width: 38px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 12px
}

.lp-pg .ttl-blk .ttl-right {
    flex: 1;
    position: relative
}

.lp-pg .ttl-blk .img-frame {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 44px -2px #57598421
}

.lp-pg .ttl-blk .img-frame img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: saturate(1.15) sepia(0.18) brightness(0.97);
    transition: filter .12s ease-out
}

.lp-pg .ttl-blk .img-frame::before,
.lp-pg .ttl-blk .img-frame::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: #575984;
    border-style: solid;
    z-index: 2
}

.lp-pg .ttl-blk .img-frame::before {
    top: 8px;
    left: 8px;
    border-width: 2px 0 0 2px
}

.lp-pg .ttl-blk .img-frame::after {
    bottom: 8px;
    right: 8px;
    border-width: 0 2px 2px 0
}

.lp-pg .ttl-blk .anchor-mark {
    position: absolute;
    top: -12px;
    right: -24px;
    font-size: 120px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 2px #5759841f;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    animation: slow-spin 18s linear infinite
}

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

    to {
        transform: rotate(360deg)
    }
}

.lp-pg .divider-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 52px
}

.lp-pg .divider-a .div-line {
    width: 40px;
    height: 2px;
    background: #AEABA0;
    border-radius: 1px
}

.lp-pg .divider-a .div-dot {
    width: 8px;
    height: 8px;
    background: #F3E5CC;
    border: 2px solid #575984;
    border-radius: 1px;
    transform: rotate(45deg)
}

.lp-pg .cards-sec {
    padding: 0 0 96px;
    background: #fff
}

.lp-pg .cards-sec .sec-label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #AEABA0;
    text-transform: uppercase;
    margin-bottom: 24px
}

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

.lp-pg .prog-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 18px -2px #5759841a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .1s ease-out, transform .1s ease-out
}

.lp-pg .prog-card:hover {
    box-shadow: 0 12px 44px -2px #57598421;
    transform: translateY(-3px)
}

.lp-pg .prog-card .card-img-wrap {
    position: relative;
    overflow: hidden
}

.lp-pg .prog-card .card-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .14s ease-out
}

.lp-pg .prog-card:hover .card-img-wrap img {
    transform: scale(1.03)
}

.lp-pg .prog-card .card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #575984;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .01em;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px -2px #5759840f
}

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

.lp-pg .prog-card .card-ttl {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2a3d;
    margin: 0;
    position: relative
}

.lp-pg .prog-card .card-ttl::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 12px
}

.lp-pg .prog-card .card-desc {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #4a4a5e;
    margin: 0;
    flex: 1
}

.lp-pg .prog-card .card-desc .first-word {
    text-transform: uppercase;
    color: #575984;
    font-size: 14px
}

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

.lp-pg .prog-card .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.2;
    color: #AEABA0;
    letter-spacing: .01em
}

.lp-pg .prog-card .meta-item .mdi {
    font-size: 14px;
    color: #AEABA0
}

.lp-pg .prog-card .card-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #F3E5CC
}

.lp-pg .prog-card .card-price {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #575984;
    font-weight: 700
}

.lp-pg .prog-card .card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #575984;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .09s linear, box-shadow .09s linear;
    box-shadow: 0 2px 6px -2px #5759840f
}

.lp-pg .prog-card .card-link:hover {
    background: #3e4070;
    box-shadow: 0 4px 18px -2px #5759841a
}

.lp-pg .prog-card .card-link:focus {
    outline: 2px solid #575984;
    outline-offset: 2px
}

.lp-pg .divider-b {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #AEABA0 30%, #AEABA0 70%, transparent);
    margin: 0 0 52px
}

.lp-pg .why-sec {
    padding: 52px 0 96px;
    background: linear-gradient(to bottom, #F3E5CC, transparent);
    position: relative
}

.lp-pg .why-sec .bg-tex {
    position: absolute;
    inset: 0;
    background-image: url(./graphics_gallery/updated1.jpg);
    background-size: cover;
    background-position: center;
    opacity: .04;
    border-radius: 10px;
    pointer-events: none
}

.lp-pg .why-sec .why-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 52px;
    align-items: start
}

.lp-pg .why-sec .why-label-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-pg .why-sec .why-h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2a3d;
    margin: 0;
    position: relative
}

.lp-pg .why-sec .why-h2::before {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 12px
}

.lp-pg .why-sec .icon-ring {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #575984;
    border-radius: 38px;
    box-shadow: 0 0 0 6px #57598426 inset 0 2px 6px #ffffff2e;
    transition: transform .1s ease-out
}

.lp-pg .why-sec .icon-ring:hover {
    transform: scale(1.07)
}

.lp-pg .why-sec .icon-ring .mdi {
    font-size: 24px;
    color: #fff
}

.lp-pg .why-sec .why-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-pg .why-sec .feat-rows {
    display: grid;
    grid-template-columns: 52px 1fr 52px 1fr;
    gap: 24px;
    align-items: start
}

.lp-pg .why-sec .feat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #F3E5CC;
    border-radius: 22px;
    flex-shrink: 0
}

.lp-pg .why-sec .feat-icon .mdi {
    font-size: 18px;
    color: #575984
}

.lp-pg .why-sec .feat-txt {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a5e;
    margin: 0;
    letter-spacing: .01em
}

.lp-pg .why-sec .feat-txt strong {
    color: #2a2a3d;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 6px
}

.lp-pg .faq-sec {
    padding: 96px 0 52px;
    background: #fff
}

.lp-pg .faq-sec .faq-h2 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2a2a3d;
    margin: 0 0 52px;
    position: relative
}

.lp-pg .faq-sec .faq-h2::before {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 12px
}

.lp-pg .faq-sec .faq-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 52px;
    align-items: start
}

.lp-pg .faq-sec .faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lp-pg .faq-sec .faq-item {
    border-radius: 10px;
    border: 1px solid #F3E5CC;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 6px -2px #5759840f
}

.lp-pg .faq-sec .faq-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.lp-pg .faq-sec .faq-q {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.7;
    color: #2a2a3d;
    letter-spacing: .01em;
    font-weight: 600;
    user-select: none;
    gap: 12px
}

.lp-pg .faq-sec .faq-q:hover {
    background: #faf8f4
}

.lp-pg .faq-sec .faq-icon {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #F3E5CC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .1s ease-out
}

.lp-pg .faq-sec .faq-icon .mdi {
    font-size: 14px;
    color: #575984;
    transition: transform .1s ease-out
}

.lp-pg .faq-sec .faq-ans {
    display: none;
    padding: 0 24px 24px;
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a5e;
    letter-spacing: .01em
}

.lp-pg .faq-sec .faq-item.open .faq-ans {
    display: block !important
}

.lp-pg .faq-sec .faq-item.open .faq-icon {
    background: #575984
}

.lp-pg .faq-sec .faq-item.open .faq-icon .mdi {
    color: #fff;
    transform: rotate(45deg)
}

.lp-pg .faq-sec .faq-side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp-pg .faq-sec .side-card {
    background: linear-gradient(to bottom, #575984, #57598400);
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 4px 18px -2px #5759841a
}

.lp-pg .faq-sec .side-card .side-h4 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: .01em
}

.lp-pg .faq-sec .side-card .side-p {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffffd9;
    margin: 0 0 24px;
    letter-spacing: .01em
}

.lp-pg .faq-sec .side-card .side-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #575984;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .02em;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background .09s linear;
    border: none;
    cursor: pointer
}

.lp-pg .faq-sec .side-card .side-btn:hover {
    background: #F3E5CC
}

.lp-pg .shake-target {
    animation: attn-shake .08s ease-out 3s 4 alternate
}

@keyframes attn-shake {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-4px) rotate(-1deg)
    }

    75% {
        transform: translateX(4px) rotate(1deg)
    }

    100% {
        transform: translateX(0)
    }
}

@media (max-width: 992px) {
    .lp-pg .ttl-blk .ttl-inner {
        flex-direction: column;
        gap: 24px
    }

    .lp-pg .ttl-blk .ttl-left {
        flex: none;
        width: 100%
    }

    .lp-pg .ttl-blk .ttl-h1 {
        font-size: 46px
    }

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

    .lp-pg .why-sec .why-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lp-pg .why-sec .feat-rows {
        grid-template-columns: 52px 1fr
    }

    .lp-pg .faq-sec .faq-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@media (max-width: 576px) {
    .lp-pg .ttl-blk {
        padding: 52px 0 24px
    }

    .lp-pg .ttl-blk .ttl-h1 {
        font-size: 24px
    }

    .lp-pg .why-sec .why-h2,
    .lp-pg .faq-sec .faq-h2 {
        font-size: 24px
    }

    .lp-pg .prog-card .card-ttl {
        font-size: 14px
    }

    .lp-pg .prog-card .card-price {
        font-size: 14px
    }

    .lp-pg .prog-card .card-foot {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

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

.suc-pg .suc-wrap {
    max-width: 560px;
    width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 22px;
    padding: 52px;
    box-shadow: 0 12px 44px -2px #57598421
}

.suc-pg .suc-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    display: block
}

.suc-pg .suc-line {
    width: 36px;
    height: 3px;
    background: #575984;
    border-radius: 1px;
    margin-bottom: 24px
}

.suc-pg .suc-title {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #2b2c3e;
    margin: 0 0 12px
}

.suc-pg .suc-sub {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #575984;
    margin: 0 0 24px
}

.suc-pg .suc-body {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .02em;
    color: #3c3d52;
    margin: 0 0 52px
}

.suc-pg .suc-body .suc-accent {
    text-transform: uppercase;
    color: #575984;
    font-size: 14px;
    letter-spacing: .02em
}

.suc-pg .suc-divider {
    width: 100%;
    height: 1px;
    background: #F3E5CC;
    border-radius: 1px;
    margin-bottom: 24px
}

.suc-pg .suc-meta {
    font-size: 14px;
    line-height: 1.7;
    color: #AEABA0;
    letter-spacing: .01em;
    margin: 0 0 24px
}

.suc-pg .suc-meta a {
    color: #575984;
    text-decoration: none;
    border-bottom: 1px solid #5759844d;
    transition: border-color .1s ease-out, color .1s ease-out
}

.suc-pg .suc-meta a:hover {
    color: #2b2c3e;
    border-bottom-color: #2b2c3e
}

.suc-pg .suc-btn {
    display: inline-block;
    background: #575984;
    color: #fff;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.2;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 18px -2px #5759841a;
    transition: background .12s ease-out, box-shadow .12s ease-out
}

.suc-pg .suc-btn:hover {
    background: #3f4168;
    box-shadow: 0 12px 44px -2px #57598421
}

.suc-pg .suc-btn:active {
    background: #2b2c3e
}

@media (max-width: 576px) {
    .suc-pg {
        padding: 52px 12px
    }

    .suc-pg .suc-wrap {
        padding: 24px;
        border-radius: 10px
    }

    .suc-pg .suc-title {
        font-size: 24px
    }

    .suc-pg .suc-sub {
        font-size: 14px
    }
}