html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  font-family: 'Fira Code', monospace;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.hd-shell {
  background: #fff;
  border-bottom: 1px solid #00f9bf2e;
  position: relative
}

.hd-grad-bar {
  height: 4px;
  background: linear-gradient(90deg, #00F9BF 0%, #C24FDE 55%, #FCF519 100%)
}

.hd-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  min-height: 100px
}

.brand-mount {
  display: flex;
  flex-direction: column;
  gap: 8px
}

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

.logo-frame {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #00f9bf59;
  box-shadow: 0 2px 3px -1px #00f9bf14 0 4px 14px -1px #00f9bf1c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4px
}

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

.brand-name-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  letter-spacing: .02em
}

.brand-name-text span {
  color: #00F9BF
}

.brand-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #00f9bf66 0%, #c24fde26 60%, transparent 100%)
}

.brand-tagline {
  font-size: 15px;
  line-height: 1.4;
  color: #374151;
  font-weight: 400;
  padding-left: 4px
}

.brand-tagline strong {
  color: #C24FDE;
  font-weight: 700
}

.hd-nav-mount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px
}

.hd-contact-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 15px;
  line-height: 1.4;
  color: #4b5563
}

.hd-phone-lnk {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: color .45s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd-phone-lnk:hover {
  color: #C24FDE
}

.hd-phone-lnk .pi {
  font-size: 15px;
  color: #00F9BF
}

.hd-email-lnk {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  text-decoration: none;
  font-size: 15px;
  transition: color .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd-email-lnk:hover {
  color: #C24FDE
}

.hd-email-lnk .pi {
  font-size: 15px;
  color: #C24FDE
}

.nav-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0
}

.nav-strip a {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #1f2937;
  text-decoration: none;
  border-right: 1px solid #00f9bf40;
  min-height: 44px;
  white-space: nowrap;
  transition: color .4s cubic-bezier(0.4, 0, 0.2, 1), background .4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1px
}

.nav-strip a:first-child {
  border-left: 1px solid #00f9bf40
}

.nav-strip a:hover {
  color: #C24FDE;
  background: #00f9bf0f
}

.nav-strip a[data-active] {
  color: #00c49a;
  background: #00f9bf14
}

.nav-strip a:focus-visible {
  outline: 3px solid #00F9BF;
  outline-offset: 2px
}

@media (max-width: 960px) {
  .hd-inner {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: 12px;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px
  }

  .hd-nav-mount {
    align-items: flex-start
  }

  .nav-strip {
    justify-content: flex-start
  }

  .hd-contact-strip {
    flex-wrap: wrap;
    gap: 12px
  }
}

@media (max-width: 480px) {
  .hd-inner {
    padding: 0 12px;
    padding-top: 24px;
    padding-bottom: 24px
  }

  .nav-strip a {
    padding: 8px 12px;
    font-size: 15px
  }

  .hd-contact-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

.ft-shell {
  background: #f4fdfb;
  border-top: 2px solid #00f9bf38;
  position: relative
}

.ft-accent-bar {
  height: 3px;
  background: linear-gradient(90deg, #FCF519 0%, #00F9BF 50%, #C24FDE 100%)
}

.ft-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px 40px
}

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

.ft-brand-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

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

.ft-logo-frame {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #00f9bf66;
  box-shadow: 0 2px 3px -1px #00f9bf14;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  overflow: hidden
}

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

.ft-brand-label {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2
}

.ft-brand-label span {
  color: #00c49a
}

.ft-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  max-width: 340px
}

.ft-addr-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  border: 1px solid #00f9bf33;
  border-radius: 6px;
  padding: 12px;
  background: #ffffffb3;
  box-shadow: 0 2px 3px -1px #00f9bf14
}

.ft-addr-block address {
  font-style: normal
}

.ft-addr-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #374151
}

.ft-addr-row .pi {
  color: #00F9BF;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}

.ft-addr-lnk {
  color: #374151;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-addr-lnk:hover {
  color: #C24FDE
}

.ft-nav-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ft-col-head {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding-bottom: 8px;
  border-bottom: 2px solid #00F9BF;
  display: inline-block
}

.ft-col-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  font-weight: 400
}

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

.ft-nav-list li a {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  transition: color .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-nav-list li a .pi {
  font-size: 15px;
  color: #C24FDE;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-nav-list li a:hover {
  color: #C24FDE
}

.ft-nav-list li a:hover .pi {
  transform: translateX(4px)
}

.ft-nav-list li a:focus-visible {
  outline: 3px solid #00F9BF;
  outline-offset: 2px;
  border-radius: 1px
}

.ft-legal-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ft-legal-frame {
  border: 1px solid #c24fde2e;
  border-radius: 22px;
  padding: 24px;
  background: #fff9;
  box-shadow: 0 4px 14px -1px #c24fde1c
}

.ft-bottom {
  margin-top: 80px;
  padding-top: 24px;
  border-top: 1px solid #00f9bf2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.ft-copy {
  font-size: 15px;
  line-height: 1.4;
  color: #6b7280
}

.ft-copy strong {
  color: #374151;
  font-weight: 700
}

.ft-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: #374151;
  background: #00f9bf14;
  border: 1px solid #00f9bf40;
  border-radius: 38px;
  padding: 4px 12px
}

.ft-badge .pi {
  color: #00F9BF;
  font-size: 15px
}

@media (max-width: 960px) {
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .ft-brand-col {
    grid-column: 1 / -1
  }

  .ft-inner {
    padding: 40px 24px 24px
  }
}

@media (max-width: 480px) {
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ft-inner {
    padding: 40px 12px 24px
  }

  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 40px
  }
}

.ck-tray {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 560px;
  background: #fff;
  border: 1px solid #00f9bf4d;
  border-radius: 22px;
  box-shadow: 0 12px 48px -1px #00f9bf24;
  padding: 24px;
  z-index: 1000;
  font-family: 'Fira Code', monospace
}

.ck-tray-text {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 24px
}

.ck-tray-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.ck-btn {
  flex: 1;
  min-width: 120px;
  min-height: 44px;
  font-family: 'Fira Code', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color .45s cubic-bezier(0.4, 0, 0.2, 1), background .45s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-btn-accept {
  background: linear-gradient(135deg, #00F9BF 0%, #00c49a 100%);
  color: #111827;
  border-color: #00F9BF
}

.ck-btn-accept:hover {
  border-color: #C24FDE
}

.ck-btn-accept:focus-visible {
  outline: 3px solid #00F9BF;
  outline-offset: 2px
}

.ck-btn-accept:active {
  box-shadow: inset 0 2px 4px #00f9bf4d
}

.ck-btn-decline {
  background: linear-gradient(135deg, #f3f4f6 0%, #e9ecef 100%);
  color: #374151;
  border-color: #00f9bf33
}

.ck-btn-decline:hover {
  border-color: #C24FDE
}

.ck-btn-decline:focus-visible {
  outline: 3px solid #00F9BF;
  outline-offset: 2px
}

.ck-btn-decline:active {
  box-shadow: inset 0 2px 4px #00f9bf26
}

.ck-opt-out-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #374151
}

.ck-opt-out-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #C24FDE;
  cursor: pointer
}

.ck-opt-out-row label {
  cursor: pointer
}

.doc-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #2a2a35;
  background: #fff
}

.doc-section h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 24px;
  border-bottom: 2px solid #00F9BF;
  color: #1b1b26
}

.doc-section h2 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 24px;
  color: #1b1b26;
  position: relative;
  padding-left: 12px
}

.doc-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: linear-gradient(180deg, #00F9BF, #C24FDE);
  border-radius: 1px
}

.doc-section h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  color: #1b1b26;
  text-transform: uppercase;
  letter-spacing: .08em
}

.doc-section h4 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #2a2a35
}

.doc-section h5 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #2a2a35;
  text-transform: uppercase;
  letter-spacing: .06em
}

.doc-section h6 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #4a4a5a
}

.doc-section p {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 24px;
  color: #2a2a35
}

.doc-section strong,
.doc-section b {
  font-weight: 700;
  color: #1b1b26
}

.doc-section a {
  color: #8a00c0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .45s cubic-bezier(0.4, 0, 0.2, 1)
}

.doc-section a:hover {
  color: #C24FDE;
  text-decoration-color: #00F9BF
}

.doc-section hr {
  border: none;
  border-top: 1px solid #dcdce8;
  margin: 80px 0;
  opacity: .6
}

.doc-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 14px -1px #00f9bf1c
}

.doc-section thead {
  background: linear-gradient(90deg, #1b1b26 0%, #2d1a3a 100%)
}

.doc-section thead th {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 12px 24px;
  text-align: left;
  border: none
}

.doc-section tbody tr {
  border-bottom: 1px solid #e8e8f0;
  transition: background-color .4s ease-in-out
}

.doc-section tbody tr:last-child {
  border-bottom: none
}

.doc-section tbody tr:nth-child(even) {
  background-color: #f4f4fb
}

.doc-section tbody tr:hover {
  background-color: #eafff9
}

.doc-section td {
  padding: 12px 24px;
  color: #2a2a35;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: top
}

.doc-section th {
  padding: 12px 24px
}

.doc-section div {
  font-size: 18px;
  line-height: 1.9
}

@media (max-width: 960px) {
  .doc-section {
    padding: 80px 24px
  }

  .doc-section h1 {
    font-size: 52px
  }

  .doc-section h2 {
    font-size: 28px;
    margin-top: 40px
  }

  .doc-section table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 480px) {
  .doc-section {
    padding: 40px 12px
  }

  .doc-section h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 24px;
    padding-bottom: 12px
  }

  .doc-section h2 {
    font-size: 18px;
    margin-top: 40px
  }

  .doc-section h3 {
    font-size: 15px
  }

  .doc-section p {
    font-size: 15px;
    line-height: 1.9
  }

  .doc-section td,
  .doc-section thead th {
    padding: 8px 12px;
    font-size: 15px
  }

  .doc-section hr {
    margin: 40px 0
  }
}

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

.srvs_pg .pg_cap {
  padding: 80px 24px 40px;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 40px;
  align-items: start
}

.srvs_pg .cap_img_card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #00f9bf2e;
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  aspect-ratio: 5/6
}

.srvs_pg .cap_img_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.srvs_pg .cap_img_card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 40% 60%, transparent 40%, #00000047 100%);
  pointer-events: none
}

.srvs_pg .cap_dots {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: grid;
  grid-template-columns: repeat(4, 8px);
  grid-template-rows: repeat(4, 8px);
  gap: 8px;
  pointer-events: none;
  z-index: 2
}

.srvs_pg .cap_dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00f9bf8c;
  display: block
}

.srvs_pg .cap_txt {
  padding: 40px 0 0
}

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

.srvs_pg .cap_eyebrow_line {
  width: 28px;
  height: 1px;
  background: #00F9BF
}

.srvs_pg .cap_eyebrow_lbl {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #00F9BF
}

.srvs_pg .cap_h1 {
  font-size: 68px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  -webkit-text-stroke: 1.5px #111;
  color: transparent
}

.srvs_pg .cap_h1 .acc {
  -webkit-text-stroke: 0;
  color: #111
}

.srvs_pg .cap_thesis {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin-bottom: 12px;
  max-width: 540px
}

.srvs_pg .cap_thesis strong {
  color: #111
}

.srvs_pg .cap_diamond_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 24px
}

.srvs_pg .cap_diamond {
  width: 8px;
  height: 8px;
  background: #C24FDE;
  transform: rotate(45deg);
  flex-shrink: 0
}

.srvs_pg .cap_stat {
  font-size: 15px;
  line-height: 1.4;
  color: #555
}

.srvs_pg .cap_stat span {
  color: #C24FDE;
  font-size: 18px
}

.srvs_pg .wave_div_1 {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.srvs_pg .wave_div_1 svg {
  display: block;
  width: 100%
}

.srvs_pg .offers_band {
  background: linear-gradient(170deg, #00f9bf0f 0%, #fff 60%);
  padding: 80px 24px
}

.srvs_pg .offers_inner {
  max-width: 1500px;
  margin: 0 auto
}

.srvs_pg .offers_top {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
  gap: 24px;
  margin-bottom: 40px
}

.srvs_pg .offers_hd_col {
  grid-column: 1 / 3
}

.srvs_pg .offers_h2 {
  font-size: 52px;
  line-height: 1.2;
  -webkit-text-stroke: 1.5px #111;
  color: transparent;
  margin-bottom: 12px
}

.srvs_pg .offers_sub {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 480px
}

.srvs_pg .offers_meta_col {
  grid-column: 3 / 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px
}

.srvs_pg .offers_meta_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-left: 2px solid #00F9BF;
  border-top: 1px solid #00f9bf33;
  border-radius: 1px
}

.srvs_pg .offers_meta_num {
  font-size: 28px;
  line-height: 1.2;
  color: #00F9BF;
  flex-shrink: 0;
  min-width: 48px
}

.srvs_pg .offers_meta_desc {
  font-size: 15px;
  line-height: 1.6;
  color: #444
}

.srvs_pg .offers_grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.1fr;
  gap: 24px
}

.srvs_pg .offer_card {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #c24fde1f;
  box-shadow: 0 2px 3px -1px #c24fde14;
  padding: 24px;
  transition: box-shadow .45s cubic-bezier(0.4, 0, 0.2, 1), border-color .45s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  gap: 12px
}

.srvs_pg .offer_card:hover {
  box-shadow: 0 12px 48px -1px #c24fde24;
  border-color: #c24fde59
}

.srvs_pg .offer_card.wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px
}

.srvs_pg .offer_card_img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #00f9bf26;
  flex-shrink: 0
}

.srvs_pg .offer_card.wide .offer_card_img {
  width: 200px;
  aspect-ratio: 3/4
}

.srvs_pg .offer_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.srvs_pg .offer_card_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.srvs_pg .offer_icon_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.srvs_pg .offer_icon_bg {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(135deg, #00f9bf26 0%, #c24fde1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.srvs_pg .offer_icon_bg i {
  font-size: 15px;
  color: #C24FDE
}

.srvs_pg .offer_tag {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C24FDE
}

.srvs_pg .offer_h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #111
}

.srvs_pg .offer_desc {
  font-size: 15px;
  line-height: 1.6;
  color: #444
}

.srvs_pg .offer_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  margin-top: 4px;
  padding: 8px 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #00f9bf1f 0%, #fcf5191a 100%);
  border: 1px solid #00f9bf40;
  transition: border-color .5s ease-in-out, color .4s ease-in-out;
  align-self: flex-start
}

.srvs_pg .offer_link:hover {
  border-color: #00F9BF;
  color: #005c45
}

.srvs_pg .offer_link i {
  font-size: 13px;
  color: #00F9BF
}

.srvs_pg .wave_div_2 {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.srvs_pg .wave_div_2 svg {
  display: block;
  width: 100%
}

.srvs_pg .approach_band {
  background: #f4f4f4;
  padding: 80px 24px
}

.srvs_pg .approach_inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start
}

.srvs_pg .approach_left {
  position: relative
}

.srvs_pg .approach_img_wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #c24fde33;
  box-shadow: 0 12px 48px -1px #c24fde24;
  aspect-ratio: 7/9
}

.srvs_pg .approach_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.srvs_pg .approach_quote_card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #00f9bf33;
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  padding: 24px;
  max-width: 220px;
  z-index: 2
}

.srvs_pg .approach_quote_card .q_name {
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  font-weight: 600;
  margin-bottom: 4px
}

.srvs_pg .approach_quote_card .q_role {
  font-size: 15px;
  line-height: 1.4;
  color: #888;
  margin-bottom: 8px
}

.srvs_pg .approach_quote_card .q_text {
  font-size: 15px;
  line-height: 1.6;
  color: #333
}

.srvs_pg .approach_right {
  padding-top: 40px
}

.srvs_pg .approach_eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px
}

.srvs_pg .approach_eyebrow_dot {
  width: 8px;
  height: 8px;
  background: #FCF519;
  border-radius: 50%
}

.srvs_pg .approach_eyebrow_lbl {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888
}

.srvs_pg .approach_h2 {
  font-size: 52px;
  line-height: 1.2;
  -webkit-text-stroke: 1.5px #111;
  color: transparent;
  margin-bottom: 24px
}

.srvs_pg .approach_lead {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 12px
}

.srvs_pg .approach_body {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 24px
}

.srvs_pg .approach_body .acc {
  color: #C24FDE
}

.srvs_pg .steps_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0
}

.srvs_pg .step_item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #00f9bf26;
  transition: background .5s cubic-bezier(0.4, 0, 0.2, 1), border-color .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvs_pg .step_item:hover {
  background: #00f9bf0a;
  border-color: #00f9bf59
}

.srvs_pg .step_num {
  font-size: 28px;
  line-height: 1.2;
  color: #00f9bf66;
  flex-shrink: 0;
  min-width: 36px
}

.srvs_pg .step_body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.srvs_pg .step_h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #111
}

.srvs_pg .step_desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555
}

.srvs_pg .approach_cta_row {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px
}

.srvs_pg .btn_primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  background: linear-gradient(110deg, #00F9BF 0%, #00c9a0 100%);
  color: #111;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: border-color .45s ease-in-out;
  font-weight: 600
}

.srvs_pg .btn_primary:hover {
  border-color: #005c45
}

.srvs_pg .btn_primary:active {
  box-shadow: inset 0 2px 6px #00f9bf4d
}

.srvs_pg .btn_ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  background: transparent;
  color: #111;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  border: 1.5px solid #0003;
  cursor: pointer;
  transition: border-color .5s ease-in-out, color .4s ease-in-out
}

.srvs_pg .btn_ghost:hover {
  border-color: #C24FDE;
  color: #C24FDE
}

@media (max-width: 960px) {
  .srvs_pg .pg_cap {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 24px 24px
  }

  .srvs_pg .cap_img_card {
    aspect-ratio: 16/9;
    max-height: 320px
  }

  .srvs_pg .cap_h1 {
    font-size: 52px
  }

  .srvs_pg .cap_txt {
    padding: 0
  }

  .srvs_pg .offers_top {
    grid-template-columns: 1fr
  }

  .srvs_pg .offers_hd_col {
    grid-column: 1
  }

  .srvs_pg .offers_meta_col {
    grid-column: 1
  }

  .srvs_pg .offers_grid {
    grid-template-columns: 1fr 1fr
  }

  .srvs_pg .offer_card.wide {
    grid-column: span 2;
    flex-direction: column
  }

  .srvs_pg .offer_card.wide .offer_card_img {
    width: 100%;
    aspect-ratio: 16/9
  }

  .srvs_pg .approach_inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .srvs_pg .approach_quote_card {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 100%;
    margin-top: 12px
  }

  .srvs_pg .approach_right {
    padding-top: 0
  }

  .srvs_pg .approach_h2 {
    font-size: 40px
  }
}

@media (max-width: 480px) {
  .srvs_pg .cap_h1 {
    font-size: 40px
  }

  .srvs_pg .offers_grid {
    grid-template-columns: 1fr
  }

  .srvs_pg .offer_card.wide {
    grid-column: span 1
  }

  .srvs_pg .offers_h2 {
    font-size: 40px
  }

  .srvs_pg .approach_h2 {
    font-size: 28px
  }

  .srvs_pg .approach_cta_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
}

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

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

.rt .div-num {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 auto 40px;
  max-width: 1500px;
  padding: 0 24px
}

.rt .div-num span {
  font-size: 15px;
  color: #888;
  letter-spacing: .12em;
  text-transform: uppercase
}

.rt .div-num span em {
  color: #00F9BF;
  font-style: normal
}

.rt .div-num::before,
.rt .div-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #d4d4d4
}

.rt .title-blk {
  padding: 80px 0 40px;
  background: #fff
}

.rt .title-blk .pg-wrap {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start
}

.rt .t-img-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #00f9bf2e;
  box-shadow: 0 4px 14px -1px #00f9bf1c
}

.rt .t-img-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px);
  mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 60%, transparent 100%)
}

.rt .corner-br {
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none
}

.rt .corner-br.tl {
  top: 8px;
  left: 8px;
  border-top: 2px solid #00F9BF;
  border-left: 2px solid #00F9BF;
  border-radius: 1px 0 0 0
}

.rt .corner-br.tr {
  top: 8px;
  right: 8px;
  border-top: 2px solid #00F9BF;
  border-right: 2px solid #00F9BF;
  border-radius: 0 1px 0 0
}

.rt .corner-br.bl {
  bottom: 8px;
  left: 8px;
  border-bottom: 2px solid #00F9BF;
  border-left: 2px solid #00F9BF;
  border-radius: 0 0 0 1px
}

.rt .corner-br.br {
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid #00F9BF;
  border-right: 2px solid #00F9BF;
  border-radius: 0 0 1px 0
}

.rt .t-text-zone {
  padding: 12px 0 0
}

.rt .t-label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #C24FDE;
  margin-bottom: 24px;
  border-bottom: 1px solid #c24fde4d;
  padding-bottom: 4px
}

.rt .t-heading {
  font-size: 68px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 24px;
  font-weight: 800
}

.rt .t-heading .acc {
  color: #00F9BF;
  -webkit-text-stroke: 1px #00F9BF
}

.rt .t-heading .outlined {
  -webkit-text-stroke: 2px #111;
  color: transparent
}

.rt .t-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 560px
}

.rt .t-corner-wrap {
  position: relative;
  display: inline-block
}

.rt .t-corner-wrap .corner-br {
  position: absolute
}

.rt .approach-blk {
  padding: 80px 0;
  background: linear-gradient(160deg, #f5fffe 0%, #fdf5ff 60%, #fffef0 100%)
}

.rt .approach-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.rt .appr-left h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  -webkit-text-stroke: 2px #111;
  color: transparent;
  margin-bottom: 24px
}

.rt .appr-left h2 .fill {
  -webkit-text-stroke: 0;
  color: #111
}

.rt .appr-left p {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 24px
}

.rt .appr-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px
}

.rt .metric-cell {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid #00f9bf26;
  box-shadow: 0 2px 3px -1px #00f9bf14;
  transition: box-shadow .45s cubic-bezier(0.4, 0, 0.2, 1), transform .45s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .metric-cell:hover {
  box-shadow: 0 12px 48px -1px #00f9bf24;
  transform: translateY(-2px)
}

.rt .metric-num {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  color: #111
}

.rt .metric-num .int {
  color: #111
}

.rt .metric-num .frac {
  color: #C24FDE;
  font-size: 28px
}

.rt .metric-label {
  font-size: 15px;
  color: #555;
  line-height: 1.4;
  margin-top: 4px
}

.rt .appr-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.rt .appr-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #c24fde26;
  box-shadow: 0 4px 14px -1px #c24fde1c
}

.rt .appr-img-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85) brightness(0.97)
}

.rt .appr-quote {
  background: #111;
  border-radius: 22px;
  padding: 24px;
  border-left: 4px solid #00F9BF;
  border-right: 1px solid #00f9bf1f
}

.rt .appr-quote p {
  font-size: 18px;
  line-height: 1.6;
  color: #f0f0f0;
  margin: 0
}

.rt .appr-quote p span {
  color: #00F9BF
}

.rt .people-blk {
  padding: 80px 0;
  background: #fff
}

.rt .people-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.rt .people-intro {
  grid-column: 1 / 3
}

.rt .people-intro h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin-bottom: 24px
}

.rt .people-intro h2 .acc {
  color: #C24FDE;
  -webkit-text-stroke: 1px #C24FDE
}

.rt .people-intro p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px
}

.rt .prof-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #c24fde1f;
  box-shadow: 0 2px 3px -1px #c24fde14;
  transition: box-shadow .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .prof-card:hover {
  box-shadow: 0 12px 48px -1px #c24fde24
}

.rt .prof-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top;
  display: block;
  border-bottom: 1px solid #c24fde1a;
  filter: saturate(0.9)
}

.rt .prof-info {
  padding: 24px
}

.rt .prof-name {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px
}

.rt .prof-role {
  font-size: 15px;
  color: #C24FDE;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.rt .prof-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #444
}

.rt .people-stat-col {
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px
}

.rt .pstat {
  border-radius: 6px;
  padding: 24px;
  background: linear-gradient(160deg, #f0fffe 0%, #fdf5ff 100%);
  border: 1px solid #00f9bf2e
}

.rt .pstat-num {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2
}

.rt .pstat-num .int {
  color: #111
}

.rt .pstat-num .frac {
  color: #FCF519;
  font-size: 28px;
  -webkit-text-stroke: 1px #bba800
}

.rt .pstat-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.4;
  margin-top: 4px
}

.rt .dist-blk {
  padding: 80px 0;
  background: #0d1a18
}

.rt .dist-blk .pg-wrap {
  position: relative
}

.rt .dist-geo {
  position: absolute;
  top: -40px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 38px;
  background: #00f9bf0a;
  transform: rotate(22deg);
  pointer-events: none;
  overflow: hidden
}

.rt .dist-head {
  margin-bottom: 40px
}

.rt .dist-head h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  -webkit-text-stroke: 2px #00f9bfb3;
  color: transparent;
  margin-bottom: 12px
}

.rt .dist-head h2 .fill {
  -webkit-text-stroke: 0;
  color: #00F9BF
}

.rt .dist-head p {
  font-size: 18px;
  line-height: 1.6;
  color: #aaa;
  max-width: 600px
}

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

.rt .dist-item {
  border-radius: 22px;
  padding: 24px;
  border: 1px solid #00f9bf1a;
  background: #ffffff08;
  position: relative;
  overflow: hidden;
  transition: border-color .4s ease-in-out, background .4s ease-in-out
}

.rt .dist-item:hover {
  border-color: #00f9bf59;
  background: #00f9bf0d
}

.rt .dist-item-num {
  font-size: 68px;
  font-weight: 800;
  line-height: 1.2;
  -webkit-text-stroke: 1px #00f9bf33;
  color: transparent;
  margin-bottom: 12px;
  display: block
}

.rt .dist-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #f0f0f0;
  margin-bottom: 8px;
  line-height: 1.4
}

.rt .dist-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #888;
  margin: 0
}

.rt .dist-item .slide-label {
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #00F9BF;
  color: #0d1a18;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 0 6px 0 0;
  transition: left .45s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.rt .dist-item:hover .slide-label {
  left: 0
}

.rt .dist-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px
}

.rt .dist-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #00f9bf1f
}

.rt .dist-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) brightness(0.8);
  transition: filter .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .dist-img-wrap:hover img {
  filter: saturate(1) brightness(0.95)
}

.rt .invest-blk {
  padding: 80px 0 40px;
  background: linear-gradient(175deg, #fffef0 0%, #f5fffe 100%)
}

.rt .invest-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.rt .invest-left h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin-bottom: 24px
}

.rt .invest-left h2 .acc {
  -webkit-text-stroke: 2px #FCF519;
  color: transparent
}

.rt .invest-left p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px
}

.rt .invest-card {
  background: #fff;
  border-radius: 22px;
  padding: 40px;
  border: 1px solid #fcf5194d;
  box-shadow: 0 4px 14px -1px #c24fde1c
}

.rt .invest-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 24px;
  line-height: 1.4;
  -webkit-text-stroke: 1px #111
}

.rt .invest-rows {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.rt .invest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0
}

.rt .invest-row:last-child {
  border-bottom: none
}

.rt .invest-row-label {
  font-size: 15px;
  color: #555;
  line-height: 1.4
}

.rt .invest-row-val {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  margin-left: 24px
}

.rt .invest-row-val.accent {
  color: #C24FDE
}

.rt .invest-note {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee
}

.rt .invest-link {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(160deg, #00F9BF 0%, #C24FDE 100%);
  color: #fff;
  text-decoration: none;
  border: none;
  transition: box-shadow .45s cubic-bezier(0.4, 0, 0.2, 1), border-color .45s ease-in-out;
  box-shadow: 0 2px 3px -1px #00f9bf14
}

.rt .invest-link:hover {
  box-shadow: 0 12px 48px -1px #00f9bf24;
  border-color: #00F9BF
}

.rt .invest-link:active {
  box-shadow: inset 0 2px 6px #00f9bf2e
}

.rt .value-blk {
  padding: 80px 0;
  background: #fff
}

.rt .value-blk .pg-wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: start
}

.rt .value-left {
  position: relative
}

.rt .value-left h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin-bottom: 24px
}

.rt .value-left h2 .acc {
  color: #C24FDE
}

.rt .value-left p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px
}

.rt .value-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0
}

.rt .value-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #333
}

.rt .value-list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #00F9BF;
  margin-top: 6px;
  flex-shrink: 0;
  transform: rotate(45deg)
}

.rt .value-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.rt .value-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px
}

.rt .vmosaic-big {
  grid-row: 1 / 3;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #00f9bf26;
  box-shadow: 0 4px 14px -1px #00f9bf1c
}

.rt .vmosaic-big img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.88)
}

.rt .vmosaic-txt {
  border-radius: 22px;
  padding: 24px;
  background: linear-gradient(160deg, #f0fffe 0%, #fdf5ff 100%);
  border: 1px solid #c24fde1f
}

.rt .vmosaic-txt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.4
}

.rt .vmosaic-txt p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0
}

.rt .vmosaic-stat {
  border-radius: 22px;
  padding: 24px;
  background: #111;
  border: 1px solid #00f9bf26;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.rt .vmosaic-stat .big-n {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  color: #00F9BF
}

.rt .vmosaic-stat .big-n .frac {
  color: #FCF519;
  font-size: 28px
}

.rt .vmosaic-stat p {
  font-size: 15px;
  color: #aaa;
  line-height: 1.4;
  margin: 4px 0 0
}

@keyframes settle-bounce {
  0% {
    opacity: 0;
    transform: translateY(18px)
  }

  60% {
    opacity: 1;
    transform: translateY(-5px)
  }

  80% {
    transform: translateY(2px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.rt .metric-cell {
  animation: settle-bounce .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

.rt .metric-cell:nth-child(1) {
  animation-delay: .05s
}

.rt .metric-cell:nth-child(2) {
  animation-delay: .15s
}

.rt .metric-cell:nth-child(3) {
  animation-delay: .25s
}

.rt .metric-cell:nth-child(4) {
  animation-delay: .35s
}

@media (max-width: 960px) {
  .rt .title-blk .pg-wrap {
    grid-template-columns: 1fr
  }

  .rt .t-img-card img {
    height: 300px
  }

  .rt .t-heading {
    font-size: 52px
  }

  .rt .approach-blk .pg-wrap {
    grid-template-columns: 1fr
  }

  .rt .people-blk .pg-wrap {
    grid-template-columns: 1fr 1fr
  }

  .rt .people-intro {
    grid-column: 1 / 3
  }

  .rt .people-stat-col {
    grid-column: 1 / 3;
    flex-direction: row
  }

  .rt .dist-grid {
    grid-template-columns: 1fr 1fr
  }

  .rt .dist-img-row {
    grid-template-columns: 1fr
  }

  .rt .invest-blk .pg-wrap {
    grid-template-columns: 1fr
  }

  .rt .value-blk .pg-wrap {
    grid-template-columns: 1fr
  }

  .rt .value-mosaic {
    grid-template-columns: 1fr 1fr
  }

  .rt .vmosaic-big {
    grid-row: auto
  }
}

@media (max-width: 480px) {
  .rt .t-heading {
    font-size: 28px
  }

  .rt .appr-left h2,
  .rt .people-intro h2,
  .rt .dist-head h2,
  .rt .invest-left h2,
  .rt .value-left h2 {
    font-size: 28px
  }

  .rt .appr-metrics {
    grid-template-columns: 1fr
  }

  .rt .people-blk .pg-wrap {
    grid-template-columns: 1fr
  }

  .rt .people-intro {
    grid-column: 1
  }

  .rt .people-stat-col {
    grid-column: 1;
    flex-direction: column
  }

  .rt .dist-grid {
    grid-template-columns: 1fr
  }

  .rt .value-mosaic {
    grid-template-columns: 1fr
  }

  .rt .invest-card {
    padding: 24px
  }

  .rt .metric-num {
    font-size: 28px
  }

  .rt .pstat-num {
    font-size: 28px
  }

  .rt .dist-item-num {
    font-size: 52px
  }
}

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

.ctus-pg .split-reveal {
  animation: splitOpen .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes splitOpen {
  0% {
    clip-path: inset(0 50% 0 50%);
    opacity: 0
  }

  100% {
    clip-path: inset(0 0% 0 0%);
    opacity: 1
  }
}

.ctus-pg .pg-lead {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative
}

.ctus-pg .pg-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(170deg, #00f9bf0f 0%, #fff0 60%, #c24fde0a 100%);
  pointer-events: none;
  z-index: 0
}

.ctus-pg .lead-txt {
  position: relative;
  z-index: 1
}

.ctus-pg .lead-eyebrow {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2a2a2a;
  border-top: 2px solid #00F9BF;
  border-bottom: 1px solid #00f9bf4d;
  padding: 4px 0;
  margin-bottom: 24px
}

.ctus-pg .lead-h1 {
  font-size: 68px;
  line-height: 1.2;
  color: #1b1b1b;
  margin-bottom: 24px
}

.ctus-pg .lead-h1 .acc {
  color: transparent;
  -webkit-text-stroke: 2px #C24FDE
}

.ctus-pg .lead-h1 .acc2 {
  color: transparent;
  -webkit-text-stroke: 2px #00F9BF
}

.ctus-pg .lead-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #3a3a3a;
  margin-bottom: 40px;
  max-width: 480px
}

.ctus-pg .lead-sub .hl {
  color: #C24FDE;
  font-weight: 600
}

.ctus-pg .coord-stack {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctus-pg .coord-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #00000012;
  border-left: 3px solid #00F9BF;
  background: #fdfdfd;
  box-shadow: 0 2px 3px -1px #00f9bf14;
  transition: box-shadow .45s ease-in-out, border-color .45s ease-in-out
}

.ctus-pg .coord-item:hover {
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  border-left-color: #C24FDE
}

.ctus-pg .coord-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(135deg, #00f9bf1f 0%, #c24fde14 100%)
}

.ctus-pg .coord-icon i {
  font-size: 18px;
  color: #C24FDE
}

.ctus-pg .coord-label {
  font-size: 15px;
  line-height: 1.4;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px
}

.ctus-pg .coord-val {
  font-size: 18px;
  line-height: 1.4;
  color: #1b1b1b;
  text-decoration: none;
  transition: color .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .coord-val:hover {
  color: #C24FDE
}

.ctus-pg .lead-img-wrap {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #00000014;
  box-shadow: 0 12px 48px -1px #c24fde24
}

.ctus-pg .lead-img-wrap::after {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(ellipse at 20% 20%, #fcf5198c 0%, #00f9bf33 40%, transparent 70%);
  pointer-events: none;
  border-radius: 38px
}

.ctus-pg .lead-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: brightness(0.88);
  transition: filter .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .lead-img-wrap:hover .lead-img {
  filter: brightness(1)
}

.ctus-pg .shape-over {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 120px;
  height: 120px;
  border-radius: 38px;
  border: 2px solid #fcf51999;
  background: transparent;
  pointer-events: none
}

.ctus-pg .shape-over2 {
  position: absolute;
  top: 24px;
  right: 60px;
  width: 60px;
  height: 60px;
  border-radius: 22px;
  border: 1.5px solid #00f9bf66;
  background: transparent;
  pointer-events: none
}

.ctus-pg .dbl-divider {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus-pg .dbl-divider span {
  display: block;
  height: 1px;
  background: #0000001a
}

.ctus-pg .dbl-divider span:first-child {
  background: #00f9bf59
}

.ctus-pg .form-sec {
  position: relative;
  background: linear-gradient(160deg, #f5fffe 0%, #faf5ff 50%, #fffff5 100%)
}

.ctus-pg .form-sec::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, #00f9bf14 0%, transparent 65%);
  pointer-events: none
}

.ctus-pg .form-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1
}

.ctus-pg .form-aside {
  position: sticky;
  top: 40px
}

.ctus-pg .form-aside-h2 {
  font-size: 52px;
  line-height: 1.2;
  color: #1b1b1b;
  margin-bottom: 24px
}

.ctus-pg .form-aside-h2 .acc {
  color: transparent;
  -webkit-text-stroke: 2px #00F9BF
}

.ctus-pg .form-aside-p {
  font-size: 18px;
  line-height: 1.6;
  color: #3a3a3a;
  margin-bottom: 24px
}

.ctus-pg .radio-guide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.ctus-pg .radio-guide-label {
  font-size: 15px;
  line-height: 1.4;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px
}

.ctus-pg .form-card {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #00000012;
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  padding: 40px
}

.ctus-pg .form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px
}

.ctus-pg .form-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ctus-pg .form-field.full {
  grid-column: 1 / -1
}

.ctus-pg .f-label {
  font-size: 15px;
  line-height: 1.4;
  color: #2a2a2a;
  font-weight: 500
}

.ctus-pg .f-input {
  padding: 12px 24px;
  border-radius: 6px;
  border: 1.5px solid #0000001f;
  background: #fefefe;
  font-size: 18px;
  line-height: 1.4;
  color: #1b1b1b;
  outline: none;
  transition: border-color .4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus-pg .f-input::placeholder {
  color: #1a1a1a59
}

.ctus-pg .f-input:focus {
  border-color: #00F9BF !important;
  box-shadow: 0 0 0 3px #00f9bf26 !important
}

.ctus-pg .f-input:focus-visible {
  border-color: #00F9BF !important;
  box-shadow: 0 0 0 3px #00f9bf26 !important;
  outline: 2px solid #00F9BF !important;
  outline-offset: 2px !important
}

.ctus-pg .radio-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px
}

.ctus-pg .radio-opt {
  position: relative
}

.ctus-pg .radio-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.ctus-pg .radio-opt label {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 38px;
  border: 1.5px solid #0000001f;
  font-size: 15px;
  line-height: 1.4;
  color: #3a3a3a;
  cursor: pointer;
  transition: background .45s cubic-bezier(0.4, 0, 0.2, 1), border-color .45s cubic-bezier(0.4, 0, 0.2, 1), color .45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fefefe
}

.ctus-pg .radio-opt input[type="radio"]:checked+label {
  background: linear-gradient(135deg, #00F9BF 0%, #C24FDE 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: inset 0 1px 3px #0000001a
}

.ctus-pg .radio-opt label:hover {
  border-color: #00F9BF;
  color: #1b1b1b
}

.ctus-pg .radio-opt input[type="radio"]:focus-visible+label {
  outline: 2px solid #00F9BF !important;
  outline-offset: 2px !important
}

.ctus-pg .radio-sec-label {
  font-size: 15px;
  line-height: 1.4;
  color: #2a2a2a;
  font-weight: 500;
  margin-bottom: 12px
}

.ctus-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  padding: 12px;
  border-radius: 6px;
  background: #00f9bf0a;
  border: 1px solid #00f9bf1f
}

.ctus-pg .privacy-chk {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #00F9BF;
  cursor: pointer
}

.ctus-pg .privacy-chk:focus-visible {
  outline: 2px solid #00F9BF !important;
  outline-offset: 2px !important
}

.ctus-pg .privacy-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a
}

.ctus-pg .privacy-txt a {
  color: #C24FDE;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: background .4s cubic-bezier(0.4, 0, 0.2, 1), color .4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 2px;
  border-radius: 1px
}

.ctus-pg .privacy-txt a:hover {
  background: #C24FDE;
  color: #fff;
  text-decoration: none
}

.ctus-pg .submit-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 6px;
  border: 1.5px solid transparent;
  background: linear-gradient(135deg, #00F9BF 0%, #C24FDE 100%);
  font-size: 18px;
  line-height: 1.4;
  color: #1b1b1b;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px -1px #00f9bf1c
}

.ctus-pg .submit-btn:hover {
  border-color: #FCF519;
  box-shadow: 0 12px 48px -1px #c24fde24
}

.ctus-pg .submit-btn:active {
  box-shadow: inset 0 2px 4px #0000001f
}

.ctus-pg .submit-btn:focus-visible {
  outline: 2px solid #1b1b1b !important;
  outline-offset: 3px !important
}

.ctus-pg .info-band {
  position: relative;
  overflow: hidden
}

.ctus-pg .info-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#0000000d 1px, transparent 1px), linear-gradient(90deg, #0000000d 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none
}

.ctus-pg .info-band-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  z-index: 1
}

.ctus-pg .info-band-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px
}

.ctus-pg .band-col-h3 {
  font-size: 28px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 1.5px #1b1b1b;
  margin-bottom: 12px
}

.ctus-pg .band-col-p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a
}

.ctus-pg .band-col-p .hl {
  color: #C24FDE;
  font-weight: 600
}

.ctus-pg .band-col {
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #0000000f;
  background: #ffffffd9;
  box-shadow: 0 2px 3px -1px #00f9bf14;
  transition: box-shadow .5s ease-in-out, transform .5s ease-in-out
}

.ctus-pg .band-col:hover {
  box-shadow: 0 12px 48px -1px #00f9bf24;
  transform: translateY(-4px)
}

.ctus-pg .cycle-strip {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch
}

.ctus-pg .cycle-item {
  flex: 1;
  padding: 24px;
  border-radius: 6px;
  border: 1.5px solid #00000012;
  background: #fff;
  text-align: center;
  animation: cyclePulse 4.5s ease-in-out infinite
}

.ctus-pg .cycle-item:nth-child(2) {
  animation-delay: 1.5s
}

.ctus-pg .cycle-item:nth-child(3) {
  animation-delay: 3s
}

@keyframes cyclePulse {

  0%,
  60%,
  100% {
    border-color: #00000012;
    background: #fff
  }

  20%,
  40% {
    border-color: #00F9BF;
    background: #00f9bf0d
  }
}

.ctus-pg .cycle-num {
  font-size: 52px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #C24FDE;
  display: block
}

.ctus-pg .cycle-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  margin-top: 8px
}

.ctus-pg .dbl-divider2 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus-pg .dbl-divider2 span {
  display: block;
  height: 1px
}

.ctus-pg .dbl-divider2 span:first-child {
  background: #c24fde4d
}

.ctus-pg .dbl-divider2 span:last-child {
  background: #00000014
}

@media (max-width: 960px) {
  .ctus-pg .pg-lead {
    grid-template-columns: 1fr;
    padding: 40px 24px
  }

  .ctus-pg .lead-h1 {
    font-size: 52px
  }

  .ctus-pg .lead-img {
    height: 320px
  }

  .ctus-pg .form-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 24px
  }

  .ctus-pg .form-aside {
    position: static
  }

  .ctus-pg .form-aside-h2 {
    font-size: 28px
  }

  .ctus-pg .info-band-top {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ctus-pg .cycle-strip {
    flex-direction: column
  }

  .ctus-pg .info-band-inner {
    padding: 40px 24px
  }

  .ctus-pg .dbl-divider,
  .ctus-pg .dbl-divider2 {
    padding: 0 24px
  }
}

@media (max-width: 480px) {
  .ctus-pg .lead-h1 {
    font-size: 28px
  }

  .ctus-pg .form-grid-2 {
    grid-template-columns: 1fr
  }

  .ctus-pg .form-field.full {
    grid-column: 1
  }

  .ctus-pg .form-card {
    padding: 24px
  }

  .ctus-pg .pg-lead {
    padding: 24px 12px
  }

  .ctus-pg .info-band-inner {
    padding: 24px 12px
  }

  .ctus-pg .dbl-divider,
  .ctus-pg .dbl-divider2 {
    padding: 0 12px
  }
}

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

.lrn-prog .pg-cap {
  background: linear-gradient(170deg, #f4f4f2 0%, #eef9f6 55%, #f7f0fc 100%);
  padding: 80px 24px 40px;
  position: relative;
  border-bottom: 1px solid #00f9bf2e
}

.lrn-prog .pg-cap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #00F9BF 0%, #C24FDE 100%);
  pointer-events: none
}

.lrn-prog .cap-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px
}

.lrn-prog .cap-img-zone {
  width: 100%;
  max-width: 760px;
  position: relative;
  padding: 12px 40px 12px 12px
}

.lrn-prog .cap-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #00f9bf38;
  box-shadow: 0 12px 48px -1px #00f9bf24
}

.lrn-prog .cap-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lrn-prog .cap-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0% 0%, #00f9bf2e 0%, transparent 45%), radial-gradient(ellipse at 100% 100%, #c24fde29 0%, transparent 45%);
  pointer-events: none;
  border-radius: 22px
}

.lrn-prog .cap-edge-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #C24FDE 60%, transparent 100%)
}

.lrn-prog .cap-txt-zone {
  width: 100%;
  max-width: 760px;
  padding: 40px 40px 40px 12px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .cap-label {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #555;
  font-weight: 500
}

.lrn-prog .cap-h1 {
  font-size: 68px;
  line-height: 1.2;
  font-weight: 800;
  color: #1a1506;
  margin: 0
}

.lrn-prog .cap-h1 .ln1 {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #1a1506
}

.lrn-prog .cap-h1 .ln2 {
  display: block;
  color: #1a1506
}

.lrn-prog .cap-h1 .ln3 {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px #C24FDE
}

.lrn-prog .cap-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #2e2e2e;
  margin: 0;
  max-width: 520px
}

.lrn-prog .cap-desc .acc {
  color: #00c99a;
  font-weight: 600
}

.lrn-prog .cap-meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.lrn-prog .meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrn-prog .meta-val {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a1506
}

.lrn-prog .meta-key {
  font-size: 15px;
  line-height: 1.4;
  color: #666
}

.lrn-prog .cap-cta {
  display: inline-block;
  padding: 12px 40px;
  background: linear-gradient(120deg, #00F9BF 0%, #00c99a 100%);
  color: #0a2e25;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border-color .45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .5s ease-in-out;
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  cursor: pointer;
  align-self: flex-start
}

.lrn-prog .cap-cta:hover {
  border-color: #C24FDE;
  box-shadow: 0 12px 48px -1px #00f9bf24
}

.lrn-prog .cap-cta:active {
  box-shadow: inset 0 2px 6px #00f9bf38
}

.lrn-prog .prog-detail {
  background: #0f0f0e;
  padding: 80px 24px;
  position: relative
}

.lrn-prog .prog-detail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 28px solid #eef9f6;
  pointer-events: none;
  z-index: 2
}

.lrn-prog .prog-detail-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: start
}

.lrn-prog .det-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .det-side-label {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #00F9BF;
  font-weight: 600
}

.lrn-prog .det-side-h {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin: 0
}

.lrn-prog .det-side-body {
  font-size: 15px;
  line-height: 1.9;
  color: #b0b0a8;
  margin: 0
}

.lrn-prog .det-side-body .acc {
  color: #00F9BF
}

.lrn-prog .det-mid {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .det-mid-h {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #FCF519;
  margin: 0
}

.lrn-prog .det-mod-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.lrn-prog .det-mod-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  background: #ffffff0a;
  border: 1px solid #ffffff12;
  transition: background .4s ease-in-out, border-color .5s ease-in-out
}

.lrn-prog .det-mod-item:hover {
  background: #00f9bf12;
  border-color: #00f9bf33
}

.lrn-prog .mod-num {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #FCF519;
  min-width: 24px;
  flex-shrink: 0
}

.lrn-prog .mod-txt {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lrn-prog .mod-name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #f0f0ec
}

.lrn-prog .mod-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #888
}

.lrn-prog .det-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .prog-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrn-prog .prog-bar-label {
  font-size: 15px;
  line-height: 1.4;
  color: #b0b0a8
}

.lrn-prog .prog-bar-label strong {
  color: #00F9BF;
  font-weight: 700
}

.lrn-prog .prog-bar-track {
  width: 100%;
  height: 8px;
  background: #ffffff1a;
  border-radius: 38px;
  overflow: hidden
}

.lrn-prog .prog-bar-fill {
  height: 100%;
  border-radius: 38px;
  animation: barfill 1.2s cubic-bezier(0.4, 0, 0.2, 1) both
}

.lrn-prog .fill-teal {
  background: linear-gradient(90deg, #00F9BF 0%, #00c99a 100%)
}

.lrn-prog .fill-purple {
  background: linear-gradient(90deg, #C24FDE 0%, #9a3ab5 100%)
}

.lrn-prog .fill-yellow {
  background: linear-gradient(90deg, #FCF519 0%, #d4c410 100%)
}

@keyframes barfill {
  from {
    width: 0
  }
}

.lrn-prog .det-offer-box {
  border-radius: 22px;
  border: 1px solid #c24fde4d;
  padding: 24px;
  background: #c24fde0f;
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: shadowpulse 3.5s ease-in-out infinite
}

@keyframes shadowpulse {

  0%,
  100% {
    box-shadow: 0 4px 14px -1px #c24fde1c
  }

  50% {
    box-shadow: 0 12px 48px -1px #c24fde47
  }
}

.lrn-prog .offer-price-label {
  font-size: 15px;
  line-height: 1.4;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .08em
}

.lrn-prog .offer-price {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #FCF519
}

.lrn-prog .offer-price sub {
  font-size: 18px;
  font-weight: 400;
  color: #888
}

.lrn-prog .offer-note {
  font-size: 15px;
  line-height: 1.6;
  color: #b0b0a8;
  margin: 0
}

.lrn-prog .offer-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(120deg, #C24FDE 0%, #9a3ab5 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: border-color .45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .55s ease-in-out;
  text-align: center;
  cursor: pointer
}

.lrn-prog .offer-btn:hover {
  border-color: #FCF519;
  box-shadow: 0 12px 48px -1px #c24fde38
}

.lrn-prog .offer-btn:active {
  box-shadow: inset 0 2px 6px #c24fde4d
}

.lrn-prog .instruct-sect {
  background: linear-gradient(175deg, #f9f9f5 0%, #f3fdf9 60%, #faf3fe 100%);
  padding: 80px 24px;
  position: relative
}

.lrn-prog .instruct-sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 28px solid #0f0f0e;
  pointer-events: none;
  z-index: 2
}

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

.lrn-prog .chevron-bg svg {
  position: absolute;
  opacity: .04
}

.lrn-prog .instruct-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1
}

.lrn-prog .instruct-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start
}

.lrn-prog .instruct-heading-col {
  flex: 0 0 auto;
  width: 340px
}

.lrn-prog .instruct-h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #1a1506;
  margin: 0 0 12px
}

.lrn-prog .instruct-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.lrn-prog .instruct-sub .acc {
  color: #9a3ab5;
  font-weight: 600
}

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

.lrn-prog .inst-card {
  border-radius: 22px;
  border: 1px solid #00f9bf26;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 3px -1px #00f9bf14;
  transition: box-shadow .5s ease-in-out, border-color .4s ease-in-out
}

.lrn-prog .inst-card:hover {
  box-shadow: 0 12px 48px -1px #00f9bf24;
  border-color: #00f9bf59
}

.lrn-prog .inst-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.lrn-prog .inst-icon.teal {
  background: #00f9bf1f
}

.lrn-prog .inst-icon.purple {
  background: #c24fde1f
}

.lrn-prog .inst-icon.yellow {
  background: #fcf5192e
}

.lrn-prog .inst-card-h {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #1a1506;
  margin: 0
}

.lrn-prog .inst-card-p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin: 0
}

.lrn-prog .instruct-portraits {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch
}

.lrn-prog .portrait-card {
  flex: 1;
  border-radius: 22px;
  border: 1px solid #c24fde26;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 4px 14px -1px #c24fde1c;
  transition: box-shadow .55s ease-in-out
}

.lrn-prog .portrait-card:hover {
  box-shadow: 0 12px 48px -1px #c24fde24
}

.lrn-prog .port-img-wrap {
  width: 120px;
  flex-shrink: 0;
  position: relative
}

.lrn-prog .port-img-wrap img {
  width: 120px;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-right: 1px solid #c24fde1f
}

.lrn-prog .port-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center
}

.lrn-prog .port-name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #1a1506;
  margin: 0
}

.lrn-prog .port-role {
  font-size: 15px;
  line-height: 1.4;
  color: #9a3ab5;
  font-weight: 500;
  margin: 0
}

.lrn-prog .port-quote {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin: 0
}

.lrn-prog .port-quote .acc {
  color: #00c99a;
  font-weight: 600
}

.lrn-prog .faq-sect {
  background: #f2f2ee;
  padding: 80px 24px;
  position: relative
}

.lrn-prog .faq-sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 28px solid #f9f9f5;
  pointer-events: none;
  z-index: 2
}

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

.lrn-prog .faq-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 40px
}

.lrn-prog .faq-h2 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #1a1506;
  margin: 0
}

.lrn-prog .faq-left-p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.lrn-prog .faq-left-p .acc {
  color: #C24FDE;
  font-weight: 600
}

.lrn-prog .faq-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: #1a1506;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #00f9bf4d;
  background: #00f9bf12;
  transition: background .4s ease-in-out, border-color .45s ease-in-out;
  align-self: flex-start
}

.lrn-prog .faq-contact-link:hover {
  background: #00f9bf26;
  border-color: #00f9bf80
}

.lrn-prog .faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.lrn-prog .faq-item {
  border-radius: 6px;
  border: 1px solid #00000014;
  background: #fff;
  overflow: hidden
}

.lrn-prog .faq-q-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background .4s ease-in-out
}

.lrn-prog .faq-q-btn:hover {
  background: #00f9bf0d
}

.lrn-prog .faq-q-txt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #1a1506
}

.lrn-prog .faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .45s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .faq-item.open .faq-icon {
  transform: rotate(45deg)
}

.lrn-prog .faq-ans {
  display: none;
  padding: 0 24px 24px
}

.lrn-prog .faq-item.open .faq-ans {
  display: block
}

.lrn-prog .faq-ans-p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin: 0
}

.lrn-prog .faq-ans-p .acc {
  color: #00c99a;
  font-weight: 600
}

@media (max-width: 960px) {
  .lrn-prog .prog-detail-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .lrn-prog .instruct-top {
    flex-direction: column
  }

  .lrn-prog .instruct-heading-col {
    width: 100%
  }

  .lrn-prog .instruct-cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .lrn-prog .instruct-portraits {
    flex-direction: column
  }

  .lrn-prog .faq-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .lrn-prog .faq-left {
    position: static
  }

  .lrn-prog .cap-h1 {
    font-size: 52px
  }
}

@media (max-width: 480px) {
  .lrn-prog .cap-h1 {
    font-size: 28px
  }

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

  .lrn-prog .cap-meta {
    gap: 12px
  }

  .lrn-prog .det-mid-h {
    font-size: 28px
  }

  .lrn-prog .offer-price {
    font-size: 28px
  }

  .lrn-prog .cap-img-wrap img {
    height: 240px
  }

  .lrn-prog .cap-txt-zone {
    padding: 24px 12px
  }

  .lrn-prog .cap-cta {
    padding: 12px 24px;
    font-size: 15px
  }
}

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

.abt-pg .inner-cap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px
}

.abt-pg .cross-div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  overflow: hidden
}

.abt-pg .cross-div .cross-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 1
}

.abt-pg .cross-div .cross-item {
  width: 10px;
  height: 10px;
  position: relative;
  flex-shrink: 0
}

.abt-pg .cross-div .cross-item::before,
.abt-pg .cross-div .cross-item::after {
  content: "";
  position: absolute;
  background: #c8c8c8
}

.abt-pg .cross-div .cross-item::before {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0
}

.abt-pg .cross-div .cross-item::after {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0
}

.abt-pg .cross-div .cross-seg {
  height: 1px;
  background: #d4d4d4;
  flex: 1
}

.abt-pg .strip-top {
  background: linear-gradient(170deg, #00F9BF 0%, #b8fff0 30%, #fff0 100%);
  padding: 40px 0 24px;
  position: relative
}

.abt-pg .strip-top .strip-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.abt-pg .strip-top .strip-text {
  flex: 1;
  min-width: 0
}

.abt-pg .strip-top .strip-eyebrow {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1a6b55;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.abt-pg .strip-top .strip-eyebrow .dot-acc {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00F9BF;
  flex-shrink: 0
}

.abt-pg .strip-top .strip-h1 {
  font-size: 68px;
  line-height: 1.2;
  color: #111;
  margin: 0 0 12px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap
}

.abt-pg .strip-top .strip-h1 .h1-outlined {
  -webkit-text-stroke: 2px #111;
  color: transparent
}

.abt-pg .strip-top .live-num {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #00F9BF;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 28px;
  line-height: 1.2;
  color: #111;
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  flex-shrink: 0
}

.abt-pg .strip-top .live-num .num-val {
  color: #00b882;
  font-size: 28px;
  line-height: 1.2
}

.abt-pg .strip-top .strip-sub {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 520px;
  margin: 0
}

.abt-pg .strip-top .strip-img-wrap {
  width: 320px;
  flex-shrink: 0;
  position: relative
}

.abt-pg .strip-top .strip-img-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #00f9bf59;
  box-shadow: 0 12px 48px -1px #00f9bf24;
  position: relative
}

.abt-pg .strip-top .strip-img-frame img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px);
  mask-image: radial-gradient(ellipse at 60% 50%, black 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at 60% 50%, black 60%, transparent 100%)
}

.abt-pg .strip-top .strip-pattern {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  grid-template-columns: repeat(5, 8px);
  grid-template-rows: repeat(4, 8px);
  gap: 4px;
  pointer-events: none
}

.abt-pg .strip-top .strip-pattern .pat-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #00F9BF;
  opacity: .5;
  margin: auto
}

.abt-pg .split-reveal-h1 {
  animation: splitReveal .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes splitReveal {
  from {
    letter-spacing: .25em;
    opacity: 0
  }

  to {
    letter-spacing: normal;
    opacity: 1
  }
}

.abt-pg .about-detail {
  background: #fff;
  padding: 80px 0 40px
}

.abt-pg .about-detail .detail-grid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.abt-pg .about-detail .detail-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .about-detail .side-rule {
  border-left: 4px solid #00F9BF;
  border-top: 1px solid #e0e0e0;
  padding: 12px 0 12px 24px
}

.abt-pg .about-detail .det-h2 {
  font-size: 52px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #111;
  margin: 0
}

.abt-pg .about-detail .det-h2 .acc-fill {
  -webkit-text-stroke: 0;
  color: #111
}

.abt-pg .about-detail .det-body {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.abt-pg .about-detail .det-body .acc-span {
  color: #00b882
}

.abt-pg .about-detail .det-body-sm {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin: 0
}

.abt-pg .about-detail .detail-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .about-detail .img-stack {
  position: relative;
  height: 340px
}

.abt-pg .about-detail .img-stack .img-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 280px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 14px -1px #00f9bf1c
}

.abt-pg .about-detail .img-stack .img-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .about-detail .img-stack .img-b {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 200px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 12px 48px -1px #00f9bf24
}

.abt-pg .about-detail .img-stack .img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .about-detail .img-stack .badge-float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FCF519;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  border: 1px solid #00000014;
  box-shadow: 0 2px 3px -1px #c24fde14;
  z-index: 2;
  white-space: nowrap
}

.abt-pg .about-detail .metrics-row {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.abt-pg .about-detail .metric-card {
  flex: 1;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: box-shadow .45s cubic-bezier(0.4, 0, 0.2, 1), border-color .45s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .about-detail .metric-card:hover {
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  border-color: #00F9BF
}

.abt-pg .about-detail .metric-num {
  font-size: 28px;
  line-height: 1.2;
  color: #111
}

.abt-pg .about-detail .metric-label {
  font-size: 15px;
  line-height: 1.4;
  color: #666
}

.abt-pg .team-strip {
  background: linear-gradient(155deg, #fdf9ff 0%, #f5f0fe 50%, #fff 100%);
  padding: 80px 0;
  position: relative
}

.abt-pg .team-strip .dot-grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #c24fde12 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none
}

.abt-pg .team-strip .team-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1
}

.abt-pg .team-strip .team-h2 {
  font-size: 52px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #111;
  margin: 0 0 8px
}

.abt-pg .team-strip .team-h2 .acc-fill {
  -webkit-text-stroke: 0;
  color: #111
}

.abt-pg .team-strip .team-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 600px;
  margin: 0 0 40px
}

.abt-pg .team-strip .team-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start
}

.abt-pg .team-strip .portrait-col {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-pg .team-strip .portrait-frame {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid #c24fde40;
  box-shadow: 0 12px 48px -1px #c24fde24
}

.abt-pg .team-strip .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.abt-pg .team-strip .portrait-name {
  font-size: 18px;
  line-height: 1.4;
  color: #111
}

.abt-pg .team-strip .portrait-role {
  font-size: 15px;
  line-height: 1.4;
  color: #888
}

.abt-pg .team-strip .team-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .team-strip .approach-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0
}

.abt-pg .team-strip .approach-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border: 1px solid #c24fde26;
  border-radius: 6px;
  background: #ffffffb3;
  transition: background .5s cubic-bezier(0.4, 0, 0.2, 1), border-color .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .team-strip .approach-item:hover {
  background: #ffff;
  border-color: #C24FDE
}

.abt-pg .team-strip .approach-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, #C24FDE, #9b2db8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt-pg .team-strip .approach-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff
}

.abt-pg .team-strip .approach-text {
  flex: 1
}

.abt-pg .team-strip .approach-label {
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  margin: 0 0 4px
}

.abt-pg .team-strip .approach-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0
}

.abt-pg .team-strip .dashed-path {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: .18
}

.abt-pg .team-strip .quote-block {
  border: 1px solid #C24FDE;
  border-left-width: 4px;
  border-radius: 1px;
  padding: 12px 24px;
  background: #c24fde0a
}

.abt-pg .team-strip .quote-text {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 8px
}

.abt-pg .team-strip .quote-attr {
  font-size: 15px;
  line-height: 1.4;
  color: #888;
  margin: 0
}

.abt-pg .prog-band {
  background: #fff;
  padding: 40px 0 80px
}

.abt-pg .prog-band .prog-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px
}

.abt-pg .prog-band .prog-h2 {
  font-size: 52px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 2px #111;
  margin: 0 0 8px
}

.abt-pg .prog-band .prog-h2 .acc-fill {
  -webkit-text-stroke: 0;
  color: #111
}

.abt-pg .prog-band .prog-lead {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  max-width: 680px;
  margin: 0 0 40px
}

.abt-pg .prog-band .prog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.abt-pg .prog-band .prog-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .prog-band .prog-img-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 14px -1px #00f9bf1c
}

.abt-pg .prog-band .prog-img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-pg .prog-band .prog-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(0deg, #0000008c 0%, transparent 100%)
}

.abt-pg .prog-band .prog-img-label {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  margin: 0
}

.abt-pg .prog-band .prog-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-pg .prog-band .stage-list {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-pg .prog-band .stage-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: border-color .4s ease-in-out, background .4s ease-in-out
}

.abt-pg .prog-band .stage-item:hover {
  border-color: #00F9BF;
  background: #00f9bf0a
}

.abt-pg .prog-band .stage-num {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #00F9BF, #00c99a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.2;
  color: #111;
  flex-shrink: 0
}

.abt-pg .prog-band .stage-content {
  flex: 1
}

.abt-pg .prog-band .stage-title {
  font-size: 15px;
  line-height: 1.4;
  color: #111;
  margin: 0 0 4px
}

.abt-pg .prog-band .stage-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0
}

.abt-pg .prog-band .cta-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center
}

.abt-pg .prog-band .btn-prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1.5px solid #00c99a;
  background: linear-gradient(155deg, #00F9BF 0%, #00d4a3 100%);
  color: #111;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 3px -1px #00f9bf14
}

.abt-pg .prog-band .btn-prim:hover {
  border-color: #007a5e;
  box-shadow: 0 4px 14px -1px #00f9bf1c
}

.abt-pg .prog-band .btn-prim:active {
  box-shadow: inset 0 2px 4px #00f9bf2e
}

.abt-pg .prog-band .btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1.5px solid #C24FDE;
  background: transparent;
  color: #C24FDE;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .45s ease-in-out, background .45s ease-in-out, color .45s ease-in-out
}

.abt-pg .prog-band .btn-sec:hover {
  border-color: #9b2db8;
  background: #c24fde0f;
  color: #9b2db8
}

.abt-pg .prog-band .prog-body {
  font-size: 18px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.abt-pg .prog-band .prog-body .acc-span {
  color: #00b882
}

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

  .abt-pg .strip-top .strip-h1 {
    font-size: 52px
  }

  .abt-pg .strip-top .strip-img-wrap {
    width: 100%
  }

  .abt-pg .about-detail .detail-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .abt-pg .about-detail .img-stack {
    height: 280px
  }

  .abt-pg .team-strip .team-layout {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .abt-pg .team-strip .portrait-frame {
    width: 220px;
    aspect-ratio: 3/4
  }

  .abt-pg .prog-band .prog-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }
}

@media (max-width: 480px) {
  .abt-pg .strip-top .strip-h1 {
    font-size: 28px
  }

  .abt-pg .about-detail {
    padding: 40px 0 24px
  }

  .abt-pg .about-detail .det-h2 {
    font-size: 28px
  }

  .abt-pg .team-strip {
    padding: 40px 0
  }

  .abt-pg .team-strip .team-h2 {
    font-size: 28px
  }

  .abt-pg .prog-band .prog-h2 {
    font-size: 28px
  }

  .abt-pg .about-detail .metrics-row {
    flex-direction: column;
    gap: 12px
  }

  .abt-pg .prog-band .cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

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

.success_page .success_wrap {
  max-width: 600px;
  width: 100%;
  text-align: center
}

.success_page .success_icon_ring {
  width: 80px;
  height: 80px;
  border-radius: 38px;
  background: linear-gradient(160deg, #00F9BF 0%, #c2f9ee 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  box-shadow: 0 4px 14px -1px #00f9bf1c 0 12px 48px -1px #00f9bf24
}

.success_page .success_icon_ring svg {
  display: block
}

.success_page .success_heading {
  font-size: 52px;
  line-height: 1.2;
  color: #111;
  margin: 0 0 12px;
  font-weight: 700
}

.success_page .success_heading .accent_mark {
  color: #00F9BF
}

.success_page .success_sub {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 40px
}

.success_page .success_divider {
  width: 48px;
  height: 3px;
  border-radius: 1px;
  background: linear-gradient(90deg, #00F9BF 0%, #C24FDE 100%);
  margin: 0 auto 40px
}

.success_page .success_note {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 40px;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid #00f9bf47;
  background: linear-gradient(160deg, #00f9bf0f 0%, #ffffffe6 100%);
  box-shadow: 0 2px 3px -1px #00f9bf14
}

.success_page .success_note strong {
  color: #111
}

.success_page .back_link {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 22px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  background: linear-gradient(160deg, #00F9BF 0%, #a0fde6 100%);
  box-shadow: 0 4px 14px -1px #00f9bf1c;
  border: 1.5px solid transparent;
  transition: border-color .45s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .5s ease-in-out
}

.success_page .back_link:hover {
  border-color: #00F9BF;
  box-shadow: 0 12px 48px -1px #00f9bf24
}

.success_page .back_link:focus {
  outline: 2px solid #C24FDE;
  outline-offset: 4px
}

.success_page .back_link:active {
  box-shadow: inset 0 2px 6px #00f9bf38
}

@media (max-width: 480px) {
  .success_page {
    padding: 40px 24px
  }

  .success_page .success_heading {
    font-size: 28px
  }

  .success_page .success_sub {
    font-size: 15px
  }
}