html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%
}

.brand__mark {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0
}

.brand__frame {
  width: 72px;
  height: 72px;
  border: 1px solid #fffeec59;
  border-radius: 8px;
  background: #fffeec1f;
  box-shadow: 1px 2px 2px 1px #8d68f80d 1px 6px 14px 1px #8d68f817;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

.brand__frame img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block
}

.pg-head {
  position: relative;
  background: #133642;
  font-family: 'Bitter', Georgia, serif;
  overflow: hidden
}

.pg-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #133642 0%, #1d4e60 55%, #8D68F8 160%);
  pointer-events: none
}

.pg-head__strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8D68F8 0%, #FEFFEC 60%, #8D68F8 100%)
}

.pg-head__inner {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 40px 0
}

.pg-head__row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap
}

.pg-head__nav-area {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-top: 8px
}

.pg-head__contact-line {
  display: flex;
  align-items: center;
  gap: 24px
}

.pg-head__contact-link {
  font-family: 'Bitter', Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  color: #feffecb8;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1)
}

.pg-head__contact-link:hover {
  color: #FEFFEC
}

.pg-head__contact-link:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px;
  border-radius: 4px
}

.pg-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.pg-nav__item {
  position: relative
}

.pg-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Bitter', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #FEFFEC;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 4px;
  min-height: 44px;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.pg-nav__link:hover {
  background: #8d68f82e;
  color: #FEFFEC
}

.pg-nav__link:focus {
  outline: 2px solid #FEFFEC;
  outline-offset: 2px
}

.pg-nav__link--active {
  background: #8d68f847
}

.pg-nav__chevron {
  width: 10px;
  height: 10px;
  display: inline-block;
  flex-shrink: 0
}

.pg-nav__sub {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background: #133642;
  border: 1px solid #8d68f847;
  border-radius: 8px;
  box-shadow: 1px 8px 44px 1px #8d68f81f;
  min-width: 220px;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .1s cubic-bezier(0.4, 0, 1, 1);
  z-index: 100
}

.pg-nav__item:hover .pg-nav__sub,
.pg-nav__item:focus-within .pg-nav__sub {
  opacity: 1;
  pointer-events: auto
}

.pg-nav__sub-link {
  display: block;
  font-family: 'Bitter', Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #FEFFEC;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 4px;
  min-height: 44px;
  transition: background .1s cubic-bezier(0.4, 0, 1, 1)
}

.pg-nav__sub-link:hover {
  background: #8d68f838
}

.pg-nav__sub-link:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px
}

.pg-head__tagline {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 40px 32px;
  display: flex;
  align-items: center;
  gap: 24px
}

.pg-head__rule {
  width: 48px;
  height: 3px;
  background: #8D68F8;
  border-radius: 4px;
  flex-shrink: 0
}

.pg-head__label {
  font-family: 'Bitter', Georgia, serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #feffec99;
  font-weight: 400
}

.pg-foot {
  background: #133642;
  font-family: 'Bitter', Georgia, serif;
  border-top: 3px solid #8D68F8
}

.pg-foot__upper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap
}

.pg-foot__brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0
}

.pg-foot__brand-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.pg-foot__frame {
  width: 68px;
  height: 68px;
  border: 1px solid #feffec4d;
  border-radius: 8px;
  background: #feffec14;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px
}

.pg-foot__frame img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block
}

.pg-foot__since {
  font-size: 16px;
  line-height: 1.4;
  color: #feffec80;
  letter-spacing: .02em
}

.pg-foot__since strong {
  color: #feffecbf;
  font-weight: 700
}

.pg-foot__contact {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pg-foot__contact-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #8D68F8;
  margin: 0 0 4px
}

.pg-foot__contact-row {
  font-size: 16px;
  line-height: 1.7;
  color: #feffeca6;
  letter-spacing: .01em
}

.pg-foot__contact-link {
  color: #feffecbf;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.pg-foot__contact-link:hover {
  color: #FEFFEC
}

.pg-foot__contact-link:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px;
  border-radius: 4px
}

.pg-foot__links {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pg-foot__links-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #8D68F8;
  margin: 0 0 4px
}

.pg-foot__foot-link {
  font-size: 16px;
  line-height: 1.7;
  color: #feffeca6;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px
}

.pg-foot__foot-link:hover {
  color: #FEFFEC
}

.pg-foot__foot-link:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px;
  border-radius: 4px
}

.pg-foot__foot-link-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.pg-foot__lower {
  border-top: 1px solid #8d68f833;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.pg-foot__copy {
  font-size: 16px;
  line-height: 1.4;
  color: #feffec73;
  letter-spacing: .01em
}

.pg-foot__copy strong {
  color: #feffec99
}

.pg-foot__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #feffec66;
  letter-spacing: .01em
}

.pg-foot__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #8D68F8;
  flex-shrink: 0
}

.consent-card {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 540px;
  max-width: calc(100vw - 48px);
  background: #FEFFEC;
  border: 1px solid #8d68f838;
  border-radius: 8px;
  box-shadow: 1px 8px 44px 1px #8d68f81f;
  z-index: 1000;
  padding: 24px;
  font-family: 'Bitter', Georgia, serif
}

.consent-card__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.consent-card__head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #133642;
  letter-spacing: .01em;
  margin: 0 0 12px
}

.consent-card__cats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding: 12px;
  background: #8d68f80f;
  border-radius: 8px;
  border: 1px solid #8d68f81f
}

.consent-card__cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #133642;
  letter-spacing: .01em
}

.consent-card__cat-label {
  flex: 1
}

.consent-card__cat-sub {
  font-size: 16px;
  color: #13364299;
  font-weight: 400;
  letter-spacing: .01em
}

.consent-card__check {
  width: 20px;
  height: 20px;
  border: 1px solid #8d68f866;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #8D68F8;
  flex-shrink: 0
}

.consent-card__check:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px
}

.consent-card__datasale {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
  color: #133642;
  letter-spacing: .01em;
  cursor: pointer
}

.consent-card__datasale input {
  width: 20px;
  height: 20px;
  border: 1px solid #8d68f866;
  border-radius: 4px;
  accent-color: #8D68F8;
  flex-shrink: 0;
  cursor: pointer
}

.consent-card__datasale input:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px
}

.consent-card__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.consent-card__btn {
  font-family: 'Bitter', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .01em;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.consent-card__btn--accept {
  color: #8D68F8
}

.consent-card__btn--accept:hover {
  color: #6e46e8
}

.consent-card__btn--accept:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px;
  border-radius: 4px
}

.consent-card__btn--reject {
  color: #133642
}

.consent-card__btn--reject:hover {
  color: #8D68F8
}

.consent-card__btn--reject:focus {
  outline: 2px solid #133642;
  outline-offset: 2px;
  border-radius: 4px
}

.consent-card__btn--save {
  color: #133642
}

.consent-card__btn--save:hover {
  color: #8D68F8
}

.consent-card__btn--save:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px;
  border-radius: 4px
}

.consent-mgr {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 44px;
  height: 44px;
  background: #133642;
  border: 1px solid #8d68f859;
  border-radius: 8px;
  box-shadow: 1px 6px 14px 1px #8d68f817;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: auto
}

.consent-mgr:hover {
  background: #1d4e60;
  box-shadow: 1px 8px 44px 1px #8d68f81f
}

.consent-mgr:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px
}

.consent-mgr svg {
  display: block
}

@media (max-width: 768px) {
  .pg-head__inner {
    padding: 16px 24px 0
  }

  .pg-head__row {
    gap: 24px;
    align-items: center
  }

  .pg-head__nav-area {
    align-items: flex-start;
    width: 100%
  }

  .pg-head__contact-line {
    gap: 16px;
    flex-wrap: wrap
  }

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

  .pg-head__tagline {
    padding: 16px 24px 24px
  }

  .pg-foot__upper {
    padding: 40px 24px 24px;
    flex-direction: column;
    gap: 24px
  }

  .pg-foot__lower {
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

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

  .pg-head__tagline {
    padding: 16px 16px 24px
  }

  .pg-foot__upper {
    padding: 24px 16px 16px
  }

  .pg-foot__lower {
    padding: 12px 16px
  }

  .brand__frame {
    width: 60px;
    height: 60px
  }

  .brand__frame img {
    width: 46px;
    height: 46px
  }
}

.terms-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #133642
}

.terms-section p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .015em;
  margin-bottom: 24px;
  color: #133642
}

.terms-section strong,
.terms-section b {
  font-weight: 700;
  color: #133642
}

.terms-section em,
.terms-section i {
  font-style: italic;
  color: #2a4f60
}

.terms-section hr {
  border: none;
  border-top: 1px solid #13364226;
  margin: 40px 0
}

.terms-section div {
  margin-bottom: 24px
}

@media (max-width: 768px) {
  .terms-section {
    padding: 40px 24px
  }
}

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

  .terms-section p {
    font-size: 16px;
    line-height: 1.7
  }
}

.svc {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: clip
}

.svc .dec-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  overflow: hidden
}

.svc .dec-divider__shape {
  width: 6px;
  height: 6px;
  background: #8D68F8;
  transform: rotate(45deg);
  flex-shrink: 0
}

.svc .dec-divider__line {
  height: 1px;
  flex: 1;
  background: repeating-linear-gradient(90deg, #133642 0px, #133642 4px, transparent 4px, transparent 10px);
  opacity: .18
}

.svc .dec-divider__shape--sm {
  width: 4px;
  height: 4px;
  background: #133642;
  opacity: .3
}

.svc .lead-panel {
  display: grid;
  grid-template-columns: 40fr 60fr;
  min-height: 520px;
  background: #FEFFEC;
  position: relative
}

.svc .lead-panel__left {
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #FEFFEC;
  border-right: 1px solid #1336421a
}

.svc .lead-panel__quote-bg {
  position: absolute;
  top: 24px;
  left: 12px;
  font-size: 220px;
  line-height: 1.1;
  color: #8D68F8;
  opacity: .07;
  pointer-events: none;
  user-select: none;
  font-weight: 900;
  letter-spacing: -.02em
}

.svc .lead-panel__label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #8D68F8;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase
}

.svc .lead-panel__h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #133642;
  font-weight: 800;
  margin-bottom: 24px;
  position: relative;
  z-index: 1
}

.svc .lead-panel__h1 span {
  background: linear-gradient(135deg, #8D68F8 0%, #8d68f88c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.svc .lead-panel__manifesto {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #133642;
  opacity: .8;
  max-width: 340px;
  position: relative;
  z-index: 1
}

.svc .lead-panel__right {
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background: #133642
}

.svc .lead-panel__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

.svc .lead-panel__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .45;
  display: block;
  transition: opacity .18s cubic-bezier(0.4, 0, 1, 1)
}

.svc .lead-panel__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #133642b8 0%, #8d68f838 100%);
  pointer-events: none
}

.svc .lead-panel__stat-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  position: relative;
  z-index: 2
}

.svc .lead-panel__stat {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.svc .lead-panel__stat-num {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #FEFFEC;
  font-weight: 800
}

.svc .lead-panel__stat-num span {
  color: #8D68F8
}

.svc .lead-panel__stat-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #FEFFEC;
  opacity: .65;
  letter-spacing: .01em
}

.svc .lead-panel__arrow-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px
}

.svc .lead-panel__arrow-stat .num-a {
  font-size: 28px;
  font-weight: 700;
  color: #FEFFEC;
  opacity: .5;
  line-height: 1.1
}

.svc .lead-panel__arrow-stat .arr {
  display: flex;
  align-items: center
}

.svc .lead-panel__arrow-stat .arr svg {
  display: block
}

.svc .lead-panel__arrow-stat .num-b {
  font-size: 28px;
  font-weight: 700;
  color: #8D68F8;
  line-height: 1.1
}

.svc .svc-grid {
  padding: 80px 40px;
  background: #fff
}

.svc .svc-grid__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 40px;
  align-items: end
}

.svc .svc-grid__head {
  grid-column: 1 / 3
}

.svc .svc-grid__h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #133642;
  font-weight: 800;
  margin-bottom: 8px
}

.svc .svc-grid__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .7;
  max-width: 480px
}

.svc .svc-grid__aside {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .55;
  text-align: right;
  letter-spacing: .01em
}

.svc .svc-grid__cards {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 12px
}

.svc .svc-card {
  background: #FEFFEC;
  border-radius: 8px;
  padding: 40px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  cursor: default;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .1s cubic-bezier(0.4, 0, 1, 1)
}

.svc .svc-card:hover {
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.svc .svc-card:active {
  transform: translateY(1px);
  box-shadow: inset 1px 2px 4px #13364214
}

.svc .svc-card__num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 72px;
  line-height: 1.1;
  font-weight: 900;
  color: #8D68F8;
  opacity: .07;
  pointer-events: none;
  letter-spacing: -.02em;
  user-select: none
}

.svc .svc-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #8d68f81a;
  flex-shrink: 0
}

.svc .svc-card__h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em
}

.svc .svc-card__body {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .75;
  letter-spacing: .01em
}

.svc .svc-card__body strong {
  color: #8D68F8;
  font-weight: 700;
  opacity: 1
}

.svc .svc-card__note {
  font-size: 16px;
  line-height: 1.4;
  color: #133642;
  opacity: .45;
  letter-spacing: .01em;
  margin-top: auto
}

.svc .svc-card--wide {
  grid-column: span 1
}

.svc .svc-card--accent {
  background: #133642
}

.svc .svc-card--accent .svc-card__h3 {
  color: #FEFFEC
}

.svc .svc-card--accent .svc-card__body {
  color: #FEFFEC;
  opacity: .7
}

.svc .svc-card--accent .svc-card__note {
  color: #FEFFEC;
  opacity: .35
}

.svc .svc-card--accent .svc-card__num {
  color: #FEFFEC;
  opacity: .06
}

.svc .svc-card--accent .svc-card__icon {
  background: #feffec1a
}

.svc .steps-panel {
  padding: 80px 40px;
  background: linear-gradient(152deg, #8d68f81f 0%, #8d68f80a 55%, #13364214 100%);
  position: relative;
  overflow: hidden
}

.svc .steps-panel::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 340px;
  height: 340px;
  border-radius: 40px;
  background: #8d68f80f;
  pointer-events: none;
  transform: rotate(22deg)
}

.svc .steps-panel__h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #133642;
  font-weight: 800;
  text-align: center;
  margin-bottom: 8px
}

.svc .steps-panel__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .6;
  text-align: left;
  max-width: 540px;
  margin-bottom: 40px
}

.svc .steps-track {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  z-index: 1
}

.svc .steps-track__line {
  position: absolute;
  top: 28px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: repeating-linear-gradient(90deg, #8D68F8 0px, #8D68F8 8px, transparent 8px, transparent 16px);
  opacity: .25;
  pointer-events: none
}

.svc .step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 8px;
  position: relative;
  z-index: 2
}

.svc .step-item__num {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: #133642;
  color: #FEFFEC;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: .01em;
  box-shadow: 1px 6px 14px 1px #13364217;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1)
}

.svc .step-item:hover .step-item__num {
  background: #8D68F8;
  box-shadow: 1px 8px 44px 1px #8d68f81f
}

.svc .step-item__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #133642;
  text-align: center;
  letter-spacing: .01em
}

.svc .step-item__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .65;
  text-align: center;
  letter-spacing: .01em
}

.svc .photo-split {
  display: grid;
  grid-template-columns: 55fr 45fr;
  background: #133642;
  min-height: 480px
}

.svc .photo-split__img-col {
  position: relative;
  overflow: hidden
}

.svc .photo-split__img-wrap {
  width: 100%;
  height: 100%;
  position: relative
}

.svc .photo-split__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  transition: border .13s cubic-bezier(0.4, 0, 1, 1)
}

.svc .photo-split__img-border {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  pointer-events: none;
  transition: border-color .13s cubic-bezier(0.4, 0, 1, 1)
}

.svc .photo-split__img-col:hover .photo-split__img-border {
  border-color: #8D68F8
}

.svc .photo-split__content {
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative
}

.svc .photo-split__h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 800;
  color: #FEFFEC
}

.svc .photo-split__body {
  font-size: 16px;
  line-height: 1.7;
  color: #FEFFEC;
  opacity: .7;
  letter-spacing: .01em
}

.svc .photo-split__body strong {
  color: #8D68F8;
  font-weight: 700;
  opacity: 1
}

.svc .photo-split__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0
}

.svc .photo-split__list li {
  font-size: 16px;
  line-height: 1.7;
  color: #FEFFEC;
  opacity: .75;
  letter-spacing: .01em;
  padding-left: 20px;
  position: relative
}

.svc .photo-split__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #8D68F8;
  border-radius: 40px
}

.svc .photo-split__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #8D68F8;
  text-decoration: none;
  letter-spacing: .01em;
  transition: gap .1s cubic-bezier(0.4, 0, 1, 1), color .1s cubic-bezier(0.4, 0, 1, 1);
  align-self: flex-start
}

.svc .photo-split__link:hover {
  gap: 12px;
  color: #FEFFEC
}

.svc .photo-split__link svg {
  display: block;
  flex-shrink: 0
}

@keyframes svc-fadein-1 {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

@keyframes svc-fadein-2 {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

@keyframes svc-fadein-3 {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

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

@keyframes svc-fadein-4 {
  from {
    opacity: 0;
    transform: translateY(56px)
  }

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

.svc .lead-panel__label {
  animation: svc-fadein-1 .16s cubic-bezier(0.4, 0, 1, 1) both
}

.svc .lead-panel__h1 {
  animation: svc-fadein-2 .16s .06s cubic-bezier(0.4, 0, 1, 1) both
}

.svc .lead-panel__manifesto {
  animation: svc-fadein-3 .16s .11s cubic-bezier(0.4, 0, 1, 1) both
}

.svc .lead-panel__stat-row {
  animation: svc-fadein-4 .17s .14s cubic-bezier(0.4, 0, 1, 1) both
}

@media (max-width: 1024px) {
  .svc .lead-panel {
    grid-template-columns: 1fr
  }

  .svc .lead-panel__right {
    min-height: 260px
  }

  .svc .lead-panel__img-wrap {
    position: relative;
    height: 260px
  }

  .svc .svc-grid__cards {
    grid-template-columns: 1fr 1fr
  }

  .svc .steps-track {
    flex-direction: column;
    gap: 24px
  }

  .svc .steps-track__line {
    display: none
  }

  .svc .step-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left
  }

  .svc .step-item__label,
  .svc .step-item__desc {
    text-align: left
  }

  .svc .photo-split {
    grid-template-columns: 1fr
  }

  .svc .photo-split__img-col {
    height: 280px
  }
}

@media (max-width: 768px) {
  .svc .svc-grid__top {
    grid-template-columns: 1fr
  }

  .svc .svc-grid__head {
    grid-column: 1
  }

  .svc .svc-grid__aside {
    text-align: left
  }

  .svc .svc-grid__cards {
    grid-template-columns: 1fr
  }

  .svc .lead-panel__h1 {
    font-size: 40px
  }

  .svc .lead-panel__stat-row {
    flex-wrap: wrap;
    gap: 24px
  }

  .svc .lead-panel__left {
    padding: 40px 24px
  }

  .svc .lead-panel__right {
    padding: 40px 24px
  }

  .svc .svc-grid,
  .svc .steps-panel,
  .svc .photo-split__content {
    padding: 40px 24px
  }
}

@media (max-width: 640px) {

  .svc .steps-panel__h2,
  .svc .svc-grid__h2 {
    font-size: 28px
  }

  .svc .lead-panel__h1 {
    font-size: 40px
  }

  .svc .photo-split__h2 {
    font-size: 28px
  }
}

.prm {
  max-width: 1280px;
  margin: 0 auto;
  overflow-x: clip
}

.prm .clip-reveal {
  animation: clipDown .16s cubic-bezier(0.4, 0, 1, 1) both
}

@keyframes clipDown {
  from {
    clip-path: inset(0 0 100% 0)
  }

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

.prm ::selection {
  background: #8D68F8;
  color: #fff
}

.prm .grad-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #8D68F8 40%, #133642 60%, transparent);
  border: none;
  margin: 0
}

.prm .grad-line--alt {
  background: linear-gradient(90deg, transparent, #133642 50%, transparent)
}

.prm .ttl-blk {
  background: #FEFFEC;
  padding: 80px 40px;
  position: relative
}

.prm .ttl-blk__dot-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #8d68f82e 1px, transparent 1px);
  background-size: 20px 20px;
  width: 60%;
  left: 0
}

.prm .ttl-blk__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  max-width: 1280px;
  position: relative;
  z-index: 1
}

.prm .ttl-blk__text {
  flex: 1 1 55%
}

.prm .ttl-blk__pre {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #133642;
  margin-bottom: 24px;
  font-weight: 400
}

.prm .ttl-blk__h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #133642;
  font-weight: 700;
  margin-bottom: 24px
}

.prm .ttl-blk__h1 span {
  color: #8D68F8
}

.prm .ttl-blk__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  max-width: 480px
}

.prm .ttl-blk__img-col {
  flex: 0 0 38%;
  position: relative
}

.prm .ttl-blk__img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 1px #8d68f81f
}

.prm .ttl-blk__img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: sepia(0.22) contrast(1.08) saturate(0.85) brightness(0.96);
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.prm .ttl-blk__img-wrap:hover img {
  transform: scale(1.04)
}

.prm .ttl-blk__badge {
  display: inline-block;
  background: #133642;
  color: #FEFFEC;
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 4px;
  margin-bottom: 24px;
  letter-spacing: .02em
}

.prm .rep {
  background: #133642;
  padding: 80px 40px;
  position: relative
}

.prm .rep__geo {
  position: absolute;
  top: -40px;
  right: 80px;
  width: 200px;
  height: 200px;
  border-radius: 40px;
  background: #8d68f812;
  pointer-events: none;
  transform: rotate(18deg)
}

.prm .rep__head {
  text-align: center;
  margin-bottom: 40px;
  position: relative
}

.prm .rep__faded-num {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  color: #feffec0f;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  letter-spacing: .01em;
  white-space: nowrap
}

.prm .rep__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #FEFFEC;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  text-align: center
}

.prm .rep__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #feffecb3;
  text-align: left;
  max-width: 600px;
  margin-top: 12px
}

.prm .rep__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px
}

.prm .rep__item {
  background: #feffec0d;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #8d68f82e;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  transition: box-shadow .12s cubic-bezier(0.4, 0, 1, 1), border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.prm .rep__item:hover {
  box-shadow: 1px 6px 14px 1px #8d68f817;
  border-color: #8d68f866
}

.prm .rep__item--accent {
  background: #8d68f824;
  border-color: #8d68f859
}

.prm .rep__item-num {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #8D68F8;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.prm .rep__item-label {
  font-size: 16px;
  line-height: 1.4;
  color: #feffecd9
}

.prm .rep__item-note {
  font-size: 16px;
  line-height: 1.7;
  color: #feffec8c;
  margin-top: 8px
}

.prm .mir {
  background: #fff;
  padding: 80px 40px
}

.prm .mir__row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: stretch;
  max-width: 1280px
}

.prm .mir__img-col {
  flex: 0 0 42%;
  position: relative
}

.prm .mir__img-wrap {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
  box-shadow: 1px 6px 14px 1px #13364217
}

.prm .mir__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.18) contrast(1.06) saturate(0.9);
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.prm .mir__img-wrap:hover img {
  transform: scale(1.04)
}

.prm .mir__text {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm .mir__head {
  position: relative;
  padding-top: 12px
}

.prm .mir__faded-num {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  color: #8d68f812;
  position: absolute;
  top: -8px;
  left: -8px;
  pointer-events: none;
  letter-spacing: .01em
}

.prm .mir__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  text-align: center
}

.prm .mir__body {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.prm .mir__main-text {
  flex: 1 1 auto
}

.prm .mir__p {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  margin-bottom: 12px
}

.prm .mir__p strong {
  color: #8D68F8;
  font-weight: 700
}

.prm .mir__aside {
  flex: 0 0 160px;
  font-size: 16px;
  line-height: 1.7;
  color: #1336428c;
  border-top: 1px solid #8d68f833;
  padding-top: 8px
}

.prm .mir__stat {
  background: #FEFFEC;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px
}

.prm .mir__stat-num {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #8D68F8;
  letter-spacing: .01em;
  flex-shrink: 0
}

.prm .mir__stat-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #133642
}

.prm .appr {
  background: #FEFFEC;
  padding: 80px 40px;
  position: relative
}

.prm .appr__geo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background: #8d68f80f;
  pointer-events: none;
  transform: translate(30%, 30%) rotate(30deg)
}

.prm .appr__head {
  text-align: center;
  position: relative;
  margin-bottom: 40px
}

.prm .appr__faded-num {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  color: #8d68f80f;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap
}

.prm .appr__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  text-align: center
}

.prm .appr__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642b3;
  text-align: left;
  margin-top: 12px;
  max-width: 520px
}

.prm .appr__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  gap: 24px;
  align-items: stretch
}

.prm .appr__col {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  overflow: hidden
}

.prm .appr__col:hover {
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.prm .appr__col--accent {
  background: #133642
}

.prm .appr__col-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0
}

.prm .appr__col-h {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em
}

.prm .appr__col--accent .appr__col-h {
  color: #FEFFEC
}

.prm .appr__col-p {
  font-size: 16px;
  line-height: 1.7;
  color: #133642b3
}

.prm .appr__col--accent .appr__col-p {
  color: #feffecb8
}

.prm .appr__col-img {
  border-radius: 4px;
  overflow: hidden;
  margin-top: auto
}

.prm .appr__col-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  filter: sepia(0.15) contrast(1.05) saturate(0.88);
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.prm .appr__col-img:hover img {
  transform: scale(1.04)
}

.prm .cond {
  background: #133642;
  padding: 80px 40px;
  position: relative
}

.prm .cond__bg-img {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0
}

.prm .cond__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .12;
  mix-blend-mode: luminosity
}

.prm .cond__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px
}

.prm .cond__head {
  margin-bottom: 40px;
  position: relative
}

.prm .cond__faded-num {
  font-size: 72px;
  font-weight: 700;
  color: #feffec0d;
  position: absolute;
  top: -16px;
  left: -8px;
  pointer-events: none;
  letter-spacing: .01em
}

.prm .cond__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #FEFFEC;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  text-align: center
}

.prm .cond__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #feffeca6;
  max-width: 600px;
  margin-top: 12px
}

.prm .cond__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px
}

.prm .cond__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: #feffec0a;
  border-radius: 8px;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1)
}

.prm .cond__item:hover {
  background: #feffec14
}

.prm .cond__item-num {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  color: #8D68F8;
  flex-shrink: 0;
  letter-spacing: .01em;
  width: 40px
}

.prm .cond__item-body {
  flex: 1 1 auto
}

.prm .cond__item-h {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #FEFFEC;
  margin-bottom: 4px
}

.prm .cond__item-p {
  font-size: 16px;
  line-height: 1.7;
  color: #feffec9e
}

.prm .xp {
  background: #fff;
  padding: 80px 40px
}

.prm .xp__head {
  text-align: center;
  margin-bottom: 40px;
  position: relative
}

.prm .xp__faded-num {
  font-size: 72px;
  font-weight: 700;
  color: #8d68f80f;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  white-space: nowrap
}

.prm .xp__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  text-align: center
}

.prm .xp__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642a6;
  text-align: left;
  max-width: 560px;
  margin-top: 12px
}

.prm .xp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.prm .xp__card {
  border-radius: 8px;
  padding: 24px;
  background: #FEFFEC;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.prm .xp__card:hover {
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.prm .xp__card--wide {
  grid-column: span 2;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px
}

.prm .xp__card-img {
  flex: 0 0 220px;
  border-radius: 4px;
  overflow: hidden
}

.prm .xp__card-img img {
  width: 220px;
  height: 180px;
  object-fit: cover;
  display: block;
  filter: sepia(0.2) contrast(1.07) saturate(0.87);
  transition: transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.prm .xp__card-img:hover img {
  transform: scale(1.04)
}

.prm .xp__card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.prm .xp__quote {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  font-style: italic
}

.prm .xp__quote strong {
  color: #8D68F8;
  font-weight: 700;
  font-style: normal
}

.prm .xp__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #133642
}

.prm .xp__role {
  font-size: 16px;
  line-height: 1.4;
  color: #1336428c;
  margin-top: 4px
}

.prm .xp__result {
  display: inline-block;
  background: #8d68f81a;
  color: #133642;
  font-size: 16px;
  line-height: 1.4;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 700
}

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

  .prm .appr__cols {
    grid-template-columns: 1fr 1fr
  }

  .prm .appr__col--accent {
    grid-column: span 2
  }
}

@media (max-width: 768px) {
  .prm .ttl-blk__row {
    flex-direction: column
  }

  .prm .ttl-blk__h1 {
    font-size: 40px
  }

  .prm .mir__row {
    flex-direction: column
  }

  .prm .mir__body {
    flex-direction: column
  }

  .prm .mir__aside {
    flex: 0 0 auto
  }

  .prm .rep__grid {
    grid-template-columns: 1fr 1fr
  }

  .prm .appr__cols {
    grid-template-columns: 1fr
  }

  .prm .appr__col--accent {
    grid-column: span 1
  }

  .prm .xp__card--wide {
    grid-column: span 1;
    flex-direction: column
  }

  .prm .xp__card-img {
    flex: 0 0 auto;
    width: 100%
  }

  .prm .xp__card-img img {
    width: 100%;
    height: 200px
  }
}

@media (max-width: 640px) {

  .prm .ttl-blk,
  .prm .rep,
  .prm .mir,
  .prm .appr,
  .prm .cond,
  .prm .xp {
    padding: 40px 24px
  }

  .prm .ttl-blk__h1 {
    font-size: 28px
  }

  .prm .rep__grid {
    grid-template-columns: 1fr
  }

  .prm .xp__grid {
    grid-template-columns: 1fr
  }

  .prm .xp__card--wide {
    grid-column: span 1
  }

  .prm .mir__stat-num {
    font-size: 40px
  }
}

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

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

.ctus .band-div {
  height: 4px;
  background: linear-gradient(105deg, #8D68F8 0%, #8D68F830 50%, #133642 100%);
  width: 100%
}

.ctus .grain-panel {
  position: relative;
  padding: 80px 0;
  background-color: #FEFFEC
}

.ctus .grain-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0
}

.ctus .grain-panel>* {
  position: relative;
  z-index: 1
}

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

.ctus .panel-offset {
  margin-left: 40px
}

.ctus .acc-shape {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #8D68F8;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0
}

.ctus .info-label {
  font-size: 16px;
  color: #133642;
  letter-spacing: .02em;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 4px
}

.ctus .info-val {
  font-size: 16px;
  color: #133642;
  letter-spacing: .01em;
  line-height: 1.7;
  opacity: .8
}

.ctus .info-val a {
  color: #8D68F8;
  text-decoration: none;
  border-bottom: 1px solid #8D68F840;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .info-val a:hover {
  color: #133642;
  border-bottom-color: #133642
}

.ctus .info-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px
}

.ctus .info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.ctus .info-item-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctus .pg-h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #133642;
  font-weight: 800;
  margin-bottom: 12px
}

.ctus .pg-h2 span {
  color: #8D68F8
}

.ctus .pg-sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .75;
  letter-spacing: .01em;
  max-width: 320px
}

.ctus .dot-path {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 40px;
  align-items: center
}

.ctus .dot-path .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #8D68F8;
  opacity: .3
}

.ctus .dot-path .dot--active {
  opacity: 1;
  width: 24px
}

.ctus .dot-path .dot--mid {
  opacity: .6
}

.ctus .form-panel {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 1px 8px 44px 1px #8d68f81f;
  border: 1px solid #8d68f81f
}

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

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

.ctus .form-field--full {
  margin-bottom: 24px
}

.ctus .form-lbl {
  font-size: 16px;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  line-height: 1.4
}

.ctus .form-lbl span {
  color: #8D68F8;
  margin-left: 2px
}

.ctus .form-inp {
  width: 100%;
  padding: 12px;
  border: 1px solid #13364233;
  border-radius: 4px;
  font-size: 16px;
  color: #133642;
  background: #FEFFEC;
  line-height: 1.4;
  letter-spacing: .01em;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none
}

.ctus .form-inp::placeholder {
  color: #133642;
  opacity: .35;
  font-weight: 300
}

.ctus .form-inp:focus {
  border-color: #8D68F8;
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.ctus .form-inp:invalid:not(:placeholder-shown) {
  border-color: #c0392b;
  animation: shake .16s cubic-bezier(0.4, 0, 1, 1)
}

@keyframes shake {
  0% {
    transform: translateX(0)
  }

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

  50% {
    transform: translateX(4px)
  }

  75% {
    transform: translateX(-3px)
  }

  100% {
    transform: translateX(0)
  }
}

.ctus .form-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #13364233;
  border-radius: 4px;
  font-size: 16px;
  color: #133642;
  background: #FEFFEC;
  line-height: 1.4;
  letter-spacing: .01em;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  transition: border-color .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%238D68F8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px
}

.ctus .form-select:focus {
  border-color: #8D68F8;
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.ctus .priority-row {
  margin-bottom: 24px
}

.ctus .priority-opts {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px
}

.ctus .p-opt {
  position: relative
}

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

.ctus .p-opt label {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 40px;
  border: 1px solid #13364233;
  font-size: 16px;
  color: #133642;
  cursor: pointer;
  letter-spacing: .01em;
  line-height: 1.4;
  background: #fff;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
  user-select: none
}

.ctus .p-opt input[type="radio"]:checked+label {
  background: #8D68F8;
  color: #fff;
  border-color: #8D68F8;
  box-shadow: inset 1px 2px 2px 1px #8d68f833
}

.ctus .p-opt label:hover {
  border-color: #8D68F8;
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.ctus .p-opt input[type="radio"]:focus+label {
  outline: 2px solid #8D68F8;
  outline-offset: 2px
}

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

.ctus .priv-check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #1336424d;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #8D68F8;
  margin-top: 2px
}

.ctus .priv-text {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .8;
  letter-spacing: .01em
}

.ctus .priv-text a {
  color: #8D68F8;
  text-decoration: none;
  border-bottom: 1px solid #8D68F840;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .priv-text a:hover {
  border-bottom-color: #8D68F8
}

.ctus .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 40px;
  background: #133642;
  color: #FEFFEC;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: 1px 6px 14px 1px #13364217;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), background .15s cubic-bezier(0.4, 0, 1, 1);
  position: relative;
  overflow: hidden
}

.ctus .submit-btn:hover {
  background: #8D68F8;
  box-shadow: 1px 8px 44px 1px #8d68f81f
}

.ctus .submit-btn:active {
  box-shadow: inset 1px 2px 2px 1px #8d68f833
}

.ctus .submit-btn:focus {
  outline: 2px solid #8D68F8;
  outline-offset: 2px
}

.ctus .btn-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.ctus .btn-arrow svg {
  width: 16px;
  height: 16px
}

.ctus .info-section {
  background: #133642;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.ctus .fib-bg {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 480px;
  height: 480px;
  opacity: .04;
  pointer-events: none
}

.ctus .info-sec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 1
}

.ctus .info-sec-grid .pg-h3 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #FEFFEC;
  font-weight: 800;
  margin-bottom: 12px
}

.ctus .inf-col-lbl {
  font-size: 16px;
  font-weight: 700;
  color: #8D68F8;
  letter-spacing: .02em;
  line-height: 1.4;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 16px
}

.ctus .inf-col-val {
  font-size: 16px;
  color: #FEFFEC;
  opacity: .8;
  line-height: 1.7;
  letter-spacing: .01em
}

.ctus .inf-col-val a {
  color: #FEFFEC;
  text-decoration: none;
  border-bottom: 1px solid #feffec4d;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .inf-col-val a:hover {
  border-bottom-color: #FEFFEC
}

.ctus .img-holder {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 1px #8d68f81f;
  width: 100%;
  height: 280px;
  position: relative
}

.ctus .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.15);
  transition: transform .16s cubic-bezier(0.4, 0, 1, 1)
}

.ctus .img-holder:hover img {
  transform: scale(1.04)
}

.ctus .img-overlay {
  position: absolute;
  inset: 0;
  background: #8d68f82e;
  border-radius: 8px
}

.ctus .resp-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 40px;
  background: #8d68f826;
  color: #8D68F8;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
  margin-bottom: 12px
}

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

.ctus .faded-num {
  font-size: 72px;
  font-weight: 900;
  color: #8D68F8;
  opacity: .08;
  line-height: 1.1;
  letter-spacing: .01em;
  position: absolute;
  top: -16px;
  left: -12px;
  pointer-events: none;
  z-index: 0
}

.ctus .rel-head {
  position: relative;
  padding-top: 8px;
  z-index: 1
}

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

  .ctus .panel-offset {
    margin-left: 0
  }

  .ctus .info-sec-grid {
    grid-template-columns: 1fr 1fr
  }

  .ctus .info-sec-grid> :last-child {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .ctus .grain-panel {
    padding: 40px 0
  }

  .ctus .info-section {
    padding: 40px 0
  }

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

  .ctus .info-sec-grid {
    grid-template-columns: 1fr
  }

  .ctus .info-sec-grid> :last-child {
    grid-column: auto
  }

  .ctus .form-panel {
    padding: 24px
  }

  .ctus .priority-opts {
    gap: 8px
  }
}

@media (max-width: 640px) {
  .ctus .pg-h2 {
    font-size: 28px
  }

  .ctus .pg-wrap {
    padding: 0 12px
  }

  .ctus .info-sec-grid .pg-h3 {
    font-size: 28px
  }
}

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

.abt-us .pg-bound {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.abt-us .divider--grad {
  height: 2px;
  background: linear-gradient(90deg, #8D68F8 0%, #133642 100%);
  border: none;
  margin: 0
}

.abt-us .divider--dots {
  height: 2px;
  background: repeating-linear-gradient(90deg, #8D68F8 0px, #8D68F8 3px, transparent 3px, transparent 10px);
  border: none;
  margin: 0
}

.abt-us .ttl-blk {
  background: #FEFFEC;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative
}

.abt-us .ttl-blk__stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8D68F8 0%, #8D68F8 60%, #133642 100%)
}

.abt-us .ttl-blk__dot-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  overflow: hidden;
  pointer-events: none
}

.abt-us .ttl-blk__dot-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #8D68F8 1px, transparent 1px), radial-gradient(circle, #133642 2px, transparent 2px), radial-gradient(circle, #8D68F8 1.5px, transparent 1.5px);
  background-size: 18px 18px, 30px 18px, 48px 18px;
  background-position: 0 50%, 9px 50%, 24px 50%;
  opacity: .35
}

.abt-us .ttl-blk__eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px
}

.abt-us .ttl-blk__shape {
  width: 12px;
  height: 12px;
  background: #8D68F8;
  border-radius: 4px;
  transform: rotate(45deg);
  flex-shrink: 0
}

.abt-us .ttl-blk__label {
  font-size: 16px;
  line-height: 1.4;
  color: #8D68F8;
  font-weight: 600;
  letter-spacing: .02em
}

.abt-us .ttl-blk__h1 {
  font-size: 56px;
  line-height: 1.1;
  color: #133642;
  font-weight: 800;
  letter-spacing: .01em;
  max-width: 780px;
  margin-bottom: 24px
}

.abt-us .ttl-blk__sub {
  font-size: 28px;
  line-height: 1.4;
  color: #133642;
  font-weight: 400;
  letter-spacing: .01em;
  max-width: 600px;
  opacity: .75
}

.abt-us .ttl-blk__cols {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px
}

.abt-us .ttl-blk__main {
  flex: 2
}

.abt-us .ttl-blk__aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .ttl-blk__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 6px 14px 1px #8d68f817;
  position: relative
}

.abt-us .ttl-blk__img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #13364273 0%, #8d68f82e 100%);
  pointer-events: none
}

.abt-us .ttl-blk__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.05)
}

.abt-us .ttl-blk__note {
  font-size: 16px;
  line-height: 1.4;
  color: #133642;
  opacity: .65;
  letter-spacing: .01em;
  border-top: 1px solid #8d68f840;
  padding-top: 12px
}

.abt-us .story {
  background: #133642;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.abt-us .story__bg-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: linear-gradient(180deg, #8d68f814 0%, #8d68f808 100%);
  pointer-events: none
}

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

.abt-us .story__num {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #feffec0f;
  letter-spacing: .01em;
  position: absolute;
  top: -8px;
  left: 0;
  pointer-events: none;
  user-select: none
}

.abt-us .story__left {
  position: relative;
  padding-top: 40px
}

.abt-us .story__tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #8D68F8;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 12px
}

.abt-us .story__h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #FEFFEC;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 24px
}

.abt-us .story__h2 strong {
  color: #8D68F8;
  font-weight: 800
}

.abt-us .story__body {
  font-size: 16px;
  line-height: 1.7;
  color: #feffecd1;
  letter-spacing: .01em
}

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

.abt-us .story__body p:last-child {
  margin-bottom: 0
}

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

.abt-us .story__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 8px 44px 1px #8d68f81f;
  position: relative
}

.abt-us .story__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, #1336424d 0%, #8d68f833 100%);
  pointer-events: none
}

.abt-us .story__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(80%) contrast(1.08)
}

.abt-us .story__stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.abt-us .story__stat {
  flex: 1;
  background: #feffec0d;
  border-radius: 8px;
  padding: 24px;
  border: 1px solid #8d68f833;
  transition: border-color .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .story__stat:hover {
  border-color: #8d68f88c;
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.abt-us .story__stat-val {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #8D68F8;
  letter-spacing: .01em;
  display: block
}

.abt-us .story__stat-lbl {
  font-size: 16px;
  line-height: 1.4;
  color: #feffeca6;
  letter-spacing: .01em;
  display: block;
  margin-top: 4px
}

.abt-us .approach {
  background: #FEFFEC;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.abt-us .approach__dot-band {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  overflow: hidden;
  pointer-events: none
}

.abt-us .approach__dot-band::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #8D68F8 1.5px, transparent 1.5px), radial-gradient(circle, #133642 1px, transparent 1px);
  background-size: 22px 22px, 44px 22px;
  background-position: 0 50%, 11px 50%;
  opacity: .2
}

.abt-us .approach__head {
  text-align: center;
  margin-bottom: 40px
}

.abt-us .approach__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.abt-us .approach__h2-prefix {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #8D68F8;
  border-radius: 4px;
  margin-right: 12px;
  vertical-align: middle;
  transform: rotate(45deg)
}

.abt-us .approach__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .65;
  text-align: left;
  max-width: 560px;
  letter-spacing: .01em
}

.abt-us .approach__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px
}

.abt-us .appr-card {
  background: #fff;
  border-radius: 8px;
  padding: 40px 24px 24px;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  position: relative;
  overflow: hidden;
  transition: box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
  cursor: default
}

.abt-us .appr-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #8D68F8 0%, #133642 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .appr-card:hover {
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.abt-us .appr-card:hover::before {
  transform: scaleX(1)
}

.abt-us .appr-card__num {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #1336420d;
  position: absolute;
  top: -8px;
  right: 12px;
  pointer-events: none;
  user-select: none;
  letter-spacing: .01em
}

.abt-us .appr-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  flex-shrink: 0
}

.abt-us .appr-card__h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.abt-us .appr-card__body {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .72;
  letter-spacing: .01em
}

.abt-us .cta-band {
  background: linear-gradient(170deg, #8d68f81f 0%, #8d68f80a 100%);
  border-top: 1px solid #8d68f82e;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.abt-us .cta-band__dot-right {
  position: absolute;
  top: 24px;
  right: 0;
  width: 180px;
  height: calc(100% - 48px);
  overflow: hidden;
  pointer-events: none
}

.abt-us .cta-band__dot-right::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #8D68F8 2px, transparent 2px), radial-gradient(circle, #133642 1px, transparent 1px), radial-gradient(circle, #8D68F8 1.5px, transparent 1.5px);
  background-size: 24px 24px, 36px 36px, 60px 60px;
  background-position: 0 0, 12px 12px, 6px 30px;
  opacity: .18
}

.abt-us .cta-band__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px
}

.abt-us .cta-band__text {
  flex: 3
}

.abt-us .cta-band__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  margin-bottom: 12px
}

.abt-us .cta-band__h2-prefix {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #8D68F8;
  margin-right: 12px;
  vertical-align: middle
}

.abt-us .cta-band__p {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .72;
  letter-spacing: .01em;
  max-width: 540px
}

.abt-us .cta-band__act {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start
}

.abt-us .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #8D68F8;
  color: #FEFFEC;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
  border: none;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  transition: box-shadow .12s cubic-bezier(0.4, 0, 1, 1), background .1s ease-in
}

.abt-us .btn-primary:hover {
  background: #7a54f0;
  box-shadow: 1px 8px 44px 1px #8d68f81f;
  color: #FEFFEC
}

.abt-us .btn-primary:active {
  box-shadow: inset 1px 2px 4px #8d68f838
}

.abt-us .btn-primary__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #FEFFEC
}

.abt-us .btn-sec {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #133642;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .01em;
  border: 1px solid #1336424d;
  border-radius: 4px;
  padding: 12px 24px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .1s ease-in, box-shadow .12s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .btn-sec:hover {
  border-color: #8D68F8;
  color: #8D68F8;
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.abt-us .btn-sec__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor
}

.abt-us .team-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px
}

.abt-us .team-card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  position: relative;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.abt-us .team-card:hover {
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.abt-us .team-card__img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative
}

.abt-us .team-card__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #8d68f840 0%, #1336424d 100%);
  pointer-events: none
}

.abt-us .team-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(60%)
}

.abt-us .team-card__info {
  flex: 1
}

.abt-us .team-card__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #133642;
  letter-spacing: .01em;
  margin-bottom: 4px
}

.abt-us .team-card__role {
  font-size: 16px;
  line-height: 1.4;
  color: #8D68F8;
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.abt-us .team-card__bio {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .7;
  letter-spacing: .01em
}

@media (max-width: 1024px) {
  .abt-us .ttl-blk__h1 {
    font-size: 40px
  }

  .abt-us .story__grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

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

  .abt-us .cta-band__inner {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start
  }
}

@media (max-width: 768px) {
  .abt-us .ttl-blk__cols {
    flex-direction: column;
    gap: 24px
  }

  .abt-us .ttl-blk__h1 {
    font-size: 28px
  }

  .abt-us .story__h2 {
    font-size: 28px
  }

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

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

  .abt-us .story__stat-row {
    flex-direction: column;
    gap: 12px
  }

  .abt-us .cta-band__h2 {
    font-size: 28px
  }
}

@media (max-width: 640px) {
  .abt-us .ttl-blk {
    padding-top: 40px;
    padding-bottom: 24px
  }

  .abt-us .story {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt-us .approach {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt-us .cta-band {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt-us .ttl-blk__sub {
    font-size: 16px
  }
}

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

.lrn-prog .pg-col {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

.lrn-prog a {
  text-decoration: none !important
}

.lrn-prog ::selection {
  background: #8D68F8;
  color: #fff
}

.lrn-prog .prog-banner {
  background: #133642;
  position: relative;
  padding: 80px 0;
  overflow: hidden
}

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

.lrn-prog .prog-banner__curves svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .13
}

.lrn-prog .prog-banner__col {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  text-align: center
}

.lrn-prog .prog-banner__eyebrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8D68F8;
  font-weight: 600;
  margin-bottom: 24px;
  padding: 4px 12px;
  border: 1px solid #8d68f859;
  border-radius: 4px
}

.lrn-prog .prog-banner__h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #FEFFEC;
  font-weight: 800;
  margin-bottom: 24px
}

.lrn-prog .prog-banner__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #feffecb8;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left
}

.lrn-prog .prog-banner__pts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left
}

.lrn-prog .prog-banner__pts li {
  font-size: 16px;
  line-height: 1.4;
  color: #FEFFEC;
  padding-left: 24px;
  position: relative
}

.lrn-prog .prog-banner__pts li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #8D68F8
}

.lrn-prog .prog-banner__img-wrap {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto
}

.lrn-prog .prog-banner__img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(100%);
  transition: filter .18s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .prog-banner__img-wrap:hover img {
  filter: grayscale(60%)
}

.lrn-prog .prog-banner__bracket-left,
.lrn-prog .prog-banner__bracket-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 120px;
  pointer-events: none
}

.lrn-prog .prog-banner__bracket-left {
  left: 24px
}

.lrn-prog .prog-banner__bracket-right {
  right: 24px
}

.lrn-prog .prog-diag {
  width: 100%;
  height: 48px;
  background: #133642;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  display: block
}

.lrn-prog .steps-outer {
  background: #FEFFEC;
  padding: 80px 0;
  position: relative
}

.lrn-prog .steps-outer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #8d68f82e, #8d68f861, #8d68f82e, transparent)
}

.lrn-prog .steps-col {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

.lrn-prog .steps-hd {
  text-align: center;
  margin-bottom: 80px;
  position: relative
}

.lrn-prog .steps-hd__num {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 900;
  color: #8d68f812;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: -.02em;
  pointer-events: none;
  user-select: none
}

.lrn-prog .steps-hd__h2 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #133642;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  margin-bottom: 12px
}

.lrn-prog .steps-hd__sub {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .7;
  max-width: 560px;
  margin: 0 auto;
  text-align: left
}

.lrn-prog .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 600px;
  margin: 0 auto 80px
}

.lrn-prog .metric-cell {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 6px 14px 1px #13364217;
  text-align: center;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), transform .14s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .metric-cell:hover {
  box-shadow: 1px 8px 44px 1px #1336421f;
  transform: translateY(-2px)
}

.lrn-prog .metric-cell__val {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 900;
  color: #8D68F8;
  letter-spacing: .01em;
  display: block
}

.lrn-prog .metric-cell__lbl {
  font-size: 16px;
  line-height: 1.4;
  color: #133642;
  opacity: .75;
  margin-top: 4px;
  display: block
}

.lrn-prog .steps-list {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.lrn-prog .step-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start
}

.lrn-prog .step-item--alt {
  grid-template-columns: 1fr 80px
}

.lrn-prog .step-item--alt .step-item__num {
  order: 2
}

.lrn-prog .step-item--alt .step-item__body {
  order: 1
}

.lrn-prog .step-item__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px
}

.lrn-prog .step-item__circle {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: linear-gradient(160deg, #8d68f82e 0%, #8d68f861 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  color: #8D68F8;
  line-height: 1.1;
  flex-shrink: 0;
  box-shadow: 1px 2px 2px 1px #8d68f80d
}

.lrn-prog .step-item__connector {
  width: 2px;
  flex: 1;
  min-height: 40px;
  background: linear-gradient(180deg, #8d68f847 0%, #8d68f80a 100%);
  margin-top: 8px
}

.lrn-prog .step-item__body {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1);
  position: relative
}

.lrn-prog .step-item__body:hover {
  box-shadow: 1px 6px 14px 1px #8d68f817
}

.lrn-prog .step-item__body--accent {
  background: linear-gradient(160deg, #8d68f80f 0%, #8d68f81f 100%);
  border: 1px solid #8d68f838
}

.lrn-prog .step-item__body--dark {
  background: #133642
}

.lrn-prog .step-item__body--dark .step-item__h3 {
  color: #FEFFEC
}

.lrn-prog .step-item__body--dark .step-item__p {
  color: #feffecbf
}

.lrn-prog .step-item__body--dark .step-item__tag {
  background: #8d68f840;
  color: #c4b1fc
}

.lrn-prog .step-item__h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #133642;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.lrn-prog .step-item__p {
  font-size: 16px;
  line-height: 1.7;
  color: #133642;
  opacity: .85;
  margin-bottom: 12px
}

.lrn-prog .step-item__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.lrn-prog .step-item__tag {
  font-size: 16px;
  line-height: 1.4;
  padding: 4px 12px;
  background: #8d68f81a;
  color: #6b44f0;
  border-radius: 4px;
  font-weight: 600
}

.lrn-prog .step-item__note {
  font-size: 16px;
  line-height: 1.4;
  color: #133642;
  opacity: .55;
  margin-top: 8px;
  font-style: italic
}

.lrn-prog .step-item__aside {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
  width: 120px;
  font-size: 16px;
  line-height: 1.4;
  color: #8D68F8;
  font-weight: 700;
  text-align: right;
  flex-shrink: 0
}

.lrn-prog .steps-col__two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 80px
}

.lrn-prog .steps-col__two .col-a {
  padding-top: 0
}

.lrn-prog .steps-col__two .col-b {
  padding-top: 40px
}

.lrn-prog .faq-block {
  margin-top: 80px;
  background: #133642;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 1px 8px 44px 1px #1336421f
}

.lrn-prog .faq-block__h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #FEFFEC;
  letter-spacing: .01em;
  margin-bottom: 24px;
  text-align: center
}

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

.lrn-prog .faq-item {
  background: #feffec0f;
  border-radius: 8px;
  overflow: hidden
}

.lrn-prog .faq-item__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #FEFFEC;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .01em;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .faq-item__toggle:hover {
  background: #feffec0f
}

.lrn-prog .faq-item__toggle:focus-visible {
  outline: 2px solid #8D68F8;
  outline-offset: 2px
}

.lrn-prog .faq-item__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.lrn-prog .faq-item__icon::before,
.lrn-prog .faq-item__icon::after {
  content: '';
  position: absolute;
  background: #8D68F8;
  border-radius: 40px;
  transition: transform .15s cubic-bezier(0.4, 0, 1, 1), opacity .15s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .faq-item__icon::before {
  width: 14px;
  height: 2px
}

.lrn-prog .faq-item__icon::after {
  width: 2px;
  height: 14px
}

.lrn-prog .faq-item details[open] .faq-item__icon::after {
  transform: rotate(90deg);
  opacity: 0
}

.lrn-prog details.faq-item__det>summary {
  list-style: none
}

.lrn-prog details.faq-item__det>summary::-webkit-details-marker {
  display: none
}

.lrn-prog .faq-item__det[open] .faq-item__icon::after {
  transform: rotate(90deg);
  opacity: 0
}

.lrn-prog .faq-item__ans {
  padding: 0 24px 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #feffecb8
}

.lrn-prog .prog-cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap
}

.lrn-prog .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #8D68F8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  letter-spacing: .01em;
  box-shadow: 1px 2px 2px 1px #8d68f80d;
  transition: box-shadow .12s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1);
  text-decoration: none !important
}

.lrn-prog .btn-primary:hover {
  box-shadow: 1px 8px 44px 1px #8d68f81f;
  transform: translateY(-1px)
}

.lrn-prog .btn-primary:active {
  box-shadow: inset 1px 2px 4px #8d68f838;
  transform: translateY(0)
}

.lrn-prog .btn-primary svg {
  transition: transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.lrn-prog .btn-primary:hover svg {
  transform: translateX(3px)
}

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

.lrn-prog .aurora-bg__a,
.lrn-prog .aurora-bg__b {
  position: absolute;
  border-radius: 40px;
  filter: blur(60px)
}

.lrn-prog .aurora-bg__a {
  width: 420px;
  height: 260px;
  background: #8d68f821;
  top: 10%;
  left: -80px;
  animation: aurora-a 9s ease-in-out infinite alternate
}

.lrn-prog .aurora-bg__b {
  width: 340px;
  height: 200px;
  background: #feffec17;
  bottom: 8%;
  right: -60px;
  animation: aurora-b 11s ease-in-out infinite alternate
}

@keyframes aurora-a {
  0% {
    transform: translateX(0) translateY(0);
    opacity: .7
  }

  100% {
    transform: translateX(60px) translateY(30px);
    opacity: 1
  }
}

@keyframes aurora-b {
  0% {
    transform: translateX(0) translateY(0);
    opacity: .6
  }

  100% {
    transform: translateX(-50px) translateY(-24px);
    opacity: 1
  }
}

@media (max-width: 768px) {
  .lrn-prog .pg-col {
    padding: 0 24px
  }

  .lrn-prog .prog-banner__col {
    padding: 0 24px
  }

  .lrn-prog .prog-banner__h1 {
    font-size: 40px
  }

  .lrn-prog .prog-banner__bracket-left,
  .lrn-prog .prog-banner__bracket-right {
    display: none
  }

  .lrn-prog .steps-col {
    padding: 0 24px
  }

  .lrn-prog .steps-col__two {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lrn-prog .steps-col__two .col-b {
    padding-top: 0
  }

  .lrn-prog .step-item {
    grid-template-columns: 56px 1fr
  }

  .lrn-prog .step-item--alt {
    grid-template-columns: 1fr 56px
  }

  .lrn-prog .metrics-grid {
    gap: 12px
  }

  .lrn-prog .faq-block {
    padding: 24px
  }
}

@media (max-width: 640px) {
  .lrn-prog .prog-banner {
    padding: 40px 0
  }

  .lrn-prog .prog-banner__h1 {
    font-size: 28px
  }

  .lrn-prog .steps-hd__h2 {
    font-size: 28px
  }

  .lrn-prog .metric-cell__val {
    font-size: 28px
  }

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

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

  .lrn-prog .step-item--alt .step-item__num {
    order: 0
  }

  .lrn-prog .step-item__num {
    flex-direction: row;
    align-items: center
  }

  .lrn-prog .step-item__connector {
    display: none
  }

  .lrn-prog .steps-outer {
    padding: 40px 0
  }
}

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

.succ-page .succ-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 1px 6px 14px 1px #8d68f817;
  text-align: center
}

.succ-page .succ-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  display: block
}

.succ-page .succ-card__heading {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 700;
  color: #133642;
  margin: 0 0 12px
}

.succ-page .succ-card__text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #133642;
  margin: 0 0 40px
}

.succ-page .succ-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #8D68F8;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2px solid #8D68F8;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), background .12s ease-in
}

.succ-page .succ-card__link:hover {
  background: #8D68F8;
  color: #fff;
  box-shadow: 1px 8px 44px 1px #8d68f81f
}

.succ-page .succ-card__link:focus-visible {
  outline: 3px solid #8D68F8;
  outline-offset: 3px
}

.succ-page .succ-card__link-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.succ-page .succ-card__divider {
  width: 40px;
  height: 2px;
  background: #8D68F8;
  border-radius: 40px;
  margin: 0 auto 24px;
  opacity: .4
}

@media (max-width: 640px) {
  .succ-page {
    padding: 40px 12px
  }

  .succ-page .succ-card {
    padding: 24px
  }
}