html {
  box-sizing: border-box;
  scroll-behavior: smooth
}

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

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: 'Spectral', Georgia, serif
}

:focus {
  outline: 2px dashed #596186;
  outline-offset: 3px
}

.brand-rail {
  background: linear-gradient(135deg, #596186 0%, #848CB0 100%);
  display: flex;
  align-items: center;
  padding: 24px 48px;
  gap: 24px;
  min-width: 0;
  flex-shrink: 0
}

.brand-rail__logo-box {
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px 0 #59618612 0 7px 25px 0 #5961861c 0 9px 36px 0 #5961861a;
  border: 2px solid #c6cee780;
  flex-shrink: 0
}

.brand-rail__logo-box img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block
}

.brand-rail__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0
}

.brand-rail__name {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  white-space: nowrap
}

.brand-rail__tagline {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 300;
  color: #C6CEE7;
  letter-spacing: 0;
  white-space: nowrap
}

.site-header {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 6px 0 #59618612 0 7px 25px 0 #5961861c;
  overflow: visible
}

.site-header__frame {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  min-height: 120px
}

.site-header__menu-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 48px;
  background: #fff;
  min-width: 0
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center
}

.primary-menu__item {
  flex-shrink: 0
}

.primary-menu__link {
  display: inline-flex;
  align-items: center;
  font-family: 'Spectral', Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #596186;
  text-decoration: none;
  padding: 8px 24px;
  border: 2px solid #596186;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap;
  min-height: 44px
}

.primary-menu__link:hover,
.primary-menu__link:focus {
  background-color: #596186;
  color: #fff;
  border-color: #596186
}

.primary-menu__link.active-page {
  background-color: #C6CEE7;
  border-color: #848CB0;
  color: #596186;
  font-weight: 700
}

.site-footer {
  background: linear-gradient(160deg, #596186 0%, #3d4560 100%);
  padding: 96px 48px 48px
}

.site-footer__frame {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.site-footer__top {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0
}

.site-footer__logo-box {
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px 0 #59618612 0 9px 36px 0 #5961861a;
  border: 2px solid #c6cee74d;
  flex-shrink: 0
}

.site-footer__logo-box img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  display: block
}

.site-footer__brand-name {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  color: #fff
}

.site-footer__contact {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.site-footer__contact-label {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  color: #C6CEE7;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 4px
}

.site-footer__contact-item {
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  font-weight: 300
}

.site-footer__contact-item a {
  color: #C6CEE7;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.site-footer__contact-item a:hover,
.site-footer__contact-item a:focus {
  color: #fff
}

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

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px
}

.site-footer__legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.site-footer__legal-menu li a {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.site-footer__legal-menu li a:hover,
.site-footer__legal-menu li a:focus {
  color: #C6CEE7
}

.site-footer__copy {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  font-weight: 300
}

@media (max-width: 768px) {
  .site-header__frame {
    flex-direction: column;
    min-height: auto
  }

  .brand-rail {
    padding: 24px
  }

  .brand-rail__name {
    font-size: 25px
  }

  .site-header__menu-area {
    padding: 12px 24px 24px;
    justify-content: flex-start
  }

  .primary-menu {
    justify-content: flex-start
  }

  .primary-menu__link {
    font-size: 13px;
    padding: 8px 12px
  }

  .site-footer {
    padding: 48px 24px 24px
  }

  .site-footer__top {
    flex-direction: column;
    gap: 24px
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .site-footer__brand-name {
    font-size: 25px
  }
}

@media (max-width: 320px) {
  .brand-rail {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 12px
  }

  .brand-rail__tagline {
    white-space: normal
  }

  .primary-menu {
    gap: 4px
  }

  .primary-menu__link {
    padding: 8px
  }
}

.e-legal-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #2a2e42;
  line-height: 1.55;
  font-size: 16px
}

.e-legal-wrapper em,
.e-legal-wrapper i {
  font-style: italic;
  color: #596186
}

.e-legal-wrapper a {
  color: #596186;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.e-legal-wrapper a:hover {
  color: #848CB0;
  text-decoration-color: #C6CEE7
}

.e-legal-wrapper a:visited {
  color: #848CB0
}

.e-legal-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px 0 #59618612 0 7px 25px 0 #5961861c;
  margin: 24px 0;
  font-size: 16px
}

.e-legal-wrapper thead {
  background-color: #596186;
  color: #fff
}

.e-legal-wrapper thead th {
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.55;
  border-bottom: 2px solid #848CB0
}

.e-legal-wrapper tbody tr {
  background-color: #fff;
  transition: background-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.e-legal-wrapper tbody tr:nth-child(even) {
  background-color: #f4f5fa
}

.e-legal-wrapper tbody tr:hover {
  background-color: #eef0f8
}

.e-legal-wrapper td {
  padding: 12px 24px;
  line-height: 1.55;
  font-size: 16px;
  border-bottom: 1px solid #C6CEE7;
  vertical-align: top;
  color: #2a2e42
}

.e-legal-wrapper tbody tr:last-child td {
  border-bottom: none
}

.e-legal-wrapper hr {
  border: none;
  border-top: 2px solid #C6CEE7;
  margin: 48px 0;
  border-radius: 4px
}

.e-legal-wrapper div {
  margin: 24px 0;
  line-height: 1.55
}

@media (max-width: 768px) {
  .e-legal-wrapper {
    padding: 24px 12px;
    font-size: 16px
  }

  .e-legal-wrapper table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px
  }

  .e-legal-wrapper thead th,
  .e-legal-wrapper td {
    padding: 12px;
    font-size: 13px
  }

  .e-legal-wrapper hr {
    margin: 24px 0
  }
}

@media (max-width: 320px) {
  .e-legal-wrapper {
    padding: 12px 8px
  }

  .e-legal-wrapper thead th,
  .e-legal-wrapper td {
    padding: 8px
  }
}

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

.services-detail .page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.services-detail .detail-title-block {
  padding: 96px 0 48px;
  background: #fff
}

.services-detail .detail-title-block .page-container {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.services-detail .title-text-zone {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding-left: 20px
}

.services-detail .title-text-zone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 55%, #C6CEE7 100%);
  border-radius: 4px
}

.services-detail .title-label {
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.services-detail .title-heading {
  font-size: 62px;
  line-height: 1.1;
  color: #1e2340;
  font-weight: 900;
  margin: 0
}

.services-detail .title-sub {
  font-size: 19px;
  line-height: 1.55;
  color: #596186;
  margin: 0;
  max-width: 480px
}

.services-detail .title-meta-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.services-detail .meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border-radius: 36px;
  border: 2px solid #596186;
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  font-weight: 600;
  background: transparent;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-detail .meta-pill:hover {
  background: #596186;
  color: #fff
}

.services-detail .meta-pill svg {
  flex-shrink: 0
}

.services-detail .seats-pill {
  border-color: #848CB0;
  color: #848CB0
}

.services-detail .seats-pill:hover {
  background: #848CB0;
  color: #fff
}

.services-detail .title-image-zone {
  flex: 0 0 480px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px
}

.services-detail .mosaic-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative
}

.services-detail .mosaic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.18) grayscale(1) brightness(0.92);
  transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-detail .mosaic-img:hover img {
  filter: contrast(1.05) grayscale(0.3) brightness(1)
}

.services-detail .mosaic-img.large {
  grid-column: 1 / 3
}

.services-detail .mosaic-shape {
  position: absolute;
  border-radius: 12px;
  pointer-events: none
}

.services-detail .mosaic-img .shape-a {
  top: 12px;
  left: 12px;
  width: 56px;
  height: 56px;
  border: 2px solid #c6cee773;
  border-radius: 12px
}

.services-detail .mosaic-img .shape-b {
  bottom: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #5961862e;
  border-radius: 4px
}

.services-detail .price-badge {
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(17deg, #596186 0%, #848CB0 100%);
  border-radius: 12px;
  padding: 24px 12px;
  box-shadow: 0 7px 25px 0 #5961861c
}

.services-detail .price-amount {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900
}

.services-detail .price-label {
  font-size: 13px;
  line-height: 1.55;
  color: #ffffffc7;
  text-transform: uppercase;
  letter-spacing: .06em
}

.services-detail .book-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2.5px solid #596186;
  background: transparent;
  color: #596186;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.services-detail .book-btn .btn-icon {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center
}

.services-detail .book-btn .btn-text {
  transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-detail .book-btn:hover {
  background: #596186;
  color: #fff;
  border-color: #596186
}

.services-detail .book-btn:hover .btn-icon {
  opacity: 1;
  transform: translateX(0)
}

.services-detail .book-btn:hover .btn-text {
  transform: translateX(6px)
}

.services-detail .book-btn:focus {
  outline: 3px solid #848CB0;
  outline-offset: 2px
}

.services-detail .description-block {
  padding: 48px 0 96px;
  background: #f4f5f9
}

.services-detail .description-block .page-container {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.services-detail .desc-pull {
  flex: 0 0 280px;
  position: sticky;
  top: 24px
}

.services-detail .pull-quote {
  font-size: 25px;
  line-height: 1.55;
  color: #596186;
  font-weight: 800;
  margin: 0;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px 0 #59618612;
  position: relative
}

.services-detail .pull-quote::after {
  content: '';
  display: block;
  margin-top: 16px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(17deg, #596186 0%, #C6CEE7 100%)
}

.services-detail .desc-body {
  flex: 1 1 0;
  font-size: 16px;
  line-height: 1.55;
  color: #2b2f45
}

.services-detail .desc-body p {
  margin: 0 0 24px
}

.services-detail .desc-body h2 {
  font-size: 25px;
  line-height: 1.1;
  color: #1e2340;
  font-weight: 900;
  margin: 0 0 12px
}

.services-detail .desc-body h3 {
  font-size: 19px;
  line-height: 1.1;
  color: #596186;
  font-weight: 800;
  margin: 0 0 8px
}

.services-detail .desc-body ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services-detail .desc-body ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #2b2f45
}

.services-detail .desc-body ul li::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 36px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 100%);
  display: block;
  margin-top: 2px
}

.services-detail .desc-body dl {
  margin: 0 0 24px
}

.services-detail .desc-body dt {
  font-size: 16px;
  font-weight: 700;
  color: #1e2340;
  margin-bottom: 4px
}

.services-detail .desc-body dd {
  font-size: 16px;
  color: #2b2f45;
  margin: 0 0 12px
}

.services-detail .desc-body cite {
  display: block;
  font-style: italic;
  color: #596186;
  border-radius: 4px;
  padding: 8px 12px;
  background: #59618612;
  margin-bottom: 24px
}

.services-detail .program-block {
  padding: 96px 0 48px;
  background: #fff
}

.services-detail .program-block .page-container {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.services-detail .program-heading-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 24px
}

.services-detail .program-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #1e2340;
  font-weight: 900;
  margin: 0
}

.services-detail .program-heading-line {
  flex: 1 1 0;
  height: 2px;
  background: linear-gradient(17deg, #848CB0 0%, #C6CEE7 100%);
  border-radius: 4px;
  margin-bottom: 6px
}

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

.services-detail .program-body {
  font-size: 16px;
  line-height: 1.55;
  color: #2b2f45;
  grid-column: 1 / -1
}

.services-detail .program-body p {
  margin: 0 0 16px
}

.services-detail .program-body h2 {
  font-size: 25px;
  line-height: 1.1;
  color: #1e2340;
  font-weight: 900;
  margin: 0 0 12px
}

.services-detail .program-body h3 {
  font-size: 19px;
  line-height: 1.1;
  color: #596186;
  font-weight: 800;
  margin: 0 0 8px
}

.services-detail .program-body strong {
  color: #1e2340;
  font-weight: 700
}

.services-detail .program-body ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services-detail .program-body ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #2b2f45;
  counter-increment: program-list
}

.services-detail .program-body figure {
  margin: 0 0 16px;
  border-radius: 12px;
  overflow: hidden
}

.services-detail .program-body figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block
}

.services-detail .program-body figcaption {
  font-size: 13px;
  color: #848CB0;
  padding: 8px 0 0
}

.services-detail .program-body cite {
  display: block;
  font-style: italic;
  color: #596186;
  border-radius: 4px;
  padding: 8px 12px;
  background: #59618612;
  margin-bottom: 16px
}

.services-detail .stage-card {
  background: #f4f5f9;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 #59618612;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1.5px solid transparent;
  transition: border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-detail .stage-card:hover {
  border-color: #848CB0;
  box-shadow: 0 7px 25px 0 #5961861c
}

.services-detail .stage-num {
  width: 40px;
  height: 40px;
  border-radius: 36px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  flex-shrink: 0
}

.services-detail .stage-title {
  font-size: 16px;
  line-height: 1.55;
  color: #1e2340;
  font-weight: 700;
  margin: 0
}

.services-detail .stage-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  margin: 0
}

.services-detail .booking-block {
  padding: 48px 0 96px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 60%, #C6CEE7 100%)
}

.services-detail .booking-block .page-container {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.services-detail .booking-info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services-detail .booking-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin: 0
}

.services-detail .booking-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #ffffffe0;
  margin: 0
}

.services-detail .booking-stats {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.services-detail .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.services-detail .stat-value {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900
}

.services-detail .stat-label {
  font-size: 13px;
  line-height: 1.55;
  color: #ffffffb8;
  text-transform: uppercase;
  letter-spacing: .06em
}

.services-detail .booking-form-panel {
  flex: 0 0 400px;
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 9px 36px 0 #5961861a;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services-detail .form-heading {
  font-size: 25px;
  line-height: 1.1;
  color: #1e2340;
  font-weight: 900;
  margin: 0
}

.services-detail .form-price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.services-detail .form-price {
  font-size: 34px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900
}

.services-detail .form-seats {
  font-size: 13px;
  color: #848CB0;
  line-height: 1.55;
  padding: 4px 12px;
  border-radius: 36px;
  border: 1.5px solid #C6CEE7
}

.services-detail .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services-detail .field-label {
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em
}

.services-detail .field-input {
  padding: 12px;
  border-radius: 4px;
  border: 1.5px solid #C6CEE7;
  font-size: 16px;
  line-height: 1.55;
  color: #1e2340;
  background: #fff;
  box-shadow: inset 0 2px 4px 0 #59618612;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 100%;
  box-sizing: border-box
}

.services-detail .field-input::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #848CB0;
  letter-spacing: .04em
}

.services-detail .field-input:focus {
  outline: none;
  border-color: #596186;
  box-shadow: inset 0 2px 4px 0 #5961861c 0 0 0 3px #5961861f
}

.services-detail .submit-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2.5px solid #596186;
  background: transparent;
  color: #596186;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.services-detail .submit-btn .btn-icon {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center
}

.services-detail .submit-btn .btn-text {
  transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-detail .submit-btn:hover {
  background: #596186;
  color: #fff
}

.services-detail .submit-btn:hover .btn-icon {
  opacity: 1;
  transform: translateX(0)
}

.services-detail .submit-btn:hover .btn-text {
  transform: translateX(6px)
}

.services-detail .submit-btn:focus {
  outline: 3px solid #848CB0;
  outline-offset: 2px
}

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

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

.services-detail .stage-card {
  animation: fadeSlideUp .28s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.services-detail .stage-card:nth-child(1) {
  animation-delay: .04s
}

.services-detail .stage-card:nth-child(2) {
  animation-delay: .1s
}

.services-detail .stage-card:nth-child(3) {
  animation-delay: .16s
}

.services-detail .stage-card:nth-child(4) {
  animation-delay: .22s
}

.services-detail .stage-card:nth-child(5) {
  animation-delay: .28s
}

.services-detail .stage-card:nth-child(6) {
  animation-delay: .34s
}

@media (max-width: 1024px) {
  .services-detail .detail-title-block .page-container {
    flex-direction: column
  }

  .services-detail .title-image-zone {
    flex: 0 0 auto;
    width: 100%
  }

  .services-detail .description-block .page-container {
    flex-direction: column
  }

  .services-detail .desc-pull {
    flex: 0 0 auto;
    position: static
  }

  .services-detail .program-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .services-detail .booking-block .page-container {
    flex-direction: column
  }

  .services-detail .booking-form-panel {
    flex: 0 0 auto;
    width: 100%;
    padding: 24px;
    box-sizing: border-box
  }
}

@media (max-width: 768px) {
  .services-detail .title-heading {
    font-size: 34px
  }

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

  .services-detail .title-image-zone {
    grid-template-columns: 1fr
  }

  .services-detail .mosaic-img.large {
    grid-column: 1 / 2
  }

  .services-detail .price-badge {
    grid-column: 1 / 2
  }

  .services-detail .booking-stats {
    flex-direction: column;
    gap: 12px
  }

  .services-detail .title-meta-row {
    flex-direction: column;
    align-items: flex-start
  }

  .services-detail .program-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .services-detail .program-heading-line {
    width: 100%;
    margin-bottom: 0
  }
}

@media (max-width: 320px) {
  .services-detail .page-container {
    padding: 0 12px
  }

  .services-detail .title-heading {
    font-size: 25px
  }

  .services-detail .booking-form-panel {
    padding: 12px
  }
}

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

.contact-us .split-panel {
  display: flex;
  flex-direction: row;
  min-height: 520px
}

.contact-us .split-panel .panel-left {
  flex: 1 1 52%;
  background: #596186;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative
}

.contact-us .split-panel .panel-left .shape-accent {
  position: absolute;
  top: 48px;
  right: -24px;
  width: 120px;
  height: 120px;
  border: 3px solid #c6cee747;
  border-radius: 4px;
  transform: rotate(17deg);
  pointer-events: none
}

.contact-us .split-panel .panel-left .shape-circle {
  position: absolute;
  top: 96px;
  left: 24px;
  width: 56px;
  height: 56px;
  border-radius: 36px;
  background: #848cb038;
  pointer-events: none
}

.contact-us .split-panel .panel-left .panel-label {
  font-size: 13px;
  color: #C6CEE7;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.55
}

.contact-us .split-panel .panel-left .panel-heading {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin: 0 0 24px
}

.contact-us .split-panel .panel-left .panel-heading .word-outlined {
  color: transparent;
  -webkit-text-stroke: 2px #C6CEE7
}

.contact-us .split-panel .panel-left .panel-sub {
  font-size: 16px;
  color: #C6CEE7;
  line-height: 1.55;
  max-width: 340px;
  margin: 0
}

.contact-us .split-panel .panel-right {
  flex: 1 1 48%;
  background: #f5f6fa;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.contact-us .split-panel .panel-right .contact-meta {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us .split-panel .panel-right .meta-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.contact-us .split-panel .panel-right .meta-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #596186;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.contact-us .split-panel .panel-right .meta-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us .split-panel .panel-right .meta-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us .split-panel .panel-right .meta-label {
  font-size: 13px;
  color: #848CB0;
  line-height: 1.55;
  text-transform: uppercase
}

.contact-us .split-panel .panel-right .meta-value {
  font-size: 16px;
  color: #2a2d3e;
  line-height: 1.55;
  font-weight: 600
}

.contact-us .split-panel .panel-right .meta-value a {
  color: #596186;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.contact-us .split-panel .panel-right .meta-value a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 100%);
  transition: left .25s cubic-bezier(0.34, 1.56, 0.64, 1), right .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 4px
}

.contact-us .split-panel .panel-right .meta-value a:hover::after {
  left: 0;
  right: 0
}

.contact-us .zigzag-divider {
  width: 100%;
  line-height: 0;
  display: block;
  background: #f5f6fa
}

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

.contact-us .form-band {
  background: #fff;
  padding: 96px 0;
  position: relative
}

.contact-us .form-band .noise-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat
}

.contact-us .form-band .band-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start
}

.contact-us .form-band .band-aside {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.contact-us .form-band .aside-heading {
  font-size: 34px;
  font-weight: 900;
  color: #2a2d3e;
  line-height: 1.1;
  margin: 0 0 8px
}

.contact-us .form-band .aside-heading .word-outlined {
  color: transparent;
  -webkit-text-stroke: 2px #596186
}

.contact-us .form-band .aside-body {
  font-size: 16px;
  color: #596186;
  line-height: 1.55;
  margin: 0
}

.contact-us .form-band .pull-quote {
  font-size: 19px;
  font-weight: 700;
  color: #2a2d3e;
  line-height: 1.55;
  padding: 24px;
  border: 2px solid #C6CEE7;
  border-radius: 12px;
  position: relative;
  background: #f5f6fa
}

.contact-us .form-band .pull-quote::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -3px;
  width: 4px;
  height: 40px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 100%);
  border-radius: 4px
}

.contact-us .form-band .form-area {
  flex: 1 1 0
}

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

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

.contact-us .form-band .field-group label {
  font-size: 13px;
  color: #596186;
  text-transform: uppercase;
  line-height: 1.55;
  font-weight: 600
}

.contact-us .form-band .field-group input,
.contact-us .form-band .field-group select,
.contact-us .form-band .field-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  color: #2a2d3e;
  background: #fff;
  border: 2px solid #C6CEE7;
  border-radius: 12px;
  box-shadow: inset 0 2px 4px 0 #59618612;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box
}

.contact-us .form-band .field-group input::placeholder,
.contact-us .form-band .field-group textarea::placeholder {
  color: #848CB0;
  text-transform: uppercase;
  font-size: 13px
}

.contact-us .form-band .field-group input:focus,
.contact-us .form-band .field-group select:focus,
.contact-us .form-band .field-group textarea:focus {
  border-color: #596186;
  box-shadow: inset 0 2px 4px 0 #5961861c 0 0 0 3px #5961861a;
  outline: none
}

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

.contact-us .form-band .field-group .select-wrap select {
  padding-right: 40px;
  cursor: pointer
}

.contact-us .form-band .field-group .select-wrap .select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px
}

.contact-us .form-band .field-group .select-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #596186;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us .form-band .field-group textarea {
  resize: vertical;
  min-height: 96px
}

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

.contact-us .form-band .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #848CB0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  margin-top: 2px;
  accent-color: #596186;
  box-shadow: inset 0 1px 3px 0 #59618612;
  flex-shrink: 0
}

.contact-us .form-band .privacy-row .privacy-text {
  font-size: 13px;
  color: #596186;
  line-height: 1.55
}

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

.contact-us .form-band .privacy-row .privacy-text a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 100%);
  transition: left .28s cubic-bezier(0.34, 1.56, 0.64, 1), right .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 4px
}

.contact-us .form-band .privacy-row .privacy-text a:hover::after {
  left: 0;
  right: 0
}

.contact-us .form-band .submit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 48px;
  font-size: 16px;
  font-weight: 700;
  color: #596186;
  background: #fff;
  border: 3px solid #596186;
  border-radius: 36px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 1px 6px 0 #59618612;
  align-self: flex-start
}

.contact-us .form-band .submit-btn .btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transform: translateX(-8px);
  opacity: 0;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .form-band .submit-btn .btn-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us .form-band .submit-btn .btn-label {
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .form-band .submit-btn:hover {
  background: #596186;
  color: #fff;
  box-shadow: 0 7px 25px 0 #5961861c
}

.contact-us .form-band .submit-btn:hover .btn-icon {
  transform: translateX(0);
  opacity: 1
}

.contact-us .form-band .submit-btn:hover .btn-label {
  transform: translateX(8px)
}

.contact-us .form-band .submit-btn:focus {
  outline: 3px solid #848CB0;
  outline-offset: 3px
}

.contact-us .form-band .submit-btn:active {
  box-shadow: inset 0 2px 4px 0 #5961861c
}

.contact-us .zigzag-divider-bottom {
  width: 100%;
  line-height: 0;
  display: block;
  background: #fff
}

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

.contact-us .detail-band {
  background: #f5f6fa;
  padding: 96px 0;
  position: relative
}

.contact-us .detail-band .drift-spot {
  position: absolute;
  top: 0;
  left: -80px;
  width: 320px;
  height: 320px;
  border-radius: 36px;
  background: radial-gradient(ellipse at 30% 40%, #c6cee761 0%, transparent 70%);
  animation: spot-drift 9s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes spot-drift {
  0% {
    transform: translate(0, 0) scale(1)
  }

  100% {
    transform: translate(96px, 48px) scale(1.12)
  }
}

.contact-us .detail-band .detail-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px
}

.contact-us .detail-band .detail-heading {
  font-size: 25px;
  font-weight: 900;
  color: #2a2d3e;
  line-height: 1.1;
  margin: 0 0 48px
}

.contact-us .detail-band .pyramid-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px
}

.contact-us .detail-band .pyramid-layer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.55;
  text-align: center;
  box-shadow: 0 1px 6px 0 #59618612;
  transition: box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .detail-band .pyramid-layer:hover {
  box-shadow: 0 7px 25px 0 #5961861c;
  transform: scaleX(1.02)
}

.contact-us .detail-band .pyramid-layer.tier-one {
  width: 38%;
  background: #596186
}

.contact-us .detail-band .pyramid-layer.tier-two {
  width: 58%;
  background: #6d7498
}

.contact-us .detail-band .pyramid-layer.tier-three {
  width: 78%;
  background: #848CB0
}

.contact-us .detail-band .pyramid-layer.tier-four {
  width: 96%;
  background: #C6CEE7;
  color: #2a2d3e
}

.contact-us .detail-band .detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.contact-us .detail-band .detail-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 #59618612;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 2px solid transparent;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative
}

.contact-us .detail-band .detail-card::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 2px solid #C6CEE7;
  border-radius: 4px;
  transform: rotate(17deg);
  pointer-events: none;
  transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact-us .detail-band .detail-card:hover {
  border-color: #848CB0;
  box-shadow: 0 9px 36px 0 #5961861a
}

.contact-us .detail-band .detail-card:hover::before {
  border-color: #596186
}

.contact-us .detail-band .card-num {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #596186;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0
}

.contact-us .detail-band .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #2a2d3e;
  line-height: 1.55;
  margin: 0
}

.contact-us .detail-band .card-body {
  font-size: 13px;
  color: #596186;
  line-height: 1.55;
  margin: 0
}

.contact-us .corner-frame {
  position: absolute;
  pointer-events: none
}

.contact-us .corner-frame.top-left {
  top: 24px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-top: 2px solid #848CB0;
  border-left: 2px solid #848CB0;
  border-radius: 4px 0 0 0
}

.contact-us .corner-frame.bottom-right {
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-bottom: 2px solid #848CB0;
  border-right: 2px solid #848CB0;
  border-radius: 0 0 4px 0
}

@media (max-width: 1024px) {
  .contact-us .split-panel {
    flex-direction: column
  }

  .contact-us .split-panel .panel-left,
  .contact-us .split-panel .panel-right {
    flex: none;
    padding: 48px 24px
  }

  .contact-us .split-panel .panel-left .panel-heading {
    font-size: 34px
  }

  .contact-us .form-band .band-inner {
    flex-direction: column;
    gap: 48px;
    padding: 0 24px
  }

  .contact-us .form-band .band-aside {
    flex: none
  }

  .contact-us .detail-band .detail-inner {
    padding: 0 24px
  }

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

  .contact-us .detail-band .pyramid-layer.tier-one {
    width: 50%
  }

  .contact-us .detail-band .pyramid-layer.tier-two {
    width: 68%
  }

  .contact-us .detail-band .pyramid-layer.tier-three {
    width: 84%
  }

  .contact-us .detail-band .pyramid-layer.tier-four {
    width: 98%
  }
}

@media (max-width: 768px) {
  .contact-us .split-panel .panel-left .panel-heading {
    font-size: 25px
  }

  .contact-us .form-band {
    padding: 48px 0
  }

  .contact-us .form-band .band-inner {
    padding: 0 12px;
    gap: 24px
  }

  .contact-us .detail-band {
    padding: 48px 0
  }

  .contact-us .detail-band .detail-inner {
    padding: 0 12px
  }

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

  .contact-us .detail-band .pyramid-layer.tier-one {
    width: 60%
  }

  .contact-us .detail-band .pyramid-layer.tier-two {
    width: 76%
  }

  .contact-us .detail-band .pyramid-layer.tier-three {
    width: 88%
  }

  .contact-us .detail-band .pyramid-layer.tier-four {
    width: 98%
  }

  .contact-us .form-band .submit-btn {
    width: 100%;
    justify-content: center
  }
}

@media (max-width: 320px) {

  .contact-us .split-panel .panel-left,
  .contact-us .split-panel .panel-right {
    padding: 24px 12px
  }

  .contact-us .split-panel .panel-left .panel-heading {
    font-size: 19px
  }
}

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

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

.about-us-page .page-band {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.about-us-page .title-block {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 38%, #C6CEE7 72%, #848CB0 100%);
  overflow: hidden
}

.about-us-page .title-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #ffffff2e 1px, transparent 1px), radial-gradient(circle, #ffffff1a 1px, transparent 1px);
  background-size: 28px 28px, 14px 14px;
  background-position: 0 0, 14px 14px;
  pointer-events: none
}

.about-us-page .title-block::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border: 2px dashed #ffffff38;
  border-radius: 50%;
  pointer-events: none
}

.about-us-page .title-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.about-us-page .title-text {
  flex: 1 1 0;
  min-width: 0
}

.about-us-page .title-eyebrow {
  display: inline-block;
  font-size: 13px;
  line-height: 2;
  color: #ffffffd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  border: 1.5px solid #ffffff52;
  border-radius: 4px;
  padding: 0 12px
}

.about-us-page .title-heading {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin: 0 0 24px
}

.about-us-page .title-subtext {
  font-size: 19px;
  line-height: 1.55;
  color: #ffffffe6;
  max-width: 480px;
  margin: 0
}

.about-us-page .title-image-frame {
  flex: 0 0 380px;
  width: 380px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 9px 36px 0 #5961861a;
  position: relative
}

.about-us-page .title-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.1) sepia(0.18) brightness(0.96)
}

.about-us-page .title-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(17deg, #59618661 0%, transparent 60%);
  pointer-events: none
}

.about-us-page .deco-dots-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 24px
}

.about-us-page .deco-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff8c;
  display: inline-block
}

.about-us-page .deco-dot.active {
  background: #fff;
  width: 24px;
  border-radius: 4px
}

.about-us-page .story-block {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.about-us-page .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

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

.about-us-page .story-label {
  font-size: 13px;
  line-height: 2;
  color: #596186;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em
}

.about-us-page .story-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  margin: 0
}

.about-us-page .story-heading span {
  display: inline;
  background: linear-gradient(17deg, #596186, #848CB0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.about-us-page .story-body {
  font-size: 16px;
  line-height: 1.55;
  color: #3a3f52;
  margin: 0
}

.about-us-page .story-pull {
  font-size: 19px;
  line-height: 1.55;
  color: #596186;
  font-weight: 700;
  border-top: 2px solid #C6CEE7;
  border-bottom: 2px solid #C6CEE7;
  padding: 12px 0;
  margin: 0
}

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

.about-us-page .story-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 7px 25px 0 #5961861c
}

.about-us-page .story-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.08) sepia(0.12) brightness(0.98)
}

.about-us-page .stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.about-us-page .stat-item {
  flex: 1 1 0;
  background: #f4f6fb;
  border-radius: 12px;
  padding: 24px;
  border: 1.5px solid #C6CEE7;
  box-shadow: 0 1px 6px 0 #59618612;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .stat-item:hover {
  box-shadow: 0 7px 25px 0 #5961861c;
  border-color: #848CB0
}

.about-us-page .stat-number {
  font-size: 34px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  display: block
}

.about-us-page .stat-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  margin: 4px 0 0;
  display: block
}

.about-us-page .dual-block {
  background: #f0f2f9;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

.about-us-page .dual-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #5961861a 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  background-position: 0 0;
  mask-image: linear-gradient(to bottom right, #000000b3 0%, transparent 55%);
  -webkit-mask-image: linear-gradient(to bottom right, #000000b3 0%, transparent 55%);
  pointer-events: none
}

.about-us-page .dual-heading-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px
}

.about-us-page .dual-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  margin: 0;
  max-width: 420px
}

.about-us-page .dual-subtext {
  font-size: 16px;
  line-height: 1.55;
  color: #3a3f52;
  max-width: 360px;
  margin: 0
}

.about-us-page .dual-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.about-us-page .path-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 25px 0 #5961861c;
  display: flex;
  flex-direction: column
}

.about-us-page .path-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative
}

.about-us-page .path-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.1) sepia(0.15) brightness(0.97);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about-us-page .path-card:hover .path-image img {
  transform: scale(1.04)
}

.about-us-page .path-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto
}

.about-us-page .path-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 2;
  color: #596186;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em
}

.about-us-page .path-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #848CB0;
  flex-shrink: 0;
  display: inline-block
}

.about-us-page .path-heading {
  font-size: 25px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  margin: 0
}

.about-us-page .path-text {
  font-size: 16px;
  line-height: 1.55;
  color: #3a3f52;
  margin: 0
}

.about-us-page .path-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us-page .path-steps li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #3a3f52
}

.about-us-page .step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(17deg, #596186, #848CB0);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.about-us-page .team-strip {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 48px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1.5px dashed #848CB0;
  box-shadow: 0 1px 6px 0 #59618612;
  align-items: center
}

.about-us-page .team-portrait {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 7px 25px 0 #5961861c;
  border: 2.5px solid #C6CEE7
}

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

.about-us-page .team-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-us-page .team-name {
  font-size: 19px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  margin: 0
}

.about-us-page .team-role {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .06em
}

.about-us-page .team-quote {
  font-size: 16px;
  line-height: 1.55;
  color: #3a3f52;
  margin: 0;
  flex: 1 1 0;
  padding-left: 24px;
  border-left: none
}

.about-us-page .team-quote::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #C6CEE7;
  margin-right: 12px;
  vertical-align: middle
}

.about-us-page .team-divider {
  width: 1.5px;
  align-self: stretch;
  background: #C6CEE7;
  flex-shrink: 0
}

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

.about-us-page .rh-cell {
  padding: 12px;
  border-radius: 4px;
  background: #f4f6fb;
  border: 1.5px solid #C6CEE7;
  cursor: default;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.about-us-page .rh-cell:hover,
.about-us-page .rh-row:hover .rh-cell {
  background: #e8ecf6;
  border-color: #848CB0
}

.about-us-page .rh-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #848CB0;
  flex-shrink: 0
}

.about-us-page .rh-label {
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  font-weight: 600
}

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

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

.about-us-page .path-card:nth-child(1) {
  animation: col-appear .28s cubic-bezier(0.34, 1.56, 0.64, 1) .05s both
}

.about-us-page .path-card:nth-child(2) {
  animation: col-appear .28s cubic-bezier(0.34, 1.56, 0.64, 1) .18s both
}

@media (max-width: 1024px) {
  .about-us-page .title-inner {
    flex-direction: column;
    gap: 24px
  }

  .about-us-page .title-image-frame {
    flex: none;
    width: 100%
  }

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

  .about-us-page .dual-heading-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 768px) {
  .about-us-page .title-heading {
    font-size: 34px
  }

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

  .about-us-page .stat-row {
    flex-direction: column
  }

  .about-us-page .team-strip {
    flex-direction: column;
    align-items: flex-start
  }

  .about-us-page .team-divider {
    width: 100%;
    height: 1.5px
  }

  .about-us-page .team-quote {
    padding-left: 0
  }

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

  .about-us-page .title-block {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .about-us-page .story-block {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .about-us-page .dual-block {
    padding-top: 48px;
    padding-bottom: 48px
  }
}

@media (max-width: 320px) {
  .about-us-page .row-highlight-group {
    grid-template-columns: 1fr
  }

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

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

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

.prime .title-band {
  position: relative;
  padding: 48px 0;
  background-color: #2a2f47;
  overflow: hidden
}

.prime .title-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  opacity: .18;
  pointer-events: none
}

.prime .title-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 60% 50%, transparent 40%, #2a2f47b8 100%);
  pointer-events: none
}

.prime .title-circle-one {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid #848cb021;
  top: -80px;
  left: -60px;
  pointer-events: none
}

.prime .title-circle-two {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #c6cee71a;
  bottom: -40px;
  left: 120px;
  pointer-events: none
}

.prime .title-circle-three {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #c6cee714;
  top: 24px;
  right: 180px;
  pointer-events: none
}

.prime .title-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.prime .title-text-col {
  flex: 1 1 0;
  min-width: 0
}

.prime .title-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.55;
  color: #C6CEE7;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 4px 12px;
  border: 1px solid #c6cee747;
  border-radius: 4px
}

.prime .title-heading {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin: 0 0 12px
}

.prime .title-heading span {
  display: block;
  font-size: 34px;
  line-height: 1.1;
  color: #C6CEE7;
  font-weight: 400
}

.prime .title-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #c6cee7d9;
  margin: 0;
  max-width: 480px
}

.prime .title-image-col {
  flex: 0 0 420px;
  width: 420px
}

.prime .title-image-frame {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 #5961861a
}

.prime .title-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.prime .title-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 50%, transparent 35%, #1e22378c 100%);
  pointer-events: none
}

.prime .limits-band {
  padding: 96px 0 48px;
  background-color: #fff
}

.prime .limits-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.prime .limits-left {
  flex: 0 0 340px
}

.prime .limits-punctuation {
  font-size: 62px;
  line-height: 1.1;
  color: #C6CEE7;
  font-weight: 900;
  display: block;
  margin-bottom: 12px;
  user-select: none
}

.prime .limits-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  margin: 0 0 12px
}

.prime .limits-sub {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  margin: 0;
  text-transform: uppercase
}

.prime .limits-right {
  flex: 1 1 0;
  min-width: 0
}

.prime .limits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prime .limits-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.prime .limits-num {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #596186;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center
}

.prime .limits-item-text {
  flex: 1 1 0;
  min-width: 0
}

.prime .limits-item-text strong {
  display: block;
  font-size: 16px;
  line-height: 1.55;
  color: #2a2f47;
  font-weight: 700;
  margin-bottom: 4px
}

.prime .limits-item-text p {
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  margin: 0
}

.prime .commitment-band {
  padding: 48px 0 96px;
  background-color: #C6CEE7;
  position: relative
}

.prime .commitment-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(17deg, #59618614 0%, transparent 60%);
  pointer-events: none
}

.prime .commitment-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.prime .commitment-intro {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px
}

.prime .commitment-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #2a2f47;
  font-weight: 900;
  margin: 0;
  max-width: 480px
}

.prime .commitment-desc {
  font-size: 16px;
  line-height: 1.55;
  color: #596186;
  margin: 0;
  max-width: 340px
}

.prime .commitment-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 7px 25px 0 #5961861c;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .commitment-card:hover {
  box-shadow: 0 9px 36px 0 #5961861a;
  transform: translateY(-3px)
}

.prime .commitment-card-num {
  font-size: 34px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  display: block;
  margin-bottom: 4px
}

.prime .commitment-bar {
  height: 3px;
  background-color: #C6CEE7;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden
}

.prime .commitment-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(17deg, #596186, #848CB0);
  border-radius: 4px
}

.prime .commitment-card-label {
  font-size: 16px;
  line-height: 1.55;
  color: #2a2f47;
  font-weight: 700;
  display: block;
  margin-bottom: 8px
}

.prime .commitment-card p {
  font-size: 13px;
  line-height: 1.55;
  color: #596186;
  margin: 0
}

.prime .outcomes-band {
  padding: 96px 0;
  background-color: #fff
}

.prime .outcomes-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.prime .outcomes-image-col {
  flex: 0 0 480px;
  width: 480px
}

.prime .outcomes-image-frame {
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #5961861c;
  clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 6% 100%, 0 94%)
}

.prime .outcomes-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.prime .outcomes-text-col {
  flex: 1 1 0;
  min-width: 0
}

.prime .outcomes-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #2a2f47;
  font-weight: 900;
  margin: 0 0 24px
}

.prime .outcomes-pull {
  font-size: 19px;
  line-height: 1.55;
  color: #596186;
  font-weight: 700;
  margin: 0 0 12px;
  padding-left: 16px;
  border-top: 2px solid transparent;
  background-image: linear-gradient(17deg, #596186, #848CB0);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 12px
}

.prime .outcomes-body {
  font-size: 16px;
  line-height: 1.55;
  color: #596186;
  margin: 0 0 24px
}

.prime .outcomes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.prime .outcomes-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: #2a2f47
}

.prime .outcomes-list li .outcomes-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #596186;
  margin-top: 8px
}

.prime .clients-band {
  padding: 96px 0;
  background-color: #596186;
  position: relative
}

.prime .clients-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(17deg, #c6cee712 0%, transparent 55%);
  pointer-events: none
}

.prime .clients-inner {
  position: relative;
  z-index: 1
}

.prime .clients-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin: 0 0 48px;
  max-width: 560px
}

.prime .clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.prime .client-card {
  background-color: #ffffff14;
  border: 1px solid #c6cee72e;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: background-color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), border-color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.prime .client-card:hover {
  background-color: #ffffff24;
  border-color: #c6cee761
}

.prime .client-portrait {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #c6cee759
}

.prime .client-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.prime .client-text {
  flex: 1 1 0;
  min-width: 0
}

.prime .client-name {
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 4px
}

.prime .client-role {
  font-size: 13px;
  line-height: 1.55;
  color: #C6CEE7;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase
}

.prime .client-quote {
  font-size: 13px;
  line-height: 1.55;
  color: #c6cee7d9;
  margin: 0
}

.prime .client-card-plain {
  background-color: #ffffff14;
  border: 1px solid #c6cee72e;
  border-radius: 12px;
  padding: 24px;
  transition: background-color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.prime .client-card-plain:hover {
  background-color: #ffffff24
}

.prime .client-card-plain .client-name {
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 4px
}

.prime .client-card-plain .client-role {
  font-size: 13px;
  line-height: 1.55;
  color: #C6CEE7;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase
}

.prime .client-card-plain .client-quote {
  font-size: 13px;
  line-height: 1.55;
  color: #c6cee7d9;
  margin: 0
}

.prime .different-band {
  padding: 96px 0;
  background-color: #f4f5f9;
  position: relative
}

.prime .different-inner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.prime .different-text-col {
  flex: 1 1 0;
  min-width: 0
}

.prime .different-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #2a2f47;
  font-weight: 900;
  margin: 0 0 24px
}

.prime .different-body {
  font-size: 16px;
  line-height: 1.55;
  color: #596186;
  margin: 0 0 24px
}

.prime .different-point {
  margin-bottom: 24px;
  padding: 24px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px 0 #59618612
}

.prime .different-point-label {
  font-size: 19px;
  line-height: 1.55;
  color: #2a2f47;
  font-weight: 700;
  display: block;
  margin-bottom: 8px
}

.prime .different-point p {
  font-size: 16px;
  line-height: 1.55;
  color: #596186;
  margin: 0
}

.prime .different-image-col {
  flex: 0 0 380px;
  width: 380px
}

.prime .different-image-stack {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.prime .different-img-frame {
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #5961861c
}

.prime .different-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.prime .readiness-band {
  padding: 96px 0;
  background-color: #2a2f47;
  position: relative
}

.prime .readiness-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(17deg, #c6cee70d 0%, transparent 50%);
  pointer-events: none;
  animation: vignette-breathe 6s ease-in-out infinite
}

@keyframes vignette-breathe {

  0%,
  100% {
    opacity: .6
  }

  50% {
    opacity: 1
  }
}

.prime .readiness-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.prime .readiness-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 900;
  margin: 0 0 24px;
  grid-column: 1 / -1
}

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

.prime .readiness-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.prime .readiness-num {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #848CB0;
  color: #C6CEE7;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center
}

.prime .readiness-item-text strong {
  display: block;
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px
}

.prime .readiness-item-text p {
  font-size: 13px;
  line-height: 1.55;
  color: #C6CEE7;
  margin: 0
}

.prime .readiness-heatmap {
  grid-column: 1 / -1;
  margin-top: 12px
}

.prime .heatmap-label {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block
}

.prime .heatmap-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px
}

.prime .heatmap-cell {
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  transition: transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .heatmap-cell:hover {
  transform: scale(1.12)
}

.prime .heatmap-cell.level-1 {
  background-color: #c6cee71f;
  color: #848CB0
}

.prime .heatmap-cell.level-2 {
  background-color: #848cb047
}

.prime .heatmap-cell.level-3 {
  background-color: #5961868c
}

.prime .heatmap-cell.level-4 {
  background-color: #596186c7
}

.prime .heatmap-cell.level-5 {
  background-color: #596186
}

.prime .heatmap-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 8px
}

.prime .heatmap-day {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  text-align: center;
  text-transform: uppercase
}

.prime .text-link {
  color: #596186;
  text-decoration: underline;
  text-decoration-color: #848CB0;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .text-link:hover {
  color: #2a2f47;
  text-decoration-color: #596186
}

.prime .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: transparent;
  border: 2px solid #596186;
  border-radius: 4px;
  color: #596186;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.prime .btn-primary .btn-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transform: translateX(-4px);
  opacity: 0;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .btn-primary .btn-text {
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .btn-primary:hover .btn-icon {
  transform: translateX(0);
  opacity: 1
}

.prime .btn-primary:hover .btn-text {
  transform: translateX(4px)
}

.prime .btn-primary:hover {
  background-color: #596186;
  color: #fff
}

.prime .btn-primary:focus-visible {
  outline: 3px solid #848CB0 !important;
  outline-offset: 3px !important
}

.prime .btn-light {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: transparent;
  border: 2px solid #c6cee799;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .btn-light .btn-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  transform: translateX(-4px);
  opacity: 0;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .btn-light .btn-text {
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prime .btn-light:hover .btn-icon {
  transform: translateX(0);
  opacity: 1
}

.prime .btn-light:hover .btn-text {
  transform: translateX(4px)
}

.prime .btn-light:hover {
  background-color: #c6cee726;
  border-color: #c6cee7e6
}

.prime .btn-light:focus-visible {
  outline: 3px solid #C6CEE7 !important;
  outline-offset: 3px !important
}

@media (max-width: 1024px) {
  .prime .title-inner {
    gap: 24px
  }

  .prime .title-image-col {
    flex: 0 0 320px;
    width: 320px
  }

  .prime .title-heading {
    font-size: 34px
  }

  .prime .limits-inner {
    flex-direction: column;
    gap: 24px
  }

  .prime .limits-left {
    flex: none;
    width: 100%
  }

  .prime .commitment-inner {
    grid-template-columns: 1fr 1fr
  }

  .prime .commitment-intro {
    flex-direction: column;
    align-items: flex-start
  }

  .prime .outcomes-inner {
    flex-direction: column;
    gap: 24px
  }

  .prime .outcomes-image-col {
    flex: none;
    width: 100%
  }

  .prime .different-inner {
    flex-direction: column;
    gap: 24px
  }

  .prime .different-image-col {
    flex: none;
    width: 100%
  }

  .prime .readiness-inner {
    grid-template-columns: 1fr
  }

  .prime .readiness-heading {
    grid-column: 1
  }

  .prime .readiness-heatmap {
    grid-column: 1
  }
}

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

  .prime .title-image-col {
    flex: none;
    width: 100%
  }

  .prime .title-heading {
    font-size: 25px
  }

  .prime .commitment-inner {
    grid-template-columns: 1fr
  }

  .prime .clients-grid {
    grid-template-columns: 1fr
  }

  .prime .heatmap-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .prime .heatmap-days {
    grid-template-columns: repeat(4, 1fr)
  }

  .prime .limits-band,
  .prime .outcomes-band,
  .prime .different-band {
    padding: 48px 0
  }

  .prime .clients-band,
  .prime .readiness-band {
    padding: 48px 0
  }
}

@media (max-width: 320px) {
  .prime .title-heading {
    font-size: 19px
  }

  .prime .page-bound {
    padding-left: 12px;
    padding-right: 12px
  }

  .prime .heatmap-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .prime .heatmap-days {
    grid-template-columns: repeat(3, 1fr)
  }
}

.services-page {
  background: #fff;
  overflow-x: clip;
  position: relative
}

.services-page .page-band {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden
}

.services-page .page-band::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border: 2px solid #59618612;
  border-radius: 12px;
  top: 10%;
  right: -120px;
  animation: geo-spin 28s linear infinite
}

.services-page .page-band::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1.5px solid #848cb017;
  border-radius: 12px;
  bottom: 15%;
  left: -80px;
  animation: geo-spin 38s linear infinite reverse
}

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

  to {
    transform: rotate(360deg)
  }
}

.services-page .above-fold {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 48px 48px
}

.services-page .bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px
}

.services-page .bento-image-cell {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  min-height: 320px
}

.services-page .bento-image-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px);
  transition: filter .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .bento-image-cell:hover img {
  filter: blur(0px) brightness(1.05)
}

.services-page .bento-image-cell .tint {
  position: absolute;
  inset: 0;
  background: #59618661;
  pointer-events: none
}

.services-page .bento-heading-cell {
  grid-column: 2 / 4;
  grid-row: 1;
  background: linear-gradient(17deg, #596186 0%, #848CB0 60%, #C6CEE7 100%);
  border-radius: 12px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.services-page .bento-heading-cell::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, #c6cee72e 1px, transparent 0);
  background-size: 22px 22px;
  pointer-events: none
}

.services-page .bento-heading-cell .label-tag {
  display: inline-block;
  font-size: 13px;
  line-height: 1.55;
  color: #C6CEE7;
  border: 1.5px solid #c6cee773;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 24px;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: fit-content
}

.services-page .bento-heading-cell h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 900
}

.services-page .bento-points-cell {
  grid-column: 2 / 4;
  grid-row: 2;
  background: #f4f6fb;
  border-radius: 12px;
  padding: 24px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.services-page .bento-point {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  flex: 1
}

.services-page .bento-point .num-circle {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 36px;
  background: #596186;
  color: #fff;
  font-size: 13px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-top: 2px
}

.services-page .bento-point p {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3050;
  margin: 0
}

.services-page .zigzag-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1
}

.services-page .cards-area {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 48px 96px
}

.services-page .cards-area h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #2c3050;
  margin: 0 0 48px;
  font-weight: 900
}

.services-page .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.services-page .service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 25px 0 #5961861c;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .service-card:hover {
  box-shadow: 0 9px 36px 0 #5961861a;
  transform: translateY(-4px)
}

.services-page .card-image-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden
}

.services-page .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(3px);
  transition: filter .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .service-card:hover .card-image-wrap img {
  filter: blur(0px)
}

.services-page .card-image-wrap .seats-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #596186eb;
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
  border-radius: 4px;
  padding: 4px 12px;
  font-weight: 600
}

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

.services-page .card-body h3 {
  font-size: 25px;
  line-height: 1.1;
  color: #2c3050;
  margin: 0;
  font-weight: 900
}

.services-page .card-body .description {
  font-size: 16px;
  line-height: 1.55;
  color: #444b6e;
  margin: 0
}

.services-page .card-footer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1.5px solid #e8ecf5
}

.services-page .price-display {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
  color: #596186
}

.services-page .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.55;
  color: #596186;
  text-decoration: none;
  border: 2.5px solid #596186;
  border-radius: 4px;
  padding: 8px 24px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), background .2s cubic-bezier(0.34, 1.56, 0.64, 1), padding .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.services-page .card-link .link-arrow {
  display: inline-block;
  width: 0;
  overflow: hidden;
  transition: width .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-style: normal
}

.services-page .card-link:hover {
  background: #596186;
  color: #fff;
  padding-left: 12px
}

.services-page .card-link:hover .link-arrow {
  width: 16px
}

.services-page .card-link:focus {
  outline: 3px solid #848CB0;
  outline-offset: 2px
}

.services-page .zigzag-divider-2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1
}

.services-page .how-it-works {
  position: relative;
  z-index: 1;
  background: linear-gradient(17deg, #5961860f 0%, #c6cee72e 100%);
  padding: 96px 48px
}

.services-page .how-it-works-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center
}

.services-page .how-left h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #2c3050;
  margin: 0 0 24px;
  font-weight: 900
}

.services-page .how-left p {
  font-size: 16px;
  line-height: 1.55;
  color: #444b6e;
  margin: 0 0 24px
}

.services-page .how-left .pull-quote {
  font-size: 19px;
  line-height: 1.55;
  color: #596186;
  font-weight: 700;
  margin: 0 0 24px;
  padding: 12px 24px;
  background: #59618614;
  border-radius: 4px
}

.services-page .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services-page .steps-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.services-page .steps-list li .step-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 36px;
  background: #596186;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px 0 #59618612
}

.services-page .steps-list li .step-text {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3050
}

.services-page .how-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.services-page .progress-block {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 #59618612
}

.services-page .progress-block h4 {
  font-size: 16px;
  line-height: 1.55;
  color: #2c3050;
  margin: 0 0 12px;
  font-weight: 700
}

.services-page .segmented-bar {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.services-page .seg {
  height: 12px;
  border-radius: 4px;
  flex: 1;
  background: #e8ecf5;
  transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .seg.filled {
  background: #596186
}

.services-page .seg.partial {
  background: #848CB0
}

.services-page .progress-label {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  margin-top: 8px
}

.services-page .zigzag-divider-3 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1
}

.services-page .team-area {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 48px
}

.services-page .team-area h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #2c3050;
  margin: 0 0 8px;
  font-weight: 900
}

.services-page .team-area .team-sub {
  font-size: 16px;
  line-height: 1.55;
  color: #444b6e;
  margin: 0 0 48px
}

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

.services-page .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #f4f6fb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 #59618612;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .team-member:hover {
  box-shadow: 0 7px 25px 0 #5961861c
}

.services-page .portrait-wrap {
  width: 120px;
  height: 168px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 7px 25px 0 #5961861c
}

.services-page .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.services-page .team-member:hover .portrait-wrap img {
  filter: blur(0px)
}

.services-page .member-name {
  font-size: 19px;
  line-height: 1.1;
  color: #2c3050;
  font-weight: 700;
  margin: 0
}

.services-page .member-role {
  font-size: 13px;
  line-height: 1.55;
  color: #848CB0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .07em
}

.services-page .member-note {
  font-size: 16px;
  line-height: 1.55;
  color: #444b6e;
  margin: 0;
  text-align: center
}

.services-page .no-portrait-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #f4f6fb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 6px 0 #59618612
}

.services-page .portrait-placeholder {
  width: 120px;
  height: 168px;
  border-radius: 36px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.services-page .portrait-placeholder svg {
  width: 56px;
  height: 56px;
  opacity: .5
}

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

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

.services-page .bento-image-cell {
  animation: slide-in-left .35s cubic-bezier(0.34, 1.56, 0.64, 1) .05s both
}

.services-page .bento-heading-cell {
  animation: slide-in-left .35s cubic-bezier(0.34, 1.56, 0.64, 1) .15s both
}

.services-page .bento-points-cell {
  animation: slide-in-left .35s cubic-bezier(0.34, 1.56, 0.64, 1) .25s both
}

@media (max-width: 1024px) {
  .services-page .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto
  }

  .services-page .bento-image-cell {
    grid-column: 1 / 3;
    grid-row: 1;
    min-height: 220px
  }

  .services-page .bento-heading-cell {
    grid-column: 1 / 3;
    grid-row: 2
  }

  .services-page .bento-points-cell {
    grid-column: 1 / 3;
    grid-row: 3
  }

  .services-page .bento-heading-cell h1 {
    font-size: 34px
  }

  .services-page .how-it-works-inner {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .services-page .team-grid {
    grid-template-columns: 1fr 1fr
  }

  .services-page .card-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .services-page .above-fold {
    padding: 48px 24px 24px
  }

  .services-page .bento-grid {
    grid-template-columns: 1fr
  }

  .services-page .bento-image-cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 180px
  }

  .services-page .bento-heading-cell {
    grid-column: 1;
    grid-row: 2;
    padding: 24px
  }

  .services-page .bento-heading-cell h1 {
    font-size: 25px
  }

  .services-page .bento-points-cell {
    grid-column: 1;
    grid-row: 3;
    flex-direction: column;
    gap: 12px;
    padding: 24px
  }

  .services-page .cards-area {
    padding: 24px 24px 48px
  }

  .services-page .card-grid {
    grid-template-columns: 1fr
  }

  .services-page .how-it-works {
    padding: 48px 24px
  }

  .services-page .team-area {
    padding: 48px 24px
  }

  .services-page .team-grid {
    grid-template-columns: 1fr
  }

  .services-page .how-it-works-inner {
    gap: 24px
  }
}

@media (max-width: 320px) {
  .services-page .bento-heading-cell h1 {
    font-size: 19px
  }

  .services-page .card-body h3 {
    font-size: 19px
  }

  .services-page .cards-area {
    padding: 12px 12px 48px
  }

  .services-page .team-area {
    padding: 24px 12px
  }
}

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

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

.success-page .success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background: #C6CEE7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 48px;
  box-shadow: 0 7px 25px 0 #5961861c
}

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

.success-page .success-heading {
  font-size: 34px;
  line-height: 1.1;
  color: #596186;
  font-weight: 900;
  margin: 0 0 24px;
  letter-spacing: -.01em
}

.success-page .success-heading span {
  display: inline-block;
  position: relative
}

.success-page .success-heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(17deg, #596186 0%, #848CB0 55%, #C6CEE7 100%)
}

.success-page .success-body {
  font-size: 16px;
  line-height: 1.55;
  color: #596186;
  margin: 0 0 48px;
  opacity: .85
}

.success-page .success-divider {
  width: 48px;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(17deg, #848CB0 0%, #C6CEE7 100%);
  margin: 0 auto 48px
}

.success-page .success-return {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2.5px solid #596186;
  background: transparent;
  color: #596186;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 1px 6px 0 #59618612
}

.success-page .success-return:hover {
  background: #596186;
  color: #fff;
  box-shadow: 0 7px 25px 0 #5961861c
}

.success-page .success-return:focus-visible {
  outline: 3px solid #848CB0;
  outline-offset: 3px
}

.success-page .success-return:active {
  box-shadow: inset 0 2px 4px 0 #5961862e
}

.success-page .return-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-page .success-return:hover .return-icon {
  transform: translateX(-3px)
}

.success-page .success-meta {
  margin-top: 48px;
  font-size: 13px;
  line-height: 2;
  color: #848CB0
}

.success-page .success-meta a {
  color: #596186;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-page .success-meta a:hover {
  opacity: .7
}

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

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

  .success-page .success-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 24px
  }
}

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

  .success-page .success-return {
    padding: 12px 16px;
    font-size: 13px
  }
}