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

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  font-family: 'Lexend', sans-serif;
  background-color: #111318;
  color: #e8e8f0
}

html {
  scroll-behavior: auto
}

:focus-visible {
  outline: 2px solid #6267F3;
  outline-offset: 3px
}

:focus:not(:focus-visible) {
  outline: none
}

.site-header {
  position: relative;
  background: linear-gradient(135deg, #0e0f14 0%, #161822 60%, #1a1030 100%);
  border-bottom: 1px solid #6267f32e;
  box-shadow: 1px 4px 25px -1px #6267f31a
}

.header-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  min-height: 96px;
  padding: 0 32px;
  gap: 0
}

.brand-col {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 32px 16px 0
}

.header-divider {
  background: linear-gradient(to bottom, transparent, #6267f359, transparent);
  width: 1px;
  align-self: stretch
}

.nav-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0 16px 32px;
  gap: 12px
}

.brand-identity {
  display: flex;
  align-items: center;
  gap: 16px
}

.logo-frame {
  width: 64px;
  height: 64px;
  border: 1px solid #6267f366;
  border-radius: 7px;
  background: #6267f314;
  box-shadow: 1px 3px 2px -1px #6267f30f 0 0 0 1px #ffffff0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0
}

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

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-name {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #e8e8f0;
  text-decoration: none
}

.brand-tagline {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #e8e8f080;
  letter-spacing: .01em
}

.header-contact-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.contact-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #e8e8f099;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid #6267f31f;
  background: #6267f30d;
  transition: color .25s ease-out, border-color .25s ease-out, background .25s ease-out
}

.contact-chip:hover {
  color: #e8e8f0;
  border-color: #6267f359;
  background: #6267f31f;
  filter: brightness(0.92)
}

.contact-chip .iconoir-mail,
.contact-chip .iconoir-phone {
  font-size: 13px;
  color: #6267F3
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #e8e8f0bf;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 24px;
  border: 1px solid #6267f326;
  background: #6267f30f;
  transition: color .2s ease-out, background .2s ease-out, border-color .2s ease-out, box-shadow .3s ease-out;
  white-space: nowrap
}

.nav-pill:hover {
  color: #e8e8f0;
  background: #6267f329;
  border-color: #6267f366;
  box-shadow: 1px 4px 25px -1px #6267f31a;
  filter: brightness(0.93)
}

.nav-pill[aria-current="page"] {
  color: #6267F3;
  background: #6267f324;
  border-color: #6267f373
}

.header-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 96px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 0 0 40px
}

.accent-shape {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 40%, #ca14311f 0%, #6267f314 60%, transparent 80%)
}

.site-footer {
  position: relative;
  background: linear-gradient(180deg, #0e0f14 0%, #0b0c10 100%);
  border-top: 1px solid #6267f31f
}

.footer-wave {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 0
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 100%
}

.footer-body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 32px 16px
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px
}

.footer-col-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #e8e8f059;
  margin-bottom: 12px
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-logo-frame {
  width: 44px;
  height: 44px;
  border: 1px solid #6267f34d;
  border-radius: 7px;
  background: #6267f312;
  box-shadow: 1px 3px 2px -1px #6267f30f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

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

.footer-brand-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #e8e8f0;
  letter-spacing: -.02em
}

.footer-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #e8e8f073
}

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

.footer-links li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #e8e8f08c;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .2s ease-out
}

.footer-links li a:hover {
  color: #6267F3;
  filter: brightness(0.9)
}

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

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #e8e8f080
}

.footer-contact-list li a {
  color: #e8e8f080;
  text-decoration: none;
  transition: color .2s ease-out
}

.footer-contact-list li a:hover {
  color: #6267F3
}

.footer-contact-list .iconoir-mail,
.footer-contact-list .iconoir-phone,
.footer-contact-list .iconoir-map-pin {
  font-size: 15px;
  color: #6267F3;
  flex-shrink: 0;
  margin-top: 2px
}

.footer-bottom {
  border-top: 1px solid #6267f31a;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.footer-copy {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #e8e8f04d
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.footer-legal-links a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #e8e8f059;
  text-decoration: none;
  transition: color .25s ease-out
}

.footer-legal-links a:hover {
  color: #e8e8f0b3
}

.consent-popup {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 280px;
  background: #161822;
  border: 1px solid #6267f34d;
  border-radius: 7px;
  box-shadow: 1px 8px 40px -1px #6267f31a;
  padding: 16px;
  z-index: 2000;
  flex-direction: column;
  gap: 12px
}

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

.consent-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: #6267f31f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.consent-icon-wrap svg {
  width: 16px;
  height: 16px;
  stroke: #6267F3;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.consent-body-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #e8e8f0a6
}

.consent-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 4px
}

.consent-btn {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s ease-out;
  font-family: 'Lexend', sans-serif
}

.consent-btn-accept {
  color: #6267F3
}

.consent-btn-accept:hover {
  color: #8a8ef7
}

.consent-btn-decline {
  color: #e8e8f080
}

.consent-btn-decline:hover {
  color: #e8e8f0cc
}

@media (max-width: 1024px) {
  .header-grid {
    grid-template-columns: 1fr;
    padding: 16px 32px;
    min-height: auto;
    gap: 12px
  }

  .header-divider {
    display: none
  }

  .brand-col {
    padding: 0
  }

  .nav-col {
    padding: 0
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {
  .header-grid {
    padding: 16px
  }

  .brand-col {
    gap: 12px
  }

  .brand-name {
    font-size: 15px
  }

  .header-contact-strip {
    gap: 8px
  }

  .footer-body {
    padding: 32px 16px 16px
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start
  }

  .consent-popup {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px)
  }
}

@media (max-width: 360px) {
  .primary-nav {
    gap: 4px
  }

  .nav-pill {
    padding: 8px 12px;
    font-size: 13px
  }
}

.info-legal {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px;
  background: #111318;
  color: #d4d6e0;
  line-height: 1.8;
  font-size: 15px
}

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

.info-legal ul {
  list-style: disc
}

.info-legal ol {
  list-style: decimal
}

.info-legal li {
  margin: 8px 0;
  line-height: 1.8;
  font-size: 15px;
  color: #d4d6e0
}

.info-legal li::marker {
  color: #6267F3
}

.info-legal strong,
.info-legal b {
  font-weight: 700;
  color: #f0f1f7
}

.info-legal em,
.info-legal i {
  font-style: italic;
  color: #b8bace
}

.info-legal a {
  color: #6267F3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .25s ease-out, text-decoration-color .2s ease-out
}

.info-legal a:hover {
  color: #CA1431;
  text-decoration-color: #CA1431;
  filter: brightness(1.15)
}

.info-legal table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 13px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 1px 4px 25px -1px #6267f31a
}

.info-legal thead {
  background: #1e2030
}

.info-legal thead tr {
  border-bottom: 2px solid #6267F3
}

.info-legal tbody tr {
  border-bottom: 1px solid #252838;
  transition: background .2s ease-out
}

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

.info-legal tbody tr:hover {
  background: #1a1c2a
}

.info-legal th {
  padding: 12px 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #f0f1f7;
  letter-spacing: -.01em;
  line-height: 1.2
}

.info-legal td {
  padding: 12px 16px;
  font-size: 13px;
  color: #c2c4d4;
  line-height: 1.55;
  vertical-align: top
}

.info-legal hr {
  border: none;
  border-top: 1px solid #252838;
  margin: 48px 0;
  box-shadow: inset 0 2px 4px #6267f30f
}

.info-legal div {
  margin: 16px 0
}

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

  .info-legal table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .info-legal ul,
  .info-legal ol {
    padding-left: 16px
  }
}

@media (max-width: 360px) {
  .info-legal {
    padding: 16px 12px;
    font-size: 13px
  }

  .info-legal th,
  .info-legal td {
    padding: 8px 12px
  }
}

.tech-pg {
  background: #111118;
  color: #d8d8e8;
  overflow-x: hidden
}

.tech-pg .split-row {
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px;
  gap: 48px;
  align-items: center
}

.tech-pg .img-col {
  flex: 0 0 58%;
  position: relative
}

.tech-pg .img-frame {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 1px 8px 40px -1px #6267f31a
}

.tech-pg .img-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 7px;
  filter: brightness(0.88) saturate(0.9)
}

.tech-pg .img-overlay {
  position: absolute;
  inset: 0;
  border-radius: 7px;
  background: linear-gradient(to right, #6267f338, transparent);
  pointer-events: none
}

.tech-pg .img-vignette {
  position: absolute;
  inset: 0;
  border-radius: 7px;
  box-shadow: inset 0 0 48px #1111188c;
  pointer-events: none
}

.tech-pg .img-border-deco {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 64px;
  height: 64px;
  pointer-events: none
}

.tech-pg .img-border-deco-br {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 48px;
  height: 48px;
  pointer-events: none
}

.tech-pg .text-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.tech-pg .eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6267F3;
  line-height: 1.2
}

.tech-pg .pg-h1 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #eeeef8;
  margin: 0
}

.tech-pg .pg-h1 span {
  color: #6267F3
}

.tech-pg .lead-p {
  font-size: 15px;
  line-height: 1.55;
  color: #b0b0c8;
  margin: 0
}

.tech-pg .stroke-deco {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px
}

.tech-pg .stroke-deco span {
  display: block;
  height: 2px;
  border-radius: 3px;
  background: #6267F3;
  opacity: .5
}

.tech-pg .stroke-deco span:nth-child(1) {
  width: 32px
}

.tech-pg .stroke-deco span:nth-child(2) {
  width: 22px;
  opacity: .3
}

.tech-pg .stroke-deco span:nth-child(3) {
  width: 14px;
  opacity: .18
}

.tech-pg .approach-band {
  background: #16161f;
  padding: 48px 0 0;
  position: relative
}

.tech-pg .approach-band::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #6267F3, transparent);
  margin-bottom: 0
}

.tech-pg .approach-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px 0;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.tech-pg .approach-left {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.tech-pg .approach-h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #eeeef8;
  margin: 0
}

.tech-pg .approach-sub {
  font-size: 13px;
  line-height: 1.55;
  color: #7878a0;
  text-transform: uppercase;
  letter-spacing: .1em
}

.tech-pg .approach-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #a0a0bc;
  margin: 0
}

.tech-pg .approach-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.tech-pg .method-card {
  background: #1c1c28;
  border-radius: 7px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 1px 3px 2px -1px #6267f30f;
  transition: box-shadow .25s ease-out, transform .25s ease-out, background .2s ease-out;
  cursor: default
}

.tech-pg .method-card:hover {
  background: #20202e;
  box-shadow: 1px 4px 25px -1px #6267f31a;
  transform: translateY(-3px)
}

.tech-pg .mcard-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #6267f31f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6267F3;
  font-size: 23px
}

.tech-pg .mcard-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.tech-pg .mcard-h {
  font-size: 15px;
  line-height: 1.2;
  color: #ddddf0;
  margin: 0;
  font-weight: 600
}

.tech-pg .mcard-p {
  font-size: 13px;
  line-height: 1.55;
  color: #8888a8;
  margin: 0
}

.tech-pg .img2-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px 0
}

.tech-pg .img2-frame {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 4px 25px -1px #ca14311a
}

.tech-pg .img2-frame img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.75) saturate(0.8)
}

.tech-pg .img2-vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 60px #111118b3;
  pointer-events: none
}

.tech-pg .img2-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  background: linear-gradient(to top, #111118e0, transparent);
  font-size: 23px;
  line-height: 1.2;
  color: #eeeef8;
  font-weight: 700;
  letter-spacing: -.02em
}

.tech-pg .zigzag-div {
  width: 100%;
  line-height: 0;
  margin-top: 32px
}

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

@media (max-width: 1024px) {
  .tech-pg .split-row {
    flex-direction: column;
    padding: 32px 16px;
    gap: 32px
  }

  .tech-pg .img-col {
    flex: none;
    width: 100%
  }

  .tech-pg .approach-inner {
    flex-direction: column;
    padding: 32px 16px 0;
    gap: 32px
  }

  .tech-pg .approach-left {
    flex: none
  }
}

@media (max-width: 640px) {
  .tech-pg .pg-h1 {
    font-size: 45px
  }

  .tech-pg .approach-h2 {
    font-size: 45px
  }

  .tech-pg .img-frame img {
    height: 260px
  }

  .tech-pg .img2-frame img {
    height: 200px
  }

  .tech-pg .split-row {
    padding: 32px 12px
  }

  .tech-pg .approach-inner {
    padding: 32px 12px 0
  }

  .tech-pg .img2-wrap {
    padding: 32px 12px 0
  }
}

@media (max-width: 360px) {
  .tech-pg .pg-h1 {
    font-size: 23px
  }

  .tech-pg .approach-h2 {
    font-size: 23px
  }

  .tech-pg .method-card {
    padding: 16px
  }
}

.abt-us {
  background: #0e0e12;
  color: #d4d4e0;
  overflow-x: clip;
  position: relative
}

.abt-us .reveal-left {
  opacity: 0;
  transform: translateX(-48px);
  animation: slideFromLeft .45s ease-out forwards
}

.abt-us .reveal-right {
  opacity: 0;
  transform: translateX(48px);
  animation: slideFromRight .45s ease-out forwards
}

.abt-us .reveal-left:nth-child(2),
.abt-us .reveal-right:nth-child(2) {
  animation-delay: .15s
}

.abt-us .reveal-left:nth-child(3),
.abt-us .reveal-right:nth-child(3) {
  animation-delay: .25s
}

@keyframes slideFromLeft {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slideFromRight {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

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

.abt-us .corner-rings {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 80px;
  height: 80px;
  pointer-events: none;
  z-index: 0
}

.abt-us .corner-rings span {
  position: absolute;
  border: 1px solid #6267f32e;
  border-radius: 3px
}

.abt-us .corner-rings span:nth-child(1) {
  inset: 0
}

.abt-us .corner-rings span:nth-child(2) {
  inset: 10px
}

.abt-us .corner-rings span:nth-child(3) {
  inset: 20px
}

.abt-us .corner-rings span:nth-child(4) {
  inset: 30px
}

.abt-us .dir-arrows {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 16px 0
}

.abt-us .dir-arrows span {
  width: 7px;
  height: 7px;
  border-right: 2px solid #6267f359;
  border-bottom: 2px solid #6267f359;
  transform: rotate(-45deg);
  display: inline-block
}

.abt-us .dir-arrows span:nth-child(2) {
  opacity: .6
}

.abt-us .dir-arrows span:nth-child(3) {
  opacity: .35
}

.abt-us .accent-band {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #6267F3, transparent);
  border-radius: 0 3px 3px 0
}

.abt-us .identity-block {
  position: relative;
  padding: 80px 0 64px;
  overflow: hidden
}

.abt-us .identity-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 8% 15%, #6267f324 0%, transparent 60%);
  pointer-events: none
}

.abt-us .identity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1
}

.abt-us .identity-text {
  position: relative;
  padding-left: 32px
}

.abt-us .faded-quote {
  position: absolute;
  top: -16px;
  left: -8px;
  font-size: 120px;
  line-height: 1.2;
  color: #6267f314;
  font-weight: 900;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.abt-us .identity-text .text-body {
  position: relative;
  z-index: 1
}

.abt-us .eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6267F3;
  margin-bottom: 16px;
  line-height: 1.2
}

.abt-us .identity-heading {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #e8e8f4;
  margin-bottom: 24px
}

.abt-us .identity-heading em {
  font-style: normal;
  color: #6267F3
}

.abt-us .identity-sub {
  font-size: 15px;
  line-height: 1.8;
  color: #a8a8c0;
  margin-bottom: 16px
}

.abt-us .identity-thesis {
  font-size: 23px;
  line-height: 1.55;
  color: #d4d4e0;
  margin-bottom: 16px;
  font-weight: 500
}

.abt-us .img-frame {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 1px 8px 40px -1px #6267f31a
}

.abt-us .img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0e0e1240 0%, transparent 60%);
  pointer-events: none
}

.abt-us .img-frame img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(15%) contrast(1.05)
}

.abt-us .grain-overlay {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 2;
  border-radius: 7px
}

.abt-us .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #6267F3;
  text-decoration: none;
  line-height: 1.2;
  transition: color .25s ease-out, box-shadow .25s ease-out;
  padding: 8px 0;
  position: relative
}

.abt-us .link-arrow::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #6267F3;
  transition: width .35s ease-out
}

.abt-us .link-arrow:hover::after {
  width: 100%
}

.abt-us .link-arrow:hover {
  filter: brightness(0.85);
  box-shadow: 1px 4px 25px -1px #6267f31a
}

.abt-us .link-arrow svg {
  transition: transform .2s ease-out
}

.abt-us .link-arrow:hover svg {
  transform: translateX(4px)
}

.abt-us .depth-block {
  position: relative;
  padding: 80px 0;
  background: #13131a;
  margin-left: 48px;
  border-radius: 7px 0 0 7px
}

.abt-us .depth-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #ca14310f 0%, transparent 65%);
  pointer-events: none;
  border-radius: 7px 0 0 7px
}

.abt-us .depth-inner {
  position: relative;
  z-index: 1
}

.abt-us .depth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.abt-us .depth-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-us .depth-heading {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e8e8f4;
  margin-bottom: 16px
}

.abt-us .depth-lead {
  font-size: 15px;
  line-height: 1.8;
  color: #a8a8c0
}

.abt-us .person-card {
  background: #6267f30f;
  border: 1px solid #6267f324;
  border-radius: 7px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 1px 3px 2px -1px #6267f30f;
  transition: box-shadow .3s ease-out, border-color .3s ease-out
}

.abt-us .person-card:hover {
  box-shadow: 1px 4px 25px -1px #6267f31a;
  border-color: #6267f34d;
  filter: brightness(0.95)
}

.abt-us .person-name {
  font-size: 15px;
  font-weight: 700;
  color: #e8e8f4;
  line-height: 1.2
}

.abt-us .person-role {
  font-size: 13px;
  color: #6267F3;
  line-height: 1.2;
  letter-spacing: .06em
}

.abt-us .person-quote {
  font-size: 13px;
  line-height: 1.55;
  color: #a8a8c0;
  font-style: italic
}

.abt-us .depth-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-us .compare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.abt-us .compare-col {
  border-radius: 7px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .compare-col.typical {
  background: #ca143112;
  border: 1px solid #ca14312e
}

.abt-us .compare-col.xelddran {
  background: #6267f314;
  border: 1px solid #6267f338
}

.abt-us .compare-label {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 4px
}

.abt-us .compare-col.typical .compare-label {
  color: #CA1431
}

.abt-us .compare-col.xelddran .compare-label {
  color: #6267F3
}

.abt-us .compare-item {
  font-size: 13px;
  line-height: 1.55;
  color: #c0c0d4;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.abt-us .compare-item .ci-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px
}

.abt-us .compare-col.typical .ci-dot {
  background: #CA1431
}

.abt-us .compare-col.xelddran .ci-dot {
  background: #6267F3
}

.abt-us .img-side {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 1px 4px 25px -1px #ca14311a
}

.abt-us .img-side img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(10%)
}

.abt-us .img-side::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #13131a8c 0%, transparent 55%);
  pointer-events: none
}

.abt-us .stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap
}

.abt-us .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-us .stat-num {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  color: #6267F3;
  letter-spacing: -.03em
}

.abt-us .stat-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #a8a8c0
}

.abt-us .compare-heading {
  font-size: 15px;
  font-weight: 700;
  color: #e8e8f4;
  line-height: 1.2;
  margin-bottom: 4px
}

.abt-us .img-third-wrap {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 1px 3px 2px -1px #6267f30f
}

.abt-us .img-third-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  display: block
}

.abt-us .img-third-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, #13131ab3 100%);
  pointer-events: none
}

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

  .abt-us .identity-heading {
    font-size: 45px
  }

  .abt-us .depth-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-us .depth-block {
    margin-left: 16px
  }
}

@media (max-width: 640px) {
  .abt-us .identity-heading {
    font-size: 45px
  }

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

  .abt-us .stat-row {
    gap: 16px
  }

  .abt-us .depth-block {
    margin-left: 0;
    border-radius: 0
  }

  .abt-us .pg-limit {
    padding: 0 16px
  }

  .abt-us .identity-block {
    padding: 48px 0
  }

  .abt-us .depth-block {
    padding: 48px 0
  }
}

@media (max-width: 360px) {
  .abt-us .identity-heading {
    font-size: 45px
  }

  .abt-us .stat-num {
    font-size: 45px
  }
}

.abt-us .click-enlarge {
  display: inline-block;
  transition: transform .15s ease-out
}

.abt-us .click-enlarge:active {
  transform: scale(1.07);
  transition: transform .1s ease-out
}

.lrn-prog {
  background: #111318;
  color: #d8dae8;
  overflow-x: clip
}

.lrn-prog .pg-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px
}

.lrn-prog .strip-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.lrn-prog .strip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: inset(0 0 0 0);
  animation: bgzoom 12s ease-out infinite alternate
}

@keyframes bgzoom {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.07)
  }
}

.lrn-prog .strip-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #1113182e 0%, #1113189e 100%);
  z-index: 1
}

.lrn-prog .strip-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 0% 50%, #111318b8 0%, transparent 38%), radial-gradient(ellipse at 100% 50%, #111318b8 0%, transparent 38%);
  z-index: 2
}

.lrn-prog .title-blk {
  padding: 48px 0 32px;
  position: relative
}

.lrn-prog .title-blk .reading-arrows {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 16px
}

.lrn-prog .title-blk .reading-arrows span {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #6267F3;
  border-bottom: 2px solid #6267F3;
  transform: rotate(-45deg);
  opacity: .7
}

.lrn-prog .title-blk .reading-arrows span:nth-child(2) {
  opacity: .45
}

.lrn-prog .title-blk .reading-arrows span:nth-child(3) {
  opacity: .25
}

.lrn-prog .title-blk .corner-deco {
  position: absolute;
  top: 48px;
  right: 0;
  width: 80px;
  height: 80px;
  pointer-events: none
}

.lrn-prog .title-blk .corner-deco span {
  display: block;
  position: absolute;
  border: 1px solid #6267f32e;
  border-radius: 3px
}

.lrn-prog .title-blk .corner-deco span:nth-child(1) {
  inset: 0
}

.lrn-prog .title-blk .corner-deco span:nth-child(2) {
  inset: 8px
}

.lrn-prog .title-blk .corner-deco span:nth-child(3) {
  inset: 16px
}

.lrn-prog .title-blk .corner-deco span:nth-child(4) {
  inset: 24px
}

.lrn-prog .title-blk h1 {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #d8dae8
}

.lrn-prog .title-blk h1 .accent-phrase {
  color: #6267F3
}

.lrn-prog .title-blk .sub-line {
  font-size: 15px;
  line-height: 1.55;
  color: #8b8fa8;
  max-width: 560px
}

.lrn-prog .divider-arrows {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding: 16px 0
}

.lrn-prog .divider-arrows span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6267f359;
  border-bottom: 2px solid #6267f359;
  transform: rotate(-45deg)
}

.lrn-prog .modules-sec {
  padding: 48px 0;
  position: relative
}

.lrn-prog .modules-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/media_directory/draft-grid_0007.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(14px) brightness(0.18);
  z-index: 0;
  border-radius: 7px
}

.lrn-prog .modules-sec .sec-inner {
  position: relative;
  z-index: 1
}

.lrn-prog .modules-sec h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #d8dae8;
  margin: 0 0 8px
}

.lrn-prog .modules-sec .sec-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #8b8fa8;
  max-width: 520px;
  margin-bottom: 32px
}

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

.lrn-prog .mod-card {
  background: #111318d1;
  border: 1px solid #6267f321;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 1px 4px 25px -1px #6267f31a;
  transition: border-color .25s ease-out, box-shadow .35s ease-out;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrn-prog .mod-card:hover {
  border-color: #6267f361;
  box-shadow: 1px 8px 40px -1px #6267f31a;
  filter: brightness(0.96)
}

.lrn-prog .mod-card.tall {
  grid-row: span 2
}

.lrn-prog .mod-num {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .08em;
  color: #6267F3;
  text-transform: uppercase
}

.lrn-prog .mod-card h4 {
  font-size: 23px;
  line-height: 1.2;
  color: #d8dae8;
  margin: 0
}

.lrn-prog .mod-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #8b8fa8;
  margin: 0
}

.lrn-prog .mod-topics {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.lrn-prog .mod-topic-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.55;
  color: #8b8fa8
}

.lrn-prog .mod-topic-item .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6267F3;
  flex-shrink: 0
}

.lrn-prog .divider-b {
  height: 1px;
  background: linear-gradient(to right, #6267f338, transparent);
  margin: 0
}

.lrn-prog .offer-sec {
  padding: 48px 0
}

.lrn-prog .offer-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start
}

.lrn-prog .offer-left h3 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #d8dae8;
  margin: 0 0 16px
}

.lrn-prog .offer-left p {
  font-size: 15px;
  line-height: 1.55;
  color: #8b8fa8;
  margin: 0 0 16px
}

.lrn-prog .offer-left p:last-of-type {
  margin-bottom: 32px
}

.lrn-prog .offer-stats {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px
}

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

.lrn-prog .stat-val {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #6267F3
}

.lrn-prog .stat-lbl {
  font-size: 13px;
  line-height: 1.55;
  color: #8b8fa8;
  text-transform: uppercase;
  letter-spacing: .06em
}

.lrn-prog .offer-card {
  background: #16181f;
  border: 1px solid #6267f329;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 1px 3px 2px -1px #6267f30f 1px 4px 25px -1px #6267f31a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lrn-prog .offer-card h5 {
  font-size: 23px;
  line-height: 1.2;
  color: #d8dae8;
  margin: 0
}

.lrn-prog .price-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px
}

.lrn-prog .price-big {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #d8dae8
}

.lrn-prog .price-period {
  font-size: 13px;
  color: #8b8fa8
}

.lrn-prog .offer-feats {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lrn-prog .offer-feat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #8b8fa8
}

.lrn-prog .feat-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #6267F3;
  font-size: 18px
}

.lrn-prog .enroll-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #6267F3;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 16px 32px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 1px 4px 25px -1px #6267f31a;
  transition: box-shadow .28s ease-out, filter .2s ease-out;
  width: 100%;
  justify-content: center
}

.lrn-prog .enroll-btn:hover {
  box-shadow: 1px 8px 40px -1px #6267f31a;
  filter: brightness(0.92)
}

.lrn-prog .enroll-btn .arr {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg)
}

.lrn-prog .tech-note {
  font-size: 13px;
  line-height: 1.55;
  color: #8b8fa8;
  text-align: center
}

.lrn-prog .tech-note a {
  color: #6267F3;
  text-decoration: none;
  position: relative
}

.lrn-prog .tech-note a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #6267F3;
  transition: left .3s ease-out, right .3s ease-out
}

.lrn-prog .tech-note a:hover::after {
  left: 0;
  right: 0
}

@media (max-width: 1024px) {
  .lrn-prog .title-blk h1 {
    font-size: 45px
  }

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

  .lrn-prog .mod-card.tall {
    grid-row: span 1
  }

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

@media (max-width: 640px) {
  .lrn-prog .pg-wrap {
    padding: 0 16px
  }

  .lrn-prog .title-blk h1 {
    font-size: 45px
  }

  .lrn-prog .offer-stats {
    flex-direction: column;
    gap: 16px
  }

  .lrn-prog .strip-img {
    height: 120px
  }
}

@media (max-width: 360px) {
  .lrn-prog .title-blk h1 {
    font-size: 23px
  }

  .lrn-prog .modules-sec h2 {
    font-size: 23px
  }

  .lrn-prog .offer-left h3 {
    font-size: 23px
  }
}

.ptl {
  background: #111318;
  color: #d8dae8;
  overflow-x: hidden
}

.ptl .divider-grad {
  height: 2px;
  background: linear-gradient(to right, #6267F3, #CA1431);
  border: none;
  margin: 0
}

.ptl .divider-dots {
  height: 2px;
  background: linear-gradient(to right, #CA1431, transparent);
  border: none;
  margin: 0
}

.ptl .divider-fade {
  height: 1px;
  background: linear-gradient(to right, transparent, #6267F3, transparent);
  border: none;
  margin: 0
}

.ptl .title-blk {
  display: grid;
  grid-template-columns: 1fr 320px;
  min-height: 520px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 32px 48px 48px;
  gap: 48px;
  align-items: center;
  position: relative
}

.ptl .title-text {
  z-index: 1
}

.ptl .title-eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #6267F3;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.ptl .title-h1 {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: #e8eaf8;
  margin-bottom: 16px
}

.ptl .title-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #9fa3c0;
  max-width: 480px;
  margin-bottom: 32px
}

.ptl .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #6267F3;
  color: #e8eaf8;
  font-size: 15px;
  padding: 12px 32px;
  border-radius: 7px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: box-shadow .25s ease-out, opacity .2s ease-out;
  box-shadow: 1px 4px 25px -1px #6267f31a
}

.ptl .btn-primary:hover {
  opacity: .88;
  box-shadow: 1px 8px 40px -1px #6267f347
}

.ptl .title-img-strip {
  position: relative;
  height: 460px;
  border-radius: 7px;
  overflow: hidden
}

.ptl .title-img-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.ptl .title-img-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #111318 0%, transparent 40%);
  pointer-events: none
}

.ptl .title-deco {
  position: absolute;
  right: 320px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 180px;
  font-weight: 900;
  color: #6267f30a;
  letter-spacing: -.06em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap
}

.ptl .voices-wrap {
  background: #161820;
  padding: 48px 0
}

.ptl .voices-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px
}

.ptl .voices-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #6267F3;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: block
}

.ptl .voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.ptl .voice-card {
  background: #1c1f2e;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 1px 3px 2px -1px #6267f30f;
  transition: box-shadow .35s ease-out
}

.ptl .voice-card:hover {
  box-shadow: 1px 8px 40px -1px #6267f31a
}

.ptl .voice-before-after {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px
}

.ptl .voice-state {
  font-size: 13px;
  color: #6a6e90;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ptl .voice-before {
  font-size: 13px;
  line-height: 1.55;
  color: #7a7e9a;
  border-top: 1px solid #2a2d3e;
  padding-top: 8px
}

.ptl .voice-after {
  font-size: 13px;
  line-height: 1.55;
  color: #b8bcd8;
  border-top: 1px solid #6267f333;
  padding-top: 8px
}

.ptl .voice-quote {
  font-size: 15px;
  line-height: 1.55;
  color: #c8cce0;
  margin-bottom: 16px;
  font-style: italic
}

.ptl .voice-name {
  font-size: 13px;
  color: #6267F3;
  font-weight: 600
}

.ptl .voice-role {
  font-size: 13px;
  color: #5a5e7a
}

.ptl .approach-wrap {
  padding: 48px 0;
  position: relative;
  overflow: hidden
}

.ptl .approach-spot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at center, #6267f30f 0%, transparent 70%);
  pointer-events: none
}

.ptl .approach-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1
}

.ptl .approach-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 48px
}

.ptl .approach-h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e0e2f0;
  text-transform: uppercase
}

.ptl .approach-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #8a8ea8;
  padding-top: 8px
}

.ptl .approach-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.ptl .step-item {
  position: relative;
  padding: 32px 16px;
  border-top: 2px solid #2a2d3e;
  transition: border-color .3s ease-out
}

.ptl .step-item:hover {
  border-color: #6267F3
}

.ptl .step-num {
  font-size: 45px;
  font-weight: 900;
  color: #6267f326;
  line-height: 1;
  margin-bottom: 8px
}

.ptl .step-bar {
  height: 3px;
  background: #2a2d3e;
  border-radius: 3px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden
}

.ptl .step-bar-fill {
  height: 100%;
  background: linear-gradient(to right, #6267F3, transparent);
  border-radius: 3px
}

.ptl .step-title {
  font-size: 15px;
  font-weight: 700;
  color: #d0d4ec;
  margin-bottom: 8px
}

.ptl .step-text {
  font-size: 13px;
  line-height: 1.55;
  color: #7a7e9a
}

.ptl .invest-wrap {
  background: #f2f3fc;
  padding: 48px 0
}

.ptl .invest-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 48px;
  align-items: center
}

.ptl .invest-img {
  border-radius: 7px;
  overflow: hidden;
  height: 380px
}

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

.ptl .invest-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ptl .invest-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #6267F3;
  text-transform: uppercase
}

.ptl .invest-h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1d2e
}

.ptl .invest-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4e68
}

.ptl .invest-tiers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.ptl .invest-tier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #e8eaf8;
  border-radius: 7px;
  transition: background .25s ease-out
}

.ptl .invest-tier:hover {
  background: #dcdff5
}

.ptl .invest-tier-name {
  font-size: 15px;
  color: #2a2d42;
  font-weight: 600
}

.ptl .invest-tier-price {
  font-size: 23px;
  color: #6267F3;
  font-weight: 700
}

.ptl .invest-note {
  font-size: 13px;
  color: #6a6e88;
  line-height: 1.55
}

.ptl .avail-wrap {
  padding: 48px 0;
  background: #13151f;
  position: relative
}

.ptl .avail-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.ptl .avail-dots::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #6267f314 1px, transparent 1px), radial-gradient(circle, #ca14310d 2px, transparent 2px), radial-gradient(circle, #6267f30a 1.5px, transparent 1.5px);
  background-size: 60px 60px, 130px 130px, 90px 90px;
  background-position: 0 0, 30px 45px, 15px 75px
}

.ptl .avail-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1
}

.ptl .avail-top {
  margin-bottom: 32px
}

.ptl .avail-h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e0e2f0;
  text-transform: uppercase;
  margin-bottom: 8px
}

.ptl .avail-sub {
  font-size: 15px;
  color: #7a7e9a;
  line-height: 1.55;
  max-width: 560px
}

.ptl .avail-sidebar-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start
}

.ptl .avail-sidebar {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px
}

.ptl .avail-sidebar-img {
  border-radius: 7px;
  overflow: hidden;
  height: 200px
}

.ptl .avail-sidebar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.ptl .avail-stat-box {
  background: #1c1f2e;
  border-radius: 7px;
  padding: 16px;
  box-shadow: inset 0 2px 6px #6267f314
}

.ptl .avail-stat-num {
  font-size: 45px;
  font-weight: 900;
  color: #6267F3;
  line-height: 1
}

.ptl .avail-stat-label {
  font-size: 13px;
  color: #6a6e90;
  margin-top: 4px
}

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

.ptl .course-card {
  background: #1c1f2e;
  border-radius: 7px;
  padding: 24px;
  box-shadow: 1px 3px 2px -1px #6267f30f;
  transition: box-shadow .4s ease-out, opacity .2s ease-out;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ptl .course-card:hover {
  opacity: .9;
  box-shadow: 1px 4px 25px -1px #6267f31a
}

.ptl .course-icon {
  width: 40px;
  height: 40px;
  background: #6267f31f;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ptl .course-icon svg {
  width: 20px;
  height: 20px;
  stroke: #6267F3;
  fill: none;
  stroke-width: 1.5
}

.ptl .course-name {
  font-size: 15px;
  font-weight: 700;
  color: #d0d4ec
}

.ptl .course-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #7a7e9a
}

.ptl .course-link {
  font-size: 13px;
  color: #6267F3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  transition: opacity .2s ease-out;
  position: relative
}

.ptl .course-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #6267F3;
  transition: width .3s ease-out, left .3s ease-out
}

.ptl .course-link:hover::after {
  width: 100%;
  left: 0
}

.ptl .course-link:hover {
  opacity: .8
}

.ptl .team-wrap {
  background: #161820;
  padding: 48px 0
}

.ptl .team-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px
}

.ptl .team-h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e0e2f0;
  margin-bottom: 8px
}

.ptl .team-intro {
  font-size: 15px;
  color: #7a7e9a;
  line-height: 1.55;
  max-width: 600px;
  margin-bottom: 32px
}

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

.ptl .instructor-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: start;
  background: #1c1f2e;
  border-radius: 7px;
  padding: 24px;
  box-shadow: 1px 3px 2px -1px #ca14310f;
  transition: box-shadow .3s ease-out
}

.ptl .instructor-card:hover {
  box-shadow: 1px 4px 25px -1px #ca14311a
}

.ptl .instructor-img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  flex-shrink: 0
}

.ptl .instructor-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.ptl .instructor-name {
  font-size: 15px;
  font-weight: 700;
  color: #d0d4ec;
  margin-bottom: 4px
}

.ptl .instructor-title {
  font-size: 13px;
  color: #CA1431;
  margin-bottom: 8px
}

.ptl .instructor-bio {
  font-size: 13px;
  line-height: 1.55;
  color: #7a7e9a
}

.ptl .recog-wrap {
  padding: 48px 0;
  background: #111318
}

.ptl .recog-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center
}

.ptl .recog-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ptl .recog-label {
  font-size: 13px;
  letter-spacing: .1em;
  color: #CA1431;
  text-transform: uppercase
}

.ptl .recog-h2 {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #e0e2f0
}

.ptl .recog-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #8a8ea8
}

.ptl .recog-persona {
  background: #1c1f2e;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 1px 8px 40px -1px #6267f31a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ptl .recog-persona-img {
  width: 100%;
  height: 240px;
  border-radius: 7px;
  overflow: hidden
}

.ptl .recog-persona-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top
}

.ptl .recog-persona-quote {
  font-size: 15px;
  line-height: 1.8;
  color: #c0c4dc;
  font-style: italic
}

.ptl .recog-persona-name {
  font-size: 13px;
  color: #6267F3;
  font-weight: 600
}

.ptl .recog-persona-detail {
  font-size: 13px;
  color: #5a5e7a
}

.ptl .bar-chart {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px
}

.ptl .bar-row {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ptl .bar-label {
  font-size: 13px;
  color: #7a7e9a;
  display: flex;
  justify-content: space-between
}

.ptl .bar-track {
  height: 6px;
  background: #2a2d3e;
  border-radius: 3px;
  overflow: hidden
}

.ptl .bar-fill {
  height: 100%;
  border-radius: 3px;
  animation: barGrow .9s ease-out forwards;
  transform-origin: left
}

@keyframes barGrow {
  from {
    width: 0 !important
  }
}

.ptl .bar-fill.col-a {
  background: #6267F3
}

.ptl .bar-fill.col-b {
  background: #CA1431
}

.ptl .bar-fill.col-c {
  background: #6267f380
}

@keyframes fadeBlurIn {
  from {
    opacity: 0;
    filter: blur(8px)
  }

  to {
    opacity: 1;
    filter: blur(0)
  }
}

.ptl .title-text {
  animation: fadeBlurIn .6s ease-out forwards
}

.ptl .title-img-strip {
  animation: fadeBlurIn .8s ease-out .15s both
}

.ptl .voice-card {
  animation: fadeBlurIn .45s ease-out both
}

.ptl .voice-card:nth-child(1) {
  animation-delay: .1s
}

.ptl .voice-card:nth-child(2) {
  animation-delay: .2s
}

.ptl .voice-card:nth-child(3) {
  animation-delay: .3s
}

@media (max-width: 1024px) {
  .ptl .title-blk {
    grid-template-columns: 1fr 240px;
    padding: 32px;
    gap: 32px
  }

  .ptl .title-h1 {
    font-size: 45px
  }

  .ptl .title-deco {
    font-size: 120px;
    right: 240px
  }

  .ptl .voices-grid {
    grid-template-columns: 1fr 1fr
  }

  .ptl .approach-steps {
    grid-template-columns: 1fr 1fr
  }

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

  .ptl .invest-img {
    height: 280px
  }

  .ptl .avail-sidebar-grid {
    grid-template-columns: 1fr
  }

  .ptl .team-grid {
    grid-template-columns: 1fr 1fr
  }

  .ptl .recog-inner {
    grid-template-columns: 1fr
  }

  .ptl .approach-head {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .ptl .title-blk {
    grid-template-columns: 1fr;
    padding: 32px 16px;
    gap: 16px
  }

  .ptl .title-img-strip {
    height: 240px
  }

  .ptl .title-h1 {
    font-size: 45px
  }

  .ptl .title-deco {
    display: none
  }

  .ptl .voices-inner,
  .ptl .approach-inner,
  .ptl .invest-inner,
  .ptl .avail-inner,
  .ptl .team-inner,
  .ptl .recog-inner {
    padding: 0 16px
  }

  .ptl .voices-grid {
    grid-template-columns: 1fr
  }

  .ptl .approach-steps {
    grid-template-columns: 1fr
  }

  .ptl .avail-courses {
    grid-template-columns: 1fr
  }

  .ptl .team-grid {
    grid-template-columns: 1fr
  }

  .ptl .instructor-card {
    grid-template-columns: 60px 1fr
  }

  .ptl .instructor-img-wrap {
    width: 60px;
    height: 60px
  }
}

@media (max-width: 360px) {
  .ptl .title-h1 {
    font-size: 23px
  }

  .ptl .approach-h2,
  .ptl .avail-h2,
  .ptl .team-h2,
  .ptl .recog-h2 {
    font-size: 23px
  }

  .ptl .invest-h2 {
    font-size: 23px
  }
}

.ctus {
  background: #0e0e12;
  color: #d4d4e0;
  overflow: hidden
}

.ctus .reach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh
}

.ctus .reach-left {
  background: #13131a;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.ctus .reach-left::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #6267f30f;
  pointer-events: none
}

.ctus .reach-left::after {
  content: '';
  position: absolute;
  bottom: 40px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #ca14310a;
  pointer-events: none
}

.ctus .reach-eyebrow {
  font-size: 13px;
  letter-spacing: .12em;
  color: #6267F3;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.ctus .reach-headline {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #e8e8f4;
  text-transform: uppercase;
  margin: 0 0 16px
}

.ctus .reach-headline span {
  background: linear-gradient(to right, #6267F3, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ctus .reach-sub {
  font-size: 15px;
  line-height: 1.55;
  color: #9090a8;
  max-width: 380px;
  margin: 0 0 32px
}

.ctus .contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px
}

.ctus .contact-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #1a1a24;
  border-radius: 7px;
  padding: 16px;
  box-shadow: 1px 3px 2px -1px #6267f30f;
  transition: box-shadow .25s ease-out, background .2s ease-out
}

.ctus .contact-card:hover {
  background: #1e1e2a;
  box-shadow: 1px 4px 25px -1px #6267f31a
}

.ctus .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #6267f31f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ctus .card-icon svg {
  width: 18px;
  height: 18px;
  stroke: #6267F3;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus .card-label {
  font-size: 13px;
  color: #5a5a72;
  display: block;
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.ctus .card-val {
  font-size: 15px;
  color: #c8c8dc;
  line-height: 1.2
}

.ctus .card-val a {
  color: #c8c8dc;
  text-decoration: none;
  transition: color .2s ease-out
}

.ctus .card-val a:hover {
  color: #6267F3
}

.ctus .pull-quote {
  border-top: 1px solid #2a2a38;
  padding-top: 32px;
  position: relative
}

.ctus .pq-mark {
  position: absolute;
  top: 24px;
  right: 0;
  font-size: 62px;
  line-height: 1;
  color: #6267f31f;
  font-family: Georgia, serif;
  pointer-events: none
}

.ctus .pq-text {
  font-size: 15px;
  line-height: 1.8;
  color: #7070888;
  font-style: italic;
  color: #7878a0;
  max-width: 340px
}

.ctus .reach-right {
  background: #0b0b10;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ctus .form-top {
  margin-bottom: 32px
}

.ctus .form-label-main {
  font-size: 23px;
  line-height: 1.2;
  color: #e0e0f0;
  margin: 0 0 8px;
  letter-spacing: -.01em
}

.ctus .form-desc {
  font-size: 13px;
  color: #5a5a72;
  line-height: 1.55
}

.ctus .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px
}

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

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

.ctus .field-lbl {
  font-size: 13px;
  color: #6060788;
  color: #606078;
  letter-spacing: .05em;
  text-transform: uppercase
}

.ctus .field-inp {
  background: #161620;
  border: 1px solid #2a2a3a;
  border-radius: 7px;
  padding: 12px 16px;
  color: #d0d0e4;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease-out, box-shadow .25s ease-out;
  box-shadow: inset 0 2px 4px #6267f30a;
  width: 100%;
  box-sizing: border-box
}

.ctus .field-inp::placeholder {
  color: #3a3a52;
  font-size: 13px
}

.ctus .field-inp:focus {
  border-color: #6267F3;
  box-shadow: inset 0 2px 6px #6267f314 0 0 0 2px #6267f31f
}

.ctus .check-group {
  margin-bottom: 16px
}

.ctus .check-group-label {
  font-size: 13px;
  color: #606078;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px
}

.ctus .checks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.ctus .check-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #161620;
  border: 1px solid #2a2a3a;
  border-radius: 7px;
  padding: 8px 12px;
  cursor: pointer;
  transition: border-color .2s ease-out, background .2s ease-out
}

.ctus .check-item:hover {
  border-color: #6267F3;
  background: #1a1a28
}

.ctus .check-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #6267F3;
  flex-shrink: 0;
  cursor: pointer
}

.ctus .check-item span {
  font-size: 13px;
  color: #9090a8;
  line-height: 1.2
}

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  padding: 12px;
  background: #13131a;
  border-radius: 7px;
  border: 1px solid #222230
}

.ctus .privacy-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #6267F3;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.ctus .privacy-text {
  font-size: 13px;
  color: #5a5a72;
  line-height: 1.55
}

.ctus .privacy-text a {
  color: #6267F3;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .2s ease-out
}

.ctus .privacy-text a:hover {
  text-decoration-color: #6267F3
}

.ctus .submit-btn {
  background: #6267F3;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 16px 32px;
  font-size: 15px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: box-shadow .3s ease-out, filter .2s ease-out;
  box-shadow: 1px 3px 2px -1px #6267f30f;
  letter-spacing: .02em
}

.ctus .submit-btn:hover {
  box-shadow: 1px 8px 40px -1px #6267f31a;
  filter: brightness(0.92)
}

.ctus .submit-btn:active {
  filter: brightness(0.85);
  box-shadow: 1px 3px 2px -1px #6267f30f
}

.ctus .submit-btn:focus {
  outline: 2px solid #6267F3;
  outline-offset: 3px
}

.ctus .submit-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ctus .divider-chevron {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #13131a
}

.ctus .divider-chevron svg {
  display: block;
  width: 100%
}

.ctus .info-strip {
  background: #13131a;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 2px 1fr 2px 1fr;
  gap: 32px;
  align-items: center
}

.ctus .strip-divider {
  background: #2a2a3a;
  height: 60px;
  width: 2px;
  border-radius: 3px
}

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

.ctus .strip-kicker {
  font-size: 13px;
  color: #5a5a72;
  letter-spacing: .08em;
  text-transform: uppercase
}

.ctus .strip-val {
  font-size: 23px;
  color: #e0e0f0;
  line-height: 1.2;
  letter-spacing: -.01em
}

.ctus .strip-note {
  font-size: 13px;
  color: #5a5a72;
  line-height: 1.55
}

.ctus .anim-slide {
  opacity: 0;
  transform: translateX(48px);
  animation: slideFromRight .45s ease-out forwards
}

.ctus .anim-slide:nth-child(1) {
  animation-delay: .05s
}

.ctus .anim-slide:nth-child(2) {
  animation-delay: .15s
}

.ctus .anim-slide:nth-child(3) {
  animation-delay: .25s
}

.ctus .anim-slide:nth-child(4) {
  animation-delay: .35s
}

@keyframes slideFromRight {
  to {
    opacity: 1;
    transform: translateX(0)
  }
}

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

  .ctus .reach-left {
    padding: 48px 32px
  }

  .ctus .reach-right {
    padding: 48px 32px
  }

  .ctus .info-strip {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 16px
  }

  .ctus .strip-divider {
    display: none
  }
}

@media (max-width: 640px) {
  .ctus .reach-headline {
    font-size: 45px
  }

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

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

  .ctus .reach-left {
    padding: 32px 16px
  }

  .ctus .reach-right {
    padding: 32px 16px
  }

  .ctus .info-strip {
    padding: 32px 16px
  }
}

@media (max-width: 360px) {
  .ctus .reach-headline {
    font-size: 23px
  }

  .ctus .submit-btn {
    width: 100%;
    justify-content: center
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #111118;
  padding: 48px 16px
}

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #18181f;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 1px 8px 40px -1px #6267f31a;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.success-page .success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: #1e1e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  box-shadow: 1px 4px 25px -1px #6267f31a
}

.success-page .success-icon-wrap svg {
  display: block
}

.success-page .success-heading {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0f0f8;
  margin-bottom: 16px;
  text-transform: uppercase
}

.success-page .success-subtext {
  font-size: 15px;
  line-height: 1.55;
  color: #9898b8;
  margin-bottom: 48px;
  max-width: 400px
}

.success-page .success-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #6267F3, transparent);
  margin-bottom: 32px;
  border-radius: 3px
}

.success-page .success-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.2;
  color: #6267F3;
  text-decoration: none;
  border-radius: 7px;
  padding: 12px 32px;
  border: 1px solid #6267f34d;
  background: transparent;
  transition: box-shadow .25s ease-out, color .2s ease-out, border-color .2s ease-out, filter .15s ease-out
}

.success-page .success-back-link:hover {
  box-shadow: 1px 4px 25px -1px #6267f31a;
  border-color: #6267f3a6;
  filter: brightness(1.12)
}

.success-page .success-back-link:active {
  filter: brightness(0.9)
}

.success-page .success-back-link .arrow-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

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

  .success-page .success-heading {
    font-size: 23px
  }
}