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

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: 'Fira Code', 'Courier New', monospace
}

.brand-bar {
  background: #698998;
  padding: 8px 0
}

.brand-bar__shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand-bar__address {
  font-size: 15px;
  color: #fff;
  letter-spacing: .01em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px
}

.brand-bar__address i {
  font-size: 15px;
  color: #EBD1AF
}

.brand-bar__contact {
  display: flex;
  align-items: center;
  gap: 24px
}

.brand-bar__link {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.brand-bar__link i {
  color: #EBD1AF;
  font-size: 15px
}

.brand-bar__link:hover {
  color: #EBD1AF
}

.page-header {
  background: #fff;
  box-shadow: 0 7px 18px 0 #6989981a;
  position: relative
}

.page-header__shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 40px 0
}

.page-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBD1AF
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.brand-block__logo-mount {
  width: 56px;
  height: 56px;
  border-radius: 44px;
  border: 2px dashed #698998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 3px 6px 0 #6989980d 0 0 0 3px #69899814;
  flex-shrink: 0;
  padding: 8px
}

.brand-block__logo-mount img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.brand-block__name {
  font-size: 26px;
  font-weight: 700;
  color: #2b3d46;
  letter-spacing: .02em;
  line-height: 1.2;
  font-family: 'Fira Code', monospace
}

.brand-block__tagline {
  font-size: 15px;
  color: #698998;
  letter-spacing: .01em;
  line-height: 1.2;
  font-family: 'Fira Code', monospace
}

.header-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.header-menu__item {
  position: relative
}

.header-menu__link {
  display: block;
  font-size: 15px;
  font-family: 'Fira Code', monospace;
  font-weight: 400;
  color: #2b3d46;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 4px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.header-menu__link:hover {
  color: #698998;
  background: #69899812
}

.header-menu__link--active {
  color: #698998;
  background: #6989981a
}

.header-menu__link:focus {
  outline: 3px solid;
  outline-color: #9BB697;
  outline-offset: 2px
}

.header-action {
  display: flex;
  align-items: center
}

.header-action__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-family: 'Fira Code', monospace;
  font-weight: 700;
  color: #fff;
  background: #698998;
  border: none;
  border-radius: 4px;
  padding: 8px 24px;
  min-height: 44px;
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.2;
  box-shadow: 0 3px 6px 0 #69899821;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer
}

.header-action__button:hover {
  background: #5a7a88;
  box-shadow: 0 7px 18px 0 #6989982e;
  color: #fff
}

.header-action__button:focus {
  outline: 3px solid #9BB697;
  outline-offset: 2px
}

.page-header__nav {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-footer {
  background: #2b3d46;
  color: #fff
}

.page-footer__primary {
  padding: 72px 40px 40px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}

.page-footer__logo-mount {
  width: 56px;
  height: 56px;
  border-radius: 44px;
  border: 2px dashed #ebd1af99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff14;
  box-shadow: 0 0 0 4px #69899826;
  margin: 0 auto 16px;
  padding: 8px
}

.page-footer__logo-mount img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 28px
}

.page-footer__brand-name {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.2;
  font-family: 'Fira Code', monospace;
  margin-bottom: 8px
}

.page-footer__description {
  font-size: 15px;
  color: #ffffffa6;
  letter-spacing: .01em;
  line-height: 1.55;
  max-width: 480px;
  margin: 0 auto 40px;
  font-family: 'Fira Code', monospace
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0
}

.footer-links__item {
  display: flex;
  align-items: center
}

.footer-links__link {
  font-size: 15px;
  font-family: 'Fira Code', monospace;
  color: #9BB697;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 4px;
  transition: color .18s cubic-bezier(0.0, 0, 0.2, 1), background .18s cubic-bezier(0.0, 0, 0.2, 1);
  display: block;
  min-height: 44px;
  display: flex;
  align-items: center
}

.footer-links__link:hover {
  color: #EBD1AF;
  background: #9bb6971f
}

.footer-links__link:focus {
  outline: 3px solid #9BB697;
  outline-offset: 2px
}

.footer-links__sep {
  width: 4px;
  height: 4px;
  border-radius: 44px;
  background: #fff3;
  display: inline-block
}

.footer-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 40px;
  padding: 0
}

.footer-sub__link {
  font-size: 15px;
  font-family: 'Fira Code', monospace;
  color: #ffffff73;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 4px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.footer-sub__link:hover {
  color: #fffc
}

.footer-sub__link:focus {
  outline: 3px solid #9BB697;
  outline-offset: 2px
}

.page-footer__divider {
  border: none;
  border-top: 1px solid #ffffff1a;
  margin: 0
}

.page-footer__bottom {
  background: #00000026;
  padding: 16px 40px;
  text-align: center
}

.page-footer__copy {
  font-size: 15px;
  font-family: 'Fira Code', monospace;
  color: #ffffff59;
  letter-spacing: .01em;
  line-height: 1.2;
  margin: 0
}

@media (max-width: 768px) {
  .brand-bar__shell {
    flex-direction: column;
    gap: 8px;
    padding: 8px 24px;
    text-align: center
  }

  .brand-bar__contact {
    gap: 16px
  }

  .page-header__shell {
    padding: 24px 24px 0
  }

  .page-header__top {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 16px
  }

  .header-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px
  }

  .page-footer__primary {
    padding: 40px 24px 24px
  }

  .page-footer__bottom {
    padding: 16px 24px
  }

  .footer-links {
    flex-direction: column;
    gap: 0
  }

  .footer-links__sep {
    display: none
  }
}

.terms-content-xjnf {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 40px;
  color: #2c3a42
}

.terms-content-xjnf h1 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: 40px;
  margin-top: 0;
  color: #1e2d35
}

.terms-content-xjnf h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-top: 72px;
  margin-bottom: 24px;
  color: #1e2d35
}

.terms-content-xjnf h3 {
  font-size: 26px;
  line-height: 1.55;
  letter-spacing: .01em;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #2c3a42
}

.terms-content-xjnf h4 {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #698998;
  text-transform: uppercase
}

.terms-content-xjnf h5 {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #2c3a42
}

.terms-content-xjnf h6 {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #698998
}

.terms-content-xjnf p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #2c3a42
}

.terms-content-xjnf strong,
.terms-content-xjnf b {
  font-weight: 700;
  color: #1e2d35
}

.terms-content-xjnf em,
.terms-content-xjnf i {
  font-style: italic;
  color: inherit
}

.terms-content-xjnf a {
  color: #698998;
  text-decoration: underline;
  text-decoration-color: #69899866;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.terms-content-xjnf a:hover {
  color: #4a6f7e;
  text-decoration-color: #698998e6
}

.terms-content-xjnf hr {
  border: none;
  border-top: 1px solid #69899833;
  margin-top: 40px;
  margin-bottom: 40px
}

.terms-content-xjnf table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 3px 6px 0 #6989980d;
  border-radius: 4px;
  overflow: hidden
}

.terms-content-xjnf thead {
  background-color: #69899814
}

.terms-content-xjnf tbody tr {
  border-top: 1px solid #6989981f;
  transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.terms-content-xjnf tbody tr:hover {
  background-color: #9bb6970f
}

.terms-content-xjnf th {
  padding: 16px 24px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1e2d35
}

.terms-content-xjnf td {
  padding: 16px 24px;
  color: #2c3a42;
  vertical-align: top
}

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

  .terms-content-xjnf h1 {
    font-size: 36px
  }

  .terms-content-xjnf h2 {
    font-size: 26px;
    margin-top: 40px
  }

  .terms-content-xjnf h3 {
    font-size: 15px
  }

  .terms-content-xjnf table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .terms-content-xjnf th,
  .terms-content-xjnf td {
    padding: 16px
  }
}

.before-you-start {
  max-width: 100%;
  overflow-x: hidden
}

.before-you-start .page-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.before-you-start .opener {
  padding: 72px 0 40px;
  position: relative
}

.before-you-start .opener-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px
}

.before-you-start .opener-stripe {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0
}

.before-you-start .opener-stripe::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -40px;
  width: 140%;
  height: 200%;
  background: repeating-linear-gradient(-52deg, transparent, transparent 22px, #6989980a 22px, #6989980a 24px)
}

.before-you-start .opener-text {
  flex: 1 1 0;
  position: relative;
  z-index: 1
}

.before-you-start .opener-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #698998;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px
}

.before-you-start .opener-heading {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2e38;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 24px;
  max-width: 640px
}

.before-you-start .opener-heading em {
  font-style: normal;
  color: #698998
}

.before-you-start .opener-action {
  display: inline-block;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #1b2e38;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid #698998;
  font-weight: 600;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.before-you-start .opener-action:hover {
  color: #698998;
  border-color: #9BB697
}

.before-you-start .opener-image-strip {
  flex: 0 0 260px;
  width: 260px;
  position: relative;
  z-index: 1;
  align-self: stretch
}

.before-you-start .opener-image-strip img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
  filter: saturate(0.82) contrast(1.04);
  mix-blend-mode: multiply;
  transition: filter .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.before-you-start .opener-image-strip:hover img {
  filter: saturate(0) contrast(1.06)
}

.before-you-start .opener-image-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #ebd1af38 0%, transparent 60%);
  pointer-events: none
}

.before-you-start .knowledge {
  padding: 72px 0;
  background: #f4f0eb
}

.before-you-start .knowledge-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.before-you-start .knowledge-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 40px;
  align-items: flex-start
}

.before-you-start .knowledge-intro {
  flex: 0 0 260px
}

.before-you-start .knowledge-intro-heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2e38;
  font-weight: 700;
  margin: 0 0 16px
}

.before-you-start .knowledge-intro-heading strong {
  color: #698998;
  font-weight: 800
}

.before-you-start .knowledge-intro p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #3a4f59;
  margin: 0
}

.before-you-start .knowledge-body {
  flex: 1 1 0
}

.before-you-start .knowledge-body p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #2c3e47;
  margin: 0 0 16px
}

.before-you-start .knowledge-body p:last-child {
  margin-bottom: 0
}

.before-you-start .knowledge-body strong {
  color: #698998;
  font-weight: 700
}

.before-you-start .numbers-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 40px;
  align-items: stretch
}

.before-you-start .number-pair {
  flex: 1 1 0;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 3px 6px 0 #6989980d;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.before-you-start .number-pair:hover {
  box-shadow: 0 7px 18px 0 #6989981a
}

.before-you-start .number-pair-values {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: baseline
}

.before-you-start .num-before {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #c9b89a;
  letter-spacing: .01em
}

.before-you-start .num-arrow {
  font-size: 26px;
  line-height: 1.2;
  color: #9BB697;
  font-weight: 700
}

.before-you-start .num-after {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  color: #698998;
  letter-spacing: .01em
}

.before-you-start .number-pair-label {
  font-size: 15px;
  line-height: 1.55;
  color: #3a4f59;
  letter-spacing: .01em
}

.before-you-start .glass-note {
  margin-top: 40px;
  border-radius: 28px;
  padding: 40px;
  background: #ffffff8c;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #69899821;
  box-shadow: 0 8px 60px 0 #69899821;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center
}

.before-you-start .glass-note-icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 44px;
  background: linear-gradient(135deg, #698998 0%, #9BB697 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: softpulse 3s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes softpulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.02)
  }
}

.before-you-start .glass-note-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 2
}

.before-you-start .glass-note-text {
  flex: 1 1 0
}

.before-you-start .glass-note-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #2c3e47;
  margin: 0;
  letter-spacing: .01em
}

.before-you-start .glass-note-text strong {
  color: #698998;
  font-weight: 700
}

.before-you-start .comparison {
  padding: 72px 0;
  background: #fff
}

.before-you-start .comparison-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center
}

.before-you-start .comparison-heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b2e38;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase
}

.before-you-start .comparison-sub {
  font-size: 15px;
  line-height: 1.55;
  color: #698998;
  letter-spacing: .02em;
  margin: 0 0 40px
}

.before-you-start .pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #9bb6971a
}

.before-you-start .pricing-table thead tr {
  background: #1b2e38
}

.before-you-start .pricing-table thead th {
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #fff;
  font-weight: 700;
  text-align: center
}

.before-you-start .pricing-table thead th:first-child {
  text-align: left
}

.before-you-start .pricing-table thead th.col-featured {
  background: #698998;
  color: #fff
}

.before-you-start .pricing-table tbody tr {
  background: #fff;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.before-you-start .pricing-table tbody tr:nth-child(even) {
  background: #f7f5f2
}

.before-you-start .pricing-table tbody tr:hover {
  background: #6989980f
}

.before-you-start .pricing-table tbody td {
  padding: 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #2c3e47;
  letter-spacing: .01em;
  text-align: center;
  border-bottom: 1px solid #69899814
}

.before-you-start .pricing-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1b2e38
}

.before-you-start .pricing-table tbody td.col-featured {
  background: #6989980f;
  font-weight: 700;
  color: #698998
}

.before-you-start .pricing-table tfoot tr {
  background: #f4f0eb
}

.before-you-start .pricing-table tfoot td {
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #3a4f59;
  text-align: center;
  font-weight: 600;
  letter-spacing: .01em
}

.before-you-start .pricing-table tfoot td:first-child {
  text-align: left;
  color: #1b2e38;
  font-weight: 700
}

.before-you-start .pricing-table tfoot td.col-featured {
  background: #6989981a;
  color: #698998;
  font-weight: 800
}

.before-you-start .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.before-you-start .check-icon svg {
  width: 18px;
  height: 18px
}

.before-you-start .comparison-note {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #3a4f59;
  letter-spacing: .01em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto
}

.before-you-start .expert-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  margin-top: 72px;
  text-align: left
}

.before-you-start .expert-portrait {
  flex: 0 0 200px;
  width: 200px;
  height: 257px;
  overflow: hidden
}

.before-you-start .expert-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.88);
  transition: filter .5s cubic-bezier(0.0, 0, 0.2, 1)
}

.before-you-start .expert-portrait:hover img {
  filter: saturate(0)
}

.before-you-start .expert-details {
  flex: 1 1 0
}

.before-you-start .expert-name {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b2e38;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.before-you-start .expert-role {
  font-size: 15px;
  line-height: 1.55;
  color: #698998;
  font-weight: 600;
  letter-spacing: .02em;
  margin: 0 0 16px
}

.before-you-start .expert-quote {
  font-size: 15px;
  line-height: 1.8;
  color: #2c3e47;
  letter-spacing: .01em;
  margin: 0
}

.before-you-start .expert-quote strong {
  color: #698998;
  font-weight: 700
}

.before-you-start .curve-decoration {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.before-you-start .curve-decoration svg {
  display: block;
  width: 100%
}

@media (max-width: 768px) {
  .before-you-start .opener-heading {
    font-size: 36px
  }

  .before-you-start .opener-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .before-you-start .opener-image-strip {
    flex: 0 0 auto;
    width: 100%
  }

  .before-you-start .opener-image-strip img {
    height: 240px
  }

  .before-you-start .knowledge-top {
    flex-direction: column
  }

  .before-you-start .knowledge-intro {
    flex: 0 0 auto
  }

  .before-you-start .numbers-row {
    flex-direction: column
  }

  .before-you-start .glass-note {
    flex-direction: column;
    gap: 16px
  }

  .before-you-start .expert-row {
    flex-direction: column;
    text-align: center
  }

  .before-you-start .expert-portrait {
    flex: 0 0 auto;
    width: 160px;
    height: 205px;
    margin: 0 auto
  }

  .before-you-start .pricing-table thead th,
  .before-you-start .pricing-table tbody td,
  .before-you-start .pricing-table tfoot td {
    padding: 12px 8px;
    font-size: 15px
  }
}

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

.learning-program .program-reveal {
  animation: slideFromLeft .5s cubic-bezier(0.0, 0, 0.2, 1) both
}

.learning-program .program-reveal--delay1 {
  animation-delay: .1s
}

.learning-program .program-reveal--delay2 {
  animation-delay: .22s
}

.learning-program .program-reveal--delay3 {
  animation-delay: .36s
}

.learning-program .program-reveal--delay4 {
  animation-delay: .5s
}

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

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

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

.learning-program input::placeholder,
.learning-program textarea::placeholder {
  color: #69899873
}

.learning-program .divider--accent {
  height: 2px;
  border: none;
  background: linear-gradient(90deg, #698998 0%, #9BB697 100%);
  margin: 0
}

.learning-program .divider--secondary {
  height: 2px;
  border: none;
  background: linear-gradient(90deg, #9BB697 0%, #EBD1AF 100%);
  margin: 0
}

.learning-program .title-block {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  padding: 72px 0 40px;
  position: relative
}

.learning-program .title-block__decoration {
  position: absolute;
  top: 24px;
  right: 0;
  width: 180px;
  height: 120px;
  pointer-events: none;
  overflow: hidden
}

.learning-program .title-block__decoration svg {
  width: 100%;
  height: 100%
}

.learning-program .title-block__text {
  flex: 1 1 0;
  min-width: 0
}

.learning-program .title-block__label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #698998;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px
}

.learning-program .title-block__heading {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 800;
  color: #1e2d35;
  margin: 0 0 24px;
  text-transform: uppercase
}

.learning-program .title-block__heading em {
  font-style: normal;
  color: #698998;
  font-weight: 800
}

.learning-program .title-block__body {
  font-size: 15px;
  line-height: 1.8;
  color: #3a4f58;
  max-width: 520px;
  letter-spacing: .01em
}

.learning-program .title-block__pattern {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 24px;
  flex-wrap: wrap
}

.learning-program .title-block__dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #EBD1AF;
  display: inline-block
}

.learning-program .title-block__dot--primary {
  background: #698998
}

.learning-program .title-block__dot--secondary {
  background: #9BB697
}

.learning-program .title-block__image-card {
  flex: 0 0 260px;
  width: 260px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #6989981a;
  position: relative
}

.learning-program .title-block__image-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85) sepia(0.18) brightness(0.97);
  transition: filter .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .title-block__image-card:hover img {
  filter: saturate(0.4) sepia(0.1) brightness(0.92)
}

.learning-program .title-block__image-overlay {
  position: absolute;
  inset: 0;
  background: #1e2d3500;
  transition: background .3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border-radius: 16px
}

.learning-program .title-block__image-card:hover .title-block__image-overlay {
  background: #1e2d359e
}

.learning-program .title-block__image-caption {
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: .01em
}

.learning-program .title-block__image-card:hover .title-block__image-caption {
  opacity: 1
}

.learning-program .structure-block {
  padding: 72px 0 40px;
  background: #f5f8f7;
  border-radius: 28px;
  margin: 40px 0
}

.learning-program .structure-block__inner {
  padding: 0 40px
}

.learning-program .structure-block__accent-bar {
  width: 40px;
  height: 4px;
  background: #9BB697;
  border-radius: 4px;
  margin-bottom: 16px
}

.learning-program .structure-block__heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 700;
  color: #1e2d35;
  margin: 0 0 40px;
  text-align: center
}

.learning-program .structure-block__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start
}

.learning-program .structure-block__intro {
  font-size: 15px;
  line-height: 1.8;
  color: #3a4f58;
  letter-spacing: .01em
}

.learning-program .structure-block__intro strong {
  color: #698998;
  font-weight: 700
}

.learning-program .module-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning-program .module-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 3px 6px 0 #6989980d;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.learning-program .module-item:hover {
  box-shadow: 0 7px 18px 0 #6989981a
}

.learning-program .module-item:active {
  background: #698998
}

.learning-program .module-item:active .module-item__number,
.learning-program .module-item:active .module-item__name,
.learning-program .module-item:active .module-item__desc {
  color: #fff
}

.learning-program .module-item__number {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: #EBD1AF;
  flex: 0 0 40px;
  letter-spacing: .01em;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .module-item__text {
  flex: 1 1 0;
  min-width: 0
}

.learning-program .module-item__name {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: #1e2d35;
  letter-spacing: .01em;
  margin-bottom: 8px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .module-item__desc {
  font-size: 15px;
  line-height: 1.8;
  color: #3a4f58;
  letter-spacing: .01em;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .instructors-block {
  padding: 72px 0 40px
}

.learning-program .instructors-block__accent-bar {
  width: 40px;
  height: 4px;
  background: #698998;
  border-radius: 4px;
  margin-bottom: 16px
}

.learning-program .instructors-block__heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2d35;
  letter-spacing: .01em;
  margin: 0 0 40px
}

.learning-program .instructors-block__row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch
}

.learning-program .instructor-card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 #6989980d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .instructor-card:hover {
  box-shadow: 0 8px 60px 0 #69899821
}

.learning-program .instructor-card__portrait-wrap {
  position: relative;
  overflow: hidden
}

.learning-program .instructor-card__portrait-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: saturate(0.9)
}

.learning-program .instructor-card:hover .instructor-card__portrait-wrap img {
  filter: saturate(0.2)
}

.learning-program .instructor-card__portrait-overlay {
  position: absolute;
  inset: 0;
  background: #1e2d3500;
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-end;
  padding: 16px
}

.learning-program .instructor-card:hover .instructor-card__portrait-overlay {
  background: #1e2d358c
}

.learning-program .instructor-card__overlay-text {
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: .01em
}

.learning-program .instructor-card:hover .instructor-card__overlay-text {
  opacity: 1
}

.learning-program .instructor-card__body {
  padding: 24px;
  flex: 1 1 0
}

.learning-program .instructor-card__name {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: #1e2d35;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.learning-program .instructor-card__role {
  font-size: 15px;
  line-height: 1.55;
  color: #698998;
  font-weight: 600;
  letter-spacing: .01em;
  margin-bottom: 8px
}

.learning-program .instructor-card__bio {
  font-size: 15px;
  line-height: 1.8;
  color: #3a4f58;
  letter-spacing: .01em
}

.learning-program .instructor-card--featured {
  flex: 1.3 1 0
}

.learning-program .offer-block {
  padding: 72px 0;
  background: #9BB697;
  border-radius: 28px;
  margin: 40px 0;
  position: relative;
  overflow: hidden
}

.learning-program .offer-block__diagonal {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
  overflow: hidden
}

.learning-program .offer-block__inner {
  padding: 0 40px;
  position: relative
}

.learning-program .offer-block__accent-bar {
  width: 40px;
  height: 4px;
  background: #EBD1AF;
  border-radius: 4px;
  margin-bottom: 16px
}

.learning-program .offer-block__heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  letter-spacing: .01em;
  margin: 0 0 24px;
  text-align: center
}

.learning-program .offer-block__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.learning-program .offer-block__description {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: .01em
}

.learning-program .offer-block__description strong {
  font-weight: 700;
  color: #EBD1AF
}

.learning-program .progress-narrative {
  background: #ffffff2e;
  border-radius: 16px;
  padding: 24px;
  box-shadow: inset 0 3px 6px 0 #69899814
}

.learning-program .progress-narrative__label {
  font-size: 15px;
  line-height: 1.55;
  color: #EBD1AF;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.learning-program .progress-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.learning-program .progress-step:last-child {
  margin-bottom: 0
}

.learning-program .progress-step__label {
  font-size: 15px;
  line-height: 1.55;
  color: #fff;
  flex: 0 0 120px;
  letter-spacing: .01em
}

.learning-program .progress-step__bar-track {
  flex: 1 1 0;
  height: 8px;
  background: #ffffff40;
  border-radius: 4px;
  overflow: hidden
}

.learning-program .progress-step__bar-fill {
  height: 100%;
  border-radius: 4px;
  background: #EBD1AF;
  transition: width .5s cubic-bezier(0.0, 0, 0.2, 1)
}

.learning-program .offer-block__price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap
}

.learning-program .offer-block__price {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  letter-spacing: .01em
}

.learning-program .offer-block__price-note {
  font-size: 15px;
  line-height: 1.55;
  color: #ffffffd1;
  letter-spacing: .01em
}

.learning-program .offer-block__cta {
  display: inline-block;
  background: #1e2d35;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 16px 40px;
  border-radius: 44px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 6px 0 #6989980d;
  margin-top: 24px;
  text-transform: lowercase
}

.learning-program .offer-block__cta:hover {
  background: #698998;
  box-shadow: 0 7px 18px 0 #6989981a;
  color: #fff;
  text-decoration: none
}

.learning-program .offer-block__cta:focus {
  outline: 2px solid #EBD1AF;
  outline-offset: 3px
}

.learning-program .offer-block__cta:active {
  background: #EBD1AF;
  color: #1e2d35
}

@media (max-width: 800px) {
  .learning-program .title-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0 24px
  }

  .learning-program .title-block__image-card {
    width: 100%;
    flex: none
  }

  .learning-program .title-block__image-card img {
    height: 220px
  }

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

  .learning-program .instructors-block__row {
    flex-direction: column
  }

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

  .learning-program .title-block__heading {
    font-size: 36px
  }

  .learning-program .structure-block__inner,
  .learning-program .offer-block__inner {
    padding: 0 16px
  }

  .learning-program .offer-block__price {
    font-size: 36px
  }
}

@media (max-width: 520px) {
  .learning-program .title-block__heading {
    font-size: 26px
  }

  .learning-program .structure-block__heading,
  .learning-program .instructors-block__heading,
  .learning-program .offer-block__heading {
    font-size: 26px
  }

  .learning-program .progress-step__label {
    flex: 0 0 80px;
    font-size: 15px
  }
}

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

.about-us .page-cap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.about-us .title-block {
  position: relative;
  padding: 72px 24px;
  background: linear-gradient(135deg, #698998 0%, #9BB697 55%, #EBD1AF 100%);
  text-align: left
}

.about-us .title-block .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.about-us .title-block .dot-grid svg {
  width: 100%;
  height: 100%;
  opacity: .18
}

.about-us .title-block .title-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative
}

.about-us .title-block .label-tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #fff;
  background: #69899859;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 16px;
  font-weight: 600
}

.about-us .title-block .title-heading {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 24px;
  max-width: 700px
}

.about-us .title-block .title-desc {
  font-size: 26px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #ffffffe0;
  max-width: 560px;
  margin: 0
}

.about-us .title-block .title-image-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  overflow: hidden
}

.about-us .title-block .title-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  mask-image: linear-gradient(to right, transparent 0%, #0009 30%, #000 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #0009 30%, #000 100%);
  filter: brightness(0.72)
}

.about-us .divider-dots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  align-items: center
}

.about-us .divider-dots .dot-row {
  display: flex;
  gap: 8px;
  justify-content: center
}

.about-us .divider-dots .dot-row span {
  display: block;
  border-radius: 44px;
  background: #698998;
  opacity: .22
}

.about-us .divider-dots .dot-row--top span {
  width: 5px;
  height: 5px
}

.about-us .divider-dots .dot-row--bottom span {
  width: 3px;
  height: 3px;
  opacity: .13
}

.about-us .story-block {
  padding: 72px 24px;
  background: #fff
}

.about-us .story-block .story-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start
}

.about-us .story-block .story-label {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #698998;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px
}

.about-us .story-block .story-heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #232b2f;
  font-weight: 700;
  margin: 0 0 24px
}

.about-us .story-block .story-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #3a4448;
  margin: 0 0 16px
}

.about-us .story-block .story-text strong {
  color: #698998;
  font-weight: 700
}

.about-us .story-block .story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.about-us .story-block .story-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 7px 18px 0 #6989981a
}

.about-us .story-block .story-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .5s cubic-bezier(0.4, 0, 0.2, 1), transform .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us .story-block .story-img-wrap img:hover {
  filter: saturate(0)
}

.about-us .story-block .story-img-wrap--tall {
  grid-row: span 2
}

.about-us .story-block .story-img-wrap--tall img {
  height: 100%;
  min-height: 300px
}

.about-us .divider-alt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  align-items: center
}

.about-us .divider-alt .alt-row {
  display: flex;
  gap: 6px;
  justify-content: center
}

.about-us .divider-alt .alt-row span {
  display: block;
  border-radius: 44px
}

.about-us .divider-alt .alt-row--a span {
  width: 4px;
  height: 4px;
  background: #9BB697;
  opacity: .3
}

.about-us .divider-alt .alt-row--b span {
  width: 6px;
  height: 6px;
  background: #EBD1AF;
  opacity: .4
}

.about-us .approach-block {
  padding: 72px 24px;
  background: linear-gradient(170deg, #f3f7f5 0%, #e8f0ed 100%);
  animation: bgshift 15s linear infinite
}

@keyframes bgshift {
  0% {
    background: linear-gradient(170deg, #f3f7f5 0%, #e8f0ed 100%)
  }

  50% {
    background: linear-gradient(170deg, #edf2f7 0%, #e4ede8 100%)
  }

  100% {
    background: linear-gradient(170deg, #f3f7f5 0%, #e8f0ed 100%)
  }
}

.about-us .approach-block .approach-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center
}

.about-us .approach-block .approach-heading {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #232b2f;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 16px
}

.about-us .approach-block .approach-sub {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #3a4448;
  max-width: 600px;
  margin: 0 auto 40px
}

.about-us .approach-block .comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 40px
}

.about-us .approach-block .compare-card {
  border-radius: 16px;
  padding: 40px 24px;
  background: #fff;
  box-shadow: 0 3px 6px 0 #6989980d;
  text-align: left;
  position: relative;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us .approach-block .compare-card:hover {
  box-shadow: 0 8px 60px 0 #69899821;
  transform: translateY(-4px)
}

.about-us .approach-block .compare-card--recommended {
  background: #698998;
  box-shadow: 0 7px 18px 0 #6989982e
}

.about-us .approach-block .compare-card--recommended .card-tier,
.about-us .approach-block .compare-card--recommended .card-desc,
.about-us .approach-block .compare-card--recommended .card-feature {
  color: #ffffffe6
}

.about-us .approach-block .compare-card--recommended .card-name {
  color: #fff
}

.about-us .approach-block .recommended-badge {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #698998;
  background: #EBD1AF;
  border-radius: 4px;
  padding: 4px 12px;
  font-weight: 700;
  margin-bottom: 16px
}

.about-us .approach-block .compare-card--recommended .recommended-badge {
  background: #ebd1af40;
  color: #EBD1AF
}

.about-us .approach-block .card-tier {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #698998;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px
}

.about-us .approach-block .card-name {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #232b2f;
  font-weight: 700;
  margin: 0 0 16px
}

.about-us .approach-block .card-desc {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #3a4448;
  margin: 0 0 24px
}

.about-us .approach-block .card-features {
  list-style: none;
  padding: 0;
  margin: 0
}

.about-us .approach-block .card-feature {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #3a4448;
  padding: 8px 0;
  border-top: 1px solid #6989981f;
  display: flex;
  align-items: center;
  gap: 8px
}

.about-us .approach-block .compare-card--recommended .card-feature {
  border-top-color: #ffffff26
}

.about-us .approach-block .feature-dot {
  width: 6px;
  height: 6px;
  border-radius: 44px;
  background: #9BB697;
  flex-shrink: 0
}

.about-us .approach-block .compare-card--recommended .feature-dot {
  background: #EBD1AF
}

.about-us .team-block {
  position: relative;
  padding: 72px 24px;
  overflow: hidden
}

.about-us .team-block .bg-image {
  position: absolute;
  inset: 0;
  z-index: 0
}

.about-us .team-block .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.about-us .team-block .bg-overlay {
  position: absolute;
  inset: 0;
  background: #232b2fc7;
  z-index: 1
}

.about-us .team-block .team-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.about-us .team-block .team-heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center
}

.about-us .team-block .team-sub {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #ffffffc7;
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: center
}

.about-us .team-block .team-columns {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  gap: 24px;
  align-items: start
}

.about-us .team-block .team-card {
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  padding: 40px 24px;
  backdrop-filter: blur(6px)
}

.about-us .team-block .team-card .portrait-wrap {
  width: 80px;
  height: 100px;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 7px 18px 0 #6989982e
}

.about-us .team-block .team-card .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .5s cubic-bezier(0.0, 0, 0.2, 1)
}

.about-us .team-block .team-card .portrait-wrap img:hover {
  filter: saturate(0)
}

.about-us .team-block .team-card .person-name {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 700;
  margin: 0 0 8px
}

.about-us .team-block .team-card .person-role {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #9BB697;
  font-weight: 600;
  margin: 0 0 16px
}

.about-us .team-block .team-card .person-bio {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .01em;
  color: #ffffffbf;
  margin: 0
}

.about-us .team-block .stat-card {
  background: #9bb69726;
  border: 1px solid #9bb69740;
  border-radius: 16px;
  padding: 24px;
  text-align: center
}

.about-us .team-block .stat-number {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #EBD1AF;
  font-weight: 800;
  display: block;
  margin-bottom: 8px
}

.about-us .team-block .stat-label {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #ffffffb3
}

.about-us .team-block .stat-mini {
  background: #69899833;
  border: 1px solid #69899840;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center
}

.about-us .team-block .stat-mini .stat-number {
  font-size: 36px
}

.about-us .team-block .side-stats {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us .dot-border-accent {
  position: absolute;
  pointer-events: none
}

@media (max-width: 900px) {
  .about-us .title-block .title-heading {
    font-size: 50px
  }

  .about-us .title-block .title-image-side {
    display: none
  }

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

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

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

@media (max-width: 600px) {
  .about-us .title-block .title-heading {
    font-size: 36px
  }

  .about-us .approach-block .approach-heading {
    font-size: 36px
  }

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

  .about-us .story-block .story-img-wrap--tall {
    grid-row: span 1
  }

  .about-us .story-block .story-img-wrap--tall img {
    min-height: 220px
  }
}

.about-us a.inline-link {
  color: #698998;
  text-decoration: none;
  background-image: linear-gradient(#698998, #698998);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us a.inline-link:hover {
  background-size: 100% 2px
}

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

.contact-us .reach-panel {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 40px
}

.contact-us .opening-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 72px;
  align-items: start
}

.contact-us .image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 60px 0 #69899821
}

.contact-us .image-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1), transform .5s cubic-bezier(0.0, 0, 0.2, 1);
  filter: saturate(0.9)
}

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

.contact-us .tag-corner {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #698998;
  color: #fff;
  font-size: 15px;
  letter-spacing: .02em;
  padding: 8px 16px;
  border-radius: 4px;
  line-height: 1.2;
  pointer-events: none
}

.contact-us .text-zone {
  padding: 40px 0 0
}

.contact-us .label-small {
  font-size: 15px;
  color: #698998;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.contact-us .primary-heading {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1e2d35;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px
}

.contact-us .primary-heading strong {
  color: #698998;
  font-weight: 800
}

.contact-us .opening-description {
  font-size: 15px;
  line-height: 1.8;
  color: #3a4f58;
  margin-bottom: 40px;
  max-width: 480px
}

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

.contact-us .detail-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.contact-us .detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f0f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #698998;
  font-size: 18px;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .detail-list li:hover .detail-icon {
  background: #698998;
  color: #fff
}

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

.contact-us .detail-label {
  font-size: 15px;
  font-weight: 700;
  color: #1e2d35;
  line-height: 1.2;
  letter-spacing: .01em
}

.contact-us .detail-value {
  font-size: 15px;
  color: #3a4f58;
  line-height: 1.55;
  letter-spacing: .01em
}

.contact-us .detail-value a {
  color: #3a4f58;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .detail-value a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #698998;
  transition: width .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .detail-value a:hover {
  color: #698998
}

.contact-us .detail-value a:hover::after {
  width: 100%
}

.contact-us .curve-divider {
  display: block;
  width: 100%;
  line-height: 0;
  margin: 0
}

.contact-us .curve-divider svg {
  display: block;
  width: 100%
}

.contact-us .form-band {
  background: #f0f5f7;
  padding: 0
}

.contact-us .form-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 40px
}

.contact-us .form-grid {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 72px;
  align-items: start
}

.contact-us .form-aside {
  position: relative
}

.contact-us .form-aside-heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1e2d35;
  font-weight: 700;
  margin-bottom: 24px
}

.contact-us .form-aside-text {
  font-size: 15px;
  line-height: 1.8;
  color: #3a4f58;
  margin-bottom: 40px
}

.contact-us .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 #6989980d;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .step-item:hover {
  box-shadow: 0 7px 18px 0 #6989981a
}

.contact-us .step-number {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #9BB697;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.2
}

.contact-us .step-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us .step-name {
  font-size: 15px;
  font-weight: 700;
  color: #1e2d35;
  line-height: 1.2;
  letter-spacing: .01em
}

.contact-us .step-desc {
  font-size: 15px;
  color: #3a4f58;
  line-height: 1.55
}

.contact-us .step-duration {
  font-size: 15px;
  color: #698998;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .01em;
  white-space: nowrap
}

.contact-us .concentric-deco {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 80px;
  height: 80px;
  pointer-events: none
}

.contact-us .concentric-deco span {
  position: absolute;
  border: 1.5px solid #9BB697;
  border-radius: 4px;
  opacity: .4
}

.contact-us .concentric-deco span:nth-child(1) {
  inset: 0
}

.contact-us .concentric-deco span:nth-child(2) {
  inset: 10px;
  opacity: .3
}

.contact-us .concentric-deco span:nth-child(3) {
  inset: 20px;
  opacity: .2
}

.contact-us .concentric-deco span:nth-child(4) {
  inset: 30px;
  opacity: .15
}

.contact-us .form-area {
  background: #fff;
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 7px 18px 0 #6989981a
}

.contact-us .form-heading {
  font-size: 26px;
  line-height: 1.2;
  color: #1e2d35;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 8px;
  text-align: center
}

.contact-us .form-sub {
  font-size: 15px;
  color: #3a4f58;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 40px
}

.contact-us .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px
}

.contact-us .field-label {
  font-size: 15px;
  font-weight: 700;
  color: #1e2d35;
  line-height: 1.2;
  letter-spacing: .01em
}

.contact-us .field-input {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #d4dfe4;
  border-radius: 4px;
  font-size: 15px;
  color: #1e2d35;
  line-height: 1.55;
  background: #f7fafb;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none
}

.contact-us .field-input::placeholder {
  color: #69899880
}

.contact-us .field-input:focus {
  border-color: #698998;
  box-shadow: inset 0 2px 6px 0 #69899814;
  background: #fff
}

.contact-us .field-select {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #d4dfe4;
  border-radius: 4px;
  font-size: 15px;
  color: #1e2d35;
  line-height: 1.55;
  background: #f7fafb;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  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='%23698998' d='M3 5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px
}

.contact-us .field-select:focus {
  border-color: #698998;
  box-shadow: inset 0 2px 6px 0 #69899814;
  background-color: #fff
}

.contact-us .slot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.contact-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
  background: #f0f5f7;
  border-radius: 4px
}

.contact-us .privacy-checkbox {
  width: 20px;
  height: 20px;
  border: 1.5px solid #698998;
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 2px;
  accent-color: #698998
}

.contact-us .privacy-text {
  font-size: 15px;
  color: #3a4f58;
  line-height: 1.55
}

.contact-us .privacy-text a {
  color: #698998;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  display: inline-block
}

.contact-us .privacy-text a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #698998;
  transition: width .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .privacy-text a:hover::after {
  width: 100%
}

.contact-us .submit-btn {
  width: 100%;
  padding: 16px 40px;
  background: #698998;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  cursor: pointer;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  text-transform: lowercase;
  display: block
}

.contact-us .submit-btn:hover {
  background: #557585;
  box-shadow: 0 7px 18px 0 #6989981a
}

.contact-us .submit-btn:active {
  background: #4a6878
}

.contact-us .submit-btn:focus-visible {
  outline: 2px solid #698998;
  outline-offset: 3px
}

.contact-us .curve-divider-2 {
  display: block;
  width: 100%;
  line-height: 0
}

.contact-us .map-band {
  background: #1e2d35;
  padding: 72px 40px;
  text-align: center
}

.contact-us .map-inner {
  max-width: 1100px;
  margin: 0 auto
}

.contact-us .map-heading {
  font-size: 36px;
  line-height: 1.2;
  color: #EBD1AF;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 16px
}

.contact-us .map-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #a8c0cc;
  margin-bottom: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.contact-us .address-display {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #69899826;
  border: 1.5px solid #6989984d;
  border-radius: 28px;
  padding: 24px 40px
}

.contact-us .address-display .addr-icon {
  color: #EBD1AF;
  font-size: 24px;
  flex-shrink: 0
}

.contact-us .address-display .addr-lines {
  text-align: left
}

.contact-us .address-display .addr-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .01em;
  display: block;
  margin-bottom: 8px
}

.contact-us .address-display .addr-street {
  font-size: 15px;
  color: #a8c0cc;
  line-height: 1.55;
  display: block
}

.contact-us .image-secondary {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #69899821
}

.contact-us .image-secondary img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.5) brightness(0.7);
  transition: filter .5s cubic-bezier(0.0, 0, 0.2, 1)
}

.contact-us .image-secondary:hover img {
  filter: saturate(0) brightness(0.6)
}

.contact-us .float-icon {
  display: inline-block;
  animation: icon-float 3.2s ease-in-out infinite
}

@keyframes icon-float {

  0%,
  100% {
    transform: translateY(0px)
  }

  50% {
    transform: translateY(-6px)
  }
}

@media (max-width: 900px) {
  .contact-us .opening-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

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

  .contact-us .primary-heading {
    font-size: 36px
  }

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

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

  .contact-us .reach-panel {
    padding: 40px 24px
  }

  .contact-us .form-inner {
    padding: 40px 24px
  }

  .contact-us .map-band {
    padding: 40px 24px
  }

  .contact-us .address-display {
    flex-direction: column;
    text-align: center;
    padding: 24px
  }

  .contact-us .address-display .addr-lines {
    text-align: center
  }
}

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

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

.launch .opening {
  position: relative;
  padding: 72px 0;
  background: #f5f0ea
}

.launch .opening-frame {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 40px;
  align-items: center
}

.launch .opening-frame::before,
.launch .opening-frame::after {
  content: "";
  position: absolute;
  border: 1px solid #6989984d;
  pointer-events: none
}

.launch .opening-frame::before {
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 4px
}

.launch .opening-frame::after {
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 4px
}

.launch .opening-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px
}

.launch .opening-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1);
  filter: saturate(0.85) sepia(0.15) brightness(0.97)
}

.launch .opening-image img:hover {
  filter: saturate(0) sepia(0.1) brightness(0.95)
}

.launch .opening-image--right img {
  filter: saturate(0.8) sepia(0.2) brightness(0.95)
}

.launch .opening-text {
  text-align: center;
  padding: 40px 24px;
  position: relative;
  z-index: 1
}

.launch .opening-number {
  font-size: 68px;
  line-height: 1.2;
  font-weight: 800;
  color: #698998;
  letter-spacing: .01em;
  display: block;
  margin-bottom: 8px
}

.launch .opening-name {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a3540;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 16px
}

.launch .opening-tagline {
  font-size: 15px;
  line-height: 1.55;
  color: #3d4f5a;
  letter-spacing: .02em;
  margin: 0 0 24px
}

.launch .opening-link {
  display: inline-block;
  padding: 16px 40px;
  background: #698998;
  color: #fff;
  font-size: 15px;
  letter-spacing: .02em;
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 6px 0 #6989980d
}

.launch .opening-link:hover {
  background: #4e7080;
  box-shadow: 0 7px 18px 0 #6989981a
}

@keyframes colorwave {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.launch .people {
  padding: 72px 0;
  background: #fff;
  position: relative
}

.launch .people-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: start
}

.launch .people-text-col {
  padding-right: 16px
}

.launch .people-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #698998;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: block
}

.launch .people-heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a3540;
  letter-spacing: .01em;
  margin: 0 0 24px
}

.launch .people-body {
  font-size: 15px;
  line-height: 1.8;
  color: #3d4f5a;
  letter-spacing: .02em;
  margin: 0 0 16px
}

.launch .people-body strong {
  color: #698998;
  font-weight: 700
}

.launch .people-profiles {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.launch .profile-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 16px;
  background: #f5f7f8;
  box-shadow: 0 3px 6px 0 #6989980d;
  transition: box-shadow .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.launch .profile-card:hover {
  box-shadow: 0 7px 18px 0 #6989981a
}

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

.launch .profile-portrait img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.launch .profile-portrait img:hover {
  filter: saturate(0)
}

.launch .profile-info {
  flex: 1
}

.launch .profile-name {
  font-size: 15px;
  font-weight: 700;
  color: #2a3540;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.launch .profile-role {
  font-size: 15px;
  color: #698998;
  letter-spacing: .02em;
  margin: 0 0 8px;
  font-weight: 600
}

.launch .profile-bio {
  font-size: 15px;
  line-height: 1.55;
  color: #3d4f5a;
  letter-spacing: .02em;
  margin: 0
}

.launch .gap {
  padding: 72px 0;
  background: linear-gradient(160deg, #6989980f 0%, #fff 100%);
  background-size: 200% 200%;
  animation: colorwave 12s ease infinite;
  position: relative
}

.launch .gap-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start
}

.launch .gap-aside {
  position: sticky;
  top: 40px
}

.launch .gap-aside-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #69899821;
  margin-bottom: 24px
}

.launch .gap-aside-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.launch .gap-aside-image img:hover {
  filter: saturate(0)
}

.launch .gap-stat {
  background: #698998;
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center
}

.launch .gap-stat-number {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .01em;
  display: block
}

.launch .gap-stat-label {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  margin: 8px 0 0;
  display: block;
  opacity: .88
}

.launch .gap-content {
  padding-left: 16px
}

.launch .gap-heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a3540;
  letter-spacing: .01em;
  margin: 0 0 24px;
  text-align: center;
  text-transform: uppercase
}

.launch .gap-connector {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px
}

.launch .gap-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px 0 #6989980d;
  position: relative
}

.launch .gap-step-notch {
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px 0 0 4px;
  background: #9BB697
}

.launch .gap-step-num {
  font-size: 26px;
  font-weight: 800;
  color: #EBD1AF;
  letter-spacing: .01em;
  line-height: 1.2;
  flex-shrink: 0;
  width: 40px
}

.launch .gap-step-body {
  flex: 1
}

.launch .gap-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #2a3540;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.launch .gap-step-text {
  font-size: 15px;
  line-height: 1.55;
  color: #3d4f5a;
  letter-spacing: .02em;
  margin: 0
}

.launch .gap-link-row {
  text-align: center
}

.launch .gap-link {
  display: inline-block;
  padding: 16px 40px;
  border: 2px solid #698998;
  color: #698998;
  font-size: 15px;
  letter-spacing: .02em;
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.launch .gap-link:hover {
  background: #698998;
  color: #fff
}

.launch .divider-triangle {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden
}

.launch .support {
  padding: 72px 0;
  background: #2a3540;
  position: relative
}

.launch .support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.launch .support-left {
  padding-right: 16px
}

.launch .support-heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #EBD1AF;
  letter-spacing: .01em;
  margin: 0 0 24px
}

.launch .support-body {
  font-size: 15px;
  line-height: 1.8;
  color: #b8c8d0;
  letter-spacing: .02em;
  margin: 0 0 16px
}

.launch .support-body strong {
  color: #9BB697;
  font-weight: 700
}

.launch .support-image-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 60px 0 #69899821;
  margin-bottom: 24px
}

.launch .support-image-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.launch .support-image-wrap img:hover {
  filter: saturate(0)
}

.launch .speech-bubble {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  box-shadow: 0 7px 18px 0 #6989981a
}

.launch .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 0 solid transparent;
  border-top: 14px solid #fff
}

.launch .speech-quote {
  font-size: 15px;
  line-height: 1.8;
  color: #2a3540;
  letter-spacing: .02em;
  margin: 0 0 16px;
  font-style: italic
}

.launch .speech-author {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  margin-top: 24px
}

.launch .speech-portrait {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.launch .speech-portrait img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  display: block
}

.launch .speech-author-name {
  font-size: 15px;
  font-weight: 700;
  color: #2a3540;
  letter-spacing: .01em;
  margin: 0 0 4px
}

.launch .speech-author-role {
  font-size: 15px;
  color: #698998;
  letter-spacing: .02em;
  margin: 0
}

.launch .support-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px
}

.launch .support-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff0d;
  border: 1px solid #9bb69733;
  transition: background .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.launch .support-item:hover {
  background: #ffffff17
}

.launch .support-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #9bb69733;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.launch .support-item-icon i {
  font-size: 20px;
  color: #9BB697
}

.launch .support-item-title {
  font-size: 15px;
  font-weight: 700;
  color: #EBD1AF;
  letter-spacing: .01em;
  margin: 0 0 8px
}

.launch .support-item-text {
  font-size: 15px;
  line-height: 1.55;
  color: #b8c8d0;
  letter-spacing: .02em;
  margin: 0
}

.launch .curved-connector {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 48px;
  pointer-events: none
}

@media (max-width: 900px) {
  .launch .opening-frame {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 16px
  }

  .launch .opening-image {
    display: none
  }

  .launch .people-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .launch .gap-inner {
    grid-template-columns: 1fr
  }

  .launch .gap-aside {
    position: static
  }

  .launch .support-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

@media (max-width: 600px) {
  .launch .opening-number {
    font-size: 50px
  }

  .launch .opening-name {
    font-size: 26px
  }

  .launch .people-heading,
  .launch .gap-heading,
  .launch .support-heading {
    font-size: 26px
  }
}

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

.success-page .success-card {
  max-width: 520px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 18px 0 #6989981a;
  padding: 40px;
  text-align: center
}

.success-page .success-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.success-page .success-card__icon svg {
  width: 64px;
  height: 64px
}

.success-page .success-card__heading {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #222;
  margin: 0 0 16px;
  font-weight: 700
}

.success-page .success-card__text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #444;
  margin: 0 0 40px
}

.success-page .success-card__link {
  display: inline-block;
  background: #698998;
  color: #fff;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.2;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-page .success-card__link:hover {
  background: #5a7a89;
  box-shadow: 0 7px 18px 0 #69899821
}

.success-page .success-card__link:focus {
  outline: 2px solid #698998;
  outline-offset: 3px
}