* {
box-sizing: border-box
}

body {
margin: 0;
-webkit-text-size-adjust: 100%
}

.site-hd {
background: #fff;
border-bottom: 2px solid #0CE5C9;
box-shadow: 0 4px 20px -1px #0ce5c917;
position: relative;
z-index: 100
}

.hd-top {
max-width: 1600px;
margin: 0 auto;
padding: 24px 48px 12px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px
}

.logo-mount {
display: flex;
align-items: center;
margin-left: 12px;
flex-shrink: 0;
border-radius: 3px;
box-shadow: 0 0 0 2px #590ab91f 0 2px 2px -1px #0ce5c90d;
background: #fff;
padding: 6px
}

.logo-mount img {
display: block;
width: 80px;
height: 80px;
object-fit: contain
}

.hd-tagline {
font-family: 'Cabin', sans-serif;
font-size: 15px;
line-height: 1.5;
color: #2a0060;
font-style: italic;
text-align: right;
max-width: 420px
}

.hd-tagline strong {
color: #590AB9;
font-style: normal;
font-weight: 700
}

.hd-nav-strip {
background: linear-gradient(90deg, #590AB9 0%, #3a0780 100%);
border-top: 1px solid #0ce5c92e
}

.hd-nav-hold {
max-width: 1600px;
margin: 0 auto;
padding: 0 48px;
display: flex;
align-items: stretch;
flex-wrap: wrap;
gap: 0
}

.hd-nav-hold a {
font-family: 'Cabin', sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.5;
color: #ffffffe0;
text-decoration: none;
padding: 12px 24px;
display: flex;
align-items: center;
gap: 6px;
border-right: 1px solid #0ce5c926;
transition: color .15s ease-out, background-color .15s ease-out;
white-space: nowrap
}

.hd-nav-hold a:first-child {
border-left: 1px solid #0ce5c926
}

.hd-nav-hold a:hover,
.hd-nav-hold a:focus {
color: #0CE5C9;
background-color: #0ce5c914;
outline: none
}

.hd-nav-hold a:focus-visible {
outline: 2px solid #0CE5C9;
outline-offset: -2px
}

.hd-nav-hold a svg {
flex-shrink: 0;
opacity: .7;
transition: opacity .15s ease-out
}

.hd-nav-hold a:hover svg,
.hd-nav-hold a:focus svg {
opacity: 1
}

.site-ft {
background: linear-gradient(90deg, #2a0060 0%, #590AB9 100%);
border-top: 3px solid #0CE5C9;
box-shadow: 0 -4px 20px -1px #590ab917
}

.ft-row {
max-width: 1600px;
margin: 0 auto;
padding: 24px 48px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px
}

.ft-logo-mount {
display: flex;
align-items: center;
flex-shrink: 0;
border-radius: 3px;
box-shadow: 0 0 0 2px #0ce5c94d 0 2px 2px -1px #0ce5c90d;
background: #fff;
padding: 6px
}

.ft-logo-mount img {
display: block;
width: 48px;
height: 48px;
object-fit: contain
}

.ft-about {
font-family: 'Cabin', sans-serif;
font-size: 15px;
line-height: 1.5;
color: #ffffffbf;
flex: 1;
min-width: 200px;
padding: 0 24px
}

.ft-about span {
color: #0CE5C9;
font-weight: 700
}

.ft-links {
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap
}

.ft-links a {
font-family: 'Cabin', sans-serif;
font-size: 15px;
line-height: 1.5;
color: #ffffffbf;
text-decoration: none;
transition: color .12s ease-out;
white-space: nowrap
}

.ft-links a:hover,
.ft-links a:focus {
color: #0CE5C9;
outline: none
}

.ft-links a:focus-visible {
outline: 2px solid #0CE5C9;
outline-offset: 2px;
border-radius: 3px
}

.ft-copy {
font-family: 'Cabin', sans-serif;
font-size: 15px;
line-height: 1.5;
color: #ffffff73;
white-space: nowrap
}

.consent-card {
position: fixed;
top: 24px;
left: 0;
right: 0;
margin: 0 auto;
width: 560px;
max-width: calc(100vw - 48px);
background: #fff;
border-radius: 32px;
box-shadow: 0 10px 36px -1px #590ab91f 0 4px 20px -1px #590ab917;
border-top: 3px solid #0CE5C9;
z-index: 1200;
padding: 24px;
display: none;
transform: translateY(-120%);
transition: transform .2s ease-out
}

.consent-card[data-vis="open"] {
transform: translateY(0)
}

.consent-desc {
font-family: 'Cabin', sans-serif;
font-size: 15px;
line-height: 1.8;
color: #1a0040;
margin: 0 0 6px
}

.consent-uses {
font-family: 'Cabin', sans-serif;
font-size: 15px;
line-height: 1.5;
color: #3a0060;
margin: 0 0 12px;
padding-left: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 6px
}

.consent-uses li {
display: flex;
align-items: center;
gap: 6px
}

.consent-uses li svg {
flex-shrink: 0
}

.consent-hl {
font-family: 'Cabin', sans-serif;
font-size: 23px;
font-weight: 700;
line-height: 1.1;
color: #2a0060;
margin: 12px 0 0
}

.consent-btns {
display: flex;
align-items: center;
gap: 12px;
margin-top: 24px;
flex-wrap: wrap
}

.consent-accept {
font-family: 'Cabin', sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.5;
color: #fff;
background: #590AB9;
border: 2px solid #590AB9;
border-radius: 3px;
padding: 12px 24px;
cursor: pointer;
transition: background-color .15s ease-out, border-color .15s ease-out;
min-height: 44px
}

.consent-accept:hover,
.consent-accept:focus {
background: #0CE5C9;
border-color: #0CE5C9;
color: #1a0040;
outline: none
}

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

.consent-deny {
font-family: 'Cabin', sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 1.5;
color: #590AB9;
background: transparent;
border: 2px solid #590AB9;
border-radius: 3px;
padding: 12px 24px;
cursor: pointer;
transition: color .15s ease-out, border-color .15s ease-out;
min-height: 44px
}

.consent-deny:hover,
.consent-deny:focus {
color: #FA5A06;
border-color: #FA5A06;
outline: none
}

.consent-deny:focus-visible {
outline: 2px solid #FA5A06;
outline-offset: 2px
}

@media (max-width: 768px) {
.hd-top {
padding: 24px 24px 12px;
flex-wrap: wrap
}

.hd-tagline {
text-align: left;
max-width: 100%
}

.hd-nav-hold {
padding: 0 12px
}

.hd-nav-hold a {
padding: 12px;
font-size: 15px
}

.ft-row {
padding: 24px;
flex-direction: column;
align-items: flex-start
}

.ft-about {
padding: 0
}
}

.agreement-block {
max-width: 1600px;
margin: 0 auto;
padding: 48px 24px;
color: #2a2a35;
line-height: 1.8
}

.agreement-block h1 {
font-size: 43px;
line-height: 1.1;
color: #1b0a3d;
margin-bottom: 24px;
margin-top: 0;
padding-bottom: 12px;
border-bottom: 3px solid #0CE5C9
}

.agreement-block h2 {
font-size: 31px;
line-height: 1.1;
color: #590AB9;
margin-top: 48px;
margin-bottom: 24px
}

.agreement-block h3 {
font-size: 23px;
line-height: 1.5;
color: #2a2a35;
margin-top: 24px;
margin-bottom: 12px
}

.agreement-block h4 {
font-size: 15px;
line-height: 1.5;
color: #2a2a35;
font-weight: 700;
margin-top: 24px;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: .05em
}

.agreement-block h5 {
font-size: 15px;
line-height: 1.5;
color: #590AB9;
font-weight: 600;
margin-top: 12px;
margin-bottom: 6px
}

.agreement-block h6 {
font-size: 15px;
line-height: 1.5;
color: #777;
font-weight: 600;
margin-top: 12px;
margin-bottom: 6px
}

.agreement-block p {
font-size: 15px;
line-height: 1.8;
color: #2a2a35;
margin-top: 0;
margin-bottom: 12px;
max-width: 80ch
}

.agreement-block strong,
.agreement-block b {
font-weight: 700;
color: #1b0a3d
}

.agreement-block em,
.agreement-block i {
font-style: italic;
color: #444
}

.agreement-block a {
color: #590AB9;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.agreement-block a:hover {
color: #FA5A06;
text-decoration-color: #FA5A06
}

.agreement-block a:visited {
color: #3d0880
}

.agreement-block table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
line-height: 1.5;
margin-top: 24px;
margin-bottom: 24px;
box-shadow: 0 4px 20px -1px #0ce5c917;
border-radius: 3px;
overflow: hidden
}

.agreement-block thead {
background-color: #590AB9;
color: #fff
}

.agreement-block thead th {
font-size: 15px;
font-weight: 700;
line-height: 1.5;
padding: 12px 24px;
text-align: left;
border: none;
color: #fff
}

.agreement-block tbody tr {
border-bottom: 1px solid #e8e4f2;
transition: background-color .12s ease-out
}

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

.agreement-block tbody tr:nth-child(even) {
background-color: #f5f2fc
}

.agreement-block tbody tr:hover {
background-color: #ede8fa
}

.agreement-block td {
padding: 12px 24px;
font-size: 15px;
line-height: 1.5;
color: #2a2a35;
vertical-align: top;
border: none
}

.agreement-block th {
padding: 12px 24px;
font-size: 15px;
line-height: 1.5;
vertical-align: middle
}

@media (max-width: 768px) {
.agreement-block {
padding: 24px 12px
}

.agreement-block h1 {
font-size: 31px
}

.agreement-block h2 {
font-size: 23px;
margin-top: 24px
}

.agreement-block h3 {
font-size: 15px
}

.agreement-block table {
display: none
}

.agreement-block table[data-label]::before {
content: none
}

.agreement-block tbody tr {
display: block;
margin-bottom: 12px;
border: 1px solid #e8e4f2;
border-radius: 3px;
box-shadow: 0 2px 2px -1px #590ab90d;
padding: 12px
}

.agreement-block thead {
display: none
}

.agreement-block tbody {
display: block
}

.agreement-block td {
display: block;
padding: 6px 12px
}

.agreement-block td::before {
display: block;
font-weight: 700;
color: #590AB9;
font-size: 15px;
margin-bottom: 6px
}
}

.lp-det {
background: #fff;
color: #1b1b2e;
overflow-x: hidden
}

.lp-det .deco-frame {
position: absolute;
top: 12px;
left: 12px;
right: 12px;
bottom: 12px;
border: 1px dashed #0ce5c959;
border-radius: 3px;
pointer-events: none;
z-index: 0
}

.lp-det .pg-top {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 480px;
max-width: 1600px;
margin: 0 auto;
padding: 48px;
gap: 48px;
align-items: center
}

.lp-det .pg-top-txt {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
gap: 24px
}

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

.lp-det .cat-tag {
background: #590AB9;
color: #fff;
font-size: 15px;
line-height: 1.5;
padding: 6px 12px;
border-radius: 3px;
font-weight: 600
}

.lp-det .usr-tag {
background: transparent;
border: 1.5px solid #FA5A06;
color: #FA5A06;
font-size: 15px;
line-height: 1.5;
padding: 6px 12px;
border-radius: 3px;
font-weight: 500
}

.lp-det .top-h1 {
font-size: 43px;
line-height: 1.1;
font-weight: 800;
color: transparent;
-webkit-text-stroke: 2px #1b1b2e;
margin: 0
}

.lp-det .top-h1 .accent-dash {
color: #0CE5C9;
-webkit-text-stroke: 0
}

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

.lp-det .meta-item {
font-size: 15px;
line-height: 1.5;
color: #555;
display: flex;
flex-direction: row;
align-items: center;
gap: 6px
}

.lp-det .meta-icon {
width: 16px;
height: 16px;
flex-shrink: 0
}

.lp-det .top-img-wrap {
position: relative;
border-radius: 3px;
overflow: hidden;
height: 380px;
z-index: 1
}

.lp-det .top-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 3px
}

.lp-det .top-img-wrap::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50%;
background: linear-gradient(180deg, #590ab973 0%, transparent 100%);
pointer-events: none
}

.lp-det .top-frame-outer {
position: relative;
padding: 6px
}

.lp-det .section-divider {
max-width: 1600px;
margin: 0 auto;
padding: 0 48px
}

.lp-det .dbl-line {
border: none;
border-top: 1px solid #d0c8e8;
margin-bottom: 3px
}

.lp-det .dbl-line-b {
border: none;
border-top: 1px solid #d0c8e8;
margin: 0
}

.lp-det .desc-sec {
max-width: 1600px;
margin: 0 auto;
padding: 96px 48px;
display: grid;
grid-template-columns: 340px 1fr;
gap: 48px;
align-items: start
}

.lp-det .pull-quote {
position: sticky;
top: 24px;
display: flex;
flex-direction: column;
gap: 24px
}

.lp-det .pull-q-text {
font-size: 23px;
line-height: 1.5;
font-weight: 700;
color: #590AB9;
border-top: 4px solid #0CE5C9;
padding-top: 12px
}

.lp-det .report-btn {
display: inline-block;
font-size: 15px;
line-height: 1.5;
padding: 12px 24px;
border-radius: 3px;
border: 1.5px solid #ccc;
color: #555;
text-decoration: none;
background: transparent;
transition: border-color .15s ease-out, color .15s ease-out;
text-align: center
}

.lp-det .report-btn:hover {
border-color: #FA5A06;
color: #FA5A06
}

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

.lp-det .desc-body p {
font-size: 15px;
line-height: 1.8;
color: #2a2a3e;
margin: 0
}

.lp-det .desc-body h2 {
font-size: 31px;
line-height: 1.1;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1.5px #1b1b2e;
margin: 0
}

.lp-det .desc-body strong {
color: #590AB9;
font-weight: 700
}

.lp-det .desc-body abbr {
text-decoration: underline dotted #0CE5C9;
cursor: help
}

.lp-det .desc-body ol {
margin: 0;
padding-left: 24px;
display: flex;
flex-direction: column;
gap: 12px
}

.lp-det .desc-body li {
font-size: 15px;
line-height: 1.8;
color: #2a2a3e
}

.lp-det .desc-body dl {
margin: 0;
display: grid;
grid-template-columns: auto 1fr;
gap: 6px 24px
}

.lp-det .desc-body dt {
font-weight: 700;
color: #590AB9;
font-size: 15px;
line-height: 1.8
}

.lp-det .desc-body dd {
font-size: 15px;
line-height: 1.8;
color: #2a2a3e;
margin: 0
}

.lp-det .desc-body figure {
margin: 0
}

.lp-det .desc-body figcaption {
font-size: 15px;
line-height: 1.5;
color: #777;
margin-top: 6px
}

.lp-det .prog-sec {
background: linear-gradient(73deg, #0CE5C9 0%, #590AB9 100%);
padding: 96px 0
}

.lp-det .prog-inner {
max-width: 1600px;
margin: 0 auto;
padding: 0 48px;
display: flex;
flex-direction: column;
gap: 48px
}

.lp-det .prog-head {
text-align: center
}

.lp-det .prog-h2 {
font-size: 43px;
line-height: 1.1;
font-weight: 800;
color: transparent;
-webkit-text-stroke: 2px #fff;
margin: 0 0 12px
}

.lp-det .prog-sub {
font-size: 15px;
line-height: 1.5;
color: #ffffffd9;
margin: 0
}

.lp-det .prog-content {
background: #ffffff1f;
border-radius: 3px;
padding: 48px;
backdrop-filter: blur(4px)
}

.lp-det .prog-content p {
font-size: 15px;
line-height: 1.8;
color: #fff;
margin: 0 0 12px
}

.lp-det .prog-content h2 {
font-size: 31px;
line-height: 1.1;
font-weight: 700;
color: #fff;
margin: 0 0 12px
}

.lp-det .prog-content small {
font-size: 15px;
color: #ffffffbf
}

.lp-det .prog-content ol {
margin: 0;
padding-left: 24px;
display: flex;
flex-direction: column;
gap: 12px
}

.lp-det .prog-content li {
font-size: 15px;
line-height: 1.8;
color: #fff
}

.lp-det .prog-content dl {
margin: 0;
display: flex;
flex-direction: column;
gap: 12px
}

.lp-det .prog-content dt {
font-weight: 700;
color: #0CE5C9;
font-size: 15px;
line-height: 1.5
}

.lp-det .prog-content dd {
font-size: 15px;
line-height: 1.8;
color: #ffffffe6;
margin: 0 0 6px
}

.lp-det .prog-content figure {
margin: 0
}

.lp-det .prog-content figcaption {
font-size: 15px;
color: #ffffffb3;
margin-top: 6px
}

.lp-det .price-sec {
max-width: 1600px;
margin: 0 auto;
padding: 96px 48px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center
}

.lp-det .price-left {
display: flex;
flex-direction: column;
gap: 24px
}

.lp-det .price-h3 {
font-size: 31px;
line-height: 1.1;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 1.5px #1b1b2e;
margin: 0;
text-align: center
}

.lp-det .price-num {
font-size: 72px;
line-height: 1.1;
font-weight: 900;
color: #590AB9;
text-align: center;
margin: 0
}

.lp-det .price-des {
font-size: 15px;
line-height: 1.8;
color: #2a2a3e;
text-align: left
}

.lp-det .price-note {
font-size: 15px;
line-height: 1.5;
color: #777;
text-align: left;
border-top: 1px solid #e8e4f4;
padding-top: 12px
}

.lp-det .seats-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: #FA5A06;
color: #fff;
font-size: 15px;
line-height: 1.5;
font-weight: 700;
padding: 6px 12px;
border-radius: 3px
}

.lp-det .price-right {
display: flex;
flex-direction: column;
gap: 24px
}

.lp-det .enroll-card {
border: 2px solid #0CE5C9;
border-radius: 32px;
padding: 48px;
display: flex;
flex-direction: column;
gap: 24px;
box-shadow: 0 10px 36px -1px #0ce5c91f;
position: relative
}

.lp-det .enroll-card::before {
content: "";
position: absolute;
left: 0;
top: 24px;
bottom: 24px;
width: 5px;
background: #0CE5C9;
border-radius: 0 3px 3px 0
}

.lp-det .enroll-card-h4 {
font-size: 23px;
line-height: 1.5;
font-weight: 700;
color: #1b1b2e;
margin: 0;
text-align: center
}

.lp-det .enroll-btn {
display: block;
background: #590AB9;
color: #fff;
font-size: 23px;
line-height: 1.5;
font-weight: 700;
padding: 12px 24px;
border-radius: 3px;
text-align: center;
text-decoration: none;
transition: background .15s ease-out, box-shadow .2s ease;
border: none;
cursor: pointer
}

.lp-det .enroll-btn:hover {
background: #0CE5C9;
color: #1b1b2e;
box-shadow: 0 4px 20px -1px #0ce5c917
}

.lp-det .enroll-btn:focus-visible {
outline: 3px solid #FA5A06;
outline-offset: 3px
}

.lp-det .enroll-btn.shake {
animation: btn-shake .2s ease-out
}

@keyframes btn-shake {

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

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

75% {
transform: translateX(6px)
}
}

.lp-det .contact-link {
font-size: 15px;
line-height: 1.5;
color: #590AB9;
text-decoration: underline;
text-align: center
}

.lp-det .contact-link:hover {
color: #FA5A06
}

.lp-det .mesh-bg {
background: #f2eeff;
background-image: radial-gradient(ellipse at 20% 30%, #0ce5c92e 0%, transparent 55%), radial-gradient(ellipse at 80% 70%, #590ab91f 0%, transparent 50%), radial-gradient(ellipse at 60% 10%, #fa5a0617 0%, transparent 45%)
}

.lp-det .bg-osc {
animation: bg-osc 6s ease-in-out infinite alternate
}

@keyframes bg-osc {
0% {
background-color: #f2eeff
}

100% {
background-color: #eaf9f7
}
}

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

.lp-det .top-img-wrap {
height: 260px
}

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

.lp-det .pull-quote {
position: static
}

.lp-det .price-sec {
grid-template-columns: 1fr;
padding: 48px 24px;
gap: 24px
}

.lp-det .prog-inner {
padding: 0 24px
}

.lp-det .prog-content {
padding: 24px
}

.lp-det .section-divider {
padding: 0 24px
}
}

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

.abt-us .pg-deco-abbr {
position: absolute;
font-size: 72px;
font-weight: 900;
color: #090ae60a;
pointer-events: none;
user-select: none;
letter-spacing: -4px;
line-height: 1.1;
z-index: 0
}

.abt-us .dash-divider {
border: none;
border-top: 2px dashed #0CE5C9;
margin: 0;
opacity: .6
}

.abt-us .dash-divider-sec {
border: none;
border-top: 2px dashed #590AB9;
margin: 0;
opacity: .4
}

.abt-us .title-blk {
position: relative;
background: #f5f3ff;
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");
padding: 96px 24px;
overflow: hidden
}

.abt-us .title-blk::before {
content: '';
position: absolute;
top: -120px;
left: -80px;
width: 600px;
height: 600px;
background: radial-gradient(ellipse at 15% 20%, #0ce5c92e 0%, #590ab917 50%, transparent 75%);
pointer-events: none;
z-index: 0
}

.abt-us .title-blk-inner {
max-width: 1600px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 48px;
position: relative;
z-index: 1
}

.abt-us .title-text-col {
flex: 1 1 55%
}

.abt-us .title-eyebrow {
font-size: 15px;
line-height: 1.5;
color: #590AB9;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
margin-bottom: 24px;
display: flex;
flex-direction: row;
align-items: center;
gap: 12px
}

.abt-us .title-eyebrow-line {
display: inline-block;
width: 32px;
height: 2px;
background: #0CE5C9;
flex-shrink: 0
}

.abt-us .title-h1 {
font-size: 72px;
line-height: 1.1;
font-weight: 900;
color: #1a0533;
margin-bottom: 24px
}

.abt-us .title-h1 .accent-word {
color: #0CE5C9;
-webkit-text-stroke: 0
}

.abt-us .title-points {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px
}

.abt-us .title-points li {
font-size: 15px;
line-height: 1.8;
color: #2d1a4a;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px
}

.abt-us .pt-dot {
width: 8px;
height: 8px;
border-radius: 3px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
flex-shrink: 0;
margin-top: 7px
}

.abt-us .title-img-col {
flex: 1 1 42%;
position: relative
}

.abt-us .title-img-frame {
position: relative;
border-radius: 32px;
overflow: hidden;
box-shadow: 0 10px 36px -1px #590ab91f
}

.abt-us .title-img-frame img {
width: 100%;
height: 480px;
object-fit: cover;
display: block;
filter: saturate(1.15) contrast(1.05);
mix-blend-mode: normal;
transition: filter .18s ease-out
}

.abt-us .title-img-frame::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(73deg, #0ce5c938, #590ab947);
pointer-events: none;
mix-blend-mode: multiply
}

.abt-us .title-img-frame:hover img {
filter: saturate(1.3) contrast(1.08)
}

.abt-us .who-blk {
background: #fff;
padding: 96px 24px;
position: relative
}

.abt-us .who-blk .pg-deco-abbr {
right: -20px;
top: 24px;
font-size: 72px
}

.abt-us .who-inner {
max-width: 1600px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start
}

.abt-us .who-left {
position: relative
}

.abt-us .who-heading {
font-size: 43px;
line-height: 1.1;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 2px #1a0533;
margin-bottom: 24px
}

.abt-us .who-heading .acc {
-webkit-text-stroke: 2px #FA5A06
}

.abt-us .who-pull {
font-size: 23px;
line-height: 1.5;
font-weight: 700;
color: #590AB9;
border-bottom: 2px dashed #0CE5C9;
padding-bottom: 24px;
margin-bottom: 24px
}

.abt-us .who-body {
font-size: 15px;
line-height: 1.8;
color: #2d1a4a
}

.abt-us .who-body p {
margin-bottom: 12px
}

.abt-us .who-right {
display: flex;
flex-direction: column;
gap: 24px
}

.abt-us .who-stat-card {
background: linear-gradient(73deg, #f5f3ff, #e8fcfa);
border-radius: 32px;
padding: 24px;
box-shadow: 0 4px 20px -1px #590ab917;
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
transition: box-shadow .15s ease-out, transform .15s ease-out
}

.abt-us .who-stat-card:hover {
box-shadow: 0 10px 36px -1px #590ab91f;
transform: translateY(-2px)
}

.abt-us .stat-icon-wrap {
width: 56px;
height: 56px;
border-radius: 3px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.abt-us .stat-icon-wrap svg {
width: 28px;
height: 28px;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}

.abt-us .stat-text-num {
font-size: 31px;
line-height: 1.1;
font-weight: 900;
color: #1a0533
}

.abt-us .stat-text-label {
font-size: 15px;
line-height: 1.5;
color: #590AB9;
font-weight: 600
}

.abt-us .team-blk {
background: linear-gradient(73deg, #1a0533 0%, #0a2a28 100%);
padding: 96px 24px;
position: relative;
overflow: hidden
}

.abt-us .team-blk .pg-deco-abbr {
color: #0ce5c90f;
left: -30px;
bottom: 12px;
top: auto
}

.abt-us .team-inner {
max-width: 1600px;
margin: 0 auto;
position: relative;
z-index: 1
}

.abt-us .team-top {
text-align: center;
margin-bottom: 48px
}

.abt-us .team-heading {
font-size: 43px;
line-height: 1.1;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 2px #fff;
margin-bottom: 12px
}

.abt-us .team-heading .acc {
-webkit-text-stroke: 2px #0CE5C9
}

.abt-us .team-sub {
font-size: 15px;
line-height: 1.8;
color: #ffffffb8;
max-width: 640px;
margin: 0 auto;
text-align: left
}

.abt-us .team-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 48px
}

.abt-us .team-card {
background: #ffffff0d;
border: 1px solid #0ce5c92e;
border-radius: 32px;
padding: 24px;
text-align: center;
transition: background .18s ease-out, border-color .18s ease-out
}

.abt-us .team-card:hover {
background: #0ce5c917;
border-color: #0ce5c966
}

.abt-us .team-card-img-wrap {
width: 88px;
height: 88px;
border-radius: 32px;
overflow: hidden;
margin: 0 auto 12px;
border: 2px solid #0ce5c94d
}

.abt-us .team-card-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(0.8)
}

.abt-us .team-avatar-placeholder {
width: 88px;
height: 88px;
border-radius: 32px;
background: linear-gradient(73deg, #0ce5c94d, #590ab94d);
margin: 0 auto 12px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
border: 2px solid #0ce5c94d
}

.abt-us .team-avatar-placeholder svg {
width: 40px;
height: 40px;
fill: none;
stroke: #ffffffb3;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round
}

.abt-us .team-card-name {
font-size: 15px;
line-height: 1.5;
font-weight: 700;
color: #fff;
margin-bottom: 6px
}

.abt-us .team-card-role {
font-size: 15px;
line-height: 1.5;
color: #0CE5C9;
font-weight: 600;
margin-bottom: 12px
}

.abt-us .team-card-desc {
font-size: 15px;
line-height: 1.8;
color: #ffffffa6
}

.abt-us .cert-frame {
border: 2px solid #0ce5c959;
border-radius: 32px;
padding: 48px;
background: #ffffff08;
display: flex;
flex-direction: row;
align-items: center;
gap: 48px;
position: relative
}

.abt-us .cert-frame::before {
content: '';
position: absolute;
inset: 6px;
border-radius: 28px;
border: 1px solid #0ce5c91f;
pointer-events: none
}

.abt-us .cert-badge {
flex-shrink: 0;
width: 120px;
height: 120px;
border-radius: 32px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 10px 36px -1px #0ce5c938
}

.abt-us .cert-badge svg {
width: 48px;
height: 48px;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}

.abt-us .cert-badge-label {
font-size: 15px;
line-height: 1.1;
font-weight: 900;
color: #fff;
margin-top: 6px;
text-align: center
}

.abt-us .cert-text {
flex: 1
}

.abt-us .cert-title {
font-size: 23px;
line-height: 1.5;
font-weight: 900;
color: #fff;
margin-bottom: 12px
}

.abt-us .cert-desc {
font-size: 15px;
line-height: 1.8;
color: #ffffffb3
}

.abt-us .cert-tags {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px
}

.abt-us .cert-tag {
font-size: 15px;
line-height: 1.5;
color: #0CE5C9;
border: 1px solid #0ce5c966;
border-radius: 3px;
padding: 6px 12px;
font-weight: 600
}

.abt-us .appr-blk {
background: #f5f3ff;
padding: 96px 24px;
position: relative
}

.abt-us .appr-inner {
max-width: 1600px;
margin: 0 auto
}

.abt-us .appr-top {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-end;
margin-bottom: 48px
}

.abt-us .appr-heading-col {
flex: 1 1 50%
}

.abt-us .appr-heading {
font-size: 43px;
line-height: 1.1;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 2px #1a0533;
text-align: center
}

.abt-us .appr-heading .acc {
-webkit-text-stroke: 2px #590AB9
}

.abt-us .appr-intro-col {
flex: 1 1 50%
}

.abt-us .appr-intro-text {
font-size: 15px;
line-height: 1.8;
color: #2d1a4a;
text-align: left
}

.abt-us .appr-cards {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin-bottom: 48px
}

.abt-us .appr-card {
background: #fff;
border-radius: 32px;
padding: 24px;
box-shadow: 0 2px 2px -1px #590ab90d;
transition: box-shadow .2s ease-out, transform .2s ease-out;
display: flex;
flex-direction: row;
gap: 24px;
align-items: flex-start
}

.abt-us .appr-card:hover {
box-shadow: 0 10px 36px -1px #590ab91f;
transform: translateY(-3px)
}

.abt-us .appr-card-icon {
width: 48px;
height: 48px;
border-radius: 3px;
flex-shrink: 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center
}

.abt-us .appr-card-icon svg {
width: 28px;
height: 28px;
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}

.abt-us .appr-card-icon.teal {
background: #0ce5c91f
}

.abt-us .appr-card-icon.teal svg {
stroke: #0CE5C9
}

.abt-us .appr-card-icon.violet {
background: #590ab91a
}

.abt-us .appr-card-icon.violet svg {
stroke: #590AB9
}

.abt-us .appr-card-icon.orange {
background: #fa5a061a
}

.abt-us .appr-card-icon.orange svg {
stroke: #FA5A06
}

.abt-us .appr-card-icon.dark {
background: #1a053314
}

.abt-us .appr-card-icon.dark svg {
stroke: #1a0533
}

.abt-us .appr-card-title {
font-size: 15px;
line-height: 1.5;
font-weight: 700;
color: #1a0533;
margin-bottom: 6px
}

.abt-us .appr-card-desc {
font-size: 15px;
line-height: 1.8;
color: #4a3566
}

.abt-us .appr-two-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center
}

.abt-us .appr-img-wrap {
border-radius: 32px;
overflow: hidden;
box-shadow: 0 10px 36px -1px #590ab91f;
position: relative
}

.abt-us .appr-img-wrap img {
width: 100%;
height: 360px;
object-fit: cover;
display: block;
filter: saturate(1.1);
transition: filter .18s ease-out
}

.abt-us .appr-img-wrap::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(73deg, #590ab92e, #0ce5c924);
pointer-events: none
}

.abt-us .appr-img-wrap:hover img {
filter: saturate(1.25)
}

.abt-us .appr-pull {
font-size: 23px;
line-height: 1.5;
font-weight: 700;
color: #590AB9;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 2px dashed #0CE5C9
}

.abt-us .appr-body-text {
font-size: 15px;
line-height: 1.8;
color: #2d1a4a
}

.abt-us .appr-body-text p {
margin-bottom: 12px
}

@media (max-width: 1024px) {
.abt-us .title-blk-inner {
flex-direction: column
}

.abt-us .title-h1 {
font-size: 43px
}

.abt-us .title-img-frame img {
height: 320px
}

.abt-us .who-inner {
grid-template-columns: 1fr
}

.abt-us .team-grid {
grid-template-columns: 1fr 1fr
}

.abt-us .appr-top {
flex-direction: column;
align-items: flex-start
}

.abt-us .appr-two-col {
grid-template-columns: 1fr
}

.abt-us .cert-frame {
flex-direction: column;
text-align: center
}

.abt-us .cert-tags {
justify-content: center
}
}

@media (max-width: 640px) {
.abt-us .title-h1 {
font-size: 31px
}

.abt-us .who-heading,
.abt-us .team-heading,
.abt-us .appr-heading {
font-size: 31px
}

.abt-us .team-grid {
grid-template-columns: 1fr
}

.abt-us .appr-cards {
grid-template-columns: 1fr
}

.abt-us .title-blk,
.abt-us .who-blk,
.abt-us .team-blk,
.abt-us .appr-blk {
padding: 48px 24px
}

.abt-us .cert-frame {
padding: 24px
}
}

.cont-pg {
max-width: 1600px;
margin: 0 auto;
overflow-x: clip
}

.cont-pg .reveal-mask {
animation: maskReveal .6s ease-out forwards;
clip-path: inset(0 50% 0 50%)
}

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

.cont-pg .reveal-center {
animation: maskCenter .7s ease-out forwards;
clip-path: inset(0 50% 0 50%)
}

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

.cont-pg .pg-band {
height: 4px;
background: linear-gradient(73deg, #0CE5C9, #590AB9)
}

.cont-pg .reach-blk {
padding: 96px 48px;
background: #fff;
position: relative
}

.cont-pg .reach-blk::after {
content: '';
position: absolute;
bottom: 0;
left: 48px;
right: 48px;
height: 1px;
background: linear-gradient(73deg, #0CE5C9 0%, #590AB9 100%);
opacity: .18
}

.cont-pg .reach-grid {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
gap: 48px;
align-items: start
}

.cont-pg .reach-label {
font-size: 15px;
line-height: 1.5;
color: #590AB9;
letter-spacing: .08em;
text-transform: uppercase;
margin-bottom: 12px
}

.cont-pg .reach-head {
font-size: 43px;
line-height: 1.1;
color: transparent;
-webkit-text-stroke: 2px #222;
margin-bottom: 24px
}

.cont-pg .reach-desc {
font-size: 15px;
line-height: 1.8;
color: #333;
max-width: 480px
}

.cont-pg .reach-accent {
color: #0CE5C9
}

.cont-pg .reach-pull {
font-size: 23px;
line-height: 1.5;
color: #590AB9;
border-top: 3px solid #0CE5C9;
padding-top: 24px;
margin-bottom: 24px
}

.cont-pg .reach-body {
font-size: 15px;
line-height: 1.8;
color: #444
}

.cont-pg .reach-side {
display: flex;
flex-direction: column;
gap: 24px
}

.cont-pg .ch-card {
background: #f4f4f6;
border-radius: 3px;
padding: 24px;
box-shadow: 0 2px 2px -1px #590ab90d;
transition: box-shadow .15s ease-out, background .15s ease-out;
position: relative;
overflow: hidden
}

.cont-pg .ch-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 3px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
transition: width .18s ease-out
}

.cont-pg .ch-card:hover::before {
width: 100%
}

.cont-pg .ch-card:hover {
box-shadow: 0 4px 20px -1px #590ab917;
background: #f0eef8
}

.cont-pg .ch-card-ico {
width: 36px;
height: 36px;
margin-bottom: 12px
}

.cont-pg .ch-card-lbl {
font-size: 15px;
line-height: 1.5;
color: #888;
margin-bottom: 6px
}

.cont-pg .ch-card-val {
font-size: 15px;
line-height: 1.5;
color: #222;
font-weight: 600
}

.cont-pg .ch-card-val a {
color: #590AB9;
text-decoration: underline;
transition: color .12s ease-out
}

.cont-pg .ch-card-val a:hover {
color: #FA5A06
}

.cont-pg .diamond-acc {
position: absolute;
top: 48px;
right: 48px;
width: 56px;
height: 56px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
transform: rotate(45deg);
opacity: .12;
border-radius: 3px;
pointer-events: none
}

.cont-pg .msg-band {
height: 4px;
background: linear-gradient(73deg, #590AB9, #FA5A06)
}

.cont-pg .form-blk {
padding: 96px 48px;
background: linear-gradient(73deg, #f7f5ff 0%, #f0fffe 100%);
position: relative
}

.cont-pg .form-grid {
display: grid;
grid-template-columns: 1fr 1.8fr;
gap: 96px;
align-items: start
}

.cont-pg .form-info-head {
font-size: 31px;
line-height: 1.1;
color: transparent;
-webkit-text-stroke: 2px #333;
margin-bottom: 24px
}

.cont-pg .form-info-txt {
font-size: 15px;
line-height: 1.8;
color: #444;
margin-bottom: 24px
}

.cont-pg .code-blk {
background: #1a0a2e;
border-radius: 3px;
padding: 24px;
font-size: 15px;
line-height: 1.8;
color: #0CE5C9;
font-family: 'Courier New', monospace;
box-shadow: 0 10px 36px -1px #590ab91f;
overflow: hidden
}

.cont-pg .code-blk .code-comm {
color: #590AB9;
opacity: .7
}

.cont-pg .code-blk .code-key {
color: #FA5A06
}

.cont-pg .code-blk .code-val {
color: #0CE5C9
}

.cont-pg .form-wrap {
background: #fff;
border-radius: 3px;
padding: 48px;
box-shadow: 0 10px 36px -1px #590ab91f
}

.cont-pg .form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px
}

.cont-pg .field-grp {
position: relative;
margin-bottom: 24px
}

.cont-pg .field-grp.full {
grid-column: 1 / -1
}

.cont-pg .field-inp {
width: 100%;
border: 2px solid #ddd;
border-radius: 3px;
padding: 24px 12px 6px;
font-size: 15px;
line-height: 1.5;
color: #222;
background: #fafbff;
outline: none;
box-sizing: border-box;
transition: border-color .15s ease-out
}

.cont-pg .field-inp:focus {
border-color: #590AB9 !important;
background: #fff
}

.cont-pg .field-inp:focus+.field-lbl,
.cont-pg .field-inp:not(:placeholder-shown)+.field-lbl {
top: 6px;
font-size: 12px;
color: #590AB9
}

.cont-pg .field-lbl {
position: absolute;
left: 12px;
top: 15px;
font-size: 15px;
line-height: 1.5;
color: #888;
pointer-events: none;
transition: top .12s ease-out, font-size .12s ease-out, color .12s ease-out;
background: transparent
}

.cont-pg .field-sel {
width: 100%;
border: 2px solid #ddd;
border-radius: 3px;
padding: 15px 12px;
font-size: 15px;
line-height: 1.5;
color: #222;
background: #fafbff;
outline: none;
box-sizing: border-box;
appearance: none;
cursor: pointer;
transition: border-color .15s ease-out
}

.cont-pg .field-sel:focus {
border-color: #590AB9 !important
}

.cont-pg .sel-wrap {
position: relative
}

.cont-pg .sel-wrap::after {
content: '';
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #590AB9;
pointer-events: none
}

.cont-pg .sel-lbl {
font-size: 12px;
color: #590AB9;
margin-bottom: 6px;
display: block
}

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

.cont-pg .privacy-row input[type="checkbox"] {
width: 18px;
height: 18px;
accent-color: #590AB9;
margin-top: 2px;
flex-shrink: 0;
cursor: pointer
}

.cont-pg .privacy-txt {
font-size: 15px;
line-height: 1.5;
color: #555
}

.cont-pg .privacy-txt a {
color: #590AB9;
text-decoration: underline;
transition: color .12s ease-out
}

.cont-pg .privacy-txt a:hover {
color: #FA5A06
}

.cont-pg .btn-submit {
background: linear-gradient(73deg, #0CE5C9, #590AB9);
color: #fff;
border: none;
border-radius: 3px;
padding: 18px 48px;
font-size: 15px;
line-height: 1.5;
cursor: pointer;
font-weight: 700;
letter-spacing: .04em;
transition: box-shadow .15s ease-out, opacity .12s ease-out;
display: inline-block
}

.cont-pg .btn-submit:hover {
box-shadow: 0 4px 20px -1px #0ce5c959;
opacity: .92
}

.cont-pg .btn-submit:focus {
outline: 3px solid #0CE5C9;
outline-offset: 2px
}

.cont-pg .btn-submit:active {
opacity: .8
}

@keyframes shakeErr {

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

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

40% {
transform: translateX(6px)
}

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

80% {
transform: translateX(4px)
}
}

.cont-pg .btn-submit:invalid,
.cont-pg form:invalid .btn-submit:focus {
animation: shakeErr .2s ease-out
}

.cont-pg .msg-area {
width: 100%;
border: 2px solid #ddd;
border-radius: 3px;
padding: 24px 12px 6px;
font-size: 15px;
line-height: 1.8;
color: #222;
background: #fafbff;
outline: none;
box-sizing: border-box;
resize: vertical;
min-height: 120px;
transition: border-color .15s ease-out
}

.cont-pg .msg-area:focus {
border-color: #590AB9 !important;
background: #fff
}

.cont-pg .msg-area:focus+.field-lbl,
.cont-pg .msg-area:not(:placeholder-shown)+.field-lbl {
top: 6px;
font-size: 12px;
color: #590AB9
}

.cont-pg .addr-blk {
padding: 96px 48px;
background: #fff;
position: relative
}

.cont-pg .addr-img-wrap {
position: relative;
border-radius: 3px;
overflow: hidden;
height: 420px
}

.cont-pg .addr-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(0.7) brightness(0.92)
}

.cont-pg .addr-img-overlay {
position: absolute;
inset: 0;
background: #590ab92e;
pointer-events: none
}

.cont-pg .addr-grid {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 48px;
align-items: center
}

.cont-pg .addr-text-col {
display: flex;
flex-direction: column;
gap: 24px
}

.cont-pg .addr-head {
font-size: 31px;
line-height: 1.1;
color: transparent;
-webkit-text-stroke: 2px #222
}

.cont-pg .addr-desc {
font-size: 15px;
line-height: 1.8;
color: #444
}

.cont-pg .addr-items {
display: flex;
flex-direction: column;
gap: 12px
}

.cont-pg .addr-item {
background: #f4f4f6;
border-radius: 3px;
padding: 24px;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
box-shadow: 0 2px 2px -1px #0ce5c90d;
transition: box-shadow .18s ease-out
}

.cont-pg .addr-item:hover {
box-shadow: 0 4px 20px -1px #590ab917
}

.cont-pg .addr-item-ico {
flex-shrink: 0;
width: 24px;
height: 24px
}

.cont-pg .addr-item-txt {
font-size: 15px;
line-height: 1.5;
color: #333
}

.cont-pg .addr-item-txt strong {
color: #590AB9;
display: block;
margin-bottom: 6px
}

.cont-pg .addr-item-txt a {
color: #333;
text-decoration: underline;
transition: color .12s ease-out
}

.cont-pg .addr-item-txt a:hover {
color: #FA5A06
}

.cont-pg .msg-apps {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap
}

.cont-pg .app-btn {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 6px;
padding: 12px 24px;
border-radius: 3px;
font-size: 15px;
line-height: 1.5;
text-decoration: none;
font-weight: 600;
transition: box-shadow .15s ease-out, background .15s ease-out;
border: 2px solid transparent
}

.cont-pg .app-btn.wa {
background: #f4f4f6;
color: #222;
border-color: #ddd
}

.cont-pg .app-btn.wa:hover {
background: #e8f5e9;
border-color: #0CE5C9;
box-shadow: 0 4px 20px -1px #0ce5c917
}

.cont-pg .app-btn.vb {
background: #f4f4f6;
color: #222;
border-color: #ddd
}

.cont-pg .app-btn.vb:hover {
background: #ede7f6;
border-color: #590AB9;
box-shadow: 0 4px 20px -1px #590ab917
}

.cont-pg .app-btn.sg {
background: #f4f4f6;
color: #222;
border-color: #ddd
}

.cont-pg .app-btn.sg:hover {
background: #fff3ee;
border-color: #FA5A06;
box-shadow: 0 4px 20px -1px #fa5a0617
}

.cont-pg .addr-diamond {
position: absolute;
bottom: 48px;
left: 48px;
width: 44px;
height: 44px;
background: linear-gradient(73deg, #FA5A06, #590AB9);
transform: rotate(45deg);
opacity: .1;
border-radius: 3px;
pointer-events: none
}

@media (max-width: 1100px) {
.cont-pg .reach-grid {
grid-template-columns: 1fr 1fr
}

.cont-pg .reach-side:last-child {
grid-column: 1 / -1;
flex-direction: row;
flex-wrap: wrap
}

.cont-pg .ch-card {
flex: 1 1 200px
}
}

@media (max-width: 860px) {
.cont-pg .reach-grid {
grid-template-columns: 1fr
}

.cont-pg .form-grid {
grid-template-columns: 1fr;
gap: 48px
}

.cont-pg .addr-grid {
grid-template-columns: 1fr
}

.cont-pg .addr-img-wrap {
height: 280px
}

.cont-pg .reach-blk,
.cont-pg .form-blk,
.cont-pg .addr-blk {
padding: 48px 24px
}

.cont-pg .form-row {
grid-template-columns: 1fr
}

.cont-pg .form-wrap {
padding: 24px
}

.cont-pg .reach-head {
font-size: 31px
}
}

@media (max-width: 540px) {
.cont-pg .reach-head {
font-size: 23px
}

.cont-pg .form-info-head {
font-size: 23px
}

.cont-pg .addr-head {
font-size: 23px
}

.cont-pg .msg-apps {
flex-direction: column
}
}

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

.lrn-prog .pg-title-block {
position: relative;
padding: 96px 24px 48px;
background: #111827;
display: flex;
flex-direction: column;
align-items: flex-start;
max-width: 100%
}

.lrn-prog .pg-title-block .grid-lines {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.lrn-prog .pg-title-block .grid-lines::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(#0ce5c90d 1px, transparent 1px), linear-gradient(90deg, #0ce5c90d 1px, transparent 1px);
background-size: 60px 60px
}

.lrn-prog .pg-title-block .title-img-wrap {
position: absolute;
bottom: 0;
right: 0;
width: 45%;
height: 100%;
overflow: hidden;
pointer-events: none
}

.lrn-prog .pg-title-block .title-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block
}

.lrn-prog .pg-title-block .title-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to bottom, #111827 0%, transparent 40%, #111827 100%)
}

.lrn-prog .pg-title-block .title-text {
position: relative;
z-index: 2;
max-width: 760px
}

.lrn-prog .pg-title-block .deco-strokes {
position: absolute;
top: 24px;
right: 24px;
display: flex;
flex-direction: column;
gap: 6px;
pointer-events: none;
z-index: 3
}

.lrn-prog .pg-title-block .deco-strokes span {
display: block;
height: 2px;
background: #0ce5c959;
border-radius: 3px
}

.lrn-prog .pg-title-block .deco-strokes span:nth-child(1) {
width: 48px
}

.lrn-prog .pg-title-block .deco-strokes span:nth-child(2) {
width: 32px
}

.lrn-prog .pg-title-block .deco-strokes span:nth-child(3) {
width: 20px
}

.lrn-prog .pg-title-block .deco-strokes span:nth-child(4) {
width: 12px
}

.lrn-prog .pg-title-block .eyebrow {
font-size: 15px;
line-height: 1.5;
color: #0CE5C9;
letter-spacing: .08em;
text-transform: uppercase;
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 12px
}

.lrn-prog .pg-title-block .eyebrow::before {
content: "";
display: block;
width: 24px;
height: 2px;
background: #0CE5C9;
border-radius: 3px;
flex-shrink: 0
}

.lrn-prog .title-h1 {
font-size: 72px;
line-height: 1.1;
color: #fff;
margin-bottom: 24px
}

.lrn-prog .title-h1 .acc {
color: #0CE5C9
}

.lrn-prog .title-sub {
font-size: 23px;
line-height: 1.5;
color: #ffffffb3;
max-width: 560px
}

.lrn-prog .sec-divider {
display: flex;
align-items: center;
justify-content: center;
padding: 24px 0;
gap: 12px
}

.lrn-prog .sec-divider::before,
.lrn-prog .sec-divider::after {
content: "";
flex: 1;
height: 1px;
background: #590ab91f
}

.lrn-prog .sec-divider .focal {
width: 8px;
height: 8px;
background: #590AB9;
border-radius: 3px;
transform: rotate(45deg);
flex-shrink: 0
}

.lrn-prog .cards-sec {
padding: 48px 24px 96px;
max-width: 1600px;
margin: 0 auto
}

.lrn-prog .cards-sec .sec-label {
font-size: 15px;
line-height: 1.5;
color: #590AB9;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: .06em
}

.lrn-prog .cards-sec .sec-head {
font-size: 43px;
line-height: 1.1;
color: transparent;
-webkit-text-stroke: 2px #111827;
margin-bottom: 48px
}

.lrn-prog .cards-sec .sec-head .acc {
-webkit-text-stroke: 2px #FA5A06;
color: transparent
}

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

.lrn-prog .prog-card {
background: #fff;
border-radius: 32px;
box-shadow: 0 4px 20px -1px #590ab917;
display: flex;
flex-direction: column;
overflow: hidden;
transition: box-shadow .18s ease-out, transform .15s ease-out
}

.lrn-prog .prog-card:hover {
box-shadow: 0 10px 36px -1px #590ab91f;
transform: translateY(-3px)
}

.lrn-prog .prog-card .card-img-wrap {
position: relative;
width: 100%;
height: 200px;
overflow: hidden;
flex-shrink: 0
}

.lrn-prog .prog-card .card-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .2s ease-out
}

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

.lrn-prog .prog-card .card-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 50% 100%, #1118278c 0%, transparent 70%);
pointer-events: none;
opacity: 0;
transition: opacity .18s ease-out
}

.lrn-prog .prog-card:hover .card-img-wrap::after {
opacity: 1
}

.lrn-prog .prog-card .card-tag {
position: absolute;
top: 12px;
left: 12px;
background: #0CE5C9;
color: #111827;
font-size: 15px;
line-height: 1.5;
padding: 0 12px;
border-radius: 3px;
font-weight: 600
}

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

.lrn-prog .prog-card .card-meta {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap
}

.lrn-prog .prog-card .card-meta .user-fmt {
font-size: 15px;
line-height: 1.5;
color: #590AB9;
background: #590ab912;
padding: 0 12px;
border-radius: 3px
}

.lrn-prog .prog-card .card-meta .readtime {
font-size: 15px;
line-height: 1.5;
color: #555;
display: flex;
align-items: center;
gap: 6px
}

.lrn-prog .prog-card .card-meta .readtime svg {
flex-shrink: 0
}

.lrn-prog .prog-card .card-title {
font-size: 23px;
line-height: 1.5;
color: #111827
}

.lrn-prog .prog-card .card-desc {
font-size: 15px;
line-height: 1.8;
color: #444;
flex: 1
}

.lrn-prog .prog-card .card-stats {
display: flex;
align-items: center;
gap: 12px;
font-size: 15px;
line-height: 1.5;
color: #666
}

.lrn-prog .prog-card .card-stats .stat {
display: flex;
align-items: center;
gap: 6px
}

.lrn-prog .prog-card .card-price-row {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
padding-top: 12px;
border-top: 1px solid #590ab914
}

.lrn-prog .prog-card .price-block {
display: flex;
flex-direction: column;
gap: 0
}

.lrn-prog .prog-card .price-val {
font-size: 31px;
line-height: 1.1;
color: #111827;
font-weight: 700
}

.lrn-prog .prog-card .price-des {
font-size: 15px;
line-height: 1.5;
color: #666
}

.lrn-prog .prog-card .price-note {
font-size: 15px;
line-height: 1.5;
color: #FA5A06
}

.lrn-prog .prog-card .seats-badge {
font-size: 15px;
line-height: 1.5;
background: #fa5a0614;
color: #FA5A06;
padding: 0 12px;
border-radius: 3px;
white-space: nowrap
}

.lrn-prog .prog-card .card-cta {
display: block;
text-align: center;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
color: #fff;
font-size: 15px;
line-height: 1.5;
padding: 12px 24px;
border-radius: 32px;
text-decoration: none;
transition: opacity .15s ease-out;
margin-top: 6px
}

.lrn-prog .prog-card .card-cta:hover {
opacity: .88
}

.lrn-prog .prog-card .card-cta:focus-visible {
outline: 2px solid #590AB9;
outline-offset: 2px
}

.lrn-prog .metrics-sec {
background: linear-gradient(73deg, #0CE5C9 0%, #590AB9 100%);
padding: 96px 24px;
position: relative;
overflow: hidden
}

.lrn-prog .metrics-sec .bg-img {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden
}

.lrn-prog .metrics-sec .bg-img img {
width: 100%;
height: 100%;
object-fit: cover;
mix-blend-mode: multiply;
opacity: .25;
display: block
}

.lrn-prog .metrics-sec .met-inner {
position: relative;
z-index: 2;
max-width: 1600px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center
}

.lrn-prog .metrics-sec .met-text {
color: #fff
}

.lrn-prog .metrics-sec .met-text .met-label {
font-size: 15px;
line-height: 1.5;
text-transform: uppercase;
letter-spacing: .08em;
opacity: .8;
margin-bottom: 12px
}

.lrn-prog .metrics-sec .met-text h2 {
font-size: 43px;
line-height: 1.1;
color: transparent;
-webkit-text-stroke: 2px #fff;
margin-bottom: 24px
}

.lrn-prog .metrics-sec .met-text p {
font-size: 15px;
line-height: 1.8;
color: #ffffffe0
}

.lrn-prog .metrics-sec .met-figures {
display: flex;
flex-direction: column;
gap: 24px
}

.lrn-prog .metrics-sec .dual-metric {
display: flex;
flex-direction: row;
gap: 48px
}

.lrn-prog .metrics-sec .metric-item {
display: flex;
flex-direction: column;
gap: 6px
}

.lrn-prog .metrics-sec .metric-num {
font-size: 72px;
line-height: 1.1;
color: #fff;
font-weight: 700
}

.lrn-prog .metrics-sec .metric-desc {
font-size: 15px;
line-height: 1.5;
color: #ffffffbf;
max-width: 180px
}

.lrn-prog .metrics-sec .met-deco {
position: absolute;
bottom: 24px;
right: 24px;
display: flex;
flex-direction: column;
gap: 6px;
pointer-events: none
}

.lrn-prog .metrics-sec .met-deco span {
display: block;
height: 2px;
background: #ffffff40;
border-radius: 3px
}

.lrn-prog .metrics-sec .met-deco span:nth-child(1) {
width: 48px
}

.lrn-prog .metrics-sec .met-deco span:nth-child(2) {
width: 32px
}

.lrn-prog .metrics-sec .met-deco span:nth-child(3) {
width: 20px
}

.lrn-prog .why-sec {
padding: 96px 24px;
max-width: 1600px;
margin: 0 auto
}

.lrn-prog .why-sec .why-top {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
margin-bottom: 48px
}

.lrn-prog .why-sec .pull-quote {
font-size: 31px;
line-height: 1.5;
color: #590AB9;
border-top: 3px solid #0CE5C9;
padding-top: 24px
}

.lrn-prog .why-sec .why-body p {
font-size: 15px;
line-height: 1.8;
color: #333;
margin-bottom: 12px
}

.lrn-prog .why-sec .why-items {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px
}

.lrn-prog .why-sec .why-item {
background: #fff;
border-radius: 32px;
padding: 24px;
box-shadow: 0 2px 2px -1px #0ce5c90d 0 4px 20px -1px #0ce5c917;
display: flex;
flex-direction: column;
gap: 12px;
animation: reveal-up .2s ease-out both
}

.lrn-prog .why-sec .why-item:nth-child(2) {
animation-delay: .05s
}

.lrn-prog .why-sec .why-item:nth-child(3) {
animation-delay: .1s
}

.lrn-prog .why-sec .why-item:nth-child(4) {
animation-delay: .15s
}

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

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

.lrn-prog .why-sec .why-item .wi-icon {
width: 40px;
height: 40px;
flex-shrink: 0
}

.lrn-prog .why-sec .why-item h4 {
font-size: 15px;
line-height: 1.5;
color: #111827;
font-weight: 700
}

.lrn-prog .why-sec .why-item p {
font-size: 15px;
line-height: 1.8;
color: #555
}

.lrn-prog .anim-cards .prog-card {
animation: reveal-up .18s ease-out both
}

.lrn-prog .anim-cards .prog-card:nth-child(2) {
animation-delay: .06s
}

.lrn-prog .anim-cards .prog-card:nth-child(3) {
animation-delay: .12s
}

@media (max-width: 1100px) {
.lrn-prog .prog-grid {
grid-template-columns: repeat(2, 1fr)
}

.lrn-prog .why-sec .why-items {
grid-template-columns: repeat(2, 1fr)
}

.lrn-prog .metrics-sec .met-inner {
grid-template-columns: 1fr
}
}

@media (max-width: 768px) {
.lrn-prog .title-h1 {
font-size: 43px
}

.lrn-prog .pg-title-block .title-img-wrap {
width: 100%;
position: relative;
height: 220px;
margin-top: 24px
}

.lrn-prog .pg-title-block {
padding: 48px 24px 24px
}

.lrn-prog .prog-grid {
grid-template-columns: 1fr
}

.lrn-prog .why-sec .why-top {
grid-template-columns: 1fr
}

.lrn-prog .why-sec .why-items {
grid-template-columns: 1fr
}

.lrn-prog .metrics-sec .dual-metric {
flex-direction: column;
gap: 24px
}

.lrn-prog .metric-num {
font-size: 43px
}
}

.entr-pg {
background: #fff;
color: #1b1b2e;
overflow-x: hidden
}

.entr-pg .max-w {
max-width: 1600px;
margin-left: auto;
margin-right: auto;
padding-left: 48px;
padding-right: 48px
}

.entr-pg .dash-div {
border: none;
border-top: 1px dashed #c8c8d8;
margin: 0
}

.entr-pg .ttl-blk {
background: linear-gradient(73deg, #590AB9 0%, #0CE5C9 100%);
padding-top: 96px;
padding-bottom: 48px;
position: relative
}

.entr-pg .ttl-blk .circ-a {
position: absolute;
top: -40px;
left: 8%;
width: 260px;
height: 260px;
border-radius: 32px;
background: #0ce5c914;
pointer-events: none;
border-radius: 50%
}

.entr-pg .ttl-blk .circ-b {
position: absolute;
bottom: 20px;
right: 5%;
width: 180px;
height: 180px;
background: #590ab91a;
pointer-events: none;
border-radius: 50%
}

.entr-pg .ttl-blk .circ-c {
position: absolute;
top: 40px;
right: 22%;
width: 90px;
height: 90px;
background: #fa5a0612;
pointer-events: none;
border-radius: 50%
}

.entr-pg .ttl-inner {
position: relative;
z-index: 1;
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-end
}

.entr-pg .ttl-text {
flex: 1 1 55%
}

.entr-pg .ttl-label {
font-size: 15px;
line-height: 1.5;
letter-spacing: .12em;
text-transform: uppercase;
color: #ffffffbf;
margin-bottom: 24px;
display: block
}

.entr-pg .ttl-h1 {
font-size: 72px;
line-height: 1.1;
color: #fff;
margin-bottom: 24px
}

.entr-pg .ttl-desc {
font-size: 23px;
line-height: 1.5;
color: #ffffffe0;
margin-bottom: 48px;
max-width: 600px
}

.entr-pg .ttl-act {
display: inline-block;
font-size: 15px;
line-height: 1.5;
background: #fff;
color: #590AB9;
padding: 12px 24px;
border-radius: 3px;
text-decoration: none;
font-weight: 600;
transition: background .15s ease-out, color .15s ease-out
}

.entr-pg .ttl-act:hover {
background: #FA5A06;
color: #fff
}

.entr-pg .ttl-img-col {
flex: 0 0 38%;
position: relative
}

.entr-pg .ttl-img-wrap {
border-radius: 32px;
overflow: hidden;
position: relative
}

.entr-pg .ttl-img-wrap img {
width: 100%;
height: 420px;
object-fit: cover;
display: block;
filter: saturate(0.4) sepia(0.5)
}

.entr-pg .ttl-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(73deg, #590ab973 0%, #0ce5c94d 100%);
pointer-events: none
}

.entr-pg .avail-sec {
padding-top: 96px;
padding-bottom: 96px;
background: #f4f2fb
}

.entr-pg .avail-lbl {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .1em;
color: #590AB9;
display: block;
margin-bottom: 12px
}

.entr-pg .avail-h2 {
font-size: 43px;
line-height: 1.1;
-webkit-text-stroke: 1.5px #590AB9;
color: transparent;
margin-bottom: 48px;
text-align: center
}

.entr-pg .avail-grid {
display: grid;
grid-template-columns: 1fr 1.5fr 1.5fr 1fr;
gap: 24px
}

.entr-pg .avail-card {
background: #fff;
border-radius: 32px;
padding: 24px;
box-shadow: 0 4px 20px -1px #590ab917;
transition: box-shadow .18s ease-out
}

.entr-pg .avail-card:hover {
box-shadow: 0 10px 36px -1px #590ab91f
}

.entr-pg .avail-card .ac-icon {
width: 40px;
height: 40px;
margin-bottom: 12px
}

.entr-pg .avail-card .ac-tag {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .08em;
color: #FA5A06;
display: block;
margin-bottom: 6px
}

.entr-pg .avail-card h3 {
font-size: 23px;
line-height: 1.5;
color: #1b1b2e;
margin-bottom: 12px
}

.entr-pg .avail-card p {
font-size: 15px;
line-height: 1.8;
color: #3d3d55
}

.entr-pg .avail-card .ac-link {
display: inline-block;
margin-top: 12px;
font-size: 15px;
color: #590AB9;
text-decoration: underline;
transition: color .12s ease-out
}

.entr-pg .avail-card .ac-link:hover {
color: #FA5A06
}

.entr-pg .grad-sec {
padding-top: 96px;
padding-bottom: 96px;
background: #fff
}

.entr-pg .grad-inner {
display: flex;
flex-direction: row;
gap: 48px;
align-items: center
}

.entr-pg .grad-img-col {
flex: 0 0 44%
}

.entr-pg .grad-img-wrap {
border-radius: 3px;
overflow: hidden
}

.entr-pg .grad-img-wrap img {
width: 100%;
height: 500px;
object-fit: cover;
display: block
}

.entr-pg .grad-text {
flex: 1 1 50%
}

.entr-pg .grad-lbl {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .1em;
color: #0CE5C9;
display: block;
margin-bottom: 12px
}

.entr-pg .grad-h2 {
font-size: 43px;
line-height: 1.1;
-webkit-text-stroke: 1.5px #1b1b2e;
color: transparent;
margin-bottom: 24px
}

.entr-pg .grad-pull {
display: flex;
flex-direction: row;
gap: 24px;
margin-bottom: 24px;
align-items: flex-start
}

.entr-pg .grad-quote {
font-size: 23px;
line-height: 1.5;
color: #590AB9;
font-weight: 600;
flex: 0 0 40%
}

.entr-pg .grad-body {
font-size: 15px;
line-height: 1.8;
color: #3d3d55;
flex: 1
}

.entr-pg .grad-items {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px
}

.entr-pg .grad-items li {
background: #f4f2fb;
border-radius: 3px;
padding: 12px 24px;
font-size: 15px;
line-height: 1.5;
color: #1b1b2e;
display: flex;
flex-direction: row;
align-items: center;
gap: 12px
}

.entr-pg .grad-items li .gi-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #0CE5C9;
flex-shrink: 0
}

.entr-pg .invest-sec {
padding-top: 96px;
padding-bottom: 96px;
background: linear-gradient(73deg, #590AB9 0%, #1b1b2e 100%);
position: relative;
overflow: hidden
}

@keyframes grad-shift-a {
0% {
transform: translateX(0) translateY(0)
}

50% {
transform: translateX(24px) translateY(-12px)
}

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

@keyframes grad-shift-b {
0% {
transform: translateX(0) translateY(0)
}

50% {
transform: translateX(-18px) translateY(18px)
}

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

.entr-pg .invest-sec .bg-grad-a {
position: absolute;
top: -60px;
left: -60px;
width: 400px;
height: 400px;
border-radius: 50%;
background: #0ce5c912;
pointer-events: none;
animation: grad-shift-a 8s ease infinite
}

.entr-pg .invest-sec .bg-grad-b {
position: absolute;
bottom: -80px;
right: -40px;
width: 500px;
height: 500px;
border-radius: 50%;
background: #fa5a060f;
pointer-events: none;
animation: grad-shift-b 11s ease infinite
}

.entr-pg .invest-inner {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center
}

.entr-pg .invest-text .inv-lbl {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .1em;
color: #0ce5c9cc;
display: block;
margin-bottom: 12px
}

.entr-pg .invest-text h2 {
font-size: 43px;
line-height: 1.1;
color: #fff;
margin-bottom: 24px;
-webkit-text-stroke: 1px #fff6
}

.entr-pg .invest-text p {
font-size: 15px;
line-height: 1.8;
color: #ffffffc7;
margin-bottom: 24px
}

.entr-pg .invest-cards {
display: flex;
flex-direction: column;
gap: 24px
}

.entr-pg .inv-card {
background: #ffffff12;
border-radius: 32px;
padding: 24px;
border: 1px solid #ffffff1f;
transition: background .18s ease-out
}

.entr-pg .inv-card:hover {
background: #ffffff1f !important
}

.entr-pg .inv-card .ic-num {
font-size: 43px;
line-height: 1.1;
color: #0CE5C9;
font-weight: 700;
display: block;
margin-bottom: 6px
}

.entr-pg .inv-card .ic-label {
font-size: 15px;
line-height: 1.5;
color: #ffffffb3
}

.entr-pg .longval-sec {
padding-top: 96px;
padding-bottom: 96px;
background: #1b1b2e
}

.entr-pg .longval-top {
text-align: center;
margin-bottom: 48px
}

.entr-pg .longval-lbl {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .1em;
color: #FA5A06;
display: block;
margin-bottom: 12px
}

.entr-pg .longval-h2 {
font-size: 43px;
line-height: 1.1;
-webkit-text-stroke: 1.5px #0CE5C9;
color: transparent;
margin-bottom: 24px
}

.entr-pg .longval-sub {
font-size: 23px;
line-height: 1.5;
color: #ffffffb3;
max-width: 680px;
margin: 0 auto
}

.entr-pg .longval-row {
display: flex;
flex-direction: row;
gap: 48px;
align-items: stretch
}

.entr-pg .longval-img-col {
flex: 0 0 36%
}

.entr-pg .longval-img-wrap {
border-radius: 32px;
overflow: hidden;
height: 100%
}

.entr-pg .longval-img-wrap img {
width: 100%;
height: 100%;
min-height: 360px;
object-fit: cover;
display: block
}

.entr-pg .longval-pts {
flex: 1;
display: flex;
flex-direction: column;
gap: 24px
}

.entr-pg .lv-pt {
background: #ffffff0d;
border-radius: 3px;
padding: 24px;
border-top: 2px solid #0CE5C9;
transition: background .15s ease-out
}

.entr-pg .lv-pt:hover {
background: #0ce5c914
}

.entr-pg .lv-pt h4 {
font-size: 23px;
line-height: 1.5;
color: #fff;
margin-bottom: 12px
}

.entr-pg .lv-pt p {
font-size: 15px;
line-height: 1.8;
color: #ffffffa6
}

.entr-pg .dist-sec {
padding-top: 96px;
padding-bottom: 96px;
background: #f4f2fb
}

.entr-pg .dist-lbl {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .1em;
color: #590AB9;
display: block;
margin-bottom: 12px;
text-align: center
}

.entr-pg .dist-h2 {
font-size: 43px;
line-height: 1.1;
-webkit-text-stroke: 1.5px #590AB9;
color: transparent;
text-align: center;
margin-bottom: 48px
}

.entr-pg .dist-feat-grid {
display: grid;
grid-template-columns: 1fr 2fr 2fr 1fr;
gap: 24px;
margin-bottom: 48px
}

.entr-pg .dist-feat {
background: #fff;
border-radius: 32px;
padding: 24px;
box-shadow: 0 2px 2px -1px #590ab90d;
transition: box-shadow .18s ease-out, background .18s ease-out
}

.entr-pg .dist-feat:hover {
box-shadow: 0 10px 36px -1px #590ab91f;
background: #fff
}

.entr-pg .dist-feat .df-icon {
margin-bottom: 12px
}

.entr-pg .dist-feat h4 {
font-size: 23px;
line-height: 1.5;
color: #1b1b2e;
margin-bottom: 12px
}

.entr-pg .dist-feat p {
font-size: 15px;
line-height: 1.8;
color: #3d3d55
}

.entr-pg .dist-img-strip {
display: flex;
flex-direction: row;
gap: 24px
}

.entr-pg .dist-img-wrap {
flex: 1;
border-radius: 3px;
overflow: hidden
}

.entr-pg .dist-img-wrap img {
width: 100%;
height: 240px;
object-fit: cover;
display: block
}

.entr-pg .dist-img-wrap.tall img {
height: 320px
}

.entr-pg .self-sec {
padding-top: 96px;
padding-bottom: 96px;
background: #fff
}

.entr-pg .self-inner {
display: flex;
flex-direction: row;
gap: 48px;
align-items: flex-start
}

.entr-pg .self-text {
flex: 1 1 50%
}

.entr-pg .self-lbl {
font-size: 15px;
text-transform: uppercase;
letter-spacing: .1em;
color: #FA5A06;
display: block;
margin-bottom: 12px
}

.entr-pg .self-h2 {
font-size: 43px;
line-height: 1.1;
-webkit-text-stroke: 1.5px #1b1b2e;
color: transparent;
margin-bottom: 24px
}

.entr-pg .self-pull {
display: flex;
flex-direction: row;
gap: 24px;
margin-bottom: 24px
}

.entr-pg .self-quote {
font-size: 23px;
line-height: 1.5;
color: #FA5A06;
font-weight: 600;
flex: 0 0 38%
}

.entr-pg .self-body {
font-size: 15px;
line-height: 1.8;
color: #3d3d55
}

.entr-pg .self-conds {
flex: 1 1 44%;
display: flex;
flex-direction: column;
gap: 12px
}

.entr-pg .sc-item {
background: #f4f2fb;
border-radius: 3px;
padding: 24px;
transition: background .15s ease-out
}

.entr-pg .sc-item:hover {
background: #ede9f9
}

.entr-pg .sc-item h5 {
font-size: 15px;
line-height: 1.5;
font-weight: 700;
color: #590AB9;
margin-bottom: 6px;
text-transform: uppercase;
letter-spacing: .07em
}

.entr-pg .sc-item p {
font-size: 15px;
line-height: 1.8;
color: #3d3d55
}

.entr-pg .arrow-dec {
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
opacity: .15;
pointer-events: none
}

@media (max-width: 1100px) {

.entr-pg .avail-grid,
.entr-pg .dist-feat-grid {
grid-template-columns: 1fr 1fr
}

.entr-pg .invest-inner {
grid-template-columns: 1fr
}

.entr-pg .ttl-inner {
flex-direction: column
}

.entr-pg .ttl-img-col {
flex: 0 0 auto;
width: 100%
}

.entr-pg .ttl-img-wrap img {
height: 300px
}
}

@media (max-width: 768px) {
.entr-pg .max-w {
padding-left: 24px;
padding-right: 24px
}

.entr-pg .ttl-h1 {
font-size: 43px
}

.entr-pg .avail-grid,
.entr-pg .dist-feat-grid {
grid-template-columns: 1fr
}

.entr-pg .grad-inner,
.entr-pg .longval-row,
.entr-pg .self-inner {
flex-direction: column
}

.entr-pg .grad-pull,
.entr-pg .self-pull {
flex-direction: column
}

.entr-pg .dist-img-strip {
flex-direction: column
}

.entr-pg .dist-img-wrap img,
.entr-pg .dist-img-wrap.tall img {
height: 200px
}

.entr-pg .longval-img-wrap img {
min-height: 220px
}
}

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

.srv-pg .cascade-item {
opacity: 0;
transform: translateY(18px);
animation: srv-reveal .18s ease-out forwards
}

.srv-pg .cascade-item:nth-child(1) {
animation-delay: .05s
}

.srv-pg .cascade-item:nth-child(2) {
animation-delay: .12s
}

.srv-pg .cascade-item:nth-child(3) {
animation-delay: .19s
}

.srv-pg .cascade-item:nth-child(4) {
animation-delay: .26s
}

.srv-pg .cascade-item:nth-child(5) {
animation-delay: .33s
}

@keyframes srv-reveal {
to {
opacity: 1;
transform: translateY(0)
}
}

.srv-pg ::selection {
background: #0CE5C9;
color: #111
}

.srv-pg a {
color: #590AB9;
text-decoration: underline;
transition: color .15s ease-out
}

.srv-pg a:hover {
color: #FA5A06
}

.srv-pg .tb {
position: relative;
padding: 96px 48px;
max-width: 1600px;
margin: 0 auto;
overflow: hidden
}

.srv-pg .tb-grain {
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.06'/%3E%3C/svg%3E");
background-size: 200px 200px;
pointer-events: none;
z-index: 0
}

.srv-pg .tb-corner-tl,
.srv-pg .tb-corner-br {
position: absolute;
pointer-events: none;
z-index: 0
}

.srv-pg .tb-corner-tl {
top: 24px;
left: 24px;
width: 80px;
height: 80px;
border-top: 1.5px solid #0CE5C9;
border-left: 1.5px solid #0CE5C9;
border-radius: 3px 0 0 0
}

.srv-pg .tb-corner-br {
bottom: 24px;
right: 24px;
width: 80px;
height: 80px;
border-bottom: 1.5px solid #590AB9;
border-right: 1.5px solid #590AB9;
border-radius: 0 0 3px 0
}

.srv-pg .tb-body {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: center
}

.srv-pg .tb-text {
display: flex;
flex-direction: column;
gap: 24px
}

.srv-pg .tb-label {
display: inline-flex;
align-items: center;
gap: 12px;
font-size: 15px;
line-height: 1.5;
color: #590AB9;
font-weight: 600;
letter-spacing: .04em
}

.srv-pg .tb-label-dash {
width: 28px;
height: 2px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
border-radius: 3px
}

.srv-pg .tb-h1 {
font-size: 72px;
line-height: 1.1;
color: #111;
margin: 0
}

.srv-pg .tb-h1 .accent-phrase {
-webkit-text-stroke: 2px #0CE5C9;
color: transparent
}

.srv-pg .tb-sub {
font-size: 23px;
line-height: 1.5;
color: #333;
margin: 0
}

.srv-pg .tb-img-wrap {
position: relative;
clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
border-radius: 3px;
overflow: hidden
}

.srv-pg .tb-img-wrap img {
width: 100%;
height: 480px;
object-fit: cover;
display: block;
filter: contrast(1.06) saturate(1.08)
}

.srv-pg .srv-list {
background: #f4f0fc;
padding: 96px 48px
}

.srv-pg .srv-list-inner {
max-width: 1600px;
margin: 0 auto
}

.srv-pg .srv-list-head {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
margin-bottom: 48px;
text-align: center
}

.srv-pg .srv-list-h2 {
font-size: 43px;
line-height: 1.1;
margin: 0;
-webkit-text-stroke: 1.5px #590AB9;
color: transparent
}

.srv-pg .srv-list-desc {
font-size: 15px;
line-height: 1.8;
color: #444;
max-width: 640px;
margin: 0
}

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

.srv-pg .srv-card {
background: #fff;
border-radius: 32px;
padding: 48px 24px;
display: flex;
flex-direction: column;
gap: 12px;
box-shadow: 0 4px 20px -1px #590ab917;
transition: box-shadow .15s ease-out, transform .12s ease-out;
position: relative
}

.srv-pg .srv-card:hover {
box-shadow: 0 10px 36px -1px #590ab91f;
transform: translateY(-3px)
}

.srv-pg .srv-card-icon {
width: 48px;
height: 48px;
border-radius: 3px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.srv-pg .srv-card-icon svg {
width: 24px;
height: 24px;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}

.srv-pg .srv-card-h {
font-size: 23px;
line-height: 1.5;
color: #111;
margin: 0
}

.srv-pg .srv-card-p {
font-size: 15px;
line-height: 1.8;
color: #555;
margin: 0
}

.srv-pg .srv-card-dash {
width: 36px;
height: 2px;
background: #FA5A06;
border-radius: 3px;
margin-top: 6px
}

.srv-pg .srv-card.featured {
grid-column: span 2;
flex-direction: row;
gap: 24px;
align-items: flex-start;
background: linear-gradient(73deg, #0CE5C9 0%, #590AB9 100%)
}

.srv-pg .srv-card.featured .srv-card-h,
.srv-pg .srv-card.featured .srv-card-p {
color: #fff
}

.srv-pg .srv-card.featured .srv-card-icon {
background: #fff3;
flex-shrink: 0
}

.srv-pg .srv-card.featured .srv-card-dash {
background: #FA5A06
}

.srv-pg .ratio-bar-wrap {
margin-top: 12px;
display: flex;
flex-direction: column;
gap: 6px
}

.srv-pg .ratio-bar-labels {
display: flex;
justify-content: space-between;
font-size: 15px;
color: #ffffffd9
}

.srv-pg .ratio-bar-track {
width: 100%;
height: 10px;
background: #fff3;
border-radius: 32px;
overflow: hidden
}

.srv-pg .ratio-bar-fill {
height: 100%;
width: 72%;
background: #FA5A06;
border-radius: 32px;
transition: width .2s ease-out
}

.srv-pg .detail-blk {
padding: 96px 48px;
max-width: 1600px;
margin: 0 auto
}

.srv-pg .detail-head {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 48px
}

.srv-pg .detail-h2 {
font-size: 43px;
line-height: 1.1;
margin: 0;
-webkit-text-stroke: 1.5px #FA5A06;
color: transparent
}

.srv-pg .detail-sub {
font-size: 15px;
line-height: 1.8;
color: #444;
max-width: 540px;
margin: 0
}

.srv-pg .detail-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start
}

.srv-pg .detail-img-col {
position: relative
}

.srv-pg .detail-img-mask {
clip-path: ellipse(90% 100% at 50% 50%);
overflow: hidden;
border-radius: 32px
}

.srv-pg .detail-img-mask img {
width: 100%;
height: 520px;
object-fit: cover;
display: block
}

.srv-pg .detail-img-badge {
position: absolute;
bottom: 24px;
right: -12px;
background: #fff;
border-radius: 32px;
padding: 12px 24px;
box-shadow: 0 4px 20px -1px #0ce5c917;
font-size: 15px;
color: #590AB9;
font-weight: 600
}

.srv-pg .detail-flow {
display: flex;
flex-direction: column;
gap: 0;
position: relative
}

.srv-pg .flow-node {
display: flex;
flex-direction: row;
gap: 24px;
align-items: flex-start;
position: relative
}

.srv-pg .flow-spine {
display: flex;
flex-direction: column;
align-items: center;
flex-shrink: 0;
width: 40px
}

.srv-pg .flow-dot {
width: 40px;
height: 40px;
border-radius: 32px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0
}

.srv-pg .flow-dot svg {
width: 18px;
height: 18px;
stroke: #fff;
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round
}

.srv-pg .flow-line {
width: 2px;
height: 48px;
background: linear-gradient(180deg, #590AB9 0%, #0CE5C9 100%);
border-radius: 3px
}

.srv-pg .flow-node:last-child .flow-line {
display: none
}

.srv-pg .flow-text {
padding-bottom: 48px;
flex: 1
}

.srv-pg .flow-node:last-child .flow-text {
padding-bottom: 0
}

.srv-pg .flow-h {
font-size: 23px;
line-height: 1.5;
color: #111;
margin: 0 0 6px
}

.srv-pg .flow-p {
font-size: 15px;
line-height: 1.8;
color: #555;
margin: 0
}

.srv-pg .pull-q {
display: flex;
flex-direction: row;
gap: 24px;
align-items: flex-start;
margin-top: 48px;
padding: 24px;
border-radius: 32px;
background: #f4f0fc;
border: 1.5px dashed #590AB9
}

.srv-pg .pull-q-phrase {
font-size: 23px;
line-height: 1.5;
color: #590AB9;
font-weight: 700;
min-width: 160px;
flex-shrink: 0
}

.srv-pg .pull-q-body {
font-size: 15px;
line-height: 1.8;
color: #444;
margin: 0
}

.srv-pg .faq-wrap {
margin-top: 48px;
display: flex;
flex-direction: column;
gap: 12px
}

.srv-pg .faq-h3 {
font-size: 31px;
line-height: 1.1;
color: #111;
margin: 0 0 24px
}

.srv-pg .faq-item {
border-radius: 3px;
background: #fff;
box-shadow: 0 2px 2px -1px #0ce5c90d;
overflow: hidden
}

.srv-pg .faq-item summary {
list-style: none;
padding: 24px;
font-size: 15px;
line-height: 1.5;
color: #111;
font-weight: 600;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
transition: color .15s ease-out
}

.srv-pg .faq-item summary::-webkit-details-marker {
display: none
}

.srv-pg .faq-item summary:hover {
color: #590AB9
}

.srv-pg .faq-arrow {
width: 20px;
height: 20px;
flex-shrink: 0;
transition: transform .15s ease-out
}

.srv-pg .faq-item[open] .faq-arrow {
transform: rotate(180deg)
}

.srv-pg .faq-body {
padding: 0 24px 24px;
font-size: 15px;
line-height: 1.8;
color: #555
}

@media (max-width: 1024px) {
.srv-pg .tb-h1 {
font-size: 43px
}

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

.srv-pg .srv-card.featured {
grid-column: span 2
}
}

@media (max-width: 768px) {
.srv-pg .tb-body {
grid-template-columns: 1fr
}

.srv-pg .tb-img-wrap {
display: none
}

.srv-pg .tb-h1 {
font-size: 43px
}

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

.srv-pg .srv-card.featured {
grid-column: span 1;
flex-direction: column
}

.srv-pg .detail-split {
grid-template-columns: 1fr
}

.srv-pg .detail-img-col {
display: none
}

.srv-pg .pull-q {
flex-direction: column
}

.srv-pg .pull-q-phrase {
min-width: unset
}

.srv-pg .tb {
padding: 48px 24px
}

.srv-pg .srv-list {
padding: 48px 24px
}

.srv-pg .detail-blk {
padding: 48px 24px
}
}

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

.succ-page .succ-wrap {
max-width: 640px;
width: 100%;
text-align: center
}

.succ-page .succ-icon {
width: 72px;
height: 72px;
margin: 0 auto 48px;
display: flex;
align-items: center;
justify-content: center
}

.succ-page .succ-icon svg {
width: 72px;
height: 72px
}

.succ-page .succ-heading {
font-size: 43px;
line-height: 1.1;
font-weight: 700;
color: transparent;
-webkit-text-stroke: 2px #590AB9;
margin: 0 0 24px
}

.succ-page .succ-accent {
color: #0CE5C9;
-webkit-text-stroke: 0
}

.succ-page .succ-body {
font-size: 15px;
line-height: 1.8;
color: #2a2a2a;
margin: 0 0 48px
}

.succ-page .succ-divider {
width: 48px;
height: 3px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
border-radius: 3px;
margin: 0 auto 48px
}

.succ-page .succ-meta {
display: flex;
flex-direction: row;
gap: 24px;
justify-content: center;
flex-wrap: wrap;
margin: 0 0 48px
}

.succ-page .succ-meta-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
padding: 24px;
border: 1.5px solid #e8e8e8;
border-radius: 3px;
min-width: 160px;
box-shadow: 0 2px 2px -1px #0ce5c90d;
transition: border-color .15s ease-out, box-shadow .2s ease
}

.succ-page .succ-meta-item:hover {
border-color: #0CE5C9;
box-shadow: 0 4px 20px -1px #0ce5c917
}

.succ-page .succ-meta-item .meta-label {
font-size: 15px;
color: #555;
line-height: 1.5
}

.succ-page .succ-meta-item .meta-val {
font-size: 15px;
font-weight: 600;
color: #590AB9;
line-height: 1.5
}

.succ-page .succ-actions {
display: flex;
flex-direction: row;
gap: 12px;
justify-content: center;
flex-wrap: wrap
}

.succ-page .btn-primary {
display: inline-block;
padding: 12px 48px;
background: linear-gradient(73deg, #0CE5C9, #590AB9);
color: #fff;
font-size: 15px;
font-weight: 600;
line-height: 1.5;
text-decoration: none;
border-radius: 3px;
border: none;
cursor: pointer;
box-shadow: 0 4px 20px -1px #590ab917;
transition: opacity .15s ease-out, box-shadow .2s ease
}

.succ-page .btn-primary:hover {
opacity: .88;
box-shadow: 0 10px 36px -1px #590ab91f
}

.succ-page .btn-primary:focus {
outline: 2px solid #590AB9;
outline-offset: 3px
}

.succ-page .btn-secondary {
display: inline-block;
padding: 12px 48px;
background: transparent;
color: #590AB9;
font-size: 15px;
font-weight: 600;
line-height: 1.5;
text-decoration: none;
border-radius: 3px;
border: 1.5px solid #590AB9;
cursor: pointer;
transition: background .15s ease-out, color .15s ease-out
}

.succ-page .btn-secondary:hover {
background: #590AB9;
color: #fff
}

.succ-page .btn-secondary:focus {
outline: 2px solid #590AB9;
outline-offset: 3px
}

.succ-page .succ-note {
margin: 48px 0 0;
font-size: 15px;
line-height: 1.8;
color: #555
}

.succ-page .succ-note a {
color: #590AB9;
text-decoration: underline;
transition: color .1s ease-out
}

.succ-page .succ-note a:hover {
color: #FA5A06
}

@media (max-width: 600px) {
.succ-page {
padding: 48px 24px
}

.succ-page .succ-heading {
font-size: 31px
}

.succ-page .succ-meta {
flex-direction: column;
align-items: center
}

.succ-page .succ-meta-item {
width: 100%;
min-width: unset
}

.succ-page .succ-actions {
flex-direction: column;
align-items: stretch
}

.succ-page .btn-primary,
.succ-page .btn-secondary {
text-align: center
}
}