@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu-mono@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu-mono@latest/700.css";

html {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: 'Ubuntu Mono', monospace;
  background-color: #fff;
  color: #1b1b2f
}

.page-shell {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.site-header {
  background: linear-gradient(160deg, #f5f0f6 0%, #e6dde5 60%, #d4c8d3 100%);
  border-bottom: 2px solid #962AB7;
  position: relative
}

.site-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #962AB7 0%, #B9E2C0 50%, #962AB7 100%);
  pointer-events: none
}

.header-mount {
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box
}

.brand-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.logo-ring {
  width: 72px;
  height: 72px;
  border-radius: 42px;
  border-top: 2px solid #962AB7;
  border-bottom: 2px solid #962AB7;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 1px 2px 0 #962ab70f 0 7px 18px 0 #962ab714;
  padding: 6px;
  box-sizing: border-box
}

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

.brand-label {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #962AB7;
  text-align: center
}

.primary-nav {
  width: 100%
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px
}

.primary-nav ul li {
  display: flex
}

.primary-nav ul li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  color: #2a1a2e;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  background: transparent;
  transition: background-color .18s ease-out, color .18s ease-out, border-color .25s ease, box-shadow .25s ease;
  min-height: 44px;
  box-sizing: border-box;
  position: relative
}

.primary-nav ul li a:hover {
  background: #962AB7;
  color: #fff;
  border-color: #962AB7;
  box-shadow: 0 7px 18px 0 #962ab714
}

.primary-nav ul li a:focus-visible {
  outline: 2px solid #962AB7;
  outline-offset: 3px
}

.primary-nav ul li a .pe-7s-home,
.primary-nav ul li a .pe-7s-study,
.primary-nav ul li a .pe-7s-info,
.primary-nav ul li a .pe-7s-mail,
.primary-nav ul li a .pe-7s-news-paper {
  font-size: 13px
}

.nav-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform .15s ease-out
}

.primary-nav ul li a:hover .nav-arrow {
  transform: rotate(45deg) translate(2px, -2px)
}

.site-footer {
  background: #962AB7;
  color: #fff
}

.footer-mount {
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 24px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 36px;
  box-sizing: border-box
}

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

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.footer-logo-frame {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 #b9e2c00f 0 7px 18px 0 #b9e2c014;
  flex-shrink: 0;
  padding: 6px;
  box-sizing: border-box
}

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

.footer-brand-name {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff
}

.footer-since {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .03em;
  color: #e6dde5;
  opacity: .85
}

.footer-contact-hold {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.footer-contact-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
  color: #B9E2C0;
  text-transform: uppercase;
  margin-bottom: 6px
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #f0e8f2
}

.footer-contact-item a {
  color: #f0e8f2;
  text-decoration: none;
  transition: color .18s ease-out
}

.footer-contact-item a:hover {
  color: #B9E2C0
}

.footer-contact-item a:focus-visible {
  outline: 2px solid #B9E2C0;
  outline-offset: 2px;
  border-radius: 4px
}

.footer-divider {
  border: none;
  border-top: 1px solid #e6dde540;
  margin: 0
}

.footer-bottom-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box
}

.footer-copy {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #e6dde5;
  opacity: .75
}

.footer-policy-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.footer-policy-nav ul li a {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #e6dde5;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .18s ease-out
}

.footer-policy-nav ul li a:hover {
  color: #B9E2C0
}

.footer-policy-nav ul li a:focus-visible {
  outline: 2px solid #B9E2C0;
  outline-offset: 2px;
  border-radius: 4px
}

.consent-strip {
  position: fixed;
  top: auto;
  bottom: 24px;
  right: 24px;
  width: 280px;
  background: #fff;
  border-radius: 9px;
  border: 1px solid #e6dde5;
  box-shadow: 0 10px 52px 0 #962ab71a;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  box-sizing: border-box;
  transform: translateY(120%);
  transition: transform .38s ease
}

.consent-strip.visible {
  transform: translateY(0)
}

.consent-text {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2a1a2e
}

.consent-actions {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.consent-accept,
.consent-decline {
  font-family: 'Ubuntu Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2px solid #962AB7;
  cursor: pointer;
  min-height: 44px;
  transition: background-color .18s ease-out, color .18s ease-out;
  box-sizing: border-box
}

.consent-accept {
  background: #962AB7;
  color: #fff
}

.consent-accept:hover {
  background: #7a1f97;
  border-color: #7a1f97
}

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

.consent-decline {
  background: transparent;
  color: #962AB7
}

.consent-decline:hover {
  background: #e6dde5
}

.consent-decline:focus-visible {
  outline: 2px solid #962AB7;
  outline-offset: 3px
}

@media (max-width: 768px) {
  .footer-mount {
    grid-template-columns: 1fr;
    gap: 24px
  }

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

  .consent-strip {
    right: 12px;
    left: 12px;
    width: auto;
    bottom: 12px
  }
}

@media (max-width: 375px) {
  .header-mount {
    padding: 24px 12px 12px
  }

  .primary-nav ul li a {
    padding: 12px
  }

  .footer-mount {
    padding: 24px 12px
  }

  .footer-bottom-row {
    padding: 12px 12px 24px
  }
}

.policy-data-ih {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 36px
}

.policy-data-ih h1 {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1b0a22;
  margin-bottom: 36px;
  margin-top: 0
}

.policy-data-ih h2 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b0a22;
  margin-top: 72px;
  margin-bottom: 24px
}

.policy-data-ih h3 {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: #1b0a22;
  margin-top: 36px;
  margin-bottom: 12px
}

.policy-data-ih h4 {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2d0f3d;
  margin-top: 24px;
  margin-bottom: 12px
}

.policy-data-ih h5 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #962AB7;
  margin-top: 24px;
  margin-bottom: 6px
}

.policy-data-ih h6 {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .06em;
  color: #5a3566;
  margin-top: 12px;
  margin-bottom: 6px
}

.policy-data-ih p {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #2d1a38;
  margin-top: 0;
  margin-bottom: 24px
}

.policy-data-ih ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: none
}

.policy-data-ih ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: none;
  counter-reset: policy-counter
}

.policy-data-ih ul li {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #2d1a38;
  margin-bottom: 6px;
  padding-left: 12px;
  position: relative
}

.policy-data-ih ul li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 42px;
  background-color: #962AB7
}

.policy-data-ih ol li {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #2d1a38;
  margin-bottom: 6px;
  padding-left: 12px;
  position: relative;
  counter-increment: policy-counter
}

.policy-data-ih ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: -18px;
  top: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #962AB7;
  font-weight: 600;
  letter-spacing: .02em
}

.policy-data-ih ul ul,
.policy-data-ih ol ol,
.policy-data-ih ul ol,
.policy-data-ih ol ul {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 24px
}

.policy-data-ih ul ul li::before {
  width: 4px;
  height: 4px;
  background-color: transparent;
  border: 1px solid #962AB7;
  border-radius: 4px
}

.policy-data-ih strong,
.policy-data-ih b {
  font-weight: 700;
  color: #1b0a22
}

.policy-data-ih em,
.policy-data-ih i {
  font-style: italic;
  color: #3d1a52
}

.policy-data-ih a {
  color: #962AB7;
  text-decoration: underline;
  text-decoration-color: #962ab759;
  text-underline-offset: 3px;
  transition: color .15s ease-out, text-decoration-color .2s ease
}

.policy-data-ih a:hover {
  color: #6e1d87;
  text-decoration-color: #6e1d87cc
}

.policy-data-ih a:visited {
  color: #7a2296;
  text-decoration-color: #7a22964d
}

.policy-data-ih hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E6DDE5 20%, #B9E2C0 60%, transparent);
  margin-top: 36px;
  margin-bottom: 36px;
  box-shadow: 0 1px 2px 0 #962ab70f
}

@media (max-width: 1024px) {
  .policy-data-ih {
    padding: 72px 36px
  }

  .policy-data-ih h1 {
    font-size: 46px
  }

  .policy-data-ih h2 {
    font-size: 46px
  }
}

@media (max-width: 768px) {
  .policy-data-ih {
    padding: 36px 24px
  }

  .policy-data-ih h1 {
    font-size: 46px;
    letter-spacing: -.02em
  }

  .policy-data-ih h2 {
    font-size: 25px;
    margin-top: 36px
  }

  .policy-data-ih h3 {
    font-size: 25px;
    margin-top: 24px
  }

  .policy-data-ih h4 {
    font-size: 13px
  }
}

@media (max-width: 375px) {
  .policy-data-ih {
    padding: 36px 12px
  }

  .policy-data-ih h1 {
    font-size: 25px;
    letter-spacing: -.01em
  }

  .policy-data-ih h2 {
    font-size: 25px;
    margin-top: 36px
  }

  .policy-data-ih h3 {
    font-size: 13px
  }

  .policy-data-ih ul {
    padding-left: 12px
  }

  .policy-data-ih ol {
    padding-left: 24px
  }
}

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

.learning-program *,
.learning-program ::before,
.learning-program ::after {
  box-sizing: border-box
}

.learning-program ::selection {
  background: #962AB7;
  color: #fff
}

.learning-program .program-entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  position: relative
}

.learning-program .program-entry-image {
  position: relative;
  overflow: hidden
}

.learning-program .program-entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.15);
  transform: scale(1);
  transition: transform .5s ease-out;
  display: block
}

.learning-program .program-entry-image:hover img {
  transform: scale(1.04);
  filter: grayscale(0.85) contrast(1.1)
}

.learning-program .program-entry-text {
  background: #fff;
  padding: 72px 36px 72px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative
}

.learning-program .program-entry-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(120deg, #962AB7 0%, #B9E2C0 100%)
}

.learning-program .program-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #962AB7;
  font-weight: 700;
  text-transform: uppercase
}

.learning-program .program-heading {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 900;
  color: #1a1206;
  margin: 0
}

.learning-program .program-heading span {
  color: #962AB7
}

.learning-program .program-subtext {
  font-size: 13px;
  line-height: 1.6;
  color: #3a3040;
  max-width: 420px
}

.learning-program .program-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #962AB7;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: fit-content;
  box-shadow: 0 7px 18px 0 #962ab714;
  transition: background .18s ease-out, box-shadow .18s ease-out, transform .12s ease
}

.learning-program .program-cta:hover {
  background: linear-gradient(135deg, #962AB7 0%, #7a1f96 100%);
  box-shadow: 0 10px 52px 0 #962ab71a;
  transform: translateY(-2px)
}

.learning-program .program-cta svg {
  flex-shrink: 0;
  transition: transform .15s ease-out
}

.learning-program .program-cta:hover svg {
  transform: translateX(4px)
}

.learning-program .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff
}

.learning-program .wave-divider svg {
  display: block;
  width: 100%
}

.learning-program .program-detail {
  background: #F4EFF6;
  position: relative;
  overflow: hidden
}

.learning-program .program-detail-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 36px;
  position: relative;
  z-index: 1
}

.learning-program .detail-circles {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  pointer-events: none;
  z-index: 0
}

.learning-program .detail-circles circle {
  fill: none;
  stroke: #962AB7;
  stroke-width: 1;
  opacity: .07
}

.learning-program .detail-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 72px
}

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

.learning-program .detail-heading {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.015em;
  font-weight: 900;
  color: #1a1206;
  margin: 0
}

.learning-program .detail-heading span {
  color: #962AB7
}

.learning-program .detail-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #3a3040
}

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

.learning-program .metric-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 1px 2px 0 #962ab70f;
  transition: box-shadow .22s ease-out, transform .18s ease-out
}

.learning-program .metric-item:hover {
  box-shadow: 0 7px 18px 0 #962ab714;
  transform: translateY(-3px)
}

.learning-program .metric-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(150deg, #E6DDE5 0%, #B9E2C0 100%);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.learning-program .metric-icon i {
  font-size: 20px;
  color: #962AB7
}

.learning-program .metric-body {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.learning-program .metric-number {
  font-size: 25px;
  font-weight: 900;
  color: #962AB7;
  line-height: 1.2;
  letter-spacing: -.01em
}

.learning-program .metric-label {
  font-size: 13px;
  line-height: 1.4;
  color: #3a3040
}

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

.learning-program .program-card {
  background: #fff;
  border-radius: 9px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 2px 0 #962ab70f;
  transition: box-shadow .28s ease-out, transform .2s ease-out;
  position: relative;
  overflow: hidden
}

.learning-program .program-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #962AB7, #B9E2C0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease-out
}

.learning-program .program-card:hover::after {
  transform: scaleX(1)
}

.learning-program .program-card:hover {
  box-shadow: 0 10px 52px 0 #962ab71a;
  transform: translateY(-4px)
}

.learning-program .card-step {
  font-size: 13px;
  font-weight: 700;
  color: #962AB7;
  letter-spacing: .1em;
  text-transform: uppercase
}

.learning-program .card-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1206;
  margin: 0;
  letter-spacing: -.01em
}

.learning-program .card-text {
  font-size: 13px;
  line-height: 1.6;
  color: #3a3040
}

.learning-program .card-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #962AB7;
  background: #E6DDE5;
  border-radius: 4px;
  padding: 6px 12px;
  width: fit-content
}

.learning-program .testimonials-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 72px
}

.learning-program .testimonial-card {
  background: linear-gradient(160deg, #fff 60%, #E6DDE5 100%);
  border-radius: 15px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 7px 18px 0 #962ab714
}

.learning-program .testimonial-quote {
  font-size: 13px;
  line-height: 1.9;
  color: #2e2535
}

.learning-program .testimonial-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.learning-program .testimonial-portrait {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.learning-program .testimonial-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(0.2);
  transition: filter .2s ease-out
}

.learning-program .testimonial-portrait img:hover {
  filter: grayscale(0)
}

.learning-program .testimonial-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1206;
  line-height: 1.4
}

.learning-program .testimonial-role {
  font-size: 13px;
  color: #7a6585;
  line-height: 1.4
}

.learning-program .faq-area {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 72px;
  align-items: start
}

.learning-program .faq-label {
  font-size: 25px;
  font-weight: 900;
  color: #1a1206;
  line-height: 1.2;
  letter-spacing: -.01em
}

.learning-program .faq-label span {
  color: #962AB7
}

.learning-program .faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.learning-program .faq-item {
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px 0 #962ab70f
}

.learning-program .faq-toggle {
  display: none
}

.learning-program .faq-question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #1a1206;
  line-height: 1.4;
  user-select: none;
  gap: 12px
}

.learning-program .faq-question:hover {
  background: #F4EFF6
}

.learning-program .faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform .2s ease-out
}

.learning-program .faq-toggle:checked~.faq-question .faq-icon {
  transform: rotate(45deg)
}

.learning-program .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease-out, padding .2s ease-out;
  font-size: 13px;
  line-height: 1.6;
  color: #3a3040;
  padding: 0 24px
}

.learning-program .faq-toggle:checked~.faq-answer {
  max-height: 200px;
  padding: 0 24px 24px
}

.learning-program .brightness-pulse {
  animation: brightness-cycle 6s ease-in-out infinite
}

@keyframes brightness-cycle {

  0%,
  100% {
    filter: brightness(1)
  }

  50% {
    filter: brightness(1.025)
  }
}

.learning-program .triangle-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #F4EFF6
}

.learning-program .triangle-divider svg {
  display: block;
  width: 100%
}

.learning-program .expert-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.learning-program .expert-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: 0 1px 2px 0 #962ab70f;
  transition: box-shadow .22s ease-out
}

.learning-program .expert-card:hover {
  box-shadow: 0 7px 18px 0 #962ab714
}

.learning-program .expert-portrait {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.learning-program .expert-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .22s ease-out
}

.learning-program .expert-portrait img:hover {
  filter: grayscale(0.3)
}

.learning-program .expert-info {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.learning-program .expert-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1206;
  line-height: 1.4
}

.learning-program .expert-role {
  font-size: 13px;
  color: #7a6585;
  line-height: 1.4
}

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

  .learning-program .program-entry-image {
    height: 340px
  }

  .learning-program .program-entry-text {
    padding: 36px 24px
  }

  .learning-program .program-heading {
    font-size: 46px
  }

  .learning-program .detail-top {
    grid-template-columns: 1fr;
    gap: 36px
  }

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

  .learning-program .faq-area {
    grid-template-columns: 1fr;
    gap: 36px
  }

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

@media (max-width: 768px) {
  .learning-program .program-heading {
    font-size: 46px
  }

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

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

  .learning-program .detail-heading {
    font-size: 25px
  }

  .learning-program .detail-inner {
    padding: 36px 24px
  }

  .learning-program .program-detail-inner {
    padding: 36px 24px
  }
}

@media (max-width: 375px) {
  .learning-program .program-heading {
    font-size: 25px
  }

  .learning-program .program-entry-text {
    padding: 24px 12px
  }

  .learning-program .program-detail-inner {
    padding: 24px 12px
  }

  .learning-program .cards-grid {
    gap: 12px
  }
}

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

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
  box-sizing: border-box
}

.about-us-page ::selection {
  background: #962AB7;
  color: #fff
}

.about-us-page .identity-block {
  position: relative;
  padding: 72px 24px;
  background-color: #f4f0f5;
  background-image: linear-gradient(135deg, #962ab70f 0%, transparent 55%), repeating-linear-gradient(0deg, transparent, transparent 23px, #962ab712 23px, #962ab712 24px), repeating-linear-gradient(90deg, transparent, transparent 23px, #962ab712 23px, #962ab712 24px);
  overflow: hidden
}

.about-us-page .identity-block::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 2px dashed #962ab72e;
  border-radius: 9px;
  transform: rotate(18deg);
  pointer-events: none
}

.about-us-page .identity-block::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 36px;
  width: 120px;
  height: 120px;
  border: 2px dashed #b9e2c073;
  border-radius: 4px;
  transform: rotate(-8deg);
  pointer-events: none
}

.about-us-page .identity-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 72px;
  align-items: start
}

.about-us-page .identity-text {
  padding-top: 36px
}

.about-us-page .identity-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .12em;
  color: #962AB7;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 6px 12px;
  background: #962ab714;
  border-radius: 4px
}

.about-us-page .identity-heading {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1b0f22;
  font-weight: 900;
  margin: 0 0 24px
}

.about-us-page .identity-heading strong {
  color: #962AB7;
  font-weight: 900
}

.about-us-page .identity-sub {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: -.01em;
  color: #2d1a3a;
  font-weight: 600;
  margin: 0 0 24px
}

.about-us-page .identity-para {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: #3a2645;
  margin: 0 0 24px;
  max-width: 560px
}

.about-us-page .identity-stats {
  display: flex;
  flex-direction: row;
  gap: 36px;
  margin-top: 36px;
  flex-wrap: wrap
}

.about-us-page .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.about-us-page .stat-number {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.04em;
  color: #962AB7;
  font-weight: 900
}

.about-us-page .stat-desc {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .04em;
  color: #5a3d6e;
  text-transform: uppercase;
  font-weight: 600
}

.about-us-page .identity-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px
}

.about-us-page .portrait-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 #962ab71a
}

.about-us-page .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .4s ease-out
}

.about-us-page .portrait-frame:hover img {
  filter: saturate(0)
}

.about-us-page .portrait-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0% 0%, #962ab747 0%, transparent 45%), radial-gradient(ellipse at 100% 100%, #1b0f2259 0%, transparent 50%);
  pointer-events: none
}

.about-us-page .expert-card {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: 0 7px 18px 0 #962ab714;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.about-us-page .expert-name {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0f22;
  letter-spacing: .02em
}

.about-us-page .expert-role {
  font-size: 13px;
  line-height: 1.4;
  color: #962AB7;
  letter-spacing: .04em;
  font-weight: 600
}

.about-us-page .expert-note {
  font-size: 13px;
  line-height: 1.6;
  color: #5a3d6e;
  margin-top: 6px
}

.about-us-page .dashed-accent {
  border: 2px dashed #962ab74d;
  border-radius: 9px;
  padding: 24px;
  background: #962ab708;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.about-us-page .dashed-accent-label {
  font-size: 13px;
  line-height: 1.4;
  color: #962AB7;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.about-us-page .dashed-accent-text {
  font-size: 13px;
  line-height: 1.6;
  color: #3a2645
}

.about-us-page .approach-block {
  position: relative;
  padding: 72px 24px;
  background: #fff
}

.about-us-page .approach-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(162deg, #E6DDE5 0%, #E6DDE5 38%, #fff 38.1%, #fff 100%);
  pointer-events: none;
  z-index: 0
}

.about-us-page .approach-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.about-us-page .approach-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  margin-bottom: 72px;
  align-items: end
}

.about-us-page .approach-heading {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #1b0f22;
  font-weight: 800;
  margin: 0
}

.about-us-page .approach-heading strong {
  color: #962AB7
}

.about-us-page .approach-lead {
  font-size: 13px;
  line-height: 1.9;
  color: #3a2645;
  margin: 0
}

.about-us-page .approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.about-us-page .method-card {
  background: #fff;
  border-radius: 15px;
  padding: 36px 24px;
  box-shadow: 0 1px 2px 0 #962ab70f;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  cursor: default
}

.about-us-page .method-card:hover {
  box-shadow: 0 10px 52px 0 #962ab71a;
  transform: translateY(-4px)
}

.about-us-page .method-card.featured {
  background: linear-gradient(148deg, #962ab70f 0%, #b9e2c01f 100%);
  border: 1.5px solid #962ab726
}

.about-us-page .method-icon-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.about-us-page .method-icon-wrap .pe-7s-study,
.about-us-page .method-icon-wrap .pe-7s-users,
.about-us-page .method-icon-wrap .pe-7s-tools,
.about-us-page .method-icon-wrap .pe-7s-graph1,
.about-us-page .method-icon-wrap .pe-7s-chat,
.about-us-page .method-icon-wrap .pe-7s-note2 {
  font-size: 28px;
  color: #962AB7;
  line-height: 1
}

.about-us-page .icon-dot {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 42px;
  background: #B9E2C0;
  border: 2px solid #fff
}

.about-us-page .method-title {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b0f22;
  letter-spacing: .02em;
  margin: 0
}

.about-us-page .method-text {
  font-size: 13px;
  line-height: 1.6;
  color: #5a3d6e;
  margin: 0
}

.about-us-page .approach-images {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 240px 200px;
  gap: 12px;
  margin-top: 72px
}

.about-us-page .img-cell {
  overflow: hidden;
  border-radius: 9px
}

.about-us-page .img-cell.span-col {
  grid-row: 1 / 3
}

.about-us-page .img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter .5s ease-out, transform .4s ease-out
}

.about-us-page .img-cell:hover img {
  filter: saturate(0);
  transform: scale(1.03)
}

.about-us-page .row-highlight-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px
}

.about-us-page .highlight-item {
  padding: 24px;
  border-radius: 9px;
  background: #e6dde566;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background .15s ease-out, box-shadow .15s ease-out;
  cursor: default
}

.about-us-page .row-highlight-group:hover .highlight-item {
  background: #962ab70d
}

.about-us-page .row-highlight-group:hover .highlight-item:hover {
  background: #962ab71f !important;
  box-shadow: 0 7px 18px 0 #962ab714
}

.about-us-page .highlight-num {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  color: #962AB7;
  letter-spacing: -.02em
}

.about-us-page .highlight-label {
  font-size: 13px;
  line-height: 1.4;
  color: #3a2645;
  font-weight: 600;
  letter-spacing: .02em
}

.about-us-page .highlight-detail {
  font-size: 13px;
  line-height: 1.6;
  color: #5a3d6e
}

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

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

.about-us-page .identity-label {
  animation: fadeUp .18s ease-out both
}

.about-us-page .identity-heading {
  animation: fadeUp .22s ease-out .06s both
}

.about-us-page .identity-sub {
  animation: fadeUp .2s ease-out .1s both
}

@media (max-width: 1024px) {
  .about-us-page .identity-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .about-us-page .identity-aside {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px
  }

  .about-us-page .portrait-frame {
    width: 200px;
    height: 250px
  }

  .about-us-page .identity-heading {
    font-size: 46px
  }

  .about-us-page .approach-top {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .about-us-page .approach-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-us-page .approach-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
  }

  .about-us-page .img-cell.span-col {
    grid-row: auto;
    grid-column: 1 / 3;
    height: 220px
  }

  .about-us-page .row-highlight-group {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .about-us-page .identity-block {
    padding: 36px 24px
  }

  .about-us-page .identity-heading {
    font-size: 46px
  }

  .about-us-page .identity-aside {
    grid-template-columns: 1fr
  }

  .about-us-page .portrait-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5
  }

  .about-us-page .approach-block {
    padding: 36px 24px
  }

  .about-us-page .approach-heading {
    font-size: 25px
  }

  .about-us-page .approach-grid {
    grid-template-columns: 1fr
  }

  .about-us-page .approach-images {
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }

  .about-us-page .img-cell.span-col {
    grid-column: auto;
    height: 200px
  }

  .about-us-page .row-highlight-group {
    grid-template-columns: 1fr 1fr
  }

  .about-us-page .identity-stats {
    gap: 24px
  }
}

@media (max-width: 375px) {
  .about-us-page .identity-heading {
    font-size: 46px
  }

  .about-us-page .row-highlight-group {
    grid-template-columns: 1fr
  }

  .about-us-page .identity-stats {
    flex-direction: column;
    gap: 12px
  }
}

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

.contact-us-page *,
.contact-us-page ::before,
.contact-us-page ::after {
  box-sizing: border-box
}

.contact-us-page ::selection {
  background: #962AB7;
  color: #fff
}

.contact-us-page .reach-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.contact-us-page .reach-left {
  position: relative
}

.contact-us-page .reach-label {
  font-size: 13px;
  letter-spacing: .12em;
  color: #962AB7;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.contact-us-page .reach-label-line {
  display: block;
  width: 36px;
  height: 2px;
  background: #962AB7;
  flex-shrink: 0
}

.contact-us-page .reach-heading {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1b2e;
  font-weight: 800;
  margin: 0 0 24px
}

.contact-us-page .reach-heading strong {
  color: #962AB7
}

.contact-us-page .reach-desc {
  font-size: 13px;
  line-height: 1.9;
  color: #3d3d52;
  margin: 0 0 36px;
  max-width: 420px
}

.contact-us-page .contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us-page .contact-detail-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.contact-us-page .detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #E6DDE5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .18s ease-out
}

.contact-us-page .contact-detail-item:hover .detail-icon {
  background: #962AB7
}

.contact-us-page .detail-icon .pe-7s-map-marker,
.contact-us-page .detail-icon .pe-7s-call,
.contact-us-page .detail-icon .pe-7s-mail {
  font-size: 20px;
  color: #962AB7;
  transition: color .18s ease-out
}

.contact-us-page .contact-detail-item:hover .detail-icon .pe-7s-map-marker,
.contact-us-page .contact-detail-item:hover .detail-icon .pe-7s-call,
.contact-us-page .contact-detail-item:hover .detail-icon .pe-7s-mail {
  color: #fff
}

.contact-us-page .detail-text {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.contact-us-page .detail-caption {
  font-size: 13px;
  font-weight: 700;
  color: #1b1b2e;
  letter-spacing: .04em;
  text-transform: uppercase
}

.contact-us-page .detail-value {
  font-size: 13px;
  line-height: 1.6;
  color: #3d3d52
}

.contact-us-page .detail-value a {
  color: #3d3d52;
  text-decoration: none;
  border-bottom: 1px solid #E6DDE5;
  transition: color .15s ease, border-color .15s ease
}

.contact-us-page .detail-value a:hover {
  color: #962AB7;
  border-color: #962AB7
}

.contact-us-page .availability-bar-wrap {
  background: #E6DDE5;
  border-radius: 4px;
  padding: 24px
}

.contact-us-page .availability-bar-label {
  font-size: 13px;
  font-weight: 700;
  color: #1b1b2e;
  margin-bottom: 12px;
  letter-spacing: .03em
}

.contact-us-page .bar-track {
  position: relative;
  height: 8px;
  background: #fff;
  border-radius: 42px;
  margin-bottom: 6px;
  overflow: hidden
}

.contact-us-page .bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 68%;
  background: linear-gradient(112deg, #962AB7 0%, #B9E2C0 100%);
  border-radius: 42px;
  animation: bar-grow .9s ease-out forwards;
  transform-origin: left center
}

@keyframes bar-grow {
  from {
    width: 0
  }

  to {
    width: 68%
  }
}

.contact-us-page .bar-ends {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  color: #3d3d52;
  margin-top: 6px
}

.contact-us-page .bar-note {
  font-size: 13px;
  color: #962AB7;
  font-weight: 600;
  margin-top: 12px
}

.contact-us-page .reach-right {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 7px 18px 0 #962ab714;
  padding: 36px
}

.contact-us-page .form-heading {
  font-size: 25px;
  line-height: 1.4;
  color: #1b1b2e;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 6px
}

.contact-us-page .form-sub {
  font-size: 13px;
  line-height: 1.6;
  color: #3d3d52;
  margin: 0 0 36px
}

.contact-us-page .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us-page .field-group {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.contact-us-page .field-label {
  font-size: 13px;
  font-weight: 600;
  color: #1b1b2e;
  letter-spacing: .03em
}

.contact-us-page .field-label span {
  color: #962AB7;
  margin-left: 2px
}

.contact-us-page .field-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #E6DDE5;
  border-radius: 9px;
  font-size: 13px;
  color: #1b1b2e;
  background: #fff;
  outline: none;
  transition: border-color .18s ease-out, box-shadow .18s ease-out;
  min-height: 48px
}

.contact-us-page .field-input::placeholder {
  color: #a89eb5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.contact-us-page .field-input:focus {
  border-color: #962AB7;
  box-shadow: inset 0 1px 4px 0 #962ab71a
}

.contact-us-page .field-select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #E6DDE5;
  border-radius: 9px;
  font-size: 13px;
  color: #1b1b2e;
  background: #fff;
  outline: none;
  transition: border-color .18s ease-out, box-shadow .18s ease-out;
  min-height: 48px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23962AB7' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px
}

.contact-us-page .field-select:focus {
  border-color: #962AB7;
  box-shadow: inset 0 1px 4px 0 #962ab71a
}

.contact-us-page .time-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.contact-us-page .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.contact-us-page .privacy-checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid #E6DDE5;
  border-radius: 4px;
  accent-color: #962AB7;
  cursor: pointer;
  margin-top: 2px
}

.contact-us-page .privacy-text {
  font-size: 13px;
  line-height: 1.6;
  color: #3d3d52
}

.contact-us-page .privacy-text a {
  color: #962AB7;
  text-decoration: none;
  border-bottom: 1px solid #962ab74d;
  transition: border-color .15s ease
}

.contact-us-page .privacy-text a:hover {
  border-color: #962AB7
}

.contact-us-page .submit-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(112deg, #962AB7 0%, #7a1f98 100%);
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: box-shadow .22s ease-out, background .4s ease;
  box-shadow: 0 7px 18px 0 #962ab714;
  align-self: flex-start
}

.contact-us-page .submit-button:hover {
  background: linear-gradient(220deg, #7a1f98 0%, #962AB7 100%);
  box-shadow: 0 10px 52px 0 #962ab71a
}

.contact-us-page .submit-button:focus {
  outline: 2px solid #962AB7;
  outline-offset: 3px
}

.contact-us-page .submit-button:active {
  box-shadow: 0 1px 2px 0 #962ab70f
}

.contact-us-page .submit-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.contact-us-page .decor-circles {
  position: absolute;
  top: -24px;
  right: -36px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  opacity: .12
}

.contact-us-page .image-info-block {
  background: linear-gradient(160deg, #1b1b2e 0%, #2d1a38 100%);
  position: relative;
  overflow: hidden
}

.contact-us-page .image-info-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 36px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1
}

.contact-us-page .image-column {
  position: relative
}

.contact-us-page .image-frame {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 52px 0 #962ab71a
}

.contact-us-page .image-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: filter .45s ease-out
}

.contact-us-page .image-frame:hover img {
  filter: saturate(0)
}

.contact-us-page .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 30%, #1d1028b8 100%);
  border-radius: 15px;
  pointer-events: none
}

.contact-us-page .image-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #962AB7;
  color: #fff;
  border-radius: 9px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 7px 18px 0 #962ab714
}

.contact-us-page .info-column {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.contact-us-page .info-eyebrow {
  font-size: 13px;
  color: #B9E2C0;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase
}

.contact-us-page .info-heading {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0
}

.contact-us-page .info-heading mark {
  background: none;
  color: #B9E2C0;
  text-decoration: underline;
  text-decoration-color: #962AB7;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px
}

.contact-us-page .info-body {
  font-size: 13px;
  line-height: 1.9;
  color: #e6dde5d9;
  margin: 0
}

.contact-us-page .info-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.contact-us-page .metric-card {
  background: #ffffff0f;
  border: 1px solid #b9e2c02e;
  border-radius: 9px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background .2s ease-out, border-color .2s ease-out
}

.contact-us-page .metric-card:hover {
  background: #962ab726;
  border-color: #962ab766
}

.contact-us-page .metric-number {
  font-size: 25px;
  font-weight: 800;
  color: #B9E2C0;
  line-height: 1.2;
  letter-spacing: -.01em
}

.contact-us-page .metric-label {
  font-size: 13px;
  color: #e6dde5b3;
  line-height: 1.4
}

.contact-us-page .bg-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 340px;
  pointer-events: none;
  opacity: .06
}

.contact-us-page .divider-shape {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 0 0
}

.contact-us-page .divider-line {
  display: block;
  width: 48px;
  height: 2px;
  background: #E6DDE5;
  border-radius: 4px
}

.contact-us-page .divider-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #962AB7;
  transform: rotate(45deg)
}

@keyframes cascade-in {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

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

.contact-us-page .reach-left {
  animation: cascade-in .5s ease-out both
}

.contact-us-page .reach-right {
  animation: cascade-in .5s .18s ease-out both
}

.contact-us-page .metric-card:nth-child(1) {
  animation: cascade-in .4s .1s ease-out both
}

.contact-us-page .metric-card:nth-child(2) {
  animation: cascade-in .4s .22s ease-out both
}

.contact-us-page .metric-card:nth-child(3) {
  animation: cascade-in .4s .34s ease-out both
}

.contact-us-page .metric-card:nth-child(4) {
  animation: cascade-in .4s .46s ease-out both
}

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

  .contact-us-page .image-info-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 72px 24px
  }

  .contact-us-page .reach-heading {
    font-size: 46px
  }

  .contact-us-page .info-heading {
    font-size: 46px
  }
}

@media (max-width: 768px) {
  .contact-us-page .reach-block {
    padding: 36px 24px;
    gap: 36px
  }

  .contact-us-page .reach-heading {
    font-size: 25px
  }

  .contact-us-page .info-heading {
    font-size: 25px
  }

  .contact-us-page .image-info-inner {
    padding: 36px 24px;
    gap: 36px
  }

  .contact-us-page .time-grid {
    grid-template-columns: 1fr
  }

  .contact-us-page .info-metrics {
    grid-template-columns: 1fr 1fr
  }

  .contact-us-page .image-frame img {
    height: 260px
  }

  .contact-us-page .decor-circles {
    display: none
  }
}

@media (max-width: 375px) {
  .contact-us-page .reach-block {
    padding: 36px 12px
  }

  .contact-us-page .image-info-inner {
    padding: 36px 12px
  }

  .contact-us-page .reach-right {
    padding: 24px
  }

  .contact-us-page .info-metrics {
    grid-template-columns: 1fr
  }

  .contact-us-page .reach-heading {
    font-size: 25px
  }

  .contact-us-page .submit-button {
    width: 100%;
    justify-content: center
  }
}

.press-release-page {
  background: #fff;
  color: #1b1b2e;
  overflow-x: hidden
}

.press-release-page *,
.press-release-page ::before,
.press-release-page ::after {
  box-sizing: border-box
}

.press-release-page ::selection {
  background: #962AB7;
  color: #fff
}

.press-release-page .release-header {
  background: #962AB7;
  padding: 72px 24px;
  position: relative;
  max-width: 100%
}

.press-release-page .release-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.press-release-page .release-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #b9e2c02e;
  border: 1px solid #b9e2c066;
  border-radius: 4px;
  padding: 6px 24px;
  font-size: 13px;
  color: #B9E2C0;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 36px
}

.press-release-page .release-label .pe-7s-news-paper {
  font-size: 13px
}

.press-release-page .release-heading {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #fff;
  font-weight: 800;
  margin: 0 0 24px;
  max-width: 820px
}

.press-release-page .release-heading .accented {
  color: #B9E2C0;
  font-weight: 900
}

.press-release-page .release-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap
}

.press-release-page .release-meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #ffffffb8;
  letter-spacing: .04em
}

.press-release-page .release-meta-item i {
  color: #B9E2C0;
  font-size: 13px
}

.press-release-page .release-deco-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.press-release-page .release-deco-bar svg {
  display: block;
  width: 100%
}

.press-release-page .release-deco-shape {
  position: absolute;
  top: 36px;
  right: 72px;
  width: 160px;
  height: 160px;
  opacity: .07;
  pointer-events: none
}

.press-release-page .release-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 72px;
  align-items: start
}

.press-release-page .release-article {
  min-width: 0
}

.press-release-page .release-lead {
  font-size: 25px;
  line-height: 1.4;
  color: #1b1b2e;
  font-weight: 700;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.press-release-page .release-paragraph {
  font-size: 13px;
  line-height: 1.9;
  color: #2e2e42;
  margin: 0 0 24px;
  letter-spacing: .02em
}

.press-release-page .release-paragraph strong {
  color: #962AB7;
  font-weight: 700
}

.press-release-page .release-image-block {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  margin: 36px 0;
  box-shadow: 0 7px 18px 0 #962ab714
}

.press-release-page .release-image-block img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: filter .45s ease-out;
  filter: saturate(1)
}

.press-release-page .release-image-block:hover img {
  filter: saturate(0)
}

.press-release-page .release-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #962ab7e0 0%, #962ab700 100%);
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  padding: 36px 24px 24px;
  transform: translateY(100%);
  transition: transform .35s ease-out
}

.press-release-page .release-image-block:hover .release-caption {
  transform: translateY(0)
}

.press-release-page .release-aside {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.press-release-page .aside-card {
  background: #f7f3f8;
  border-radius: 9px;
  padding: 24px;
  box-shadow: 0 1px 2px 0 #962ab70f
}

.press-release-page .aside-card-title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #962AB7;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 12px
}

.press-release-page .aside-fact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.press-release-page .aside-fact-list li {
  font-size: 13px;
  line-height: 1.6;
  color: #2e2e42;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px
}

.press-release-page .aside-fact-list li i {
  color: #962AB7;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0
}

.press-release-page .aside-contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #2e2e42;
  margin-bottom: 12px
}

.press-release-page .aside-contact-item:last-child {
  margin-bottom: 0
}

.press-release-page .aside-contact-item i {
  color: #962AB7;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0
}

.press-release-page .aside-contact-item a {
  color: #962AB7;
  text-decoration: none;
  transition: color .18s ease-out
}

.press-release-page .aside-contact-item a:hover {
  color: #6e1e88
}

.press-release-page .process-section {
  background: #f7f3f8;
  padding: 72px 24px;
  position: relative
}

.press-release-page .process-section-inner {
  max-width: 1280px;
  margin: 0 auto
}

.press-release-page .process-heading {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 800;
  color: #1b1b2e;
  margin: 0 0 12px
}

.press-release-page .process-heading .accented {
  color: #962AB7
}

.press-release-page .process-subtext {
  font-size: 13px;
  line-height: 1.6;
  color: #555568;
  margin: 0 0 36px;
  max-width: 560px;
  letter-spacing: .02em
}

.press-release-page .process-steps {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  position: relative
}

.press-release-page .process-step {
  flex: 1;
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  position: relative;
  box-shadow: 0 1px 2px 0 #962ab70f;
  transition: box-shadow .2s ease-out, transform .2s ease-out
}

.press-release-page .process-step:hover {
  box-shadow: 0 7px 18px 0 #962ab714;
  transform: translateY(-4px)
}

.press-release-page .process-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  flex-shrink: 0
}

.press-release-page .process-arrow svg {
  width: 24px;
  height: 24px;
  color: #962AB7
}

.press-release-page .step-number {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 900;
  color: #962ab71a;
  letter-spacing: -.04em;
  margin: 0 0 6px
}

.press-release-page .step-icon {
  font-size: 25px;
  color: #962AB7;
  margin-bottom: 12px;
  display: block
}

.press-release-page .step-title {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b2e;
  margin: 0 0 6px;
  letter-spacing: .03em;
  text-transform: uppercase
}

.press-release-page .step-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #555568;
  margin: 0
}

.press-release-page .icon-path-section {
  background: #fff;
  padding: 72px 24px;
  position: relative;
  overflow: hidden
}

.press-release-page .icon-path-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center
}

.press-release-page .icon-path-text-col {
  min-width: 0
}

.press-release-page .icon-path-heading {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b2e;
  letter-spacing: -.02em;
  margin: 0 0 24px
}

.press-release-page .icon-path-heading .accented {
  color: #962AB7
}

.press-release-page .icon-path-body {
  font-size: 13px;
  line-height: 1.9;
  color: #2e2e42;
  margin: 0 0 24px
}

.press-release-page .icon-path-body strong {
  color: #962AB7
}

.press-release-page .divider-line {
  width: 1px;
  background: linear-gradient(to bottom, transparent, #962AB7 30%, #962AB7 70%, transparent);
  align-self: stretch;
  display: none
}

.press-release-page .icon-path-visual-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}

.press-release-page .icon-trio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  justify-content: center
}

.press-release-page .icon-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1
}

.press-release-page .icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 42px;
  background: #f7f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 18px 0 #962ab714;
  transition: background .2s ease-out, transform .18s ease-out
}

.press-release-page .icon-circle:hover {
  background: #962AB7;
  transform: scale(1.08)
}

.press-release-page .icon-circle:hover i {
  color: #fff
}

.press-release-page .icon-circle i {
  font-size: 25px;
  color: #962AB7;
  transition: color .18s ease-out
}

.press-release-page .icon-label {
  font-size: 13px;
  line-height: 1.4;
  color: #555568;
  text-align: center;
  font-weight: 600
}

.press-release-page .dashed-connector {
  flex: 1;
  border-top: 2px dashed #962ab759;
  margin-top: -30px
}

.press-release-page .icon-path-stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  margin-top: 12px
}

.press-release-page .stat-pill {
  flex: 1;
  background: #f7f3f8;
  border-radius: 9px;
  padding: 12px 24px;
  text-align: center;
  box-shadow: inset 0 1px 4px 0 #962ab712
}

.press-release-page .stat-number {
  font-size: 25px;
  font-weight: 800;
  color: #962AB7;
  line-height: 1.2;
  letter-spacing: -.02em;
  display: block
}

.press-release-page .stat-desc {
  font-size: 13px;
  color: #555568;
  line-height: 1.4;
  display: block;
  margin-top: 6px
}

.press-release-page .chevron-section {
  background: #E6DDE5;
  padding: 72px 24px;
  position: relative
}

.press-release-page .chevron-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.press-release-page .chevron-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .06
}

.press-release-page .chevron-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.press-release-page .chevron-heading {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b2e;
  letter-spacing: -.02em;
  margin: 0 0 12px;
  max-width: 640px
}

.press-release-page .chevron-heading .accented {
  color: #962AB7
}

.press-release-page .chevron-intro {
  font-size: 13px;
  line-height: 1.6;
  color: #3a3a4e;
  margin: 0 0 36px;
  max-width: 540px
}

.press-release-page .two-col-featured {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 36px;
  align-items: start;
  background: #fff;
  border-radius: 15px;
  padding: 36px;
  box-shadow: 0 10px 52px 0 #962ab71a
}

.press-release-page .featured-divider {
  background: linear-gradient(to bottom, transparent, #962AB7 30%, #962AB7 70%, transparent);
  align-self: stretch
}

.press-release-page .featured-col-intro {
  padding-right: 12px
}

.press-release-page .featured-col-detail {
  padding-left: 12px
}

.press-release-page .featured-intro-label {
  font-size: 13px;
  font-weight: 700;
  color: #962AB7;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 12px
}

.press-release-page .featured-intro-text {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b2e;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.press-release-page .featured-detail-paragraph {
  font-size: 13px;
  line-height: 1.9;
  color: #2e2e42;
  margin: 0 0 24px
}

.press-release-page .featured-detail-paragraph:last-child {
  margin-bottom: 0
}

.press-release-page .featured-detail-paragraph strong {
  color: #962AB7
}

.press-release-page .release-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #962AB7;
  text-decoration: none;
  letter-spacing: .04em;
  border-radius: 4px;
  padding: 6px 0;
  transition: gap .18s ease-out, color .18s ease-out
}

.press-release-page .release-link:hover {
  gap: 12px;
  color: #6e1e88
}

.press-release-page .release-link i {
  font-size: 13px;
  transition: transform .18s ease-out
}

.press-release-page .release-link:hover i {
  transform: translateX(4px)
}

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

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

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

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

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

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

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

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

.press-release-page .release-heading {
  animation: slideFromLeft .45s ease-out both;
  animation-delay: .08s
}

.press-release-page .release-label {
  animation: slideFromBottom .35s ease-out both;
  animation-delay: 0s
}

.press-release-page .release-meta-row {
  animation: slideFromLeft .4s ease-out both;
  animation-delay: .18s
}

.press-release-page .process-step:nth-child(1) {
  animation: waveReveal .35s ease-out both;
  animation-delay: .05s
}

.press-release-page .process-step:nth-child(3) {
  animation: waveReveal .35s ease-out both;
  animation-delay: .15s
}

.press-release-page .process-step:nth-child(5) {
  animation: waveReveal .35s ease-out both;
  animation-delay: .25s
}

.press-release-page .process-step:nth-child(7) {
  animation: waveReveal .35s ease-out both;
  animation-delay: .35s
}

.press-release-page .icon-path-text-col {
  animation: slideFromLeft .5s ease-out both;
  animation-delay: .1s
}

.press-release-page .icon-path-visual-col {
  animation: slideFromRight .5s ease-out both;
  animation-delay: .2s
}

.press-release-page .two-col-featured {
  animation: slideFromBottom .45s ease-out both;
  animation-delay: .12s
}

@media (max-width: 1024px) {
  .press-release-page .release-body {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .press-release-page .release-aside {
    flex-direction: row;
    flex-wrap: wrap
  }

  .press-release-page .aside-card {
    flex: 1;
    min-width: 240px
  }

  .press-release-page .process-steps {
    flex-direction: column
  }

  .press-release-page .process-arrow {
    transform: rotate(90deg);
    padding: 0
  }

  .press-release-page .icon-path-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .press-release-page .two-col-featured {
    grid-template-columns: 1fr
  }

  .press-release-page .featured-divider {
    display: none
  }

  .press-release-page .release-heading {
    font-size: 46px
  }
}

@media (max-width: 768px) {
  .press-release-page .release-header {
    padding: 36px 24px 72px
  }

  .press-release-page .release-heading {
    font-size: 46px
  }

  .press-release-page .release-body {
    padding: 36px 24px
  }

  .press-release-page .process-section {
    padding: 36px 24px
  }

  .press-release-page .process-heading {
    font-size: 25px
  }

  .press-release-page .icon-path-section {
    padding: 36px 24px
  }

  .press-release-page .icon-path-heading {
    font-size: 25px
  }

  .press-release-page .chevron-section {
    padding: 36px 24px
  }

  .press-release-page .chevron-heading {
    font-size: 25px
  }

  .press-release-page .two-col-featured {
    padding: 24px
  }

  .press-release-page .icon-trio {
    gap: 12px
  }

  .press-release-page .icon-circle {
    width: 56px;
    height: 56px
  }

  .press-release-page .release-deco-shape {
    display: none
  }
}

@media (max-width: 375px) {
  .press-release-page .release-heading {
    font-size: 25px
  }

  .press-release-page .release-meta-row {
    gap: 12px
  }

  .press-release-page .icon-path-stat-row {
    flex-direction: column
  }

  .press-release-page .aside-card {
    min-width: 100%
  }

  .press-release-page .icon-trio {
    flex-direction: column;
    align-items: center
  }

  .press-release-page .dashed-connector {
    display: none
  }
}

.opening {
  max-width: 100%;
  overflow-x: clip
}

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

.opening .page-limiter {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateX(60px)
  }

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

.opening .reveal {
  animation: slide-in-right .5s ease-out both
}

.opening .reveal-2 {
  animation: slide-in-right .5s ease-out .15s both
}

.opening .reveal-3 {
  animation: slide-in-right .5s ease-out .28s both
}

.opening .reveal-4 {
  animation: slide-in-right .5s ease-out .42s both
}

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

.opening .title-block-inner {
  display: grid;
  grid-template-columns: 1fr 55%;
  gap: 72px;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.opening .title-text-zone {
  padding-right: 36px;
  padding-top: 36px
}

.opening .title-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  color: #962AB7;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 6px 12px;
  background: #E6DDE5;
  border-radius: 4px
}

.opening .title-heading {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 900;
  color: #1a1111;
  margin: 0 0 24px
}

.opening .title-heading .accent-word {
  color: #962AB7
}

.opening .title-desc {
  font-size: 25px;
  line-height: 1.6;
  color: #3a2e3a;
  margin: 0 0 36px;
  max-width: 420px
}

.opening .title-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: #962AB7;
  padding: 12px 24px;
  border-radius: 9px;
  text-decoration: none;
  transition: background .18s ease-out, box-shadow .18s ease-out;
  box-shadow: 0 7px 18px 0 #962ab714
}

.opening .title-cta:hover {
  background: linear-gradient(135deg, #962AB7 0%, #7b1f99 100%);
  box-shadow: 0 10px 52px 0 #962ab71a
}

.opening .title-cta-arrow {
  width: 18px;
  height: 18px;
  display: inline-block
}

.opening .title-image-zone {
  position: relative;
  padding: 12px
}

.opening .title-bracket-tl,
.opening .title-bracket-br {
  position: absolute;
  width: 36px;
  height: 36px;
  pointer-events: none
}

.opening .title-bracket-tl {
  top: 0;
  left: 0;
  border-top: 3px solid #962AB7;
  border-left: 3px solid #962AB7;
  border-radius: 4px 0 0 0
}

.opening .title-bracket-br {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #962AB7;
  border-right: 3px solid #962AB7;
  border-radius: 0 0 4px 0
}

.opening .title-img-wrap {
  border-radius: 15px;
  overflow: hidden;
  position: relative
}

.opening .title-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1);
  transition: filter .4s ease-out
}

.opening .title-img-wrap:hover img {
  filter: saturate(0)
}

.opening .title-img-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #962ab773 0%, transparent 100%);
  pointer-events: none;
  border-radius: 0 0 15px 15px
}

.opening .title-concentric {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 180px;
  height: 180px;
  pointer-events: none;
  opacity: .07;
  overflow: hidden
}

@media (max-width: 1024px) {
  .opening .title-block-inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .opening .title-heading {
    font-size: 46px
  }

  .opening .title-text-zone {
    padding-right: 0;
    padding-top: 0
  }
}

@media (max-width: 768px) {
  .opening .title-heading {
    font-size: 46px
  }

  .opening .title-desc {
    font-size: 25px
  }

  .opening .title-img-wrap img {
    height: 320px
  }
}

@media (max-width: 375px) {
  .opening .title-heading {
    font-size: 46px
  }

  .opening .title-block {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

.opening .team-section {
  background: linear-gradient(160deg, #E6DDE5 0%, #f5f0f5 100%);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.opening .team-section-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.opening .team-grid {
  display: grid;
  grid-template-columns: 58% 1fr;
  gap: 36px;
  align-items: start
}

.opening .team-left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.opening .team-heading {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.015em;
  font-weight: 800;
  color: #1a1111;
  margin: 0
}

.opening .team-heading .accent-word {
  color: #962AB7
}

.opening .team-body {
  font-size: 13px;
  line-height: 1.9;
  color: #3a2e3a;
  margin: 0
}

.opening .team-stats-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.opening .team-stat {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  flex: 1;
  min-width: 120px;
  box-shadow: 0 7px 18px 0 #962ab714;
  transition: box-shadow .2s ease-out
}

.opening .team-stat:hover {
  box-shadow: 0 10px 52px 0 #962ab71a
}

.opening .team-stat-number {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  color: #962AB7;
  letter-spacing: -.02em
}

.opening .team-stat-label {
  font-size: 13px;
  line-height: 1.4;
  color: #3a2e3a;
  margin-top: 6px
}

.opening .team-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.opening .team-portrait-card {
  background: #fff;
  border-radius: 15px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 1px 2px 0 #962ab70f;
  transition: box-shadow .25s ease-out
}

.opening .team-portrait-card:hover {
  box-shadow: 0 10px 52px 0 #962ab71a
}

.opening .team-portrait-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.opening .team-portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  filter: blur(0px);
  transition: filter .35s ease-out
}

.opening .team-portrait-card:hover .team-portrait {
  filter: blur(0px)
}

.opening .team-portrait-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0
}

.opening .team-portrait-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  filter: blur(2px) saturate(0.8);
  transition: filter .35s ease-out
}

.opening .team-portrait-card:hover .team-portrait-wrap img {
  filter: blur(0px) saturate(1)
}

.opening .team-person-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1111;
  line-height: 1.4
}

.opening .team-person-role {
  font-size: 13px;
  color: #962AB7;
  line-height: 1.4
}

.opening .team-person-bio {
  font-size: 13px;
  line-height: 1.9;
  color: #3a2e3a;
  margin: 0
}

.opening .team-image-card {
  border-radius: 15px;
  overflow: hidden;
  position: relative
}

.opening .team-image-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px) saturate(0.7);
  transition: filter .4s ease-out
}

.opening .team-image-card:hover img {
  filter: blur(0px) saturate(1)
}

.opening .team-concentric {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 160px;
  height: 160px;
  pointer-events: none;
  opacity: .06;
  overflow: hidden
}

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

@media (max-width: 768px) {
  .opening .team-heading {
    font-size: 46px
  }

  .opening .team-stats-row {
    gap: 12px
  }
}

.opening .approach-section {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

.opening .approach-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.opening .approach-top {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 36px
}

.opening .approach-heading {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.015em;
  color: #1a1111;
  margin: 0
}

.opening .approach-heading .accent-word {
  color: #962AB7
}

.opening .approach-right-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px
}

.opening .approach-body {
  font-size: 13px;
  line-height: 1.9;
  color: #3a2e3a;
  margin: 0
}

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

.opening .approach-card {
  background: #E6DDE5;
  border-radius: 15px;
  padding: 36px 24px;
  position: relative;
  transition: background .2s ease-out, box-shadow .2s ease-out
}

.opening .approach-card:hover {
  background: linear-gradient(145deg, #E6DDE5 0%, #d9ccd9 100%);
  box-shadow: 0 10px 52px 0 #962ab71a
}

.opening .approach-card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  color: #962AB7
}

.opening .approach-card-icon-alt {
  display: none;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  color: #962AB7
}

.opening .approach-card:hover .approach-card-icon {
  display: none
}

.opening .approach-card:hover .approach-card-icon-alt {
  display: block
}

.opening .approach-card-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1111;
  margin: 0 0 12px
}

.opening .approach-card-text {
  font-size: 13px;
  line-height: 1.9;
  color: #3a2e3a;
  margin: 0
}

.opening .approach-image-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px
}

.opening .approach-img-wrap {
  border-radius: 9px;
  overflow: hidden
}

.opening .approach-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px) saturate(0.7);
  transition: filter .45s ease-out
}

.opening .approach-img-wrap:hover img {
  filter: blur(0px) saturate(1)
}

.opening .approach-concentric {
  position: absolute;
  top: 36px;
  right: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: .05;
  overflow: hidden
}

@media (max-width: 1024px) {
  .opening .approach-top {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .opening .approach-cards {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .opening .approach-cards {
    grid-template-columns: 1fr
  }

  .opening .approach-image-strip {
    grid-template-columns: 1fr
  }

  .opening .approach-heading {
    font-size: 46px
  }
}

.opening .experience-section {
  background: linear-gradient(155deg, #B9E2C0 0%, #d9f0dd 60%, #E6DDE5 100%);
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative
}

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

.opening .experience-grid {
  display: grid;
  grid-template-columns: 1fr 52%;
  gap: 72px;
  align-items: center
}

.opening .experience-left {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.opening .experience-heading {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #1a1111;
  margin: 0
}

.opening .experience-heading .accent-word {
  color: #962AB7
}

.opening .experience-quote-block {
  background: #fff;
  border-radius: 15px;
  padding: 36px;
  box-shadow: 0 7px 18px 0 #b9e2c014;
  position: relative
}

.opening .experience-quote-mark {
  width: 36px;
  height: 36px;
  color: #962AB7;
  opacity: .3;
  margin-bottom: 12px
}

.opening .experience-quote-text {
  font-size: 25px;
  line-height: 1.6;
  color: #1a1111;
  font-style: italic;
  margin: 0 0 24px
}

.opening .experience-quote-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.opening .experience-author-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1111;
  line-height: 1.4
}

.opening .experience-author-detail {
  font-size: 13px;
  color: #3a2e3a;
  line-height: 1.4
}

.opening .experience-rating-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-top: 6px
}

.opening .experience-star {
  width: 14px;
  height: 14px;
  color: #962AB7
}

.opening .experience-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.opening .experience-img-primary {
  border-radius: 15px;
  overflow: hidden;
  position: relative
}

.opening .experience-img-primary img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px) saturate(0.7);
  transition: filter .4s ease-out
}

.opening .experience-img-primary:hover img {
  filter: blur(0px) saturate(1)
}

.opening .experience-img-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, #b9e2c08c 0%, transparent 100%);
  pointer-events: none;
  border-radius: 0 0 15px 15px
}

.opening .experience-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.opening .experience-fact {
  background: #fff;
  border-radius: 9px;
  padding: 24px;
  box-shadow: 0 1px 2px 0 #b9e2c00f;
  transition: box-shadow .18s ease-out
}

.opening .experience-fact:hover {
  box-shadow: 0 7px 18px 0 #b9e2c014
}

.opening .experience-fact-number {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  color: #962AB7;
  letter-spacing: -.02em
}

.opening .experience-fact-text {
  font-size: 13px;
  line-height: 1.4;
  color: #3a2e3a;
  margin-top: 6px
}

.opening .experience-concentric {
  position: absolute;
  top: -12px;
  right: 36px;
  width: 160px;
  height: 160px;
  pointer-events: none;
  opacity: .08;
  overflow: hidden
}

@media (max-width: 1024px) {
  .opening .experience-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }
}

@media (max-width: 768px) {
  .opening .experience-heading {
    font-size: 46px
  }

  .opening .experience-facts {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 375px) {
  .opening .experience-facts {
    grid-template-columns: 1fr
  }

  .opening .experience-quote-text {
    font-size: 13px
  }
}

.opening .wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block
}

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

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

.success-page .success-wrapper {
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success-page .success-icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 36px;
  background: #B9E2C0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 18px 0 #b9e2c014
}

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

.success-page .success-heading {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 800;
  color: #1b1b2e;
  margin: 0 0 24px
}

.success-page .success-heading span {
  color: #962AB7
}

.success-page .success-text {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a4a;
  margin: 0 0 36px
}

.success-page .success-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(112deg, #962AB7 0%, #B9E2C0 100%);
  border-radius: 4px;
  margin: 0 auto 36px
}

.success-page .success-meta {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 36px
}

.success-page .success-meta-item {
  background: #E6DDE5;
  border-radius: 9px;
  padding: 12px 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #3a3a4a;
  letter-spacing: .01em
}

.success-page .success-meta-item strong {
  color: #962AB7;
  font-weight: 700
}

.success-page .success-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
  font-weight: 600;
  color: #962AB7;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 9px;
  border: 2px solid #962AB7;
  transition: background .18s ease-out, color .18s ease-out
}

.success-page .success-link:hover {
  background: #962AB7;
  color: #fff
}

.success-page .success-link:focus-visible {
  outline: 3px solid #962AB7;
  outline-offset: 3px
}

.success-page .success-link svg {
  transition: transform .14s ease
}

.success-page .success-link:hover svg {
  transform: translateX(3px)
}

@media (max-width: 768px) {
  .success-page {
    padding: 72px 12px
  }

  .success-page .success-heading {
    font-size: 25px;
    letter-spacing: -.01em
  }

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

  .success-page .success-meta-item {
    width: 100%;
    text-align: center
  }
}