* {
  box-sizing: border-box
}

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'Exo 2', sans-serif
}

.page-header {
  position: relative;
  background: linear-gradient(135deg, #f4f2fb 0%, #eae6f7 55%, #ddd8f2 100%);
  border-bottom: 2px solid #CDC2EA;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  overflow: hidden;
  z-index: 100
}

.page-header::before {
  content: '';
  position: absolute;
  top: -36px;
  right: -36px;
  width: 220px;
  height: 220px;
  border-radius: 40px;
  background: linear-gradient(160deg, #7067d621 0%, #cdc2ea12 100%);
  pointer-events: none
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 15%;
  width: 140px;
  height: 140px;
  border-radius: 40px;
  background: #1a23aa0d;
  pointer-events: none
}

.header-shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.header-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px;
  gap: 24px
}

.brand-mount {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.logo-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 40px;
  background-color: #fff;
  border: 2px solid #CDC2EA;
  box-shadow: 0 2px 3px -1px #1a23aa0d 0 6px 18px -1px #1a23aa14;
  flex-shrink: 0
}

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

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

.brand-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A23AA;
  letter-spacing: 0
}

.brand-tagline {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: #7067D6
}

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

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #3a3360;
  text-decoration: none;
  transition: color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-item:hover,
.contact-item:focus {
  color: #1A23AA;
  outline: none;
  transform: scale(1.02)
}

.contact-item:focus-visible {
  outline: 2px solid #1A23AA;
  outline-offset: 4px;
  border-radius: 6px
}

.contact-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.header-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #CDC2EA 30%, #7067D6 60%, transparent 100%);
  margin: 0
}

.header-nav-row {
  padding: 12px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.primary-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.primary-nav li {
  display: flex
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3a3360;
  text-decoration: none;
  border-radius: 24px;
  border: 1.5px solid transparent;
  background: transparent;
  transition: color .6s ease, background-color .6s ease, border-color .5s ease, box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap
}

.primary-nav a:hover {
  color: #1A23AA;
  background-color: #1a23aa0f;
  border-color: #CDC2EA;
  box-shadow: 0 2px 3px -1px #1a23aa0d
}

.primary-nav a:focus-visible {
  outline: none;
  color: #1A23AA;
  border-color: #7067D6;
  box-shadow: 0 0 0 3px #7067d633;
  transform: scale(1.02)
}

.primary-nav a.active {
  color: #1A23AA;
  background: linear-gradient(135deg, #1a23aa17 0%, #7067d61f 100%);
  border-color: #7067D6;
  box-shadow: 0 2px 3px -1px #1a23aa0d inset 0 4px 8px -2px #7067d61a;
  font-weight: 700
}

.nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #7067D6;
  flex-shrink: 0
}

@media (max-width: 1024px) {
  .header-contact-strip {
    gap: 12px
  }

  .contact-item span {
    display: none
  }
}

@media (max-width: 768px) {
  .header-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 0 8px
  }

  .header-contact-strip {
    align-self: flex-end
  }

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

@media (max-width: 640px) {
  .header-shell {
    padding: 0 12px
  }

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

  .primary-nav {
    gap: 4px
  }

  .primary-nav a {
    padding: 12px 8px
  }
}

.page-footer {
  background: linear-gradient(180deg, #f0edf9 0%, #e8e3f5 100%);
  border-top: 2px solid #CDC2EA;
  box-shadow: 0 -6px 18px -1px #7067d614
}

.footer-shell {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.footer-upper {
  padding: 36px 0 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.footer-logo-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  background-color: #fff;
  border: 2px solid #CDC2EA;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  flex-shrink: 0
}

.footer-logo-ring img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block
}

.footer-brand-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A23AA
}

.footer-columns {
  display: flex;
  gap: 36px;
  flex-wrap: wrap
}

.footer-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-group-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1A23AA;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 4px
}

.footer-address-block {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.footer-address-line {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3360;
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-address-line a {
  color: #3a3360;
  text-decoration: none;
  transition: color .55s ease
}

.footer-address-line a:hover {
  color: #1A23AA
}

.footer-address-line a:focus-visible {
  outline: 2px solid #1A23AA;
  outline-offset: 2px;
  border-radius: 2px;
  transform: scale(1.02)
}

.address-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.footer-lower {
  border-top: 1px solid #CDC2EA;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.footer-legal-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-legal-nav li {
  display: flex;
  align-items: center
}

.footer-legal-nav li+li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 40px;
  background: #CDC2EA;
  margin: 0 8px
}

.footer-legal-nav a {
  font-size: 14px;
  line-height: 1.5;
  color: #7067D6;
  text-decoration: none;
  border-radius: 2px;
  transition: color .6s ease
}

.footer-legal-nav a:hover {
  color: #1A23AA;
  text-decoration: underline
}

.footer-legal-nav a:focus-visible {
  outline: 2px solid #1A23AA;
  outline-offset: 3px;
  border-radius: 2px;
  transform: scale(1.02)
}

.footer-copy {
  font-size: 14px;
  line-height: 1.5;
  color: #7067D6
}

@media (max-width: 768px) {
  .footer-upper {
    flex-direction: column;
    gap: 24px
  }

  .footer-lower {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }
}

@media (max-width: 640px) {
  .footer-shell {
    padding: 0 12px
  }

  .footer-columns {
    flex-direction: column;
    gap: 24px
  }
}

.cookie-notice {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 280px;
  background: #fff;
  border: 2px solid #CDC2EA;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cookie-notice[hidden] {
  display: none
}

.cookie-description {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3360;
  font-family: 'Exo 2', sans-serif
}

.cookie-headline {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A23AA;
  font-family: 'Exo 2', sans-serif
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cookie-opt-out {
  font-size: 14px;
  line-height: 1.5;
  color: #7067D6;
  font-family: 'Exo 2', sans-serif;
  padding: 4px 0;
  border-bottom: 1px solid #CDC2EA;
  margin-bottom: 4px
}

.cookie-opt-out-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1A23AA;
  font-family: 'Exo 2', sans-serif;
  cursor: pointer;
  text-decoration: underline;
  transition: color .55s ease
}

.cookie-opt-out-toggle:hover {
  color: #7067D6
}

.cookie-opt-out-toggle:focus-visible {
  outline: 2px solid #1A23AA;
  outline-offset: 2px;
  border-radius: 2px;
  transform: scale(1.02)
}

.cookie-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Exo 2', sans-serif;
  cursor: pointer;
  text-decoration: underline;
  text-align: left;
  transition: color .6s ease
}

.cookie-btn.accept {
  color: #1A23AA
}

.cookie-btn.accept:hover {
  color: #7067D6
}

.cookie-btn.accept:focus-visible {
  outline: 2px solid #1A23AA;
  outline-offset: 2px;
  border-radius: 2px;
  transform: scale(1.02)
}

.cookie-btn.decline {
  color: #7067D6
}

.cookie-btn.decline:hover {
  color: #1A23AA
}

.cookie-btn.decline:focus-visible {
  outline: 2px solid #7067D6;
  outline-offset: 2px;
  border-radius: 2px;
  transform: scale(1.02)
}

.info-policy {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 24px;
  color: #2a2d3e;
  line-height: 1.75;
  font-size: 17px
}

.info-policy ul,
.info-policy ol {
  padding-left: 36px;
  margin-top: 12px;
  margin-bottom: 24px
}

.info-policy ul {
  list-style: none;
  padding-left: 24px
}

.info-policy ul li {
  position: relative;
  padding-left: 24px
}

.info-policy ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #7067D6;
  flex-shrink: 0
}

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

.info-policy ol li {
  padding-left: 8px
}

.info-policy li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.75;
  color: #2a2d3e
}

.info-policy li::marker {
  color: #1A23AA;
  font-weight: 600
}

.info-policy strong,
.info-policy b {
  font-weight: 700;
  color: #1A23AA
}

.info-policy em,
.info-policy i {
  font-style: italic;
  color: #4a4d6e
}

.info-policy a {
  color: #1A23AA;
  text-decoration: underline;
  text-decoration-color: #CDC2EA;
  text-underline-offset: 3px;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .5s ease
}

.info-policy a:hover {
  color: #7067D6;
  text-decoration-color: #7067D6
}

.info-policy a:visited {
  color: #5a52b8
}

.info-policy table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px -1px #1a23aa14
}

.info-policy thead {
  background: linear-gradient(135deg, #1A23AA 0%, #7067D6 100%)
}

.info-policy thead th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 12px 24px;
  letter-spacing: 0;
  border: none
}

.info-policy tbody {
  background-color: #fff
}

.info-policy tbody tr {
  border-bottom: 1px solid #CDC2EA;
  transition: background-color .5s ease
}

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

.info-policy tbody tr:hover {
  background-color: #f5f3fc
}

.info-policy td {
  padding: 12px 24px;
  font-size: 17px;
  line-height: 1.5;
  color: #2a2d3e;
  vertical-align: top;
  border: none
}

.info-policy th {
  padding: 12px 24px
}

.info-policy hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #CDC2EA 30%, #7067D6 50%, #CDC2EA 70%, transparent 100%);
  margin-top: 36px;
  margin-bottom: 36px;
  border-radius: 2px
}

.info-policy div {
  margin-bottom: 24px
}

.info-policy div:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .info-policy {
    padding: 36px 24px;
    font-size: 17px
  }

  .info-policy table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px
  }

  .info-policy thead th,
  .info-policy td {
    padding: 12px;
    white-space: nowrap
  }

  .info-policy ul,
  .info-policy ol {
    padding-left: 24px
  }
}

@media (max-width: 640px) {
  .info-policy {
    padding: 24px 12px
  }

  .info-policy table {
    font-size: 14px
  }

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

.learning-program-detail {
  background: #fff;
  overflow-x: clip
}

.learning-program-detail .program-hero {
  position: relative;
  padding: 72px 24px;
  background: linear-gradient(135deg, #CDC2EA 0%, #1A23AA 50%, #7067D6 100%);
  background-size: 200% 200%;
  animation: bg-breathe 10s ease-in-out infinite
}

@keyframes bg-breathe {
  0% {
    background-size: 200% 200%;
    background-position: 0 50%
  }

  50% {
    background-size: 220% 220%;
    background-position: 100% 50%
  }

  100% {
    background-size: 200% 200%;
    background-position: 0 50%
  }
}

.learning-program-detail .program-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #cdc2ea4d 0%, transparent 60%);
  pointer-events: none
}

.learning-program-detail .hero-blob-one {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 40px;
  background: #7067d640;
  filter: blur(60px);
  top: -80px;
  right: 10%;
  pointer-events: none;
  overflow: hidden
}

.learning-program-detail .hero-blob-two {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 40px;
  background: #cdc2ea33;
  filter: blur(40px);
  bottom: -40px;
  left: 5%;
  pointer-events: none;
  overflow: hidden
}

.learning-program-detail .hero-grid {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 1
}

.learning-program-detail .hero-text-area {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learning-program-detail .hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 14px;
  color: #fff;
  width: fit-content
}

.learning-program-detail .hero-label .dot {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #CDC2EA;
  flex-shrink: 0
}

.learning-program-detail .program-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0
}

.learning-program-detail .hero-meta-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.learning-program-detail .meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.learning-program-detail .meta-label {
  font-size: 14px;
  color: #ffffffa6;
  line-height: 1.5
}

.learning-program-detail .meta-value {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5
}

.learning-program-detail .hero-image-area {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.learning-program-detail .hero-image-area img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block
}

.learning-program-detail .hero-image-area::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1a23aa80 0%, transparent 60%);
  pointer-events: none
}

.learning-program-detail .hero-top-border {
  height: 4px;
  background: linear-gradient(90deg, #CDC2EA, #1A23AA, #7067D6);
  width: 100%
}

.learning-program-detail .hero-bottom-border {
  height: 4px;
  background: linear-gradient(90deg, #7067D6, #1A23AA, #CDC2EA);
  width: 100%
}

.learning-program-detail .price-strip {
  background: #f4f2fb;
  padding: 36px 24px;
  position: relative
}

.learning-program-detail .price-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #CDC2EA
}

.learning-program-detail .price-strip::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #1A23AA
}

.learning-program-detail .price-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.learning-program-detail .price-block {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.learning-program-detail .price-amount {
  font-size: 40px;
  font-weight: 700;
  color: #1A23AA;
  line-height: 1.2
}

.learning-program-detail .price-note-text {
  font-size: 14px;
  color: #4a4a6a;
  line-height: 1.5
}

.learning-program-detail .seats-indicator {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px
}

.learning-program-detail .seats-label {
  font-size: 14px;
  color: #4a4a6a;
  line-height: 1.5
}

.learning-program-detail .seats-bar-track {
  height: 8px;
  background: #CDC2EA;
  border-radius: 6px;
  overflow: hidden
}

.learning-program-detail .seats-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #7067D6, #1A23AA);
  border-radius: 6px;
  width: 30%;
  transition: width .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program-detail .seats-count {
  font-size: 17px;
  font-weight: 700;
  color: #1A23AA;
  line-height: 1.5
}

.learning-program-detail .enroll-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #CDC2EA 0%, #1A23AA 50%, #7067D6 100%);
  background-size: 200% 200%;
  background-position: 0 50%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  transition: background-position .6s ease, box-shadow .5s ease
}

.learning-program-detail .enroll-button:hover {
  background-position: 100% 50%;
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.learning-program-detail .enroll-button:focus {
  outline: 3px solid #CDC2EA;
  outline-offset: 2px
}

.learning-program-detail .enroll-button .btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.learning-program-detail .description-area {
  padding: 72px 24px;
  background: #fff;
  position: relative
}

.learning-program-detail .description-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #CDC2EA
}

.learning-program-detail .description-area::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 2px;
  background: #1A23AA
}

.learning-program-detail .desc-layout {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 36px;
  align-items: start
}

.learning-program-detail .desc-main {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learning-program-detail .desc-heading {
  font-size: 29px;
  font-weight: 700;
  color: #1A23AA;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.2;
  margin: 0
}

.learning-program-detail .desc-body {
  font-size: 17px;
  color: #2a2a4a;
  line-height: 1.75
}

.learning-program-detail .desc-body p {
  margin: 0 0 12px
}

.learning-program-detail .desc-body p:last-child {
  margin-bottom: 0
}

.learning-program-detail .desc-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1A23AA;
  line-height: 1.5;
  margin: 24px 0 8px
}

.learning-program-detail .desc-body mark {
  background: #CDC2EA;
  color: #1A23AA;
  padding: 2px 6px;
  border-radius: 2px
}

.learning-program-detail .desc-body ol {
  padding-left: 24px;
  margin: 0 0 12px
}

.learning-program-detail .desc-body li {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a4a;
  margin-bottom: 8px
}

.learning-program-detail .desc-body figure {
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden
}

.learning-program-detail .desc-body figcaption {
  font-size: 14px;
  color: #7067D6;
  margin-top: 8px;
  font-style: italic
}

.learning-program-detail .sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px
}

.learning-program-detail .sidebar-card {
  background: #f4f2fb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.learning-program-detail .sidebar-card-heading {
  font-size: 14px;
  font-weight: 700;
  color: #1A23AA;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.5;
  margin: 0
}

.learning-program-detail .sidebar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.learning-program-detail .sidebar-stat {
  background: #fff;
  border-radius: 6px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 2px 3px -1px #7067d60d
}

.learning-program-detail .sidebar-stat-label {
  font-size: 14px;
  color: #7067D6;
  line-height: 1.5
}

.learning-program-detail .sidebar-stat-value {
  font-size: 17px;
  font-weight: 700;
  color: #1A23AA;
  line-height: 1.2
}

.learning-program-detail .sidebar-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #1A23AA;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline wavy #7067D6;
  text-underline-offset: 3px;
  transition: color .5s ease
}

.learning-program-detail .sidebar-link:hover {
  color: #7067D6
}

.learning-program-detail .program-stages {
  padding: 72px 24px;
  position: relative;
  background: #f4f2fb
}

.learning-program-detail .stages-isometric {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.learning-program-detail .stages-isometric svg {
  width: 100%;
  height: 100%;
  opacity: .04
}

.learning-program-detail .stages-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 3px
}

.learning-program-detail .stages-divider-top .line-a {
  height: 2px;
  background: #CDC2EA
}

.learning-program-detail .stages-divider-top .line-b {
  height: 2px;
  background: #7067D6
}

.learning-program-detail .stages-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.learning-program-detail .stages-heading {
  font-size: 29px;
  font-weight: 700;
  color: #1A23AA;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.2;
  text-align: center;
  margin: 0
}

.learning-program-detail .stages-body {
  font-size: 17px;
  color: #2a2a4a;
  line-height: 1.75
}

.learning-program-detail .stages-body p {
  margin: 0 0 12px
}

.learning-program-detail .stages-body p:last-child {
  margin-bottom: 0
}

.learning-program-detail .stages-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1A23AA;
  line-height: 1.5;
  margin: 24px 0 8px
}

.learning-program-detail .stages-body em {
  font-style: italic;
  color: #7067D6
}

.learning-program-detail .stages-body cite {
  font-style: normal;
  color: #1A23AA;
  font-weight: 600
}

.learning-program-detail .stages-body ul {
  padding-left: 24px;
  margin: 0 0 12px
}

.learning-program-detail .stages-body li {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a4a;
  margin-bottom: 8px
}

.learning-program-detail .stages-body dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 24px;
  margin: 12px 0
}

.learning-program-detail .stages-body dt {
  font-weight: 700;
  color: #1A23AA;
  font-size: 17px;
  line-height: 1.5
}

.learning-program-detail .stages-body dd {
  color: #2a2a4a;
  font-size: 17px;
  line-height: 1.5;
  margin: 0
}

.learning-program-detail .stages-body details {
  background: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  margin-bottom: 8px;
  box-shadow: 0 2px 3px -1px #1a23aa0d
}

.learning-program-detail .stages-body summary {
  font-weight: 700;
  color: #1A23AA;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.5;
  list-style: none;
  padding: 4px 0;
  transition: color .5s ease
}

.learning-program-detail .stages-body summary:hover {
  color: #7067D6
}

.learning-program-detail .stages-body figure {
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden
}

.learning-program-detail .stages-body figcaption {
  font-size: 14px;
  color: #7067D6;
  margin-top: 8px;
  font-style: italic
}

@media (max-width: 1024px) {
  .learning-program-detail .hero-grid {
    grid-template-columns: 1fr
  }

  .learning-program-detail .hero-image-area img {
    height: 280px
  }

  .learning-program-detail .desc-layout {
    grid-template-columns: 1fr
  }

  .learning-program-detail .sidebar-column {
    position: static
  }

  .learning-program-detail .sidebar-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .learning-program-detail .program-title {
    font-size: 40px
  }
}

@media (max-width: 768px) {
  .learning-program-detail .program-title {
    font-size: 29px
  }

  .learning-program-detail .price-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .learning-program-detail .sidebar-grid {
    grid-template-columns: 1fr 1fr
  }

  .learning-program-detail .stages-body dl {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .learning-program-detail .program-hero {
    padding: 36px 24px
  }

  .learning-program-detail .hero-meta-row {
    flex-direction: column;
    gap: 12px
  }

  .learning-program-detail .description-area,
  .learning-program-detail .program-stages {
    padding: 36px 24px
  }

  .learning-program-detail .price-amount {
    font-size: 29px
  }

  .learning-program-detail .enroll-button {
    width: 100%;
    justify-content: center
  }
}

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

.technology .grid-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.technology .title-block {
  position: relative;
  background: linear-gradient(175deg, transparent 0%, #CDC2EA 45%, #7067D6 75%, #1A23AA 100%);
  padding-top: 72px;
  padding-bottom: 72px
}

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

.technology .title-block .grid-lines svg {
  width: 100%;
  height: 100%;
  opacity: .06
}

.technology .title-block-inner {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 72px
}

.technology .title-image-wrap {
  flex: 0 0 380px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  position: relative
}

.technology .title-image-wrap img {
  width: 380px;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(0.4) sepia(0.3);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.technology .title-image-wrap:hover img {
  filter: saturate(0.9) sepia(0.1)
}

.technology .title-image-wrap .duotone-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1a23aa59 0%, #7067d62e 60%, transparent 100%);
  pointer-events: none;
  border-radius: 12px
}

.technology .title-text {
  flex: 1 1 0
}

.technology .title-text .page-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #1A23AA;
  background: #ffffffb8;
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 2px 3px -1px #1a23aa0d
}

.technology .title-text h1 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 24px;
  text-shadow: 0 2px 12px #1a23aa2e
}

.technology .title-text h1 .line-accent {
  display: block;
  color: #CDC2EA;
  font-size: 40px
}

.technology .title-text .subtitle {
  font-size: 17px;
  line-height: 1.75;
  color: #ffffffeb;
  margin: 0;
  max-width: 480px
}

.technology .divider-triangle-right {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.technology .divider-triangle-right svg {
  display: block;
  width: 100%
}

.technology .stack-block {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.technology .stack-block .spot-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, #cdc2ea38 0%, transparent 80%);
  border-radius: 40px;
  animation: spotPulse 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
  pointer-events: none
}

@keyframes spotPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.85);
    opacity: .7
  }

  100% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 1
  }
}

.technology .stack-block-inner {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.technology .stack-heading-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 72px;
  margin-bottom: 72px
}

.technology .stack-heading-col {
  flex: 0 0 420px
}

.technology .stack-heading-col h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #1A23AA;
  margin: 0 0 12px
}

.technology .accent-line {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #CDC2EA, #1A23AA, #7067D6);
  border-radius: 2px;
  margin-bottom: 24px
}

.technology .stack-heading-col .description {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a40;
  margin: 0
}

.technology .stack-desc-col {
  flex: 1 1 0;
  padding-top: 8px
}

.technology .stack-desc-col .description {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a40;
  margin: 0 0 24px
}

.technology .stack-desc-col .description:last-child {
  margin-bottom: 0
}

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

.technology .tech-card {
  border: 1.5px solid #CDC2EA;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 2px 3px -1px #7067d60d;
  position: relative;
  transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default
}

.technology .tech-card:hover {
  box-shadow: 0 6px 18px -1px #1a23aa14;
  border-color: #7067D6
}

.technology .tech-card .card-outer-border {
  position: absolute;
  inset: -5px;
  border: 1px solid #cdc2ea59;
  border-radius: 16px;
  pointer-events: none
}

.technology .tech-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(135deg, #CDC2EA 0%, #7067D6 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px
}

.technology .tech-card .card-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff
}

.technology .tech-card h4 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #1A23AA;
  text-transform: uppercase;
  margin: 0 0 8px
}

.technology .tech-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3a5c;
  margin: 0
}

.technology .tech-card .underline-group {
  display: inline
}

.technology .tech-card:hover .underline-group span {
  text-decoration: underline wavy #7067D6;
  text-underline-offset: 3px
}

.technology .divider-plain {
  height: 4px;
  background: linear-gradient(90deg, #CDC2EA, #1A23AA 40%, #7067D6)
}

.technology .metrics-block {
  background: linear-gradient(155deg, #f4f2fb 0%, #e8e4f7 40%, #ddd8f2 100%);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.technology .metrics-block-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.technology .metrics-layout {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.technology .metrics-left {
  flex: 1 1 0
}

.technology .metrics-left h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #1A23AA;
  margin: 0 0 12px
}

.technology .metrics-left .accent-line {
  margin-bottom: 24px
}

.technology .metrics-left .description {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a40;
  margin: 0 0 36px
}

.technology .before-after-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px -1px #1a23aa14
}

.technology .before-after-table thead tr th {
  background: #1A23AA;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 24px;
  text-align: left
}

.technology .before-after-table thead tr th:first-child {
  border-radius: 12px 0 0 0
}

.technology .before-after-table thead tr th:last-child {
  border-radius: 0 12px 0 0;
  text-align: center
}

.technology .before-after-table tbody tr {
  background: #fff;
  transition: background .5s ease
}

.technology .before-after-table tbody tr:nth-child(even) {
  background: #cdc2ea2e
}

.technology .before-after-table tbody tr:hover {
  background: #7067d617 !important
}

.technology .before-after-table tbody tr td {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.75;
  color: #2a2a40;
  border-bottom: 1px solid #cdc2ea66
}

.technology .before-after-table tbody tr:last-child td {
  border-bottom: none
}

.technology .before-after-table tbody tr td.metric-before {
  color: #7a7a9a
}

.technology .before-after-table tbody tr td.metric-after {
  color: #1A23AA;
  font-weight: 700
}

.technology .before-after-table tbody tr td.metric-indicator {
  text-align: center
}

.technology .indicator-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  background: #1a23aa14;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1A23AA
}

.technology .indicator-badge svg {
  width: 14px;
  height: 14px;
  fill: #1A23AA
}

.technology .metrics-right {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 72px
}

.technology .image-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  position: relative
}

.technology .image-card img {
  width: 320px;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.technology .image-card:hover img {
  transform: scale(1.04)
}

.technology .image-card .color-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a23aa80 0%, #7067d640 100%);
  opacity: 0;
  transition: opacity .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none
}

.technology .image-card:hover .color-wash {
  opacity: 1
}

.technology .image-card .outer-frame {
  position: absolute;
  inset: -4px;
  border: 1px solid #7067d64d;
  border-radius: 16px;
  pointer-events: none
}

.technology .stat-row {
  display: flex;
  flex-direction: row;
  gap: 12px
}

.technology .stat-box {
  flex: 1 1 0;
  background: #fff;
  border-radius: 12px;
  padding: 24px 12px;
  text-align: center;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  border: 1.5px solid #cdc2ea99
}

.technology .stat-box .stat-number {
  display: block;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 800;
  color: #1A23AA
}

.technology .stat-box .stat-label {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #5a5a7a;
  margin-top: 4px
}

@media (max-width: 1024px) {
  .technology .title-block-inner {
    flex-direction: column;
    gap: 36px
  }

  .technology .title-image-wrap {
    flex: none;
    width: 100%
  }

  .technology .title-image-wrap img {
    width: 100%;
    height: 260px
  }

  .technology .title-text h1 {
    font-size: 40px
  }

  .technology .stack-heading-row {
    flex-direction: column;
    gap: 24px
  }

  .technology .stack-heading-col {
    flex: none
  }

  .technology .tech-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .technology .metrics-layout {
    flex-direction: column
  }

  .technology .metrics-right {
    flex: none;
    width: 100%;
    padding-top: 0
  }

  .technology .image-card img {
    width: 100%;
    height: 200px
  }

  .technology .stat-row {
    justify-content: flex-start
  }
}

@media (max-width: 768px) {
  .technology .title-text h1 {
    font-size: 29px
  }

  .technology .title-text h1 .line-accent {
    font-size: 22px
  }

  .technology .tech-grid {
    grid-template-columns: 1fr
  }

  .technology .stack-heading-col h2 {
    font-size: 29px
  }

  .technology .metrics-left h2 {
    font-size: 29px
  }

  .technology .before-after-table thead tr th,
  .technology .before-after-table tbody tr td {
    padding: 8px 12px;
    font-size: 14px
  }
}

@media (max-width: 640px) {
  .technology .title-block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .technology .stack-block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .technology .metrics-block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .technology .stat-row {
    flex-direction: column
  }
}

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

.learning-program .page-bound {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.learning-program .strip-band {
  background: #fff;
  padding: 36px 0 24px;
  position: relative
}

.learning-program .strip-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 36px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.learning-program .strip-image-col {
  width: 140px;
  flex-shrink: 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden
}

.learning-program .strip-image-col img {
  width: 140px;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 12px
}

.learning-program .strip-image-col::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  background: radial-gradient(ellipse at 0% 0%, #cdc2eab3 0%, #7067d633 40%, transparent 70%);
  border-radius: 12px 0 0 0;
  pointer-events: none
}

.learning-program .strip-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.learning-program .strip-quote-mark {
  position: absolute;
  right: 0;
  top: -12px;
  font-size: 120px;
  line-height: 1.2;
  color: #CDC2EA;
  opacity: .25;
  pointer-events: none;
  user-select: none;
  font-style: normal;
  z-index: 0
}

.learning-program .strip-label {
  font-size: 14px;
  line-height: 1.5;
  color: #7067D6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  position: relative;
  z-index: 1
}

.learning-program .strip-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #1A23AA;
  text-transform: uppercase;
  margin: 0 0 12px;
  position: relative;
  z-index: 1
}

.learning-program .strip-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #2d2d4e;
  max-width: 580px;
  position: relative;
  z-index: 1;
  margin: 0
}

.learning-program .programs-grid-section {
  background: #f4f2fb;
  padding: 72px 0
}

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

.learning-program .program-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  display: flex;
  flex-direction: column;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .program-card:hover {
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  transform: translateY(-4px)
}

.learning-program .card-image-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.learning-program .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .program-card:hover .card-image-wrap img {
  transform: scale(1.05)
}

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

.learning-program .card-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1A23AA;
  text-transform: uppercase;
  margin: 0
}

.learning-program .card-desc {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3a5c;
  margin: 0;
  flex: 1
}

.learning-program .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap
}

.learning-program .card-price-block {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.learning-program .card-price {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #1A23AA
}

.learning-program .card-price-note {
  font-size: 14px;
  line-height: 1.5;
  color: #7067D6;
  font-style: italic
}

.learning-program .card-seats {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #5a5a7a
}

.learning-program .seats-dot {
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background: linear-gradient(135deg, #CDC2EA, #1A23AA, #7067D6);
  flex-shrink: 0
}

.learning-program .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #CDC2EA, #1A23AA, #7067D6);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  align-self: flex-start;
  margin-top: 4px
}

.learning-program .card-link:hover {
  background: linear-gradient(315deg, #CDC2EA, #1A23AA, #7067D6);
  box-shadow: 0 6px 18px -1px #7067d62e
}

.learning-program .card-link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.learning-program .split-section {
  display: flex;
  flex-direction: row;
  min-height: 320px
}

.learning-program .split-top {
  flex: 1;
  background: #1A23AA;
  padding: 72px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.learning-program .split-bottom {
  flex: 1;
  background: #CDC2EA;
  padding: 72px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.learning-program .split-heading {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px
}

.learning-program .split-body {
  font-size: 17px;
  line-height: 1.75;
  color: #d4d8ff;
  margin: 0
}

.learning-program .split-stat-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 24px
}

.learning-program .stat-number {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
  color: #CDC2EA
}

.learning-program .stat-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.learning-program .stat-arrow svg {
  width: 36px;
  height: 36px
}

.learning-program .stat-number-two {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff
}

.learning-program .split-right-heading {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 800;
  color: #1A23AA;
  text-transform: uppercase;
  margin: 0 0 12px
}

.learning-program .split-right-body {
  font-size: 17px;
  line-height: 1.75;
  color: #2d2d4e;
  margin: 0
}

.learning-program .rotating-decor {
  position: absolute;
  right: 36px;
  bottom: 36px;
  width: 72px;
  height: 72px;
  animation: spin-slow 12s linear infinite;
  pointer-events: none;
  opacity: .25
}

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

  to {
    transform: rotate(360deg)
  }
}

.learning-program .steps-section {
  background: #fff;
  padding: 72px 0
}

.learning-program .steps-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #1A23AA;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 8px
}

.learning-program .steps-sub {
  font-size: 17px;
  line-height: 1.75;
  color: #5a5a7a;
  text-align: left;
  max-width: 560px;
  margin: 0 auto 36px
}

.learning-program .steps-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: step-counter
}

.learning-program .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border-radius: 12px;
  background: #f4f2fb;
  transition: background .55s ease
}

.learning-program .step-item:hover {
  background: #ede9f7
}

.learning-program .step-num {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #CDC2EA;
  flex-shrink: 0;
  width: 56px;
  text-align: right
}

.learning-program .step-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .step-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1A23AA;
  text-transform: uppercase;
  margin: 0
}

.learning-program .step-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #3a3a5c;
  margin: 0
}

.learning-program .photo-strip-section {
  background: #1A23AA;
  padding: 72px 0;
  position: relative
}

.learning-program .photo-strip-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px
}

.learning-program .photo-col {
  flex-shrink: 0;
  width: 340px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 9px 48px -1px #7067d61a
}

.learning-program .photo-col img {
  width: 340px;
  height: 400px;
  object-fit: cover;
  display: block
}

.learning-program .photo-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.learning-program .photo-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0
}

.learning-program .photo-body {
  font-size: 17px;
  line-height: 1.75;
  color: #d4d8ff;
  margin: 0
}

.learning-program .photo-cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #CDC2EA, #7067D6, #1A23AA);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: background .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  align-self: flex-start
}

.learning-program .photo-cta:hover {
  background: linear-gradient(315deg, #CDC2EA, #7067D6, #1A23AA);
  box-shadow: 0 6px 18px -1px #7067d62e
}

.learning-program .photo-cta svg {
  width: 18px;
  height: 18px
}

.learning-program .rotating-decor-light {
  position: absolute;
  left: 36px;
  top: 36px;
  width: 60px;
  height: 60px;
  animation: spin-slow 16s linear infinite;
  pointer-events: none;
  opacity: .15
}

.learning-program .contact-band {
  background: #f4f2fb;
  padding: 36px 0;
  border-top: 2px solid #CDC2EA
}

.learning-program .contact-band-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.learning-program .contact-label {
  font-size: 14px;
  line-height: 1.5;
  color: #7067D6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.learning-program .contact-details-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.learning-program .contact-item {
  font-size: 17px;
  line-height: 1.5;
  color: #1A23AA;
  font-weight: 600;
  text-decoration: none;
  text-decoration-style: wavy;
  transition: color .55s ease
}

.learning-program .contact-item:hover {
  color: #7067D6;
  text-decoration: underline wavy #7067D6
}

.learning-program .contact-cta-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #CDC2EA, #1A23AA, #7067D6);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 3px -1px #1a23aa0d
}

.learning-program .contact-cta-btn:hover {
  background: linear-gradient(315deg, #CDC2EA, #1A23AA, #7067D6)
}

.learning-program .contact-cta-btn svg {
  width: 16px;
  height: 16px
}

@media (max-width: 1024px) {
  .learning-program .programs-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .learning-program .split-section {
    flex-direction: column
  }

  .learning-program .split-top,
  .learning-program .split-bottom {
    padding: 36px 24px
  }

  .learning-program .photo-strip-inner {
    flex-direction: column
  }

  .learning-program .photo-col {
    width: 100%
  }

  .learning-program .photo-col img {
    width: 100%;
    height: 300px
  }
}

@media (max-width: 768px) {
  .learning-program .strip-inner {
    flex-direction: column;
    gap: 24px
  }

  .learning-program .strip-image-col {
    width: 100%
  }

  .learning-program .strip-image-col img {
    width: 100%;
    min-height: 160px;
    height: 160px
  }

  .learning-program .strip-heading {
    font-size: 29px
  }

  .learning-program .programs-grid {
    grid-template-columns: 1fr
  }

  .learning-program .steps-heading {
    font-size: 29px
  }

  .learning-program .stat-number,
  .learning-program .stat-number-two {
    font-size: 40px
  }

  .learning-program .contact-band-inner {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 640px) {
  .learning-program .strip-heading {
    font-size: 22px
  }

  .learning-program .photo-heading {
    font-size: 29px
  }

  .learning-program .split-heading,
  .learning-program .split-right-heading {
    font-size: 22px
  }

  .learning-program .step-num {
    font-size: 29px;
    width: 40px
  }
}

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

.portal .grid-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.portal .reveal-left {
  animation: slideFromLeft .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.portal .reveal-right {
  animation: slideFromRight .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.portal .reveal-left:nth-child(even),
.portal .reveal-right:nth-child(even) {
  animation-name: slideFromRight
}

.portal .reveal-left:nth-child(odd),
.portal .reveal-right:nth-child(odd) {
  animation-name: slideFromLeft
}

@keyframes slideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-28px)
  }

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

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(28px)
  }

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

.portal .title-block {
  background-color: #fff;
  position: relative;
  padding-top: 72px;
  padding-bottom: 36px;
  overflow: hidden
}

.portal .title-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 28px, #1a23aa09 28px, #1a23aa09 30px);
  pointer-events: none;
  z-index: 0
}

.portal .title-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  z-index: 1
}

.portal .title-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.portal .title-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #7067D6;
  text-transform: uppercase;
  border: 1.5px solid #CDC2EA;
  border-radius: 6px;
  padding: 4px 12px;
  width: fit-content
}

.portal .title-h1 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin: 0;
  text-transform: uppercase
}

.portal .title-h1 .accent {
  color: #1A23AA
}

.portal .title-lead {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a3a;
  max-width: 540px;
  margin: 0
}

.portal .title-sub {
  font-size: 17px;
  line-height: 1.5;
  color: #3a3a5a;
  max-width: 500px;
  margin: 0
}

.portal .title-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.portal .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(155deg, #CDC2EA, #1A23AA, #7067D6);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  transition: background-position .6s ease, box-shadow .5s ease;
  background-size: 200% 200%;
  background-position: 0 50%
}

.portal .btn-primary:hover {
  background-position: 100% 50%;
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.portal .btn-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #1A23AA;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  border: 2px solid #1A23AA;
  cursor: pointer;
  text-decoration: none;
  transition: background .55s ease, color .55s ease
}

.portal .btn-secondary:hover {
  background: #1A23AA;
  color: #fff
}

.portal .title-image-strip {
  flex: 0 0 320px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.portal .title-image-strip img {
  width: 320px;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 24px
}

.portal .title-image-strip::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 180px;
  height: 180px;
  background: radial-gradient(ellipse at 20% 20%, #cdc2eab3 0%, transparent 70%);
  pointer-events: none;
  border-radius: 40px
}

.portal .approach-block {
  background: linear-gradient(155deg, #f4f2fc, #eef0fb, #f8f8ff);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.portal .approach-curve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 40px;
  pointer-events: none
}

.portal .approach-curve svg {
  width: 100%;
  height: 40px;
  display: block
}

.portal .approach-layout {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: start
}

.portal .approach-intro {
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.portal .approach-h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin: 0;
  text-transform: uppercase
}

.portal .approach-h2 .accent {
  color: #1A23AA
}

.portal .approach-desc {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a3a;
  margin: 0
}

.portal .approach-image {
  grid-column: 2 / 3;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 9px 48px -1px #7067d61a
}

.portal .approach-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  border-radius: 24px
}

.portal .approach-steps {
  grid-column: 3 / 4;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.portal .step-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  position: relative;
  transition: box-shadow .6s ease, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.portal .step-item:hover {
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  transform: translateY(-4px)
}

.portal .step-num {
  font-size: 40px;
  font-weight: 800;
  color: #CDC2EA;
  line-height: 1.2;
  display: block
}

.portal .step-title {
  font-size: 17px;
  font-weight: 700;
  color: #1A23AA;
  margin: 0 0 8px;
  text-transform: uppercase
}

.portal .step-text {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3a5a;
  margin: 0
}

.portal .invest-block {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px
}

.portal .invest-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center
}

.portal .invest-image-col {
  flex: 0 0 380px;
  position: relative
}

.portal .invest-image-col img {
  width: 380px;
  height: 320px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.portal .invest-fold {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #CDC2EA 50%, #1A23AA 50%);
  border-radius: 12px 0 24px 0;
  transition: width .6s ease, height .6s ease
}

.portal .invest-image-col:hover .invest-fold {
  width: 72px;
  height: 72px
}

.portal .invest-text-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.portal .invest-h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin: 0;
  text-transform: uppercase
}

.portal .invest-h2 .accent {
  color: #7067D6
}

.portal .invest-lead {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a3a;
  margin: 0
}

.portal .invest-tiers {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.portal .tier-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1.5px solid #CDC2EA;
  transition: border-color .55s ease, background .55s ease
}

.portal .tier-row:hover {
  border-color: #7067D6;
  background: #f4f2fc
}

.portal .tier-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, #1A23AA, #7067D6);
  flex-shrink: 0
}

.portal .tier-label {
  font-size: 17px;
  font-weight: 600;
  color: #1A23AA;
  flex: 0 0 180px
}

.portal .tier-desc {
  font-size: 14px;
  color: #3a3a5a;
  line-height: 1.5
}

.portal .doubt-block {
  background: linear-gradient(155deg, #1A23AA, #7067D6);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.portal .doubt-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 36px;
  align-items: start
}

.portal .doubt-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.portal .doubt-h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-transform: uppercase
}

.portal .doubt-h2 .accent {
  color: #CDC2EA
}

.portal .doubt-sub {
  font-size: 17px;
  line-height: 1.75;
  color: #ffffffd9;
  margin: 0
}

.portal .doubt-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  margin-top: 12px
}

.portal .doubt-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 24px
}

.portal .doubt-right {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.portal .faq-item {
  background: #ffffff1a;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid #fff3;
  overflow: hidden
}

.portal .faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 24px;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background .5s ease
}

.portal .faq-question:hover {
  background: #ffffff14
}

.portal .faq-question:focus {
  outline: 2px solid #CDC2EA;
  outline-offset: -2px
}

.portal .faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #fff3;
  display: flex;
  align-items: center;
  justify-content: center
}

.portal .faq-icon svg {
  transition: transform .55s ease
}

.portal .faq-answer {
  display: none;
  padding: 0 24px 24px;
  font-size: 17px;
  line-height: 1.75;
  color: #ffffffd9
}

.portal .faq-item.open .faq-answer {
  display: block
}

.portal .faq-item.open .faq-icon svg {
  transform: rotate(45deg)
}

.portal .experience-block {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.portal .experience-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.portal .experience-header {
  text-align: center;
  margin-bottom: 36px
}

.portal .experience-h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
  text-transform: uppercase
}

.portal .experience-h2 .accent {
  color: #1A23AA
}

.portal .experience-sub {
  font-size: 17px;
  line-height: 1.75;
  color: #3a3a5a;
  max-width: 560px;
  margin: 0 auto
}

.portal .testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.portal .testimonial-card {
  background: linear-gradient(155deg, #f4f2fc, #eef0fb);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 6px 18px -1px #7067d614;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease
}

.portal .testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.portal .testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent #CDC2EA transparent transparent;
  border-radius: 0 24px 0 0;
  transition: border-color .55s ease
}

.portal .testimonial-card:hover::before {
  border-color: transparent #7067D6 transparent transparent
}

.portal .testimonial-quote {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a3a;
  margin: 0;
  font-style: italic
}

.portal .testimonial-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 8px
}

.portal .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(135deg, #1A23AA, #7067D6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.portal .author-avatar span {
  font-size: 17px;
  font-weight: 700;
  color: #fff
}

.portal .author-name {
  font-size: 14px;
  font-weight: 700;
  color: #1A23AA;
  display: block
}

.portal .author-role {
  font-size: 14px;
  color: #7067D6;
  display: block
}

.portal .rating-dots {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.portal .rating-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #1A23AA
}

.portal .rating-dot.dim {
  background: #CDC2EA
}

.portal .conditions-block {
  background: linear-gradient(155deg, #f4f2fc, #eef0fb, #f8f8ff);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.portal .conditions-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.portal .conditions-top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 36px;
  align-items: center
}

.portal .conditions-h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
  text-transform: uppercase
}

.portal .conditions-h2 .accent {
  color: #1A23AA
}

.portal .conditions-lead {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a3a;
  margin: 0
}

.portal .conditions-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  position: relative
}

.portal .conditions-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 24px
}

.portal .conditions-image .fold-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #7067D6 50%, #CDC2EA 50%);
  border-radius: 0 12px 0 24px;
  transition: width .7s ease, height .7s ease
}

.portal .conditions-image:hover .fold-corner {
  width: 64px;
  height: 64px
}

.portal .conditions-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.portal .condition-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 3px solid #CDC2EA;
  transition: border-color .6s ease, box-shadow .6s ease
}

.portal .condition-item:hover {
  border-color: #1A23AA;
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.portal .condition-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(155deg, #CDC2EA, #7067D6);
  display: flex;
  align-items: center;
  justify-content: center
}

.portal .condition-title {
  font-size: 17px;
  font-weight: 700;
  color: #1A23AA;
  margin: 0;
  text-transform: uppercase
}

.portal .condition-text {
  font-size: 14px;
  line-height: 1.75;
  color: #3a3a5a;
  margin: 0
}

.portal .curve-divider {
  width: 100%;
  overflow: hidden;
  height: 48px;
  pointer-events: none
}

.portal .curve-divider svg {
  width: 100%;
  height: 48px;
  display: block
}

@media (max-width: 1024px) {
  .portal .title-h1 {
    font-size: 40px
  }

  .portal .title-image-strip {
    flex: 0 0 240px
  }

  .portal .title-image-strip img {
    width: 240px;
    height: 360px
  }

  .portal .approach-layout {
    grid-template-columns: 1fr 1fr
  }

  .portal .approach-intro {
    grid-column: 1 / 2
  }

  .portal .approach-image {
    grid-column: 2 / 3
  }

  .portal .approach-steps {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
  }

  .portal .invest-image-col {
    flex: 0 0 280px
  }

  .portal .invest-image-col img {
    width: 280px
  }

  .portal .doubt-inner {
    grid-template-columns: 1fr
  }

  .portal .testimonial-grid {
    grid-template-columns: 1fr 1fr
  }

  .portal .conditions-list {
    grid-template-columns: 1fr 1fr
  }

  .portal .conditions-top {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .portal .title-inner {
    flex-direction: column
  }

  .portal .title-image-strip {
    flex: 0 0 auto;
    width: 100%
  }

  .portal .title-image-strip img {
    width: 100%;
    height: 260px
  }

  .portal .title-h1 {
    font-size: 29px
  }

  .portal .approach-layout {
    grid-template-columns: 1fr
  }

  .portal .approach-intro {
    grid-column: 1 / 2
  }

  .portal .approach-image {
    grid-column: 1 / 2
  }

  .portal .approach-steps {
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column
  }

  .portal .invest-inner {
    flex-direction: column
  }

  .portal .invest-image-col {
    flex: 0 0 auto;
    width: 100%
  }

  .portal .invest-image-col img {
    width: 100%;
    height: 220px
  }

  .portal .approach-h2,
  .portal .invest-h2,
  .portal .doubt-h2,
  .portal .experience-h2,
  .portal .conditions-h2 {
    font-size: 29px
  }

  .portal .testimonial-grid {
    grid-template-columns: 1fr
  }

  .portal .conditions-list {
    grid-template-columns: 1fr
  }

  .portal .tier-label {
    flex: 0 0 auto
  }
}

@media (max-width: 640px) {
  .portal .title-block {
    padding-top: 36px
  }

  .portal .title-h1 {
    font-size: 22px
  }

  .portal .title-actions {
    flex-direction: column
  }

  .portal .btn-primary,
  .portal .btn-secondary {
    width: 100%;
    justify-content: center
  }

  .portal .invest-tiers {
    gap: 8px
  }

  .portal .tier-row {
    flex-direction: column;
    align-items: flex-start
  }
}

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

.contact-us .geo-strip {
  background: #1A23AA;
  padding: 8px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 36px
}

.contact-us .geo-strip .detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5
}

.contact-us .geo-strip .detail svg {
  flex-shrink: 0;
  opacity: .85
}

.contact-us .geo-strip .detail a {
  color: #CDC2EA;
  text-decoration: underline wavy #7067D6;
  text-underline-offset: 3px;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .geo-strip .detail a:hover {
  color: #fff
}

.contact-us .reach-panel {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.contact-us .reach-panel .visual-side {
  position: relative
}

.contact-us .reach-panel .visual-side .img-frame {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.contact-us .reach-panel .visual-side .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.contact-us .reach-panel .visual-side .float-card {
  position: absolute;
  bottom: 36px;
  right: -24px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 18px -1px #7067d614;
  max-width: 220px;
  border-top: 2px solid #CDC2EA
}

.contact-us .reach-panel .visual-side .float-card .card-label {
  font-size: 14px;
  color: #7067D6;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.contact-us .reach-panel .visual-side .float-card .card-value {
  font-size: 22px;
  color: #1A23AA;
  line-height: 1.2;
  font-weight: 700
}

.contact-us .reach-panel .visual-side .decor-circle {
  position: absolute;
  top: -36px;
  left: -36px;
  width: 120px;
  height: 120px;
  border-radius: 40px;
  background: linear-gradient(160deg, #CDC2EA, #7067D6, #1A23AA);
  opacity: .12;
  pointer-events: none
}

.contact-us .reach-panel .visual-side .decor-ring {
  position: absolute;
  top: 24px;
  left: -12px;
  width: 72px;
  height: 72px;
  border-radius: 40px;
  border: 2px solid #CDC2EA;
  opacity: .4;
  pointer-events: none
}

.contact-us .reach-panel .text-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us .reach-panel .text-side .eyebrow {
  font-size: 14px;
  color: #7067D6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.5
}

.contact-us .reach-panel .text-side h1 {
  font-size: 55px;
  line-height: 1.2;
  color: #111340;
  font-weight: 800;
  margin: 0
}

.contact-us .reach-panel .text-side h1 em {
  font-style: normal;
  color: #1A23AA
}

.contact-us .reach-panel .text-side .description {
  font-size: 17px;
  line-height: 1.75;
  color: #2d2f5e
}

.contact-us .reach-panel .text-side .contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0
}

.contact-us .reach-panel .text-side .contact-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f5f4fc, #eeeaf8);
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .reach-panel .text-side .contact-list li:hover {
  box-shadow: 0 6px 18px -1px #7067d614
}

.contact-us .reach-panel .text-side .contact-list .icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #1A23AA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.contact-us .reach-panel .text-side .contact-list .icon-wrap svg {
  color: #fff
}

.contact-us .reach-panel .text-side .contact-list .item-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us .reach-panel .text-side .contact-list .item-label {
  font-size: 14px;
  color: #7067D6;
  font-weight: 600;
  line-height: 1.2
}

.contact-us .reach-panel .text-side .contact-list .item-value {
  font-size: 17px;
  color: #111340;
  line-height: 1.5;
  font-weight: 500
}

.contact-us .reach-panel .text-side .contact-list .item-value a {
  color: #1A23AA;
  text-decoration: underline wavy #CDC2EA;
  text-underline-offset: 3px;
  transition: color .5s ease
}

.contact-us .reach-panel .text-side .contact-list .item-value a:hover {
  color: #7067D6
}

.contact-us .divider-band {
  height: 4px;
  background: linear-gradient(90deg, #CDC2EA, #7067D6, #1A23AA, #7067D6, #CDC2EA);
  width: 100%
}

.contact-us .form-area {
  background: linear-gradient(160deg, #f0eefb 0%, #e8e4f7 40%, #f5f4fc 100%);
  padding: 72px 24px;
  position: relative
}

.contact-us .form-area .bg-motif {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.contact-us .form-area .bg-motif::before {
  content: "";
  position: absolute;
  top: -72px;
  right: -72px;
  width: 360px;
  height: 360px;
  border-radius: 40px;
  background: linear-gradient(160deg, #CDC2EA, #7067D6, #1A23AA);
  opacity: .06;
  transform: rotate(25deg)
}

.contact-us .form-area .bg-motif::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: -36px;
  width: 200px;
  height: 200px;
  border-radius: 24px;
  background: linear-gradient(160deg, #CDC2EA, #1A23AA);
  opacity: .05;
  transform: rotate(-15deg)
}

.contact-us .form-area .form-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start
}

.contact-us .form-area .form-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px
}

.contact-us .form-area .form-intro h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #111340;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase
}

.contact-us .form-area .form-intro .intro-body {
  font-size: 17px;
  line-height: 1.75;
  color: #2d2f5e
}

.contact-us .form-area .form-intro .diamond-sep {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.contact-us .form-area .form-intro .diamond-sep .diamond {
  width: 10px;
  height: 10px;
  background: #1A23AA;
  transform: rotate(45deg);
  border-radius: 2px;
  flex-shrink: 0
}

.contact-us .form-area .form-intro .diamond-sep .line {
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, #1A23AA, #CDC2EA);
  border-radius: 2px
}

.contact-us .form-area .form-intro .hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px #1a23aa0d
}

.contact-us .form-area .form-intro .hours-table th {
  background: #1A23AA;
  color: #fff;
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
  line-height: 1.5
}

.contact-us .form-area .form-intro .hours-table td {
  padding: 8px 12px;
  line-height: 1.5;
  color: #2d2f5e
}

.contact-us .form-area .form-intro .hours-table tr:nth-child(even) td {
  background: #cdc2ea40
}

.contact-us .form-area .form-intro .hours-table tr:nth-child(odd) td {
  background: #fff
}

.contact-us .form-area .form-intro .hours-table tbody tr {
  transition: background .5s ease
}

.contact-us .form-area .form-intro .hours-table tbody tr:hover td {
  background: #7067d61f;
  color: #1A23AA
}

.contact-us .form-area .actual-form {
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us .form-area .actual-form .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us .form-area .actual-form .field-group label {
  font-size: 14px;
  font-weight: 600;
  color: #1A23AA;
  line-height: 1.5
}

.contact-us .form-area .actual-form .field-group label .req {
  color: #7067D6;
  margin-left: 4px
}

.contact-us .form-area .actual-form .field-group input[type="text"],
.contact-us .form-area .actual-form .field-group input[type="tel"],
.contact-us .form-area .actual-form .field-group select {
  width: 100%;
  padding: 12px;
  border: 2px solid #CDC2EA;
  border-radius: 12px;
  font-size: 17px;
  line-height: 1.5;
  color: #111340;
  background: #fdfcff;
  outline: none;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none
}

.contact-us .form-area .actual-form .field-group input::placeholder {
  font-style: italic;
  opacity: .55;
  color: #7067D6
}

.contact-us .form-area .actual-form .field-group input[type="text"]:focus,
.contact-us .form-area .actual-form .field-group input[type="tel"]:focus,
.contact-us .form-area .actual-form .field-group select:focus {
  border-color: #1A23AA;
  box-shadow: 0 6px 18px -1px #1a23aa14
}

.contact-us .form-area .actual-form .field-group .select-wrap {
  position: relative
}

.contact-us .form-area .actual-form .field-group .select-wrap select {
  padding-right: 36px;
  cursor: pointer
}

.contact-us .form-area .actual-form .field-group .select-wrap .arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #7067D6
}

.contact-us .form-area .actual-form .row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.contact-us .form-area .actual-form .slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.contact-us .form-area .actual-form .slot-grid .slot-option {
  position: relative
}

.contact-us .form-area .actual-form .slot-grid .slot-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  top: 0;
  left: 0;
  border-radius: 12px
}

.contact-us .form-area .actual-form .slot-grid .slot-option label {
  display: block;
  padding: 12px 8px;
  border: 2px solid #CDC2EA;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #2d2f5e;
  cursor: pointer;
  transition: border-color .5s ease, background .5s ease, color .5s ease;
  font-weight: 500;
  background: #fdfcff
}

.contact-us .form-area .actual-form .slot-grid .slot-option input[type="radio"]:checked+label {
  border-color: #1A23AA;
  background: #1A23AA;
  color: #fff
}

.contact-us .form-area .actual-form .slot-grid .slot-option input[type="radio"]:focus-visible+label {
  outline: 3px solid #7067D6;
  outline-offset: 2px
}

.contact-us .form-area .actual-form .slot-grid .slot-option label:hover {
  border-color: #7067D6;
  background: #7067d614
}

.contact-us .form-area .actual-form .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: linear-gradient(135deg, #f5f4fc, #eeeaf8);
  border-radius: 12px
}

.contact-us .form-area .actual-form .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #1A23AA;
  cursor: pointer;
  margin-top: 2px;
  border-radius: 6px
}

.contact-us .form-area .actual-form .privacy-row .privacy-text {
  font-size: 14px;
  line-height: 1.75;
  color: #2d2f5e
}

.contact-us .form-area .actual-form .privacy-row .privacy-text a {
  color: #1A23AA;
  text-decoration: underline wavy #CDC2EA;
  text-underline-offset: 3px;
  transition: color .5s ease
}

.contact-us .form-area .actual-form .privacy-row .privacy-text a:hover {
  color: #7067D6
}

.contact-us .form-area .actual-form .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 36px;
  background: linear-gradient(160deg, #CDC2EA, #7067D6, #1A23AA);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  align-self: flex-start
}

.contact-us .form-area .actual-form .submit-btn:hover {
  background: linear-gradient(340deg, #CDC2EA, #7067D6, #1A23AA);
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.contact-us .form-area .actual-form .submit-btn:focus-visible {
  outline: 3px solid #7067D6;
  outline-offset: 3px
}

.contact-us .form-area .actual-form .submit-btn:active {
  box-shadow: inset 0 4px 10px #1a23aa26
}

.contact-us .pullquote-band {
  padding: 72px 24px;
  background: #111340;
  position: relative
}

.contact-us .pullquote-band .bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.contact-us .pullquote-band .bg-pattern::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 40px;
  background: radial-gradient(ellipse at 30% 60%, #7067d62e 0%, transparent 70%);
  animation: glow-pulse 5s ease infinite alternate
}

@keyframes glow-pulse {
  0% {
    opacity: .6
  }

  100% {
    opacity: 1
  }
}

.contact-us .pullquote-band .inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  position: relative
}

.contact-us .pullquote-band .inner .pullquote {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  text-align: center;
  max-width: 780px
}

.contact-us .pullquote-band .inner .pullquote em {
  font-style: normal;
  color: #CDC2EA
}

.contact-us .pullquote-band .inner .sub-note {
  font-size: 17px;
  line-height: 1.75;
  color: #cdc2eacc;
  text-align: center;
  max-width: 540px
}

.contact-us .pullquote-band .inner .diamond-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.contact-us .pullquote-band .inner .diamond-row .d {
  width: 8px;
  height: 8px;
  background: #7067D6;
  transform: rotate(45deg);
  border-radius: 2px;
  opacity: .7
}

.contact-us .pullquote-band .inner .diamond-row .d.large {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #CDC2EA
}

.contact-us .pullquote-band .inner .stat-row {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: center
}

.contact-us .pullquote-band .inner .stat-row .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.contact-us .pullquote-band .inner .stat-row .stat .num {
  font-size: 40px;
  font-weight: 800;
  color: #CDC2EA;
  line-height: 1.2
}

.contact-us .pullquote-band .inner .stat-row .stat .label {
  font-size: 14px;
  color: #ffffffa6;
  line-height: 1.5;
  text-align: center
}

@media (max-width: 1024px) {
  .contact-us .reach-panel {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 36px 24px
  }

  .contact-us .reach-panel .visual-side .float-card {
    right: 12px;
    bottom: 24px
  }

  .contact-us .form-area .form-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .contact-us .form-area .form-intro {
    position: static
  }

  .contact-us .pullquote-band .inner .stat-row {
    gap: 36px
  }
}

@media (max-width: 768px) {
  .contact-us .geo-strip {
    flex-direction: column;
    gap: 8px;
    padding: 12px 24px
  }

  .contact-us .reach-panel .text-side h1 {
    font-size: 40px
  }

  .contact-us .form-area .actual-form .row-two {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .contact-us .form-area .actual-form .slot-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .contact-us .pullquote-band .inner .pullquote {
    font-size: 29px
  }

  .contact-us .pullquote-band .inner .stat-row {
    flex-direction: column;
    gap: 24px
  }

  .contact-us .form-area .actual-form {
    padding: 24px
  }
}

@media (max-width: 640px) {
  .contact-us .reach-panel {
    padding: 36px 12px
  }

  .contact-us .form-area {
    padding: 36px 12px
  }

  .contact-us .pullquote-band {
    padding: 36px 12px
  }

  .contact-us .reach-panel .text-side h1 {
    font-size: 29px
  }

  .contact-us .form-area .form-intro h2 {
    font-size: 29px
  }

  .contact-us .form-area .actual-form .slot-grid {
    grid-template-columns: 1fr 1fr
  }
}

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

.about-us .grid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.about-us .title-block {
  position: relative;
  padding-top: 72px;
  padding-bottom: 36px;
  background: linear-gradient(118deg, #CDC2EA 0%, #1A23AA 48%, #7067D6 100%)
}

.about-us .title-block .grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px
}

.about-us .title-block-text {
  flex: 1 1 55%;
  z-index: 1;
  position: relative
}

.about-us .title-block-image {
  flex: 0 0 38%;
  position: relative
}

.about-us .title-block-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
  opacity: .45;
  display: block;
  transition: opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .title-block-image:hover img {
  opacity: .65
}

.about-us .title-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #CDC2EA;
  background: #1a23aa59;
  border: 1px solid #cdc2ea66;
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 24px
}

.about-us .title-heading {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 24px
}

.about-us .title-heading .accent-word {
  background: linear-gradient(118deg, #CDC2EA 0%, #fff 60%, #7067D6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.about-us .title-subtext {
  font-size: 17px;
  line-height: 1.75;
  color: #ffffffe0;
  max-width: 520px
}

.about-us .wave-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px
}

.about-us .wave-divider svg {
  display: block;
  width: 100%
}

.about-us .story-block {
  position: relative
}

.about-us .story-bg-top {
  background: #f4f2fb;
  padding-top: 72px;
  padding-bottom: 0
}

.about-us .story-bg-bottom {
  background: #fff;
  padding-top: 0;
  padding-bottom: 72px
}

.about-us .story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
  padding-bottom: 36px
}

.about-us .story-text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.about-us .story-heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #1A23AA;
  text-transform: uppercase;
  margin: 0
}

.about-us .story-body {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a3d
}

.about-us .double-border-block {
  border: 1px solid #CDC2EA;
  padding: 4px;
  border-radius: 12px;
  box-shadow: 0 6px 18px -1px #1a23aa14
}

.about-us .double-border-inner {
  border: 3px solid #1A23AA;
  border-radius: 12px;
  padding: 24px;
  background: #fff
}

.about-us .double-border-inner .stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between
}

.about-us .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 1 0
}

.about-us .stat-number {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  color: #1A23AA
}

.about-us .stat-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a6a;
  text-align: center
}

.about-us .story-image-col {
  position: relative
}

.about-us .story-image-col img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 9px 48px -1px #7067d61a;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .story-image-col:hover img {
  transform: scale(1.02)
}

.about-us .flow-block {
  padding-top: 36px;
  padding-bottom: 36px;
  background: #fff
}

.about-us .flow-heading {
  font-size: 29px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1A23AA;
  text-align: center;
  margin: 0 0 36px;
  line-height: 1.2
}

.about-us .flow-track {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0
}

.about-us .flow-line-svg {
  position: absolute;
  top: 28px;
  left: 60px;
  right: 60px;
  height: 4px;
  pointer-events: none
}

.about-us .flow-line-svg line {
  stroke: #CDC2EA;
  stroke-width: 2;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: draw-line 1.2s .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0
  }
}

.about-us .flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 1 0;
  position: relative;
  z-index: 1
}

.about-us .flow-dot {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: linear-gradient(135deg, #CDC2EA 0%, #1A23AA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .flow-node:hover .flow-dot {
  transform: translateY(-4px);
  box-shadow: 0 9px 48px -1px #1a23aa1a
}

.about-us .flow-dot svg {
  width: 24px;
  height: 24px
}

.about-us .flow-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A23AA;
  text-align: center;
  line-height: 1.5
}

.about-us .flow-sublabel {
  font-size: 14px;
  color: #4a4a6a;
  text-align: center;
  line-height: 1.5;
  max-width: 120px
}

.about-us .scallop-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.about-us .scallop-divider svg {
  display: block;
  width: 100%
}

.about-us .team-block {
  background: linear-gradient(180deg, #f4f2fb 0%, #fff 100%);
  padding-top: 72px;
  padding-bottom: 72px
}

.about-us .team-heading {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1A23AA;
  text-align: center;
  margin: 0 0 8px;
  line-height: 1.2
}

.about-us .team-subheading {
  font-size: 17px;
  line-height: 1.75;
  color: #4a4a6a;
  max-width: 600px;
  margin: 0 auto 36px
}

.about-us .team-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 36px
}

.about-us .team-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 3px -1px #1a23aa0d;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative
}

.about-us .team-card:hover {
  box-shadow: 0 9px 48px -1px #7067d61a;
  transform: translateY(-6px)
}

.about-us .team-card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative
}

.about-us .team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .team-card:hover .team-card-image img {
  transform: scale(1.05)
}

.about-us .team-card-body {
  padding: 24px
}

.about-us .team-name {
  font-size: 22px;
  font-weight: 800;
  color: #1A23AA;
  margin: 0 0 4px;
  line-height: 1.2
}

.about-us .team-role {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7067D6;
  margin: 0 0 12px;
  line-height: 1.5
}

.about-us .team-bio {
  font-size: 14px;
  line-height: 1.75;
  color: #2a2a3d
}

.about-us .team-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #CDC2EA, #1A23AA, #7067D6);
  border-radius: 0 0 2px 2px;
  transition: left .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .team-card:hover::after {
  left: 0
}

.about-us .cert-outer {
  border: 2px solid #CDC2EA;
  padding: 6px;
  border-radius: 24px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 6px 18px -1px #7067d614;
  background: #fff
}

.about-us .cert-inner {
  border: 4px solid #1A23AA;
  border-radius: 24px;
  padding: 36px;
  background: linear-gradient(135deg, #f4f2fb 0%, #fff 60%, #e8e4f8 100%);
  text-align: center;
  position: relative
}

.about-us .cert-badge {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(135deg, #1A23AA 0%, #7067D6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 6px 18px -1px #1a23aa14
}

.about-us .cert-badge svg {
  width: 32px;
  height: 32px
}

.about-us .cert-title {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1A23AA;
  margin: 0 0 8px;
  line-height: 1.2
}

.about-us .cert-org {
  font-size: 29px;
  font-weight: 900;
  color: #1A23AA;
  margin: 0 0 12px;
  line-height: 1.2
}

.about-us .cert-text {
  font-size: 14px;
  line-height: 1.75;
  color: #4a4a6a;
  max-width: 480px;
  margin: 0 auto 24px
}

.about-us .cert-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #CDC2EA, #1A23AA, #7067D6);
  margin: 0 auto 24px;
  border-radius: 2px
}

.about-us .cert-meta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 36px
}

.about-us .cert-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.about-us .cert-meta-label {
  font-size: 14px;
  color: #7067D6;
  font-weight: 700;
  text-transform: uppercase
}

.about-us .cert-meta-value {
  font-size: 17px;
  font-weight: 800;
  color: #1A23AA
}

.about-us .geo-motif {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 24px 24px 0
}

.about-us .geo-motif-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 24px 0 0 24px
}

@media (max-width: 1024px) {
  .about-us .title-heading {
    font-size: 40px
  }

  .about-us .story-split {
    grid-template-columns: 1fr
  }

  .about-us .story-image-col img {
    height: 280px
  }

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

  .about-us .flow-sublabel {
    display: none
  }
}

@media (max-width: 768px) {
  .about-us .title-block .grid {
    flex-direction: column
  }

  .about-us .title-block-image {
    flex: 0 0 auto;
    width: 100%
  }

  .about-us .title-heading {
    font-size: 40px
  }

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

  .about-us .double-border-inner .stat-row {
    flex-direction: column;
    gap: 12px
  }

  .about-us .flow-track {
    flex-direction: column;
    align-items: center;
    gap: 24px
  }

  .about-us .flow-line-svg {
    display: none
  }

  .about-us .cert-meta {
    flex-direction: column;
    gap: 12px
  }
}

@media (max-width: 640px) {
  .about-us .title-heading {
    font-size: 29px
  }

  .about-us .story-heading {
    font-size: 29px
  }

  .about-us .team-heading {
    font-size: 29px
  }

  .about-us .cert-org {
    font-size: 22px
  }

  .about-us .grid {
    padding-left: 12px;
    padding-right: 12px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: linear-gradient(160deg, #fff 0%, #CDC2EA22 50%, #fff 100%)
}

.success-page .card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 72px 36px;
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.success-page .card .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: linear-gradient(160deg, #CDC2EA 0%, #7067D6 50%, #1A23AA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  box-shadow: 0 6px 18px -1px #7067d614
}

.success-page .card .icon-wrap svg {
  width: 36px;
  height: 36px
}

.success-page .card .heading {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #1A23AA;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 12px
}

.success-page .card .subtext {
  font-size: 17px;
  line-height: 1.75;
  color: #2d2d4e;
  margin-bottom: 36px;
  max-width: 420px
}

.success-page .card .divider {
  width: 48px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #CDC2EA 0%, #1A23AA 50%, #7067D6 100%);
  margin-bottom: 36px
}

.success-page .card .meta {
  font-size: 14px;
  line-height: 1.5;
  color: #5a5a8a;
  margin-bottom: 36px
}

.success-page .card .back-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  background: linear-gradient(160deg, #CDC2EA 0%, #7067D6 60%, #1A23AA 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px -1px #1a23aa14;
  transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-position .5s ease;
  background-size: 200% 200%;
  background-position: 0 0
}

.success-page .card .back-link:hover {
  box-shadow: 0 9px 48px -1px #1a23aa1a;
  background-position: 100% 100%
}

.success-page .card .back-link:focus {
  outline: 2px solid #1A23AA;
  outline-offset: 4px
}

.success-page .card .back-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

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

  .success-page .card .heading {
    font-size: 29px
  }

  .success-page .card .subtext {
    font-size: 14px
  }
}