html {
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    overscroll-behavior: contain;
    overflow-x: hidden;
    font-family: 'Roboto Slab', Georgia, serif
}

.hd-wrap {
    background: linear-gradient(135deg, #FCFAFB 0%, #f3e8ed 60%, #D6B1B2 100%);
    border-bottom: 2px solid #A73F6C;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    position: relative
}

.hd-brand {
    display: flex;
    justify-content: center;
    padding: 32px 56px 16px;
    border-bottom: 1px solid #a73f6c1f
}

.hd-logobox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 6px 2px 6px 2px;
    background: #FCFAFB;
    box-shadow: -1px 1px 2px 0 #a73f6c0f -1px 5px 22px 0 #a73f6c1a;
    outline: 2px solid #a73f6c2e;
    outline-offset: 2px;
    text-decoration: none;
    flex-shrink: 0
}

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

.hd-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 56px 32px;
    max-width: 1500px;
    margin: 0 auto
}

.hd-nav a {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #3a1624;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1), background-color .12s cubic-bezier(0.4, 0, 1, 1), border-color .18s cubic-bezier(0.4, 0, 1, 1);
    white-space: nowrap
}

.hd-nav a:hover {
    color: #A73F6C;
    background-color: #a73f6c0f;
    border-color: #a73f6c38
}

.hd-nav a:focus-visible {
    outline: 3px solid #A73F6C;
    outline-offset: 2px
}

.hd-nav a.active {
    color: #A73F6C;
    font-weight: 700;
    border-color: #a73f6c4d;
    background-color: #a73f6c12
}

.hd-nav .navdivider {
    width: 1px;
    height: 16px;
    background: #a73f6c40;
    display: inline-block;
    flex-shrink: 0
}

.ft-wrap {
    background: linear-gradient(160deg, #3a1624 0%, #5c2238 55%, #A73F6C 100%);
    color: #FCFAFB;
    padding: 56px 56px 32px
}

.ft-grid {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid #d6b1b233
}

.ft-col-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #D6B1B2;
    margin-bottom: 16px;
    display: block
}

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

.ft-links li a {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafbcc;
    text-decoration: none;
    transition: color .14s cubic-bezier(0.4, 0, 1, 1)
}

.ft-links li a:hover {
    color: #FCFAFB
}

.ft-links li a:focus-visible {
    outline: 3px solid #A73F6C;
    outline-offset: 2px
}

.ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px
}

.ft-contact-item i {
    font-size: 16px;
    color: #D6B1B2;
    margin-top: 2px;
    flex-shrink: 0
}

.ft-contact-item span {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafbcc
}

.ft-contact-item a {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafbcc;
    text-decoration: none;
    transition: color .14s cubic-bezier(0.4, 0, 1, 1)
}

.ft-contact-item a:hover {
    color: #FCFAFB
}

.ft-contact-item a:focus-visible {
    outline: 3px solid #A73F6C;
    outline-offset: 2px
}

.ft-bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.ft-copy {
    font-size: 13px;
    line-height: 1.4;
    color: #d6b1b2b3
}

.ft-logoanchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 2px 6px 2px 6px;
    background: #fcfafb14;
    box-shadow: -1px 1px 2px 0 #a73f6c0f -1px 5px 22px 0 #a73f6c1a;
    outline: 1px solid #d6b1b24d;
    outline-offset: 2px;
    text-decoration: none;
    transition: background-color .16s cubic-bezier(0.4, 0, 1, 1)
}

.ft-logoanchor:hover {
    background: #fcfafb24
}

.ft-logoanchor:focus-visible {
    outline: 3px solid #A73F6C;
    outline-offset: 2px
}

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

.ft-prefs-link {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.4;
    color: #d6b1b2b3;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ft-prefs-link:hover {
    color: #D6B1B2
}

.ft-prefs-link:focus-visible {
    outline: 3px solid #A73F6C;
    outline-offset: 2px
}

.ck-popup {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 2000;
    width: 320px;
    background: #FCFAFB;
    border-radius: 6px;
    box-shadow: -1px 8px 60px 0 #a73f6c1c -1px 5px 22px 0 #a73f6c1a;
    border: 1px solid #a73f6c2e;
    padding: 32px;
    display: none
}

.ck-popup p {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    line-height: 1.6;
    color: #3a1624;
    margin: 0 0 16px
}

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

.ck-btns button {
    font-family: 'Roboto Slab', Georgia, serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
    flex: 1;
    border: 2px solid #A73F6C;
    background: transparent;
    color: #A73F6C;
    transition: background-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
    min-height: 44px
}

.ck-btns button:hover {
    background-color: #A73F6C;
    color: #FCFAFB
}

.ck-btns button:focus-visible {
    outline: 3px solid #A73F6C;
    outline-offset: 2px
}

.legal-data {
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 32px;
    color: #2a1a22
}

.legal-data p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 16px;
    color: #2a1a22
}

.legal-data ul,
.legal-data ol {
    margin: 16px 0 16px 32px;
    padding: 0
}

.legal-data ul {
    list-style-type: disc
}

.legal-data ol {
    list-style-type: decimal
}

.legal-data li {
    font-size: 13px;
    line-height: 1.9;
    color: #2a1a22;
    margin-bottom: 8px;
    padding-left: 8px
}

.legal-data li::marker {
    color: #A73F6C
}

.legal-data strong,
.legal-data b {
    font-weight: 700;
    color: #1e1018
}

.legal-data em,
.legal-data i {
    font-style: italic;
    color: #3d1f2e
}

.legal-data table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -1px 1px 2px 0 #a73f6c0f -1px 5px 22px 0 #a73f6c1a
}

.legal-data thead {
    background-color: #A73F6C
}

.legal-data thead th {
    color: #FCFAFB;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 16px;
    text-align: left;
    border: none
}

.legal-data tbody {
    background-color: #FCFAFB
}

.legal-data tbody tr {
    border-bottom: 1px solid #d6b1b259;
    transition: background-color .12s cubic-bezier(0.4, 0, 1, 1)
}

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

.legal-data tbody tr:hover {
    background-color: #d6b1b21f
}

.legal-data td {
    font-size: 13px;
    line-height: 1.6;
    color: #2a1a22;
    padding: 16px;
    vertical-align: top;
    border-right: 1px solid #d6b1b240
}

.legal-data td:last-child {
    border-right: none
}

.legal-data hr {
    border: none;
    border-top: 1px solid #d6b1b280;
    margin: 32px 0
}

.legal-data div {
    margin-bottom: 16px
}

.legal-data ul ul,
.legal-data ol ol,
.legal-data ul ol,
.legal-data ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.lrndtl {
    background: #FCFAFB;
    color: #1e1012;
    overflow-x: hidden
}

.lrndtl .titblock {
    position: relative;
    padding: 56px 32px;
    background: #2a0d1a;
    overflow: hidden
}

.lrndtl .titblock::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 320px;
    height: 320px;
    background: #a73f6c2e;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none
}

.lrndtl .titblock::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 80px;
    width: 260px;
    height: 260px;
    background: #d6b1b21a;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none
}

.lrndtl .titblock-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px
}

.lrndtl .titblock-text {
    flex: 1 1 0
}

.lrndtl .titblock-label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .08em;
    color: #D6B1B2;
    text-transform: uppercase;
    margin-bottom: 16px;
    border: 1px solid #d6b1b24d;
    border-radius: 2px;
    padding: 4px 8px
}

.lrndtl .titblock-h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #FCFAFB;
    margin: 0 0 32px
}

.lrndtl .titblock-h1 em {
    color: #A73F6C;
    font-style: normal
}

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

.lrndtl .titblock-price {
    font-size: 38px;
    line-height: 1.2;
    color: #FCFAFB;
    font-weight: 700
}

.lrndtl .titblock-price span {
    font-size: 13px;
    color: #D6B1B2;
    font-weight: 400;
    display: block;
    line-height: 1.4
}

.lrndtl .titblock-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.lrndtl .btn-enrol {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    line-height: 1.4;
    padding: 12px 32px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    transition: background .18s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.lrndtl .btn-enrol:hover {
    background: #8e3459;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.lrndtl .btn-enrol:focus {
    outline: 2px solid #D6B1B2;
    outline-offset: 2px
}

.lrndtl .btn-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid #d6b1b266;
    border-radius: 6px;
    color: #D6B1B2;
    cursor: pointer;
    font-size: 13px;
    transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), color .14s cubic-bezier(0.4, 0, 1, 1);
    position: relative
}

.lrndtl .btn-copy:hover {
    border-color: #A73F6C;
    color: #A73F6C
}

.lrndtl .btn-copy:focus {
    outline: 2px solid #D6B1B2;
    outline-offset: 2px
}

.lrndtl .titblock-imgwrap {
    flex: 0 0 420px;
    width: 420px;
    height: 320px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.lrndtl .titblock-imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) contrast(1.1) hue-rotate(0deg);
    mix-blend-mode: normal;
    transition: transform .45s cubic-bezier(0.4, 0, 1, 1)
}

.lrndtl .titblock-imgwrap:hover img {
    transform: scale(1.04)
}

.lrndtl .titblock-imgwrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #a73f6c38 0%, #2a0d1a2e 100%);
    pointer-events: none
}

.lrndtl .divider-asym {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.lrndtl .divider-asym::before {
    content: '';
    display: block;
    width: 56px;
    height: 1px;
    background: #A73F6C;
    flex-shrink: 0
}

.lrndtl .divider-asym::after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    background: #a73f6c2e
}

.lrndtl .bodysec {
    padding: 56px 32px 96px;
    background: #FCFAFB;
    position: relative
}

.lrndtl .bodysec-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 56px;
    align-items: start
}

.lrndtl .bodysec-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.lrndtl .prog-block {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f -1px 5px 22px 0 #a73f6c1a
}

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

.lrndtl .prog-block-shape {
    width: 8px;
    height: 28px;
    background: #A73F6C;
    border-radius: 2px;
    flex-shrink: 0
}

.lrndtl .prog-block-heading {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #2a0d1a;
    margin: 0
}

.lrndtl .prog-content {
    font-size: 13px;
    line-height: 1.9;
    color: #3a1520
}

.lrndtl .prog-content p {
    margin: 0 0 16px
}

.lrndtl .prog-content p:last-child {
    margin-bottom: 0
}

.lrndtl .prog-content h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #2a0d1a;
    margin: 32px 0 16px;
    letter-spacing: -.01em
}

.lrndtl .prog-content strong {
    color: #A73F6C;
    font-weight: 600
}

.lrndtl .prog-content ul,
.lrndtl .prog-content ol {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0
}

.lrndtl .prog-content ul li,
.lrndtl .prog-content ol li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a1520;
    padding: 8px;
    background: #a73f6c0a;
    border-radius: 2px
}

.lrndtl .prog-content ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #A73F6C;
    flex-shrink: 0;
    margin-top: 5px
}

.lrndtl .prog-content ol {
    counter-reset: ol-counter
}

.lrndtl .prog-content ol li {
    counter-increment: ol-counter
}

.lrndtl .prog-content ol li::before {
    content: counter(ol-counter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    line-height: 1;
    flex-shrink: 0;
    font-weight: 600
}

.lrndtl .prog-content dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 16px;
    margin: 16px 0
}

.lrndtl .prog-content dt {
    font-weight: 600;
    color: #A73F6C;
    font-size: 13px;
    line-height: 1.6
}

.lrndtl .prog-content dd {
    font-size: 13px;
    line-height: 1.6;
    color: #3a1520;
    margin: 0
}

.lrndtl .prog-content figure {
    margin: 16px 0
}

.lrndtl .prog-content figcaption {
    font-size: 13px;
    color: #A73F6C;
    line-height: 1.4;
    margin-top: 8px
}

.lrndtl .desc-block {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f -1px 5px 22px 0 #a73f6c1a
}

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

.lrndtl .desc-block-shape {
    width: 8px;
    height: 28px;
    background: #D6B1B2;
    border-radius: 2px;
    flex-shrink: 0
}

.lrndtl .desc-block-heading {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #2a0d1a;
    margin: 0
}

.lrndtl .desc-content {
    font-size: 13px;
    line-height: 1.9;
    color: #3a1520
}

.lrndtl .desc-content p {
    margin: 0 0 16px
}

.lrndtl .desc-content p:last-child {
    margin-bottom: 0
}

.lrndtl .desc-content h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #2a0d1a;
    margin: 32px 0 16px;
    letter-spacing: -.01em
}

.lrndtl .desc-content h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #2a0d1a;
    margin: 24px 0 16px
}

.lrndtl .desc-content em {
    color: #A73F6C;
    font-style: italic
}

.lrndtl .desc-content small {
    font-size: 13px;
    color: #7a4050;
    line-height: 1.4
}

.lrndtl .desc-content ol {
    padding-left: 0;
    list-style: none;
    counter-reset: desc-counter;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0
}

.lrndtl .desc-content ol li {
    counter-increment: desc-counter;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a1520
}

.lrndtl .desc-content ol li::before {
    content: counter(desc-counter) ".";
    color: #A73F6C;
    font-weight: 600;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 1.6
}

.lrndtl .desc-content blockquote {
    border-left: none;
    border-top: 2px solid #A73F6C;
    margin: 16px 0;
    padding: 16px;
    background: #a73f6c0d;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.9;
    color: #2a0d1a
}

.lrndtl .desc-content details {
    border: 1px solid #a73f6c33;
    border-radius: 6px;
    margin: 8px 0;
    overflow: hidden
}

.lrndtl .desc-content summary {
    padding: 12px 16px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
    color: #2a0d1a;
    cursor: pointer;
    background: #a73f6c0a;
    list-style: none;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1)
}

.lrndtl .desc-content summary:hover {
    background: #a73f6c17
}

.lrndtl .desc-content details[open] summary {
    border-bottom: 1px solid #a73f6c26
}

.lrndtl .desc-content details> :not(summary) {
    padding: 16px;
    font-size: 13px;
    line-height: 1.9
}

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

.lrndtl .sidebar-card {
    background: #2a0d1a;
    border-radius: 6px;
    padding: 32px;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.lrndtl .sidebar-card-label {
    font-size: 13px;
    line-height: 1.4;
    color: #D6B1B2;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.lrndtl .sidebar-card-price {
    font-size: 38px;
    line-height: 1.2;
    color: #FCFAFB;
    font-weight: 700;
    margin-bottom: 32px
}

.lrndtl .sidebar-card-price sub {
    font-size: 13px;
    font-weight: 400;
    color: #D6B1B2;
    vertical-align: baseline
}

.lrndtl .sidebar-enrol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    line-height: 1.4;
    padding: 14px 32px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    transition: background .18s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
    margin-bottom: 16px
}

.lrndtl .sidebar-enrol:hover {
    background: #8e3459;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.lrndtl .sidebar-enrol:focus {
    outline: 2px solid #D6B1B2;
    outline-offset: 2px
}

.lrndtl .sidebar-consult {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: #D6B1B2;
    font-size: 13px;
    line-height: 1.4;
    padding: 12px 32px;
    border-radius: 6px;
    border: 1px solid #d6b1b266;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), color .14s cubic-bezier(0.4, 0, 1, 1)
}

.lrndtl .sidebar-consult:hover {
    border-color: #D6B1B2;
    color: #FCFAFB
}

.lrndtl .sidebar-consult:focus {
    outline: 2px solid #D6B1B2;
    outline-offset: 2px
}

.lrndtl .pyramid-block {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f -1px 5px 22px 0 #a73f6c1a
}

.lrndtl .pyramid-head {
    font-size: 13px;
    line-height: 1.4;
    color: #2a0d1a;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: .04em;
    text-transform: uppercase
}

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

.lrndtl .pyramid-layer {
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1.4;
    color: #FCFAFB;
    font-weight: 500;
    text-align: center;
    padding: 10px 8px;
    transition: opacity .14s cubic-bezier(0.4, 0, 1, 1)
}

.lrndtl .pyramid-layer:hover {
    opacity: .85
}

.lrndtl .pyramid-layer.l1 {
    width: 60%;
    background: #A73F6C
}

.lrndtl .pyramid-layer.l2 {
    width: 72%;
    background: #b8486f
}

.lrndtl .pyramid-layer.l3 {
    width: 84%;
    background: #c45a7a
}

.lrndtl .pyramid-layer.l4 {
    width: 96%;
    background: #d07090
}

.lrndtl .sidebar-links {
    background: #a73f6c0f;
    border-radius: 6px;
    padding: 16px
}

.lrndtl .sidebar-links-head {
    font-size: 13px;
    line-height: 1.4;
    color: #2a0d1a;
    font-weight: 600;
    margin-bottom: 16px
}

.lrndtl .sidebar-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrndtl .sidebar-links ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.lrndtl .sidebar-links ul li a {
    font-size: 13px;
    line-height: 1.6;
    color: #A73F6C;
    text-decoration: none;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.lrndtl .sidebar-links ul li a:hover {
    color: #2a0d1a
}

.lrndtl .sidebar-links ul li i {
    color: #D6B1B2;
    font-size: 13px
}

.lrndtl .curl-deco {
    position: absolute;
    top: 32px;
    right: 56px;
    width: 80px;
    height: 80px;
    opacity: .06;
    pointer-events: none
}

@keyframes shadowdrift {
    0% {
        transform: translate(0, 0) scale(1)
    }

    40% {
        transform: translate(40px, 20px) scale(1.08)
    }

    70% {
        transform: translate(-20px, 35px) scale(0.95)
    }

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

.lrndtl .bodysec-bg-accent {
    position: absolute;
    top: 56px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: #a73f6c0d;
    border-radius: 50%;
    filter: blur(60px);
    animation: shadowdrift 14s 2s infinite;
    pointer-events: none
}

@media (max-width: 1100px) {
    .lrndtl .bodysec-inner {
        grid-template-columns: 1fr
    }

    .lrndtl .sidebar {
        position: static
    }

    .lrndtl .titblock-imgwrap {
        flex: 0 0 300px;
        width: 300px;
        height: 240px
    }
}

@media (max-width: 720px) {
    .lrndtl .titblock-inner {
        flex-direction: column;
        gap: 32px
    }

    .lrndtl .titblock-imgwrap {
        width: 100%;
        flex: none;
        height: 220px
    }

    .lrndtl .titblock-h1 {
        font-size: 38px
    }

    .lrndtl .titblock-price {
        font-size: 28px
    }
}

@media print {
    .lrndtl .titblock {
        background: #fff;
        padding: 16px 0
    }

    .lrndtl .titblock::before,
    .lrndtl .titblock::after {
        display: none
    }

    .lrndtl .titblock-h1 {
        color: #000;
        font-size: 28px
    }

    .lrndtl .titblock-h1 em {
        color: #A73F6C
    }

    .lrndtl .titblock-label {
        color: #555;
        border-color: #ccc
    }

    .lrndtl .titblock-price {
        color: #000
    }

    .lrndtl .titblock-price span {
        color: #555
    }

    .lrndtl .titblock-actions {
        display: none
    }

    .lrndtl .titblock-imgwrap {
        display: none
    }

    .lrndtl .bodysec {
        padding: 16px 0
    }

    .lrndtl .bodysec-inner {
        grid-template-columns: 1fr
    }

    .lrndtl .sidebar {
        display: none
    }

    .lrndtl .prog-block,
    .lrndtl .desc-block {
        box-shadow: none;
        border: 1px solid #ddd;
        padding: 16px
    }

    .lrndtl .bodysec-bg-accent,
    .lrndtl .curl-deco {
        display: none
    }

    .lrndtl .divider-asym {
        display: none
    }
}

.ctus {
    background: #FCFAFB;
    overflow-x: clip
}

.ctus .titbar {
    background: linear-gradient(170deg, #A73F6C 0%, #a73f6c00 100%);
    padding: 56px 32px;
    position: relative
}

.ctus .titbar::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #A73F6C 0%, #D6B1B2 60%, transparent 100%)
}

.ctus .titbar-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px
}

.ctus .titbar-text {
    flex: 1
}

.ctus .titbar-tag {
    display: inline-block;
    background: #a73f6c2e;
    color: #FCFAFB;
    font-size: 13px;
    letter-spacing: .08em;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 16px;
    border: 1px solid #fcfafb40
}

.ctus .titbar-text h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #FCFAFB;
    margin: 0 0 16px
}

.ctus .titbar-text h1 span {
    color: #D6B1B2
}

.ctus .titbar-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafbd1;
    max-width: 480px;
    margin: 0
}

.ctus .titbar-img {
    flex: 0 0 340px;
    width: 340px;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.ctus .titbar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .titbar-img:hover img {
    transform: scale(1.04)
}

.ctus .titbar-img::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a73f6c61 0%, transparent 60%);
    border-radius: 6px;
    pointer-events: none
}

.ctus .titbar-img::before {
    content: '';
    display: block;
    position: absolute;
    inset: 8px;
    border: 1px solid #fcfafb38;
    border-radius: 6px;
    z-index: 1;
    pointer-events: none
}

.ctus .formblock {
    padding: 96px 32px;
    background: #FCFAFB;
    position: relative
}

.ctus .formblock::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #D6B1B2 40%, transparent 100%);
    transform: skewX(-8deg)
}

.ctus .formblock-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 56px;
    align-items: start
}

.ctus .forminfo {
    position: sticky;
    top: 32px
}

.ctus .forminfo-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .06em;
    margin-bottom: 16px
}

.ctus .forminfo-label i {
    font-size: 16px
}

.ctus .forminfo h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1e0d16;
    margin: 0 0 16px
}

.ctus .forminfo h2 span {
    color: #A73F6C
}

.ctus .forminfo-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #3a1f2d;
    margin: 0 0 32px;
    max-width: 360px
}

.ctus .forminfo-desc.narrow {
    max-width: 260px
}

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

.ctus .contactlist li {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: start;
    gap: 8px
}

.ctus .contactlist li .icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #a73f6c14;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A73F6C;
    font-size: 16px;
    flex-shrink: 0
}

.ctus .contactlist li .detail {
    display: flex;
    flex-direction: column;
    gap: 0
}

.ctus .contactlist li .detail span {
    font-size: 13px;
    line-height: 1.4;
    color: #3a1f2d
}

.ctus .contactlist li .detail a {
    font-size: 13px;
    line-height: 1.4;
    color: #A73F6C;
    text-decoration: none;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .contactlist li .detail a:hover {
    color: #7a2d4f
}

.ctus .infocard {
    background: #a73f6c0d;
    border: 1px solid #a73f6c24;
    border-radius: 6px;
    padding: 16px;
    position: relative
}

.ctus .infocard::before {
    content: '';
    display: block;
    position: absolute;
    inset: 4px;
    border: 1px solid #a73f6c12;
    border-radius: 6px;
    pointer-events: none
}

.ctus .infocard p {
    font-size: 13px;
    line-height: 1.6;
    color: #3a1f2d;
    margin: 0
}

.ctus .formwrap {
    background: #fff;
    border: 1px solid #a73f6c1f;
    border-radius: 6px;
    padding: 32px;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    position: relative
}

.ctus .formwrap::before {
    content: '';
    display: block;
    position: absolute;
    inset: 6px;
    border: 1px solid #a73f6c0f;
    border-radius: 6px;
    pointer-events: none
}

.ctus .formwrap-tag {
    position: absolute;
    top: -1px;
    right: 24px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 0 0 6px 6px;
    letter-spacing: .04em
}

.ctus form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px
}

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

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

.ctus .fgroup label {
    font-size: 13px;
    line-height: 1.4;
    color: #3a1f2d;
    font-weight: 600
}

.ctus .fgroup input[type="text"],
.ctus .fgroup input[type="email"],
.ctus .fgroup input[type="tel"] {
    height: 44px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #a73f6c38 !important;
    background: #FCFAFB;
    font-size: 13px;
    color: #1e0d16;
    outline: none;
    box-shadow: inset 0 1px 3px #a73f6c0f;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
    width: 100%;
    box-sizing: border-box
}

.ctus .fgroup input[type="text"]:focus,
.ctus .fgroup input[type="email"]:focus,
.ctus .fgroup input[type="tel"]:focus {
    border-color: #A73F6C !important;
    box-shadow: inset 0 1px 3px #a73f6c14 0 0 0 2px #a73f6c1a
}

.ctus .fgroup input::placeholder {
    color: #a73f6c59;
    transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .fgroup input:focus::placeholder {
    opacity: 0
}

.ctus .sizelabel {
    font-size: 13px;
    line-height: 1.4;
    color: #3a1f2d;
    font-weight: 600;
    margin-bottom: 8px
}

.ctus .sizeopts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.ctus .sizeopts label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #a73f6c33;
    background: #FCFAFB;
    font-size: 13px;
    color: #3a1f2d;
    cursor: pointer;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
    user-select: none
}

.ctus .sizeopts label:hover {
    border-color: #A73F6C;
    background: #a73f6c0d
}

.ctus .sizeopts input[type="radio"] {
    accent-color: #A73F6C;
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.ctus .privacyrow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background: #a73f6c08;
    border-radius: 6px;
    border: 1px solid #a73f6c1a
}

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

.ctus .privacyrow span {
    font-size: 13px;
    line-height: 1.6;
    color: #3a1f2d
}

.ctus .privacyrow span a {
    color: #A73F6C;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .privacyrow span a:hover {
    color: #7a2d4f
}

.ctus .submitrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.ctus .submitbtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    letter-spacing: .05em;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .submitbtn:hover {
    background: #7a2d4f;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.ctus .submitbtn:focus {
    outline: 2px solid #A73F6C;
    outline-offset: 3px
}

.ctus .submitbtn:active {
    background: #5e2039
}

.ctus .submitbtn i {
    font-size: 16px
}

.ctus .submitnote {
    font-size: 13px;
    line-height: 1.4;
    color: #3a1f2d8c;
    max-width: 200px
}

@keyframes shadowbuild {
    from {
        box-shadow: -1px 1px 2px 0 #a73f6c00
    }

    to {
        box-shadow: -1px 5px 22px 0 #a73f6c1a
    }
}

.ctus .formwrap {
    animation: shadowbuild .5s cubic-bezier(0.4, 0, 1, 1) forwards
}

@keyframes shadowbuildcard {
    from {
        box-shadow: -1px 1px 2px 0 #a73f6c00
    }

    to {
        box-shadow: -1px 8px 60px 0 #a73f6c1c
    }
}

.ctus .titbar-img {
    animation: shadowbuildcard .45s cubic-bezier(0.4, 0, 1, 1) forwards
}

@media (max-width: 1024px) {
    .ctus .titbar-inner {
        flex-direction: column;
        gap: 32px
    }

    .ctus .titbar-img {
        flex: none;
        width: 100%;
        max-width: 480px;
        height: 220px
    }

    .ctus .formblock-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctus .forminfo {
        position: static
    }
}

@media (max-width: 640px) {
    .ctus .titbar-text h1 {
        font-size: 38px
    }

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

    .ctus .submitrow {
        flex-direction: column;
        align-items: flex-start
    }

    .ctus .sizeopts {
        flex-direction: column
    }

    .ctus .formwrap {
        padding: 32px 16px
    }
}

.consult {
    background: #FCFAFB;
    overflow-x: clip
}

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

.consult .titleblock .textside {
    padding: 96px 56px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
    background: #FCFAFB
}

.consult .titleblock .textside .eyebrow {
    display: flex;
    align-items: center;
    gap: 8px
}

.consult .titleblock .textside .eyebrow span {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #A73F6C;
    font-weight: 600
}

.consult .titleblock .textside .eyebrow .eyeline {
    width: 32px;
    height: 2px;
    background: #A73F6C;
    display: block
}

.consult .titleblock .textside h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin: 0;
    font-weight: 700
}

.consult .titleblock .textside h1 em {
    color: #A73F6C;
    font-style: normal
}

.consult .titleblock .textside .desc {
    font-size: 13px;
    line-height: 1.9;
    color: #3a2d32;
    max-width: 480px;
    margin: 0
}

.consult .titleblock .textside .decmark {
    position: absolute;
    bottom: 32px;
    left: 56px;
    font-size: 180px;
    line-height: 1;
    color: #a73f6c0f;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.consult .titleblock .imgside {
    position: relative;
    overflow: hidden
}

.consult .titleblock .imgside img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: imgfade .9s cubic-bezier(0.4, 0, 1, 1) both
}

@keyframes imgfade {
    from {
        opacity: 0;
        transform: scale(1.04)
    }

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

.consult .titleblock .imgside .imgoverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #fcfafb00 60%, #fcfafb2e 100%);
    pointer-events: none
}

.consult .cascade-child {
    animation: cascadein .45s cubic-bezier(0.4, 0, 1, 1) both
}

.consult .cascade-child:nth-child(1) {
    animation-delay: .08s
}

.consult .cascade-child:nth-child(2) {
    animation-delay: .18s
}

.consult .cascade-child:nth-child(3) {
    animation-delay: .28s
}

.consult .cascade-child:nth-child(4) {
    animation-delay: .38s
}

@keyframes cascadein {
    from {
        opacity: 0;
        transform: translateY(14px)
    }

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

.consult .splitdiv {
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative
}

.consult .splitdiv::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #D6B1B2 0%, #FCFAFB 100%);
    z-index: 0
}

.consult .splitdiv::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #FCFAFB;
    z-index: 0
}

.consult .splitdiv .sidebar {
    position: relative;
    z-index: 1;
    padding: 96px 32px 96px 56px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.consult .splitdiv .sidebar .sideheadwrap {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.consult .splitdiv .sidebar .shapemark {
    width: 16px;
    height: 16px;
    background: #A73F6C;
    border-radius: 2px;
    transform: rotate(45deg);
    display: block
}

.consult .splitdiv .sidebar h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1b1b1b;
    margin: 0;
    font-weight: 700
}

.consult .splitdiv .sidebar h2 em {
    color: #A73F6C;
    font-style: normal
}

.consult .splitdiv .sidebar .sidedesc {
    font-size: 13px;
    line-height: 1.9;
    color: #3a2d32;
    margin: 0
}

.consult .splitdiv .sidebar .metarow {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.consult .splitdiv .sidebar .metaitem {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.consult .splitdiv .sidebar .metaitem .metaicon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #a73f6c1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.consult .splitdiv .sidebar .metaitem .metaicon i {
    font-size: 18px;
    color: #A73F6C
}

.consult .splitdiv .sidebar .metaitem .metatext {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.consult .splitdiv .sidebar .metaitem .metatext strong {
    font-size: 13px;
    color: #1b1b1b;
    font-weight: 600;
    line-height: 1.4
}

.consult .splitdiv .sidebar .metaitem .metatext span {
    font-size: 13px;
    color: #5a4a50;
    line-height: 1.6
}

.consult .splitdiv .maincol {
    position: relative;
    z-index: 1;
    padding: 96px 56px;
    display: flex;
    flex-direction: column;
    gap: 56px
}

.consult .splitdiv .maincol .thickline {
    width: 56px;
    height: 4px;
    background: #A73F6C;
    border-radius: 2px;
    display: block;
    margin-bottom: 8px
}

.consult .splitdiv .maincol .stepsgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.consult .splitdiv .maincol .stepcard {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.consult .splitdiv .maincol .stepcard:hover {
    box-shadow: -1px 8px 60px 0 #a73f6c1c;
    transform: translateY(-3px)
}

.consult .splitdiv .maincol .stepcard .cardtag {
    position: absolute;
    top: -1px;
    right: 20px;
    background: #A73F6C;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 0 0 6px 6px;
    letter-spacing: .04em
}

.consult .splitdiv .maincol .stepcard h4 {
    font-size: 28px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0;
    font-weight: 700
}

.consult .splitdiv .maincol .stepcard p {
    font-size: 13px;
    line-height: 1.9;
    color: #3a2d32;
    margin: 0
}

.consult .splitdiv .maincol .stepcard .cardlist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.consult .splitdiv .maincol .stepcard .cardlist li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a2d32
}

.consult .splitdiv .maincol .stepcard .cardlist li i {
    color: #A73F6C;
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0
}

.consult .splitdiv .maincol .ratingrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 32px;
    background: linear-gradient(135deg, #d6b1b22e 0%, #fcfafbcc 100%);
    border-radius: 6px;
    border: 1px solid #a73f6c1f
}

.consult .splitdiv .maincol .ratingrow .ratingnum {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 800;
    color: #A73F6C;
    letter-spacing: -.03em
}

.consult .splitdiv .maincol .ratingrow .ratingdetail {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.consult .splitdiv .maincol .ratingrow .stars {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.consult .splitdiv .maincol .ratingrow .stars i {
    color: #A73F6C;
    font-size: 18px
}

.consult .splitdiv .maincol .ratingrow .ratinglabel {
    font-size: 13px;
    color: #5a4a50;
    line-height: 1.6
}

.consult .splitdiv .maincol .ratingrow .ratinglabel strong {
    color: #1b1b1b
}

.consult .splitdiv .maincol .ratingrow .divv {
    width: 1px;
    height: 64px;
    background: #a73f6c2e;
    flex-shrink: 0
}

.consult .splitdiv .maincol .ratingrow .reviewcards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.consult .splitdiv .maincol .ratingrow .reviewcard {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.consult .splitdiv .maincol .ratingrow .reviewcard .revname {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.4
}

.consult .splitdiv .maincol .ratingrow .reviewcard .revtext {
    font-size: 13px;
    line-height: 1.6;
    color: #3a2d32;
    margin: 0
}

.consult .splitdiv .maincol .contactrow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.consult .splitdiv .maincol .contactcard {
    background: #fff;
    border-radius: 6px;
    padding: 32px 16px;
    text-align: center;
    box-shadow: -1px 1px 2px 0 #a73f6c0f;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1);
    border: 1px solid #a73f6c14
}

.consult .splitdiv .maincol .contactcard:hover {
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    transform: translateY(-2px)
}

.consult .splitdiv .maincol .contactcard i {
    font-size: 28px;
    color: #A73F6C
}

.consult .splitdiv .maincol .contactcard .cclabel {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.4
}

.consult .splitdiv .maincol .contactcard .ccval {
    font-size: 13px;
    color: #5a4a50;
    line-height: 1.6;
    word-break: break-all
}

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

    .consult .titleblock .imgside {
        height: 320px
    }

    .consult .splitdiv {
        grid-template-columns: 1fr
    }

    .consult .splitdiv .sidebar {
        padding: 56px 32px
    }

    .consult .splitdiv .maincol {
        padding: 56px 32px
    }

    .consult .splitdiv .maincol .stepsgrid {
        grid-template-columns: 1fr
    }

    .consult .splitdiv .maincol .ratingrow {
        flex-direction: column;
        align-items: flex-start
    }

    .consult .splitdiv .maincol .ratingrow .divv {
        width: 100%;
        height: 1px
    }

    .consult .splitdiv .maincol .contactrow {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .consult .titleblock .textside {
        padding: 56px 16px
    }

    .consult .titleblock .textside h1 {
        font-size: 38px
    }

    .consult .splitdiv .sidebar {
        padding: 56px 16px
    }

    .consult .splitdiv .maincol {
        padding: 56px 16px
    }
}

.lrnprog {
    background: #FCFAFB;
    overflow-x: clip
}

.lrnprog .divider-double {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 0
}

.lrnprog .divider-double span {
    display: block;
    height: 1px;
    background: #D6B1B2;
    opacity: .7
}

.lrnprog .split-hero {
    display: grid;
    grid-template-columns: 3fr 1fr;
    min-height: 480px;
    position: relative
}

.lrnprog .split-hero .hero-text-zone {
    background: #A73F6C;
    padding: 96px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.lrnprog .split-hero .hero-text-zone::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 180px;
    height: 180px;
    border: 1px solid #fcfafb1f;
    transform: rotate(18deg);
    pointer-events: none
}

.lrnprog .split-hero .hero-text-zone::after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: 56px;
    width: 90px;
    height: 90px;
    border: 1px solid #fcfafb1a;
    transform: rotate(34deg);
    pointer-events: none
}

.lrnprog .split-hero .hero-label {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .12em;
    color: #D6B1B2;
    text-transform: uppercase;
    margin-bottom: 16px
}

.lrnprog .split-hero .hero-h1 {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #FCFAFB;
    margin: 0 0 16px
}

.lrnprog .split-hero .hero-h1 em {
    font-style: normal;
    color: #D6B1B2
}

.lrnprog .split-hero .hero-sub {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafbd1;
    max-width: 520px;
    margin: 0
}

.lrnprog .split-hero .hero-accent-col {
    background: #D6B1B2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 56px 16px
}

.lrnprog .split-hero .hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.lrnprog .split-hero .stat-shape {
    width: 72px;
    height: 72px;
    border: 2px solid #A73F6C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 2px
}

.lrnprog .split-hero .stat-num {
    font-size: 28px;
    line-height: 1.2;
    color: #A73F6C;
    font-weight: 700
}

.lrnprog .split-hero .stat-lbl {
    font-size: 13px;
    line-height: 1.4;
    color: #A73F6C;
    text-align: center;
    opacity: .85
}

.lrnprog .programs-grid-sect {
    padding: 96px 56px;
    max-width: 1500px;
    margin: 0 auto
}

.lrnprog .programs-grid-sect .sect-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px
}

.lrnprog .programs-grid-sect .sect-anchor {
    width: 20px;
    height: 20px;
    background: #D6B1B2;
    border-radius: 2px;
    margin-bottom: 16px;
    transform: rotate(45deg)
}

.lrnprog .programs-grid-sect .sect-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #2a1520;
    text-align: center;
    margin: 0 0 8px
}

.lrnprog .programs-grid-sect .sect-h2 em {
    font-style: normal;
    color: #A73F6C
}

.lrnprog .programs-grid-sect .sect-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3545;
    text-align: left;
    max-width: 560px
}

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

.lrnprog .prog-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 1, 1), transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.lrnprog .prog-card:hover {
    box-shadow: -1px 8px 60px 0 #a73f6c1c;
    transform: translateY(-4px)
}

.lrnprog .prog-card .card-img-wrap {
    overflow: hidden;
    height: 220px;
    position: relative
}

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

.lrnprog .prog-card:hover .card-img-wrap img {
    transform: scale(1.06)
}

.lrnprog .prog-card .card-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, #a73f6c38 100%);
    pointer-events: none
}

.lrnprog .prog-card .card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px
}

.lrnprog .prog-card .card-title {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #2a1520;
    margin: 0
}

.lrnprog .prog-card .card-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3545;
    margin: 0;
    flex: 1
}

.lrnprog .prog-card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #D6B1B2
}

.lrnprog .prog-card .card-price {
    font-size: 28px;
    line-height: 1.2;
    color: #A73F6C;
    font-weight: 700;
    letter-spacing: -.02em
}

.lrnprog .prog-card .card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 2px;
    text-decoration: none;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.lrnprog .prog-card .card-link:hover {
    background: #8c3459;
    box-shadow: -1px 5px 22px 0 #a73f6c1a
}

.lrnprog .prog-card .card-link:focus {
    outline: 2px solid #A73F6C;
    outline-offset: 3px
}

.lrnprog .about-block {
    background: #f5e8ee;
    padding: 96px 56px
}

.lrnprog .about-block .about-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 56px;
    align-items: start
}

.lrnprog .about-block .about-label-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px
}

.lrnprog .about-block .about-label {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #A73F6C
}

.lrnprog .about-block .about-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrnprog .about-block .about-icon-list li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: start;
    font-size: 13px;
    line-height: 1.6;
    color: #5a3545
}

.lrnprog .about-block .about-icon-list li i {
    color: #A73F6C;
    font-size: 16px;
    margin-top: 2px
}

.lrnprog .about-block .about-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrnprog .about-block .about-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #2a1520;
    margin: 0 0 8px
}

.lrnprog .about-block .about-h2 em {
    font-style: normal;
    color: #A73F6C
}

.lrnprog .about-block .about-p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3545;
    margin: 0
}

.lrnprog .about-block .about-p.wide {
    max-width: 700px
}

.lrnprog .about-block .about-p.narrow {
    max-width: 480px
}

.lrnprog .approach-block {
    padding: 96px 56px;
    position: relative;
    overflow: hidden;
    background: #FCFAFB
}

.lrnprog .approach-block .deco-lines {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    pointer-events: none
}

.lrnprog .approach-block .deco-lines span {
    position: absolute;
    display: block;
    width: 300px;
    height: 1px;
    background: #D6B1B2;
    opacity: .35;
    transform-origin: right center
}

.lrnprog .approach-block .deco-lines span:nth-child(1) {
    top: 40px;
    right: 0;
    transform: rotate(-30deg)
}

.lrnprog .approach-block .deco-lines span:nth-child(2) {
    top: 70px;
    right: 0;
    transform: rotate(-30deg)
}

.lrnprog .approach-block .deco-lines span:nth-child(3) {
    top: 100px;
    right: 0;
    transform: rotate(-30deg)
}

.lrnprog .approach-block .deco-lines span:nth-child(4) {
    top: 130px;
    right: 0;
    transform: rotate(-30deg)
}

.lrnprog .approach-block .approach-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 56px;
    align-items: start
}

.lrnprog .approach-block .approach-main {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.lrnprog .approach-block .approach-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #2a1520;
    margin: 0
}

.lrnprog .approach-block .approach-h2 em {
    font-style: normal;
    color: #A73F6C
}

.lrnprog .approach-block .approach-p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3545;
    margin: 0
}

.lrnprog .approach-block .approach-p.wide {
    max-width: 600px
}

.lrnprog .approach-block .approach-p.narrow {
    max-width: 420px
}

.lrnprog .approach-block .approach-img-wrap {
    overflow: hidden;
    border-radius: 6px;
    height: 320px;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

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

.lrnprog .approach-block .approach-img-wrap:hover img {
    transform: scale(1.06)
}

.lrnprog .approach-block .approach-side {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.lrnprog .approach-block .metric-ring {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.lrnprog .approach-block .ring-center {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    border: 2px solid #A73F6C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: -1px 5px 22px 0 #a73f6c1a
}

.lrnprog .approach-block .ring-num {
    font-size: 38px;
    line-height: 1.2;
    color: #A73F6C;
    font-weight: 700;
    letter-spacing: -.02em
}

.lrnprog .approach-block .ring-lbl {
    font-size: 13px;
    line-height: 1.4;
    color: #5a3545;
    text-align: center
}

.lrnprog .approach-block .ring-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.lrnprog .approach-block .ring-item {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    line-height: 1.4;
    color: #5a3545;
    padding: 8px;
    background: #f5e8ee;
    border-radius: 2px
}

.lrnprog .approach-block .ring-item i {
    color: #A73F6C;
    font-size: 15px
}

.lrnprog .faq-block {
    background: #2a1520;
    padding: 96px 56px
}

.lrnprog .faq-block .faq-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start
}

.lrnprog .faq-block .faq-label-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 32px
}

.lrnprog .faq-block .faq-anchor {
    width: 16px;
    height: 16px;
    border: 2px solid #A73F6C;
    border-radius: 2px;
    transform: rotate(45deg)
}

.lrnprog .faq-block .faq-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #FCFAFB;
    margin: 0
}

.lrnprog .faq-block .faq-h2 em {
    font-style: normal;
    color: #D6B1B2
}

.lrnprog .faq-block .faq-intro {
    font-size: 13px;
    line-height: 1.6;
    color: #D6B1B2;
    margin: 0
}

.lrnprog .faq-block .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.lrnprog .faq-block .faq-item {
    border-top: 1px solid #d6b1b233
}

.lrnprog .faq-block .faq-item:last-child {
    border-bottom: 1px solid #d6b1b233
}

.lrnprog .faq-block details {
    padding: 0
}

.lrnprog .faq-block details summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #FCFAFB;
    gap: 16px;
    transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.lrnprog .faq-block details summary::-webkit-details-marker {
    display: none
}

.lrnprog .faq-block details summary:hover {
    color: #D6B1B2
}

.lrnprog .faq-block details summary .faq-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid #A73F6C;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A73F6C;
    font-size: 13px;
    transition: background .12s cubic-bezier(0.4, 0, 1, 1)
}

.lrnprog .faq-block details[open] summary .faq-icon {
    background: #A73F6C;
    color: #FCFAFB
}

.lrnprog .faq-block details .faq-answer {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafbbf;
    padding: 0 0 16px;
    margin: 0
}

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

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

.lrnprog .split-hero .hero-label {
    animation: cascadeIn .45s cubic-bezier(0.4, 0, 1, 1) .05s both
}

.lrnprog .split-hero .hero-h1 {
    animation: cascadeIn .45s cubic-bezier(0.4, 0, 1, 1) .15s both
}

.lrnprog .split-hero .hero-sub {
    animation: cascadeIn .45s cubic-bezier(0.4, 0, 1, 1) .25s both
}

.lrnprog .split-hero .hero-stat:nth-child(1) {
    animation: cascadeIn .45s cubic-bezier(0.4, 0, 1, 1) .35s both
}

.lrnprog .split-hero .hero-stat:nth-child(2) {
    animation: cascadeIn .45s cubic-bezier(0.4, 0, 1, 1) .45s both
}

.lrnprog .split-hero .hero-stat:nth-child(3) {
    animation: cascadeIn .45s cubic-bezier(0.4, 0, 1, 1) .55s both
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(32px)
    }

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

.lrnprog .prog-card:nth-child(1) {
    animation: cardReveal .5s cubic-bezier(0.4, 0, 1, 1) .1s both
}

.lrnprog .prog-card:nth-child(2) {
    animation: cardReveal .5s cubic-bezier(0.4, 0, 1, 1) .22s both
}

@media (max-width: 900px) {
    .lrnprog .split-hero {
        grid-template-columns: 1fr
    }

    .lrnprog .split-hero .hero-accent-col {
        flex-direction: row;
        padding: 32px 16px
    }

    .lrnprog .split-hero .hero-h1 {
        font-size: 38px
    }

    .lrnprog .card-grid {
        grid-template-columns: 1fr
    }

    .lrnprog .about-block .about-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lrnprog .approach-block .approach-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lrnprog .faq-block .faq-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lrnprog .faq-block .faq-label-col {
        position: static
    }

    .lrnprog .programs-grid-sect {
        padding: 56px 16px
    }

    .lrnprog .about-block {
        padding: 56px 16px
    }

    .lrnprog .approach-block {
        padding: 56px 16px
    }

    .lrnprog .faq-block {
        padding: 56px 16px
    }

    .lrnprog .split-hero .hero-text-zone {
        padding: 56px 16px
    }
}

.prtl {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #FCFAFB
}

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

.prtl .prtl-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.prtl .titlebk {
    background: #1b0a12;
    position: relative;
    padding: 96px 0 0
}

.prtl .titlebk-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 56px;
    min-height: 520px
}

.prtl .titlebk-text {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 32px 96px 0;
    position: relative;
    z-index: 2
}

.prtl .titlebk-label {
    font-size: 13px;
    color: #D6B1B2;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prtl .titlebk-label span {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #A73F6C
}

.prtl .titlebk-h1 {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #FCFAFB;
    margin: 0 0 32px;
    font-weight: 700
}

.prtl .titlebk-h1 em {
    color: #A73F6C;
    font-style: normal
}

.prtl .titlebk-sub {
    font-size: 13px;
    line-height: 1.9;
    color: #D6B1B2;
    max-width: 520px;
    margin: 0 0 32px
}

.prtl .titlebk-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.prtl .btn-prime {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: -1px 5px 22px 0 #a73f6c1a
}

.prtl .btn-prime:hover {
    background: #8a3059;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.prtl .btn-prime:focus {
    outline: 2px solid #D6B1B2;
    outline-offset: 3px
}

.prtl .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #D6B1B2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 2px;
    border: 1px solid #d6b1b24d;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), color .15s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .btn-outline:hover {
    border-color: #D6B1B2;
    color: #FCFAFB
}

.prtl .titlebk-img {
    flex: .9;
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    min-height: 420px
}

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

.prtl .titlebk-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, #1b0a12b8 0%, #1b0a1200 100%);
    pointer-events: none
}

.prtl .titlebk-wave {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -2px
}

.prtl .approach {
    background: #FCFAFB;
    padding: 96px 0;
    position: relative
}

.prtl .approach-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px
}

.prtl .approach-text {
    flex: 1
}

.prtl .approach-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    background: #A73F6C;
    border-radius: 2px;
    margin-bottom: 16px;
    margin-right: 8px;
    vertical-align: middle
}

.prtl .approach-eyebrow {
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prtl .approach-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #1b0a12;
    margin: 0 0 32px;
    font-weight: 700
}

.prtl .approach-h2 em {
    color: #A73F6C;
    font-style: normal
}

.prtl .approach-body p {
    font-size: 13px;
    line-height: 1.9;
    color: #3a1a26;
    margin: 0 0 16px
}

.prtl .approach-body p.wide {
    max-width: 100%
}

.prtl .approach-body p.narrow {
    max-width: 78%
}

.prtl .approach-cluster {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.prtl .approach-card {
    background: #FCFAFB;
    border: 1px solid #a73f6c1f;
    border-radius: 6px;
    padding: 32px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 1, 1), border-color .18s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .approach-card:hover {
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    border-color: #a73f6c40
}

.prtl .approach-card-icon {
    width: 36px;
    height: 36px;
    background: #a73f6c14;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #A73F6C;
    font-size: 18px
}

.prtl .approach-card h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1b0a12;
    margin: 0 0 8px;
    line-height: 1.4;
    letter-spacing: .01em
}

.prtl .approach-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a2d3e;
    margin: 0
}

.prtl .invest {
    background: linear-gradient(180deg, #2a0e1c 0%, #1b0a12 100%);
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.prtl .invest-blob {
    position: absolute;
    top: -60px;
    right: -80px;
    width: 420px;
    height: 380px;
    background: #a73f6c12;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    pointer-events: none
}

.prtl .invest-blob2 {
    position: absolute;
    bottom: -40px;
    left: -60px;
    width: 320px;
    height: 280px;
    background: #d6b1b20d;
    border-radius: 45% 55% 40% 60% / 55% 45% 60% 40%;
    pointer-events: none
}

.prtl .invest-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.prtl .invest-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 32px
}

.prtl .invest-eyebrow {
    font-size: 13px;
    color: #D6B1B2;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prtl .invest-eyebrow span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #A73F6C
}

.prtl .invest-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #FCFAFB;
    margin: 0;
    font-weight: 700
}

.prtl .invest-h2 em {
    color: #A73F6C;
    font-style: normal
}

.prtl .invest-desc {
    font-size: 13px;
    line-height: 1.9;
    color: #D6B1B2;
    max-width: 420px;
    margin: 0
}

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

.prtl .invest-tier {
    border: 1px solid #d6b1b226;
    border-radius: 6px;
    padding: 32px;
    position: relative;
    transition: border-color .16s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .invest-tier:hover {
    border-color: #d6b1b259
}

.prtl .invest-tier.featured {
    border-color: #a73f6c99;
    background: #a73f6c12
}

.prtl .invest-tier-badge {
    font-size: 13px;
    color: #A73F6C;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.prtl .invest-tier-name {
    font-size: 28px;
    line-height: 1.2;
    color: #FCFAFB;
    font-weight: 700;
    margin: 0 0 8px
}

.prtl .invest-tier-price {
    font-size: 38px;
    line-height: 1.2;
    color: #FCFAFB;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: -.02em
}

.prtl .invest-tier-price sup {
    font-size: 18px;
    font-weight: 400;
    color: #D6B1B2;
    vertical-align: super
}

.prtl .invest-tier-note {
    font-size: 13px;
    color: #D6B1B2;
    margin: 0 0 32px;
    line-height: 1.6
}

.prtl .invest-tier-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prtl .invest-tier-list li {
    font-size: 13px;
    color: #D6B1B2;
    line-height: 1.6;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prtl .invest-tier-list li i {
    color: #A73F6C;
    font-size: 16px;
    flex-shrink: 0
}

.prtl .reput {
    background: #FCFAFB;
    padding: 96px 0;
    position: relative
}

.prtl .reput-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.prtl .reput-head {
    text-align: center;
    margin-bottom: 56px
}

.prtl .reput-eyebrow {
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.prtl .reput-eyebrow::before,
.prtl .reput-eyebrow::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #A73F6C
}

.prtl .reput-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b0a12;
    margin: 0 auto;
    font-weight: 700;
    max-width: 680px
}

.prtl .reput-h2 em {
    color: #A73F6C;
    font-style: normal
}

.prtl .reput-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.prtl .reput-img-wrap {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -1px 5px 22px 0 #a73f6c1a
}

.prtl .reput-img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .reput-img-wrap:hover img {
    transform: scale(1.04)
}

.prtl .reput-data {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prtl .reput-stat {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 6px;
    background: #FCFAFB;
    border: 1px solid #a73f6c1a;
    box-shadow: -1px 1px 2px 0 #a73f6c0f
}

.prtl .reput-stat-num {
    font-size: 38px;
    line-height: 1.2;
    color: #A73F6C;
    font-weight: 700;
    letter-spacing: -.02em;
    flex-shrink: 0;
    min-width: 80px
}

.prtl .reput-stat-text h5 {
    font-size: 13px;
    font-weight: 700;
    color: #1b0a12;
    margin: 0 0 4px;
    line-height: 1.4
}

.prtl .reput-stat-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a2d3e;
    margin: 0
}

.prtl .reput-assoc {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid #a73f6c1f
}

.prtl .reput-assoc-label {
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center
}

.prtl .reput-assoc-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap
}

.prtl .reput-assoc-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3a1a26;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    background: #a73f6c0f;
    border: 1px solid #a73f6c1f
}

.prtl .reput-assoc-item i {
    color: #A73F6C;
    font-size: 16px
}

.prtl .avail {
    background: linear-gradient(180deg, #f5eef2 0%, #FCFAFB 100%);
    padding: 96px 0;
    position: relative
}

.prtl .avail-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.prtl .avail-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 56px
}

.prtl .avail-eyebrow {
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.prtl .avail-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #A73F6C;
    border-radius: 2px;
    flex-shrink: 0
}

.prtl .avail-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #1b0a12;
    margin: 0;
    font-weight: 700
}

.prtl .avail-h2 em {
    color: #A73F6C;
    font-style: normal
}

.prtl .avail-intro {
    font-size: 13px;
    line-height: 1.9;
    color: #3a1a26;
    margin: 0;
    padding-top: 16px
}

.prtl .avail-modules {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px
}

.prtl .avail-mod {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -1px 1px 2px 0 #a73f6c0f
}

.prtl .avail-mod img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .45s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .avail-mod:hover img {
    transform: scale(1.05)
}

.prtl .avail-mod-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 16px 16px;
    background: linear-gradient(to top, #1b0a12e0 0%, #1b0a1200 100%)
}

.prtl .avail-mod-tag {
    font-size: 13px;
    color: #D6B1B2;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block
}

.prtl .avail-mod-name {
    font-size: 13px;
    font-weight: 700;
    color: #FCFAFB;
    line-height: 1.4;
    margin: 0
}

.prtl .avail-mod.accent {
    grid-column: span 1;
    background: #A73F6C
}

.prtl .avail-mod.accent .avail-mod-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: space-between
}

.prtl .avail-mod.accent .avail-mod-body h4 {
    font-size: 28px;
    line-height: 1.2;
    color: #FCFAFB;
    font-weight: 700;
    margin: 0
}

.prtl .avail-mod.accent .avail-mod-body p {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafbcc;
    margin: 0
}

.prtl .avail-mod.accent .avail-mod-body a {
    font-size: 13px;
    color: #FCFAFB;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: gap .14s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .avail-mod.accent .avail-mod-body a:hover {
    gap: 16px
}

.prtl .longval {
    background: #FCFAFB;
    padding: 96px 0
}

.prtl .longval-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px
}

.prtl .longval-top {
    text-align: center;
    margin-bottom: 56px
}

.prtl .longval-eyebrow {
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.prtl .longval-eyebrow::before,
.prtl .longval-eyebrow::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #A73F6C
}

.prtl .longval-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #1b0a12;
    margin: 0 auto 16px;
    font-weight: 700;
    max-width: 760px
}

.prtl .longval-h2 em {
    color: #A73F6C;
    font-style: normal
}

.prtl .longval-sub {
    font-size: 13px;
    line-height: 1.9;
    color: #3a1a26;
    max-width: 580px;
    margin: 0 auto
}

.prtl .longval-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.prtl .longval-compare {
    border: 1px solid #a73f6c1f;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -1px 5px 22px 0 #a73f6c1a
}

.prtl .longval-compare-head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #1b0a12
}

.prtl .longval-compare-head div {
    padding: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #FCFAFB;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center
}

.prtl .longval-compare-head div:first-child {
    text-align: left;
    color: #D6B1B2
}

.prtl .longval-compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #a73f6c14
}

.prtl .longval-compare-row:nth-child(even) {
    background: #a73f6c08
}

.prtl .longval-compare-row div {
    padding: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a1a26;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.prtl .longval-compare-row div:first-child {
    text-align: left;
    justify-content: flex-start;
    font-weight: 600;
    color: #1b0a12
}

.prtl .longval-compare-row div i.la-check {
    color: #A73F6C;
    font-size: 18px
}

.prtl .longval-compare-row div i.la-times {
    color: #D6B1B2;
    font-size: 18px
}

.prtl .longval-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prtl .longval-body p {
    font-size: 13px;
    line-height: 1.9;
    color: #3a1a26;
    margin: 0 0 16px
}

.prtl .longval-body p.narrow {
    max-width: 82%
}

.prtl .longval-body p.wide {
    max-width: 100%
}

.prtl .longval-items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prtl .longval-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    background: #a73f6c0a;
    border: 1px solid #a73f6c14;
    transition: background .16s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .longval-item:hover {
    background: #a73f6c14
}

.prtl .longval-item-icon {
    width: 32px;
    height: 32px;
    background: #a73f6c1a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A73F6C;
    font-size: 16px;
    flex-shrink: 0
}

.prtl .longval-item-text h5 {
    font-size: 13px;
    font-weight: 700;
    color: #1b0a12;
    margin: 0 0 4px;
    line-height: 1.4
}

.prtl .longval-item-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a2d3e;
    margin: 0
}

.prtl .longval-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 2px;
    text-decoration: none;
    transition: background .18s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    align-self: flex-start
}

.prtl .longval-cta:hover {
    background: #8a3059;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.prtl .longval-cta:focus {
    outline: 2px solid #A73F6C;
    outline-offset: 3px
}

@keyframes spotlightDrift {
    0% {
        background-position: 20% 30%
    }

    33% {
        background-position: 70% 50%
    }

    66% {
        background-position: 40% 80%
    }

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

.prtl .invest-spotlight {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 400px 300px at 20% 30%, #a73f6c14 0%, transparent 70%);
    background-size: 100% 100%;
    animation: spotlightDrift 12s ease-in-out infinite;
    pointer-events: none;
    z-index: 0
}

@keyframes spotlightMove {
    0% {
        opacity: .6;
        transform: translate(0, 0)
    }

    50% {
        opacity: 1;
        transform: translate(60px, 40px)
    }

    100% {
        opacity: .6;
        transform: translate(0, 0)
    }
}

.prtl .invest-light {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 500px;
    height: 400px;
    background: radial-gradient(ellipse at center, #a73f6c17 0%, transparent 65%);
    pointer-events: none;
    animation: spotlightMove 14s ease-in-out infinite;
    z-index: 0
}

.prtl .reveal-wrap {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer
}

.prtl .reveal-content {
    padding: 32px;
    background: #FCFAFB;
    border: 1px solid #a73f6c1f;
    border-radius: 6px
}

.prtl .reveal-overlay {
    position: absolute;
    inset: 0;
    background: #1b0a12d9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: opacity .45s cubic-bezier(0.4, 0, 1, 1)
}

.prtl .reveal-wrap:hover .reveal-overlay,
.prtl .reveal-wrap:focus-within .reveal-overlay {
    opacity: 0;
    pointer-events: none
}

.prtl .reveal-overlay-text {
    text-align: center
}

.prtl .reveal-overlay-text i {
    font-size: 32px;
    color: #D6B1B2;
    display: block;
    margin-bottom: 8px
}

.prtl .reveal-overlay-text span {
    font-size: 13px;
    color: #D6B1B2;
    letter-spacing: .08em;
    text-transform: uppercase
}

@media (max-width: 1100px) {
    .prtl .titlebk-h1 {
        font-size: 52px
    }

    .prtl .approach-h2 {
        font-size: 38px
    }

    .prtl .avail-h2 {
        font-size: 38px
    }

    .prtl .longval-h2 {
        font-size: 38px
    }

    .prtl .invest-h2 {
        font-size: 38px
    }

    .prtl .avail-modules {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 860px) {
    .prtl .titlebk-inner {
        flex-direction: column;
        min-height: unset
    }

    .prtl .titlebk-img {
        min-height: 280px;
        width: 100%
    }

    .prtl .titlebk-text {
        padding: 56px 0
    }

    .prtl .titlebk-h1 {
        font-size: 38px
    }

    .prtl .approach-inner {
        flex-direction: column
    }

    .prtl .approach-cluster {
        grid-template-columns: 1fr
    }

    .prtl .invest-grid {
        grid-template-columns: 1fr
    }

    .prtl .reput-cols {
        grid-template-columns: 1fr
    }

    .prtl .avail-top {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prtl .avail-modules {
        grid-template-columns: 1fr 1fr
    }

    .prtl .longval-layout {
        grid-template-columns: 1fr
    }

    .prtl .invest-top {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 560px) {
    .prtl .titlebk-h1 {
        font-size: 28px
    }

    .prtl .approach-h2 {
        font-size: 28px
    }

    .prtl .avail-h2 {
        font-size: 28px
    }

    .prtl .longval-h2 {
        font-size: 28px
    }

    .prtl .invest-h2 {
        font-size: 28px
    }

    .prtl .reput-h2 {
        font-size: 28px
    }

    .prtl .avail-modules {
        grid-template-columns: 1fr
    }

    .prtl .prtl-inner {
        padding: 0 16px
    }

    .prtl .titlebk-inner {
        padding: 0 16px
    }

    .prtl .approach-inner {
        padding: 0 16px
    }

    .prtl .invest-inner {
        padding: 0 16px
    }

    .prtl .reput-inner {
        padding: 0 16px
    }

    .prtl .avail-inner {
        padding: 0 16px
    }

    .prtl .longval-inner {
        padding: 0 16px
    }
}

.whyus {
    background: #FCFAFB;
    overflow-x: clip;
    position: relative
}

.whyus ::selection {
    background: #a73f6c1a;
    color: inherit
}

.whyus .hero {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 56px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 56px 56px;
    position: relative
}

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

.whyus .hero-bg span {
    position: absolute;
    border-radius: 20px;
    background: #a73f6c0d;
    border: 1.5px solid #a73f6c14
}

.whyus .hero-bg span:nth-child(1) {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    top: -80px;
    right: 200px
}

.whyus .hero-bg span:nth-child(2) {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    top: 40px;
    right: 300px;
    background: #d6b1b214;
    border-color: #d6b1b21f
}

.whyus .hero-bg span:nth-child(3) {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: 120px;
    right: 380px;
    background: #a73f6c0a
}

.whyus .hero-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1
}

.whyus .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0;
    animation: fadeUp .45s cubic-bezier(0.4, 0, 1, 1) .05s forwards
}

.whyus .hero-tag i {
    font-size: 16px
}

.whyus .hero-h1 {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #1e1218;
    margin: 0;
    opacity: 0;
    animation: fadeUp .45s cubic-bezier(0.4, 0, 1, 1) .15s forwards
}

.whyus .hero-h1 em {
    color: #A73F6C;
    font-style: normal
}

.whyus .hero-desc {
    font-size: 13px;
    line-height: 1.9;
    color: #4a2d3a;
    max-width: 560px;
    margin: 0;
    opacity: 0;
    animation: fadeUp .45s cubic-bezier(0.4, 0, 1, 1) .25s forwards
}

.whyus .hero-stats {
    display: flex;
    flex-direction: row;
    gap: 32px;
    opacity: 0;
    animation: fadeUp .45s cubic-bezier(0.4, 0, 1, 1) .35s forwards
}

.whyus .stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.whyus .stat-num {
    font-size: 38px;
    line-height: 1.2;
    color: #A73F6C;
    font-weight: 700;
    letter-spacing: -.02em
}

.whyus .stat-label {
    font-size: 13px;
    line-height: 1.4;
    color: #6b3a50
}

.whyus .hero-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1
}

.whyus .hero-img-wrap {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    flex: 1;
    opacity: 0;
    animation: fadeUp .5s cubic-bezier(0.4, 0, 1, 1) .2s forwards
}

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

.whyus .hero-img-wrap:hover img {
    transform: scale(1.04)
}

.whyus .hero-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, #1e0a148c 100%);
    pointer-events: none
}

.whyus .hero-aside-card {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    opacity: 0;
    animation: fadeUp .45s cubic-bezier(0.4, 0, 1, 1) .4s forwards
}

.whyus .hero-aside-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #3a1f2c;
    margin: 0
}

.whyus .hero-aside-card strong {
    color: #A73F6C
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

.whyus .diffgrid {
    background: #fff;
    padding: 96px 56px;
    position: relative
}

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

.whyus .diffgrid-inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative
}

.whyus .sec-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px
}

.whyus .sec-label-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #A73F6C;
    flex-shrink: 0
}

.whyus .sec-label span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #A73F6C;
    font-weight: 600
}

.whyus .diffgrid-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: end;
    margin-bottom: 56px
}

.whyus .diffgrid-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #1e1218;
    margin: 0
}

.whyus .diffgrid-h2 em {
    color: #A73F6C;
    font-style: normal
}

.whyus .diffgrid-intro {
    font-size: 13px;
    line-height: 1.9;
    color: #4a2d3a;
    margin: 0
}

.whyus .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.whyus .card {
    background: #FCFAFB;
    border-radius: 6px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 1, 1), transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.whyus .card:hover {
    box-shadow: -1px 8px 60px 0 #a73f6c1c;
    transform: translateY(-3px)
}

.whyus .card-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #A73F6C;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.whyus .card-h {
    font-size: 28px;
    line-height: 1.2;
    color: #1e1218;
    margin: 0;
    letter-spacing: -.01em
}

.whyus .card-p {
    font-size: 13px;
    line-height: 1.9;
    color: #4a2d3a;
    margin: 0
}

.whyus .card.wide {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.whyus .card.wide .card-content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.whyus .card.wide .card-img {
    border-radius: 2px;
    overflow: hidden;
    height: 220px
}

.whyus .card.wide .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s cubic-bezier(0.4, 0, 1, 1)
}

.whyus .card.wide .card-img:hover img {
    transform: scale(1.04)
}

.whyus .approach {
    padding: 96px 56px;
    background: linear-gradient(160deg, #D6B1B2 0%, #FCFAFB 100%);
    position: relative
}

.whyus .approach-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.whyus .approach-circles span {
    position: absolute;
    border-radius: 50%;
    background: #a73f6c0f;
    border: 1px solid #a73f6c12
}

.whyus .approach-circles span:nth-child(1) {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -100px
}

.whyus .approach-circles span:nth-child(2) {
    width: 240px;
    height: 240px;
    bottom: -60px;
    left: 60px;
    background: #d6b1b21a
}

.whyus .approach-circles span:nth-child(3) {
    width: 120px;
    height: 120px;
    bottom: 20px;
    left: 160px
}

.whyus .approach-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 56px;
    position: relative
}

.whyus .approach-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.whyus .approach-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #1e1218;
    margin: 0
}

.whyus .approach-h2 em {
    color: #A73F6C;
    font-style: normal
}

.whyus .approach-p {
    font-size: 13px;
    line-height: 1.9;
    color: #3a1f2c;
    margin: 0;
    max-width: 360px
}

.whyus .approach-p.narrow {
    max-width: 280px
}

.whyus .approach-img {
    border-radius: 6px;
    overflow: hidden;
    height: 280px
}

.whyus .approach-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(0.4, 0, 1, 1)
}

.whyus .approach-img:hover img {
    transform: scale(1.04)
}

.whyus .approach-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.whyus .step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    background: #ffffffb3;
    border-radius: 6px;
    padding: 16px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f;
    transition: background .16s cubic-bezier(0.4, 0, 1, 1)
}

.whyus .step:hover {
    background: #fffffff2
}

.whyus .step-icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #A73F6C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.whyus .step-icon i {
    color: #fff;
    font-size: 22px
}

.whyus .step-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.whyus .step-h {
    font-size: 13px;
    font-weight: 700;
    color: #1e1218;
    margin: 0;
    letter-spacing: .01em
}

.whyus .step-p {
    font-size: 13px;
    line-height: 1.6;
    color: #4a2d3a;
    margin: 0
}

.whyus .proof {
    padding: 96px 56px;
    background: #1e1218 !important;
    position: relative
}

.whyus .proof-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.whyus .proof-circles span {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #d6b1b21a
}

.whyus .proof-circles span:nth-child(1) {
    width: 500px;
    height: 500px;
    top: -200px;
    right: -100px
}

.whyus .proof-circles span:nth-child(2) {
    width: 300px;
    height: 300px;
    top: -100px;
    right: 0
}

.whyus .proof-inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative
}

.whyus .proof-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 56px;
    align-items: start;
    margin-bottom: 56px
}

.whyus .proof-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #FCFAFB;
    margin: 0
}

.whyus .proof-h2 em {
    color: #D6B1B2;
    font-style: normal
}

.whyus .proof-sub {
    font-size: 13px;
    line-height: 1.9;
    color: #c4a0b0;
    margin: 0;
    max-width: 340px;
    text-align: right
}

.whyus .proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 56px
}

.whyus .metric {
    border: 1px solid #d6b1b226;
    border-radius: 6px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color .18s cubic-bezier(0.4, 0, 1, 1), background .18s cubic-bezier(0.4, 0, 1, 1)
}

.whyus .metric:hover {
    border-color: #a73f6c80;
    background: #a73f6c0f
}

.whyus .metric-val {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #D6B1B2;
    font-weight: 700
}

.whyus .metric-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #a07888
}

.whyus .proof-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.whyus .proof-quote {
    background: #a73f6c1f;
    border-radius: 6px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.whyus .proof-quote blockquote {
    font-size: 13px;
    line-height: 1.9;
    color: #e8d0d8;
    margin: 0;
    font-style: italic
}

.whyus .proof-quote cite {
    font-size: 13px;
    color: #D6B1B2;
    font-style: normal;
    font-weight: 600
}

.whyus .proof-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.whyus .proof-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 8px;
    align-items: center;
    padding: 16px;
    border-radius: 6px;
    background: #ffffff08;
    border: 1px solid #d6b1b214;
    transition: background .14s cubic-bezier(0.4, 0, 1, 1)
}

.whyus .proof-item:hover {
    background: #ffffff12
}

.whyus .proof-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    background: #a73f6c40;
    display: flex;
    align-items: center;
    justify-content: center
}

.whyus .proof-item-icon i {
    color: #D6B1B2;
    font-size: 15px
}

.whyus .proof-item span {
    font-size: 13px;
    line-height: 1.6;
    color: #c4a0b0
}

@media (max-width: 1100px) {
    .whyus .hero {
        grid-template-columns: 1fr;
        padding: 56px 32px
    }

    .whyus .hero-right {
        display: none
    }

    .whyus .diffgrid {
        padding: 56px 32px
    }

    .whyus .cards {
        grid-template-columns: 1fr 1fr
    }

    .whyus .card.wide {
        grid-column: span 2
    }

    .whyus .approach {
        padding: 56px 32px
    }

    .whyus .approach-inner {
        grid-template-columns: 1fr
    }

    .whyus .proof {
        padding: 56px 32px
    }

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

    .whyus .proof-bottom {
        grid-template-columns: 1fr
    }
}

@media (max-width: 700px) {
    .whyus .hero-h1 {
        font-size: 38px
    }

    .whyus .diffgrid-h2,
    .whyus .approach-h2,
    .whyus .proof-h2 {
        font-size: 38px
    }

    .whyus .diffgrid-head {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .whyus .cards {
        grid-template-columns: 1fr
    }

    .whyus .card.wide {
        grid-column: span 1;
        grid-template-columns: 1fr
    }

    .whyus .proof-grid {
        grid-template-columns: 1fr 1fr
    }

    .whyus .proof-top {
        grid-template-columns: 1fr
    }

    .whyus .proof-sub {
        text-align: left
    }

    .whyus .hero-stats {
        flex-direction: column;
        gap: 16px
    }
}

.aboutpg {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden
}

.aboutpg .ident {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.aboutpg .ident-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.aboutpg .bracket-wrap {
    position: relative;
    display: inline-block
}

.aboutpg .bracket-wrap::before,
.aboutpg .bracket-wrap::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: #A73F6C;
    border-style: solid;
    opacity: .7
}

.aboutpg .bracket-wrap::before {
    top: -8px;
    left: -10px;
    border-width: 2px 0 0 2px
}

.aboutpg .bracket-wrap::after {
    bottom: -8px;
    right: -10px;
    border-width: 0 2px 2px 0
}

.aboutpg .ident-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #A73F6C;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px
}

.aboutpg .ident-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #A73F6C;
    border-radius: 2px
}

.aboutpg .ident-h1 {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #1b1b1b;
    margin: 0
}

.aboutpg .ident-h1 span {
    color: #A73F6C
}

.aboutpg .ident-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #A73F6C;
    text-decoration: none;
    border: 1px solid #A73F6C;
    border-radius: 6px;
    padding: 8px 16px;
    width: fit-content;
    transition: background-color .14s cubic-bezier(0.4, 0, 1, 1), color .14s cubic-bezier(0.4, 0, 1, 1)
}

.aboutpg .ident-link:hover {
    background: #A73F6C;
    color: #fff
}

.aboutpg .ident-link:active {
    transform: translateY(1px)
}

.aboutpg .ident-link i {
    font-size: 16px
}

.aboutpg .mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 160px;
    gap: 8px
}

.aboutpg .mosaic-img {
    overflow: hidden;
    border-radius: 6px;
    position: relative
}

.aboutpg .mosaic-img.tall {
    grid-row: span 2
}

.aboutpg .mosaic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.92);
    transition: transform .45s cubic-bezier(0.4, 0, 1, 1), filter .18s cubic-bezier(0.4, 0, 1, 1)
}

.aboutpg .mosaic-img img:hover {
    transform: scale(1.04);
    filter: brightness(1.04)
}

.aboutpg .mosaic-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #d4b1b221 0%, #ffffff0a 100%);
    pointer-events: none;
    border-radius: 6px
}

.aboutpg .dots-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px
}

.aboutpg .dots-row {
    display: flex;
    align-items: center;
    gap: 6px
}

.aboutpg .dots-row span {
    display: block;
    border-radius: 20px;
    background: #D6B1B2;
    opacity: .5
}

.aboutpg .dots-row span:nth-child(1) {
    width: 3px;
    height: 3px
}

.aboutpg .dots-row span:nth-child(2) {
    width: 5px;
    height: 5px;
    opacity: .7
}

.aboutpg .dots-row span:nth-child(3) {
    width: 8px;
    height: 8px;
    opacity: .9
}

.aboutpg .dots-row span:nth-child(4) {
    width: 5px;
    height: 5px;
    opacity: .7
}

.aboutpg .dots-row span:nth-child(5) {
    width: 3px;
    height: 3px
}

.aboutpg .dots-row span:nth-child(6) {
    width: 6px;
    height: 6px;
    opacity: .6
}

.aboutpg .dots-row span:nth-child(7) {
    width: 4px;
    height: 4px
}

.aboutpg .dots-row span:nth-child(8) {
    width: 9px;
    height: 9px;
    opacity: .85
}

.aboutpg .dots-row span:nth-child(9) {
    width: 4px;
    height: 4px
}

.aboutpg .dots-row span:nth-child(10) {
    width: 6px;
    height: 6px;
    opacity: .6
}

.aboutpg .dots-row span:nth-child(11) {
    width: 3px;
    height: 3px
}

.aboutpg .dots-row span:nth-child(12) {
    width: 5px;
    height: 5px;
    opacity: .7
}

.aboutpg .dots-row span:nth-child(13) {
    width: 8px;
    height: 8px;
    opacity: .9
}

.aboutpg .dots-row span:nth-child(14) {
    width: 5px;
    height: 5px;
    opacity: .7
}

.aboutpg .dots-row span:nth-child(15) {
    width: 3px;
    height: 3px
}

.aboutpg .team-bg {
    background: linear-gradient(170deg, #FCFAFB 0%, #f3e8ec 100%);
    position: relative
}

.aboutpg .team-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D6B1B2 40%, #A73F6C 60%, transparent);
    opacity: .4
}

.aboutpg .team-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 56px;
    display: grid;
    grid-template-columns: 2fr 3fr 4fr;
    gap: 56px;
    align-items: start
}

.aboutpg .team-meta {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aboutpg .team-label {
    font-size: 13px;
    letter-spacing: .1em;
    color: #A73F6C;
    text-transform: uppercase
}

.aboutpg .shape-anchor {
    width: 10px;
    height: 10px;
    background: #A73F6C;
    border-radius: 2px;
    transform: rotate(45deg);
    margin-bottom: 8px
}

.aboutpg .team-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin: 0;
    text-align: center
}

.aboutpg .team-h2 span {
    color: #A73F6C
}

.aboutpg .team-stat-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px
}

.aboutpg .stat-item {
    border-top: 1px solid #D6B1B2;
    padding-top: 16px
}

.aboutpg .stat-num {
    font-size: 38px;
    line-height: 1.2;
    color: #A73F6C;
    letter-spacing: -.03em
}

.aboutpg .stat-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3a42
}

.aboutpg .team-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aboutpg .person-card {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    box-shadow: -1px 1px 2px 0 #a73f6c0f -1px 5px 22px 0 #a73f6c1a;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

.aboutpg .person-card:hover {
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.aboutpg .person-card:active {
    transform: translateY(1px);
    box-shadow: -1px 1px 2px 0 #a73f6c0f
}

.aboutpg .person-photo {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #D6B1B2 0%, #FCFAFB 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.aboutpg .person-photo i {
    font-size: 28px;
    color: #A73F6C;
    opacity: .7
}

.aboutpg .person-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.aboutpg .person-name {
    font-size: 13px;
    line-height: 1.4;
    color: #1b1b1b;
    font-weight: 700;
    letter-spacing: .01em
}

.aboutpg .person-role {
    font-size: 13px;
    color: #A73F6C;
    line-height: 1.4
}

.aboutpg .person-bio {
    font-size: 13px;
    line-height: 1.6;
    color: #4a3038
}

.aboutpg .diagram-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.aboutpg .diagram-h3 {
    font-size: 28px;
    line-height: 1.4;
    color: #1b1b1b;
    letter-spacing: -.01em;
    margin: 0;
    text-align: left
}

.aboutpg .diagram-h3 span {
    color: #A73F6C
}

.aboutpg .connect-diagram {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative
}

.aboutpg .cd-node {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    background: #fff;
    box-shadow: -1px 1px 2px 0 #a73f6c0f;
    position: relative;
    transition: box-shadow .13s cubic-bezier(0.4, 0, 1, 1)
}

.aboutpg .cd-node:hover {
    box-shadow: -1px 5px 22px 0 #a73f6c1a
}

.aboutpg .cd-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: linear-gradient(135deg, #D6B1B2 0%, #FCFAFB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.aboutpg .cd-icon i {
    font-size: 20px;
    color: #A73F6C
}

.aboutpg .cd-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.aboutpg .cd-name {
    font-size: 13px;
    line-height: 1.4;
    color: #1b1b1b;
    font-weight: 700
}

.aboutpg .cd-detail {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3a42
}

.aboutpg .cd-connector {
    display: flex;
    align-items: center;
    padding-left: 36px;
    gap: 8px
}

.aboutpg .cd-connector::before {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background: linear-gradient(180deg, #D6B1B2, #A73F6C);
    border-radius: 2px;
    margin-left: 18px
}

.aboutpg .cd-connector-label {
    font-size: 13px;
    color: #A73F6C;
    letter-spacing: .06em;
    opacity: .8
}

.aboutpg .about-body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aboutpg .about-body p {
    font-size: 13px;
    line-height: 1.9;
    color: #3a2530;
    margin: 0
}

.aboutpg .about-body p.wide {
    max-width: 100%
}

.aboutpg .about-body p.narrow {
    max-width: 85%
}

.aboutpg .spin-deco {
    position: absolute;
    top: 56px;
    right: 56px;
    width: 48px;
    height: 48px;
    opacity: .12;
    animation: slowspin 14s linear infinite;
    pointer-events: none
}

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

    to {
        transform: rotate(360deg)
    }
}

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

.aboutpg .values-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px
}

.aboutpg .val-chip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    background: linear-gradient(135deg, #d6b1b22e 0%, #fcfafbe6 100%);
    border: 1px solid #a73f6c1f
}

.aboutpg .val-chip i {
    font-size: 16px;
    color: #A73F6C;
    flex-shrink: 0
}

.aboutpg .val-chip-text {
    font-size: 13px;
    line-height: 1.4;
    color: #3a2530
}

.aboutpg .img-bg-block {
    position: relative;
    margin-top: 32px;
    border-radius: 6px;
    overflow: hidden;
    min-height: 180px
}

.aboutpg .img-bg-block img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
    transition: filter .18s cubic-bezier(0.4, 0, 1, 1), transform .45s cubic-bezier(0.4, 0, 1, 1)
}

.aboutpg .img-bg-block:hover img {
    filter: brightness(1.0);
    transform: scale(1.03)
}

.aboutpg .img-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #a73f6c38 0%, #fcfafb14 100%);
    pointer-events: none
}

.aboutpg .img-bg-caption {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 13px;
    color: #fff;
    letter-spacing: .06em;
    text-shadow: 0 1px 4px #64143266
}

@media (max-width: 1100px) {
    .aboutpg .ident {
        grid-template-columns: 1fr;
        padding: 56px 32px;
        gap: 32px
    }

    .aboutpg .team-inner {
        grid-template-columns: 1fr 1fr;
        padding: 56px 32px;
        gap: 32px
    }

    .aboutpg .team-meta {
        grid-column: span 2
    }
}

@media (max-width: 720px) {
    .aboutpg .ident {
        padding: 56px 16px
    }

    .aboutpg .ident-h1 {
        font-size: 38px
    }

    .aboutpg .mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .aboutpg .mosaic-img.tall {
        grid-row: span 1;
        height: 200px
    }

    .aboutpg .team-inner {
        grid-template-columns: 1fr;
        padding: 56px 16px;
        gap: 32px
    }

    .aboutpg .team-meta {
        grid-column: span 1
    }

    .aboutpg .values-strip {
        grid-template-columns: 1fr 1fr
    }

    .aboutpg .team-h2 {
        font-size: 28px
    }
}

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

.successPg .innerWrap {
    max-width: 600px;
    width: 100%;
    text-align: center
}

.successPg .iconMark {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.successPg .iconMark svg {
    width: 64px;
    height: 64px
}

.successPg .successTitle {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1218;
    margin: 0 0 16px
}

.successPg .successTitle span {
    color: #A73F6C
}

.successPg .successMsg {
    font-size: 13px;
    line-height: 1.6;
    color: #3d2a34;
    margin: 0 0 56px;
    padding: 0 16px
}

.successPg .divLine {
    width: 48px;
    height: 2px;
    background-color: #D6B1B2;
    margin: 0 auto 56px;
    border-radius: 2px
}

.successPg .actionRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.successPg .btnPrimary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background-color: #A73F6C;
    color: #FCFAFB;
    font-size: 13px;
    line-height: 1.4;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: -1px 5px 22px 0 #a73f6c1a;
    transition: background-color .16s cubic-bezier(0.4, 0, 1, 1), box-shadow .22s cubic-bezier(0.4, 0, 1, 1)
}

.successPg .btnPrimary:hover {
    background-color: #8f3459;
    box-shadow: -1px 8px 60px 0 #a73f6c1c
}

.successPg .btnPrimary:focus-visible {
    outline: 2px solid #A73F6C;
    outline-offset: 3px
}

.successPg .btnPrimary:active {
    background-color: #7a2d4d
}

.successPg .btnSecondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background-color: transparent;
    color: #A73F6C;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #D6B1B2;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.successPg .btnSecondary:hover {
    border-color: #A73F6C;
    color: #8f3459
}

.successPg .btnSecondary:focus-visible {
    outline: 2px solid #A73F6C;
    outline-offset: 3px
}

.successPg .noteText {
    font-size: 13px;
    line-height: 1.6;
    color: #7a5a67;
    margin: 56px 0 0
}

.successPg .noteText a {
    color: #A73F6C;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .11s cubic-bezier(0.4, 0, 1, 1)
}

.successPg .noteText a:hover {
    color: #7a2d4d
}