*,
::before,
::after {
  box-sizing: border-box;
  content: none
}

::before,
::after {
  content: unset
}

body {
  margin: 0;
  padding: 0;
  scrollbar-gutter: stable;
  min-height: 100vh
}

.page_header {
  background: #fff;
  border-bottom: 1px solid #E7E2E6;
  box-shadow: 0 4px 22px 0 #60142317;
  font-family: 'Ubuntu', sans-serif;
  position: relative;
  z-index: 100
}

.header_upper {
  background: linear-gradient(135deg, #601423 0%, #7a1c2e 60%, #668C7F 100%);
  padding: 16px 28px
}

.header_upper_inner {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1100px
}

.logo_container {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #e6e2e666;
  box-shadow: 0 1px 4px 0 #60142312 0 4px 22px 0 #60142317;
  display: block;
  height: 72px;
  padding: 8px;
  width: 72px
}

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

.header_lower {
  padding: 0 28px
}

.header_lower_inner {
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1100px
}

.primary_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0
}

.primary_menu li {
  display: flex
}

.primary_menu a {
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #3a0d16;
  display: flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
  min-height: 56px;
  padding: 16px 28px;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .45s cubic-bezier(0.34, 1.56, 0.64, 1), background .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.primary_menu a:hover,
.primary_menu a:focus {
  background: #e7e2e659;
  border-bottom-color: #601423;
  color: #601423;
  outline: none
}

.primary_menu a:focus-visible {
  outline: 2px solid #601423;
  outline-offset: 2px
}

.primary_menu a.active_link {
  border-bottom-color: #668C7F;
  color: #668C7F
}

@media (max-width: 640px) {
  .header_upper {
    padding: 16px
  }

  .header_lower {
    padding: 0 8px
  }

  .primary_menu a {
    font-size: 16px;
    padding: 16px;
    min-height: 56px
  }
}

.page_footer {
  background: #fff;
  border-top: 1px solid #E7E2E6;
  box-shadow: 0 -4px 22px 0 #668c7f17;
  font-family: 'Ubuntu', sans-serif
}

.footer_upper {
  padding: 56px 28px 28px
}

.footer_grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1100px
}

.footer_brand_block {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer_logo_container {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #E7E2E6;
  box-shadow: 0 1px 4px 0 #60142312;
  display: block;
  height: 64px;
  padding: 8px;
  width: 64px
}

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

.footer_description {
  color: #3a3038;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0;
  max-width: 260px
}

.footer_contact_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer_contact_list li {
  align-items: flex-start;
  display: flex;
  gap: 8px
}

.footer_contact_list a {
  color: #601423;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.6;
  text-decoration: none;
  transition: color .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer_contact_list a:hover,
.footer_contact_list a:focus-visible {
  color: #668C7F;
  outline: none
}

.footer_contact_list a:focus-visible {
  outline: 2px solid #601423;
  outline-offset: 2px
}

.footer_contact_icon {
  color: #668C7F;
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 4px
}

.footer_contact_text {
  color: #3a3038;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 1.6
}

.footer_col_heading {
  border-bottom: 2px solid #E7E2E6;
  color: #601423;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
  margin: 0 0 16px;
  padding-bottom: 8px
}

.footer_nav_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer_nav_list a {
  color: #3a3038;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.6;
  text-decoration: none;
  transition: color .48s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer_nav_list a:hover,
.footer_nav_list a:focus-visible {
  color: #601423;
  outline: none
}

.footer_nav_list a:focus-visible {
  outline: 2px solid #601423;
  outline-offset: 2px
}

.footer_lower {
  background: #E7E2E6;
  padding: 16px 28px
}

.footer_lower_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px
}

.footer_copyright {
  color: #3a3038;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.6;
  margin: 0
}

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

.footer_legal_links a {
  color: #601423;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.6;
  text-decoration: none;
  transition: color .42s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.footer_legal_links a:hover,
.footer_legal_links a:focus-visible {
  color: #668C7F;
  outline: none
}

.footer_legal_links a:focus-visible {
  outline: 2px solid #601423;
  outline-offset: 2px
}

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

@media (max-width: 640px) {
  .footer_grid {
    grid-template-columns: 1fr
  }

  .footer_upper {
    padding: 28px 16px 16px
  }

  .footer_lower {
    padding: 16px
  }

  .footer_lower_inner {
    flex-direction: column;
    align-items: flex-start
  }
}

.cookie_bar {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E7E2E6;
  bottom: 28px;
  box-shadow: 0 10px 52px 0 #6014231f;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Ubuntu', sans-serif;
  gap: 16px;
  left: 0;
  margin: 0 auto;
  max-width: 720px;
  padding: 28px;
  position: fixed;
  right: 0;
  width: calc(100% - 56px);
  z-index: 4000
}

.cookie_message {
  color: #3a3038;
  flex: 1 1 300px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin: 0
}

.cookie_message a {
  color: #601423;
  text-decoration: underline;
  text-underline-offset: 2px
}

.cookie_message a:hover {
  color: #668C7F
}

.cookie_actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 8px
}

.cookie_button {
  border-radius: 8px;
  border: 2px solid #601423;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
  min-height: 44px;
  min-width: 120px;
  padding: 8px 16px;
  text-align: center;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .45s cubic-bezier(0.34, 1.56, 0.64, 1), color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cookie_button:focus-visible {
  outline: 2px solid #601423;
  outline-offset: 3px
}

.cookie_button:hover {
  transform: scale(1.04)
}

.cookie_button.accept {
  background: #601423;
  color: #fff
}

.cookie_button.accept:hover {
  background: #7a1c2e
}

.cookie_button.decline {
  background: #fff;
  color: #601423
}

.cookie_button.decline:hover {
  background: #E7E2E6
}

@media (max-width: 640px) {
  .cookie_bar {
    bottom: 16px;
    flex-direction: column;
    padding: 16px;
    width: calc(100% - 32px)
  }

  .cookie_actions {
    width: 100%
  }

  .cookie_button {
    flex: 1
  }
}

.policy-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px
}

.policy-area h1 {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #601423;
  margin-bottom: 28px;
  margin-top: 0
}

.policy-area h2 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #601423;
  margin-top: 56px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E7E2E6;
  border-top: none;
  border-left: none;
  border-right: none
}

.policy-area h3 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #2d2d2d;
  margin-top: 28px;
  margin-bottom: 16px
}

.policy-area h4 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #2d2d2d;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 8px
}

.policy-area h5 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #668C7F;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 8px
}

.policy-area h6 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #668C7F;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 8px
}

.policy-area p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 16px
}

.policy-area strong,
.policy-area b {
  font-weight: 700;
  color: #601423
}

.policy-area a {
  color: #601423;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-area a:hover {
  color: #668C7F;
  text-decoration-color: #668C7F
}

.policy-area div {
  font-size: 16px;
  line-height: 1.9;
  color: #2d2d2d
}

.policy-area div+div {
  margin-top: 8px
}

@media (max-width: 768px) {
  .policy-area {
    padding: 28px 16px
  }

  .policy-area h1 {
    font-size: 30px;
    line-height: 1.2
  }

  .policy-area h2 {
    font-size: 30px;
    margin-top: 28px
  }

  .policy-area h3 {
    font-size: 16px
  }
}

@media (max-width: 640px) {
  .policy-area {
    padding: 16px 8px
  }

  .policy-area h1 {
    font-size: 30px
  }

  .policy-area h2 {
    font-size: 16px;
    margin-top: 28px
  }
}

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

.learning_program .page_container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px
}

.learning_program .title_area {
  background: linear-gradient(160deg, #601423 0%, #fff 100%);
  padding: 96px 0
}

.learning_program .title_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.learning_program .title_text_column {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.learning_program .title_label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff;
  opacity: .82
}

.learning_program .title_label .dot_accent {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E7E2E6;
  display: inline-block;
  flex-shrink: 0
}

.learning_program .main_heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0
}

.learning_program .main_heading .accent_word {
  color: #E7E2E6
}

.learning_program .title_description {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #fff;
  opacity: .88;
  margin: 0;
  max-width: 420px
}

.learning_program .title_cta_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.learning_program .btn_primary {
  display: inline-block;
  padding: 16px 28px;
  background: #fff;
  color: #601423;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 22px 0 #60142317;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program .btn_primary:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 52px 0 #6014231f
}

.learning_program .btn_secondary {
  display: inline-block;
  padding: 16px 28px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  border-radius: 8px;
  border: 2px solid #ffffff80;
  cursor: pointer;
  text-decoration: none;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program .btn_secondary:hover {
  transform: scale(1.05);
  border-color: #fff
}

.learning_program .title_image_column {
  position: relative
}

.learning_program .title_image_frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 #6014231f
}

.learning_program .title_image_frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.1) brightness(0.97)
}

.learning_program .zigzag_divider {
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.learning_program .zigzag_divider svg {
  display: block;
  width: 100%
}

.learning_program .process_area {
  background: #fff;
  padding: 96px 0 56px
}

.learning_program .process_header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px
}

.learning_program .section_eyebrow {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #668C7F;
  margin: 0
}

.learning_program .section_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1e1e1e;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px
}

.learning_program .section_heading .dot_end {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #601423;
  display: inline-block;
  flex-shrink: 0;
  margin-bottom: 2px
}

.learning_program .process_steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px
}

.learning_program .step_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  border-radius: 16px;
  background: #E7E2E6;
  box-shadow: 0 1px 4px 0 #60142312;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program .step_card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 22px 0 #60142317
}

.learning_program .step_number {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #601423;
  font-weight: 700
}

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

.learning_program .step_icon i {
  color: #fff;
  font-size: 18px
}

.learning_program .step_title {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1e1e1e;
  margin: 0;
  font-weight: 600
}

.learning_program .step_text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.learning_program .line_divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 28px;
  max-width: 1100px;
  margin: 0 auto
}

.learning_program .line_divider .line_part {
  flex: 1;
  height: 1px;
  background: #E7E2E6
}

.learning_program .line_divider .line_center_mark {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #668C7F;
  transform: rotate(45deg);
  flex-shrink: 0
}

.learning_program .team_area {
  background: #E7E2E6;
  padding: 96px 0
}

.learning_program .team_layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start
}

.learning_program .team_sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.learning_program .team_sidebar_header {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning_program .team_intro_text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.learning_program .team_image_block {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 22px 0 #60142317
}

.learning_program .team_image_block img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block
}

.learning_program .team_cards_column {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.learning_program .portrait_card {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 4px 0 #60142312;
  transition: box-shadow .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.learning_program .portrait_card:hover {
  box-shadow: 0 4px 22px 0 #60142317
}

.learning_program .portrait_image_wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0
}

.learning_program .portrait_image_wrap img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block
}

.learning_program .portrait_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.learning_program .portrait_name {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1e1e1e;
  margin: 0;
  font-weight: 600
}

.learning_program .portrait_role {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #668C7F;
  margin: 0
}

.learning_program .portrait_quote {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.learning_program .portrait_no_image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #601423;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.learning_program .portrait_no_image i {
  color: #fff;
  font-size: 28px
}

.learning_program .details_area {
  background: #fff;
  padding: 96px 0
}

.learning_program .details_layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start
}

.learning_program .details_left {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.learning_program .details_header {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning_program .details_body_large {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1e1e1e;
  margin: 0
}

.learning_program .details_body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.learning_program .details_list_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.learning_program .detail_item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 8px;
  background: #E7E2E6;
  box-shadow: inset 0 1px 4px 0 #668c7f12;
  transition: background .45s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.learning_program .detail_item:hover {
  background: #d8d2d7
}

.learning_program .detail_icon_wrap {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #668C7F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.learning_program .detail_icon_wrap i {
  color: #fff;
  font-size: 14px
}

.learning_program .detail_text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1e1e1e;
  margin: 0
}

.learning_program .metrics_sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning_program .metric_block {
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 22px 0 #60142317
}

.learning_program .metric_block.dark_metric {
  background: #601423 !important
}

.learning_program .metric_block.light_metric {
  background: #668C7F
}

.learning_program .metric_block.pale_metric {
  background: #E7E2E6;
  box-shadow: 0 1px 4px 0 #60142312
}

.learning_program .metric_number {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0
}

.learning_program .metric_block.pale_metric .metric_number {
  color: #601423
}

.learning_program .metric_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #ffffffd1;
  margin: 0
}

.learning_program .metric_block.pale_metric .metric_label {
  color: #3a3a3a
}

@media (max-width: 1024px) {
  .learning_program .title_grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }

  .learning_program .process_steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .learning_program .team_layout {
    grid-template-columns: 1fr
  }

  .learning_program .team_image_block img {
    height: 260px
  }

  .learning_program .details_layout {
    grid-template-columns: 1fr
  }

  .learning_program .metrics_sidebar {
    flex-direction: row;
    flex-wrap: wrap
  }

  .learning_program .metric_block {
    flex: 1 1 140px
  }
}

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

  .learning_program .title_image_frame img {
    height: 340px
  }

  .learning_program .main_heading {
    font-size: 30px
  }

  .learning_program .title_area {
    padding: 56px 0
  }

  .learning_program .process_area {
    padding: 56px 0 28px
  }

  .learning_program .team_area,
  .learning_program .details_area {
    padding: 56px 0
  }

  .learning_program .process_steps {
    grid-template-columns: 1fr
  }

  .learning_program .details_list_grid {
    grid-template-columns: 1fr
  }

  .learning_program .portrait_card {
    flex-direction: column
  }
}

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

  .learning_program .title_cta_row {
    flex-direction: column;
    align-items: flex-start
  }

  .learning_program .metric_block {
    flex: 1 1 100%
  }
}

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

.how_it_works_page .page_reveal {
  animation: mask_expand .55s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes mask_expand {
  from {
    clip-path: inset(0 35% 0 35%);
    opacity: 0
  }

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

.how_it_works_page .centered_container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px
}

@media (max-width: 768px) {
  .how_it_works_page .centered_container {
    padding-left: 28px;
    padding-right: 28px
  }
}

@media (max-width: 640px) {
  .how_it_works_page .centered_container {
    padding-left: 16px;
    padding-right: 16px
  }
}

.how_it_works_page .title_area {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
  position: relative
}

.how_it_works_page .title_grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center
}

@media (max-width: 768px) {
  .how_it_works_page .title_grid {
    grid-template-columns: 1fr;
    gap: 28px
  }
}

.how_it_works_page .title_text_side {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.how_it_works_page .title_descriptor {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #668C7F;
  text-transform: uppercase
}

.how_it_works_page .title_heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0
}

.how_it_works_page .title_heading .dot_accent {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #601423;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -4px
}

.how_it_works_page .title_body {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #3a3a3a;
  max-width: 420px
}

.how_it_works_page .title_image_side {
  position: relative
}

.how_it_works_page .title_image_frame {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 #6014231f
}

.how_it_works_page .title_image_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.how_it_works_page .title_image_vignette {
  position: absolute;
  inset: 0;
  border-radius: 2px;
  background: radial-gradient(ellipse at 50% 50%, transparent 55%, #60142338 100%);
  pointer-events: none
}

.how_it_works_page .wave_divider_one {
  line-height: 0;
  overflow: hidden
}

.how_it_works_page .wave_divider_one svg {
  display: block;
  width: 100%
}

.how_it_works_page .steps_area {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #E7E2E6;
  position: relative
}

.how_it_works_page .steps_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #601423;
  text-transform: uppercase;
  margin-bottom: 28px
}

.how_it_works_page .steps_heading {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0 0 56px;
  max-width: 560px
}

.how_it_works_page .steps_heading .dot_accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: #668C7F;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.how_it_works_page .steps_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px
}

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

@media (max-width: 640px) {
  .how_it_works_page .steps_grid {
    grid-template-columns: 1fr
  }
}

.how_it_works_page .step_card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 22px 0 #60142317;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .45s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.how_it_works_page .step_card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 52px 0 #6014231f
}

.how_it_works_page .step_number {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #601423;
  font-weight: 700
}

.how_it_works_page .step_title {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1b1b1b;
  font-weight: 600;
  margin: 0
}

.how_it_works_page .step_text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.how_it_works_page .step_icon_wrap {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E7E2E6
}

.how_it_works_page .step_icon_wrap i {
  font-size: 18px;
  color: #601423
}

.how_it_works_page .wave_divider_two {
  line-height: 0;
  overflow: hidden;
  background: #E7E2E6
}

.how_it_works_page .wave_divider_two svg {
  display: block;
  width: 100%
}

.how_it_works_page .detail_area {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff
}

.how_it_works_page .detail_grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 56px;
  align-items: start
}

@media (max-width: 1024px) {
  .how_it_works_page .detail_grid {
    grid-template-columns: 1fr;
    gap: 28px
  }
}

.how_it_works_page .detail_rich_side {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.how_it_works_page .detail_heading {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0
}

.how_it_works_page .detail_heading .dot_accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: #601423;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.how_it_works_page .detail_intro_para {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.how_it_works_page .detail_body_para {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.how_it_works_page .detail_two_col_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  list-style: none;
  margin: 0;
  padding: 0
}

@media (max-width: 640px) {
  .how_it_works_page .detail_two_col_list {
    grid-template-columns: 1fr
  }
}

.how_it_works_page .detail_two_col_list li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a3a;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.how_it_works_page .detail_two_col_list li .list_dot {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #668C7F;
  flex-shrink: 0;
  margin-top: 6px
}

.how_it_works_page .detail_minimal_side {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 16px
}

.how_it_works_page .detail_stat_block {
  border-radius: 16px;
  padding: 28px;
  background: #E7E2E6;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 4px 0 #668c7f12
}

.how_it_works_page .detail_stat_number {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #601423;
  font-weight: 700
}

.how_it_works_page .detail_stat_label {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a3a3a
}

.how_it_works_page .detail_image_frame {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 22px 0 #60142317
}

.how_it_works_page .detail_image_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.how_it_works_page .wave_divider_three {
  line-height: 0;
  overflow: hidden;
  background: #fff
}

.how_it_works_page .wave_divider_three svg {
  display: block;
  width: 100%
}

.how_it_works_page .voices_area {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #601423;
  position: relative
}

.how_it_works_page .fish_scale_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 50% 100%, transparent 60%, #e7e2e612 60%), radial-gradient(circle at 0% 100%, transparent 60%, #e7e2e612 60%), radial-gradient(circle at 100% 100%, transparent 60%, #e7e2e612 60%);
  background-size: 40px 20px;
  border-radius: 0
}

.how_it_works_page .voices_heading {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 56px;
  text-align: center
}

.how_it_works_page .voices_heading .dot_accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: #668C7F;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.how_it_works_page .voices_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px
}

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

.how_it_works_page .voice_card {
  background: #ffffff12;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 22px 0 #60142317;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.how_it_works_page .voice_card:hover {
  background: #ffffff21
}

.how_it_works_page .voice_card_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.how_it_works_page .portrait_frame {
  width: 64px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px
}

.how_it_works_page .portrait_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.how_it_works_page .voice_person_name {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 600;
  margin: 0
}

.how_it_works_page .voice_person_role {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #e7e2e6b3;
  margin: 0
}

.how_it_works_page .voice_quote {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffe0;
  margin: 0
}

.how_it_works_page .voice_no_portrait {
  width: 64px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #668c7f40;
  display: flex;
  align-items: center;
  justify-content: center
}

.how_it_works_page .voice_no_portrait i {
  font-size: 24px;
  color: #e7e2e680
}

.how_it_works_page .dots_border_wrap {
  position: relative
}

.how_it_works_page .dots_border_wrap::before {
  content: '';
  position: absolute;
  inset: -16px;
  pointer-events: none;
  border-radius: 30px;
  background-image: radial-gradient(circle, #668c7f59 2px, transparent 2px), radial-gradient(circle, #668c7f33 4px, transparent 4px), radial-gradient(circle, #668c7f26 1px, transparent 1px);
  background-size: 18px 18px, 36px 36px, 12px 12px;
  background-position: 0 0, 9px 9px, 4px 4px
}

.how_it_works_page .steps_area,
.how_it_works_page .detail_area {
  animation: mask_expand .5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .1s
}

@media (max-width: 640px) {
  .how_it_works_page .title_heading {
    font-size: 30px
  }

  .how_it_works_page .detail_intro_para {
    font-size: 16px
  }

  .how_it_works_page .detail_stat_number {
    font-size: 30px
  }
}

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

.contact_us_page .blob_one,
.contact_us_page .blob_two {
  position: absolute;
  border-radius: 46px;
  filter: blur(48px);
  pointer-events: none;
  z-index: 0
}

.contact_us_page .blob_one {
  width: 320px;
  height: 220px;
  background: #60142317;
  top: 56px;
  left: -80px;
  animation: blob_drift_one 8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate
}

.contact_us_page .blob_two {
  width: 260px;
  height: 180px;
  background: #668c7f1a;
  top: 96px;
  right: -60px;
  animation: blob_drift_two 10s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate
}

@keyframes blob_drift_one {
  from {
    transform: translateY(0) scale(1)
  }

  to {
    transform: translateY(28px) scale(1.06)
  }
}

@keyframes blob_drift_two {
  from {
    transform: translateY(0) scale(1)
  }

  to {
    transform: translateY(-20px) scale(1.04)
  }
}

.contact_us_page .geo_circle {
  position: absolute;
  border-radius: 46px;
  pointer-events: none;
  z-index: 0
}

.contact_us_page .geo_circle_large {
  width: 340px;
  height: 340px;
  border: 1px solid #6014230f;
  border-radius: 46px;
  bottom: -80px;
  right: 60px;
  opacity: .5
}

.contact_us_page .geo_circle_small {
  width: 160px;
  height: 160px;
  border: 1px solid #668c7f14;
  border-radius: 46px;
  top: 180px;
  left: 40px;
  opacity: .6
}

.contact_us_page .upper_band {
  position: relative;
  background: #2a0b12;
  padding: 96px 28px 56px;
  overflow: hidden
}

.contact_us_page .upper_band_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.contact_us_page .upper_heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #E7E2E6;
  margin: 0;
  max-width: 720px
}

.contact_us_page .upper_heading .word_accent {
  background: linear-gradient(112deg, #668C7F 0%, #E7E2E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.contact_us_page .upper_subtext {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #e7e2e6a6;
  max-width: 520px;
  margin: 0
}

.contact_us_page .upper_meta_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap;
  align-items: flex-start
}

.contact_us_page .meta_item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact_us_page .meta_label {
  font-size: 16px;
  letter-spacing: .02em;
  color: #e7e2e673;
  line-height: 1.4
}

.contact_us_page .meta_value {
  font-size: 16px;
  letter-spacing: .01em;
  color: #E7E2E6;
  line-height: 1.4;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact_us_page .meta_value:hover {
  color: #668C7F
}

.contact_us_page .meta_divider {
  width: 1px;
  height: 56px;
  background: #e7e2e61f;
  align-self: center
}

.contact_us_page .upper_image_fade {
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  height: 100%;
  z-index: 0;
  overflow: hidden
}

.contact_us_page .upper_image_fade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  animation: img_fade_in 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) .3s forwards;
  display: block
}

.contact_us_page .upper_image_fade::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #2a0b12 30%, #2a0b1200 100%);
  z-index: 1
}

@keyframes img_fade_in {
  from {
    opacity: 0;
    transform: scale(1.04)
  }

  to {
    opacity: .38;
    transform: scale(1)
  }
}

.contact_us_page .svg_curve_divider {
  display: block;
  width: 100%;
  background: #2a0b12;
  line-height: 0;
  overflow: hidden
}

.contact_us_page .svg_curve_divider svg {
  display: block;
  width: 100%;
  height: 56px
}

.contact_us_page .form_band {
  position: relative;
  background: #fff;
  padding: 56px 28px 96px
}

.contact_us_page .form_band_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.contact_us_page .form_side {
  flex: 1 1 0;
  min-width: 0
}

.contact_us_page .form_aside {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.contact_us_page .form_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1b0a0e;
  margin: 0 0 8px
}

.contact_us_page .form_heading_dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 46px;
  background: #601423;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.contact_us_page .form_description {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3038;
  margin: 0 0 28px;
  letter-spacing: .01em
}

.contact_us_page .contact_form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact_us_page .field_row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.contact_us_page .field_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0
}

.contact_us_page .field_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #3a1820
}

.contact_us_page .field_input {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #1b0a0e;
  background: #f5f1f3;
  border: 1.5px solid #6014231f;
  border-radius: 8px;
  padding: 16px;
  outline: none;
  transition: border-color .45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 0 1px 4px 0 #6014230d;
  width: 100%;
  box-sizing: border-box
}

.contact_us_page .field_input::placeholder {
  color: #6014234d
}

.contact_us_page .field_input:focus {
  border-color: #601423;
  box-shadow: inset 0 1px 4px 0 #60142312 0 4px 22px 0 #60142317
}

.contact_us_page .checkboxes_group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact_us_page .checkboxes_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #3a1820;
  margin-bottom: 8px;
  display: block
}

.contact_us_page .checkboxes_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px
}

.contact_us_page .checkbox_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.contact_us_page .checkbox_item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1.5px solid #60142340;
  background: #f5f1f3;
  accent-color: #601423;
  cursor: pointer;
  flex-shrink: 0
}

.contact_us_page .checkbox_item_label {
  font-size: 16px;
  line-height: 1.4;
  color: #3a1820;
  letter-spacing: .01em;
  cursor: pointer
}

.contact_us_page .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: #668c7f12;
  border-radius: 8px
}

.contact_us_page .privacy_row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1.5px solid #60142340;
  accent-color: #601423;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.contact_us_page .privacy_text {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3038;
  letter-spacing: .01em
}

.contact_us_page .privacy_text a {
  color: #601423;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact_us_page .privacy_text a:hover {
  color: #668C7F
}

.contact_us_page .submit_button {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff;
  background: #601423;
  border: none;
  border-radius: 30px;
  padding: 16px 56px;
  cursor: pointer;
  align-self: flex-start;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .5s cubic-bezier(0.34, 1.56, 0.64, 1), background .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 22px 0 #60142317
}

.contact_us_page .submit_button:hover {
  transform: scale(1.06);
  background: #7a1a2e;
  box-shadow: 0 10px 52px 0 #6014231f
}

.contact_us_page .submit_button:focus {
  outline: 2px solid #601423;
  outline-offset: 3px
}

.contact_us_page .submit_button:active {
  transform: scale(0.98)
}

.contact_us_page .aside_card {
  background: #f5f1f3;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 1px 4px 0 #60142312
}

.contact_us_page .aside_card_heading {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #601423;
  margin: 0;
  font-weight: 600
}

.contact_us_page .aside_detail_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.contact_us_page .aside_icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #60142314;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #601423;
  font-size: 16px
}

.contact_us_page .aside_detail_text {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact_us_page .aside_detail_label {
  font-size: 16px;
  line-height: 1.4;
  color: #60142380;
  letter-spacing: .01em
}

.contact_us_page .aside_detail_value {
  font-size: 16px;
  line-height: 1.4;
  color: #1b0a0e;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact_us_page .aside_detail_value:hover {
  color: #601423
}

.contact_us_page .response_note {
  background: #2a0b12;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact_us_page .response_note_heading {
  font-size: 16px;
  line-height: 1.4;
  color: #E7E2E6;
  margin: 0;
  letter-spacing: .01em
}

.contact_us_page .response_note_text {
  font-size: 16px;
  line-height: 1.6;
  color: #e7e2e699;
  margin: 0;
  letter-spacing: .01em
}

.contact_us_page .icon_cycle_row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap
}

.contact_us_page .cycle_icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #e7e2e614;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e7e2e659;
  font-size: 16px;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1), color .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.contact_us_page .cycle_icon.active_icon {
  background: #60142399;
  color: #E7E2E6
}

.contact_us_page .cycle_icon:nth-child(1) {
  animation: icon_cycle 3.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s infinite
}

.contact_us_page .cycle_icon:nth-child(2) {
  animation: icon_cycle 3.6s cubic-bezier(0.34, 1.56, 0.64, 1) .9s infinite
}

.contact_us_page .cycle_icon:nth-child(3) {
  animation: icon_cycle 3.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.8s infinite
}

.contact_us_page .cycle_icon:nth-child(4) {
  animation: icon_cycle 3.6s cubic-bezier(0.34, 1.56, 0.64, 1) 2.7s infinite
}

@keyframes icon_cycle {

  0%,
  20% {
    background: #60142399;
    color: #E7E2E6
  }

  25%,
  100% {
    background: #e7e2e614;
    color: #e7e2e659
  }
}

.contact_us_page .shake_element {
  animation: gentle_shake 6s cubic-bezier(0.34, 1.56, 0.64, 1) 4s infinite;
  display: inline-block
}

@keyframes gentle_shake {

  0%,
  88%,
  100% {
    transform: translateX(0)
  }

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

  92% {
    transform: translateX(4px)
  }

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

  96% {
    transform: translateX(3px)
  }

  98% {
    transform: translateX(0)
  }
}

@media (max-width: 1024px) {
  .contact_us_page .upper_image_fade {
    width: 280px
  }

  .contact_us_page .form_band_inner {
    flex-direction: column;
    gap: 28px
  }

  .contact_us_page .form_aside {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px
  }

  .contact_us_page .aside_card,
  .contact_us_page .response_note {
    flex: 1 1 260px;
    min-width: 0
  }
}

@media (max-width: 768px) {
  .contact_us_page .upper_heading {
    font-size: 30px
  }

  .contact_us_page .upper_image_fade {
    display: none
  }

  .contact_us_page .upper_band {
    padding: 56px 28px
  }

  .contact_us_page .field_row {
    flex-direction: column;
    gap: 16px
  }

  .contact_us_page .form_aside {
    flex-direction: column
  }

  .contact_us_page .upper_meta_row {
    gap: 16px
  }

  .contact_us_page .meta_divider {
    display: none
  }
}

@media (max-width: 640px) {
  .contact_us_page .upper_band {
    padding: 56px 16px 28px
  }

  .contact_us_page .form_band {
    padding: 28px 16px 56px
  }

  .contact_us_page .checkboxes_grid {
    grid-template-columns: 1fr
  }

  .contact_us_page .submit_button {
    align-self: stretch;
    text-align: center
  }
}

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

.debut_page .full_width {
  width: 100%
}

.debut_page .bounded {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px
}

.debut_page .opening_block {
  background-color: #1a0a0e;
  padding-top: 56px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.debut_page .opening_blob_one {
  position: absolute;
  width: 420px;
  height: 340px;
  background: #60142361;
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  top: -60px;
  left: -80px;
  filter: blur(54px);
  pointer-events: none;
  animation: blob_breathe 7s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate
}

.debut_page .opening_blob_two {
  position: absolute;
  width: 320px;
  height: 280px;
  background: #668c7f38;
  border-radius: 45% 55% 40% 60% / 60% 40% 60% 40%;
  bottom: 0;
  right: -60px;
  filter: blur(48px);
  pointer-events: none;
  animation: blob_breathe 9s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate-reverse
}

@keyframes blob_breathe {
  from {
    transform: scale(1) translateY(0)
  }

  to {
    transform: scale(1.12) translateY(-18px)
  }
}

.debut_page .opening_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #668C7F;
  margin-bottom: 16px;
  display: block
}

.debut_page .opening_heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #E7E2E6;
  margin: 0 0 28px;
  max-width: 720px
}

.debut_page .opening_heading span {
  color: #601423
}

.debut_page .opening_description {
  font-size: 16px;
  line-height: 1.6;
  color: #e7e2e6b8;
  max-width: 540px;
  margin: 0
}

.debut_page .opening_image_col {
  position: relative;
  flex-shrink: 0
}

.debut_page .opening_image_wrap {
  width: 340px;
  height: 440px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 10px 52px 0 #60142338;
  position: relative
}

.debut_page .opening_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) brightness(0.85) contrast(1.05);
  display: block
}

.debut_page .opening_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 56px
}

.debut_page .opening_text_col {
  flex: 1;
  min-width: 0
}

@keyframes slide_from_left {
  from {
    opacity: 0;
    transform: translateX(-40px)
  }

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

@keyframes slide_from_right {
  from {
    opacity: 0;
    transform: translateX(40px)
  }

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

@keyframes slide_from_bottom {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

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

.debut_page .opening_label {
  animation: slide_from_left .55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .05s
}

.debut_page .opening_heading {
  animation: slide_from_left .6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .18s
}

.debut_page .opening_description {
  animation: slide_from_bottom .55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .32s
}

.debut_page .opening_image_wrap {
  animation: slide_from_right .65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: .12s
}

.debut_page .relationship_block {
  background-color: #E7E2E6;
  padding-top: 96px;
  padding-bottom: 56px
}

.debut_page .relationship_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 56px
}

.debut_page .relationship_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1c0a10;
  margin: 0;
  position: relative;
  display: inline-block
}

.debut_page .dot_accent {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 46px;
  background-color: #601423;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.debut_page .relationship_card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 22px 0 #60142317;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.debut_page .relationship_card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 52px 0 #60142324
}

.debut_page .card_number_circle {
  width: 40px;
  height: 40px;
  border-radius: 46px;
  background-color: #601423;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.debut_page .card_number_circle span {
  font-size: 16px;
  line-height: 1.2;
  color: #E7E2E6;
  font-weight: 700
}

.debut_page .card_title {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1c0a10;
  font-weight: 700;
  margin: 0
}

.debut_page .card_body {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2530;
  margin: 0
}

.debut_page .relationship_intro {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2530;
  max-width: 640px;
  margin: 16px 0 0
}

.debut_page .relationship_intro.large {
  font-size: 16px;
  line-height: 1.9
}

.debut_page .limits_block {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 96px;
  position: relative
}

.debut_page .limits_inner {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.debut_page .limits_image_side {
  flex-shrink: 0;
  width: 380px
}

.debut_page .limits_image_wrap {
  width: 380px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 22px 0 #60142317;
  position: relative
}

.debut_page .limits_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.34, 1.56, 0.64, 1), filter .45s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.debut_page .limits_image_wrap:hover img {
  transform: scale(1.04);
  filter: saturate(1.2) brightness(0.92)
}

.debut_page .color_wash {
  position: absolute;
  inset: 0;
  background: #60142300;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  border-radius: 8px
}

.debut_page .limits_image_wrap:hover .color_wash {
  background: #60142338
}

.debut_page .limits_text_side {
  flex: 1;
  min-width: 0
}

.debut_page .limits_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1c0a10;
  margin: 0 0 16px
}

.debut_page .limits_intro_para {
  font-size: 16px;
  line-height: 1.9;
  color: #3a2530;
  margin: 0 0 16px
}

.debut_page .limits_body_para {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2530;
  margin: 0 0 16px
}

.debut_page .limits_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none
}

.debut_page .limits_list li {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2530;
  padding-left: 16px;
  position: relative
}

.debut_page .limits_list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #668C7F;
  position: absolute;
  left: 0;
  top: 8px
}

.debut_page .team_block {
  background-color: #601423;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.debut_page .team_bg_circle_one {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid #e7e2e614;
  border-radius: 46px;
  top: -120px;
  right: -120px;
  pointer-events: none
}

.debut_page .team_bg_circle_two {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid #e7e2e60f;
  border-radius: 46px;
  top: -60px;
  right: -60px;
  pointer-events: none
}

.debut_page .team_row {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.debut_page .team_portraits {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-shrink: 0
}

.debut_page .portrait_wrap {
  width: 160px;
  height: 213px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 10px 52px 0 #60142338;
  position: relative
}

.debut_page .portrait_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.debut_page .portrait_wash {
  position: absolute;
  inset: 0;
  background: #668c7f00;
  transition: background .48s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.debut_page .portrait_wrap:hover .portrait_wash {
  background: #668c7f47
}

.debut_page .team_text_side {
  flex: 1;
  min-width: 0
}

.debut_page .team_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #E7E2E6;
  margin: 0 0 16px
}

.debut_page .team_intro_para {
  font-size: 16px;
  line-height: 1.9;
  color: #e7e2e6d1;
  margin: 0 0 16px
}

.debut_page .team_body_para {
  font-size: 16px;
  line-height: 1.6;
  color: #e7e2e6b8;
  margin: 0 0 16px
}

.debut_page .team_person_label {
  font-size: 16px;
  line-height: 1.4;
  color: #E7E2E6;
  font-weight: 700;
  margin: 0
}

.debut_page .team_person_role {
  font-size: 16px;
  line-height: 1.4;
  color: #e7e2e699;
  margin: 0
}

.debut_page .team_person_block {
  margin-top: 8px
}

.debut_page .readiness_block {
  background-color: #E7E2E6;
  padding-top: 56px;
  padding-bottom: 56px
}

.debut_page .readiness_narrow {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

.debut_page .readiness_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1c0a10;
  margin: 0 0 16px;
  text-align: center
}

.debut_page .readiness_intro {
  font-size: 16px;
  line-height: 1.9;
  color: #3a2530;
  margin: 0 0 28px;
  text-align: center
}

.debut_page .pyramid_stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 28px
}

.debut_page .pyramid_layer {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  transition: transform .45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default
}

.debut_page .pyramid_layer:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 22px 0 #60142321
}

.debut_page .pyramid_layer_text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #E7E2E6;
  text-align: center;
  font-weight: 600
}

.debut_page .pyramid_layer.layer_one {
  width: 100%;
  background-color: #60142340;
  color: #1c0a10
}

.debut_page .pyramid_layer.layer_one .pyramid_layer_text {
  color: #1c0a10
}

.debut_page .pyramid_layer.layer_two {
  width: 82%;
  background-color: #60142373
}

.debut_page .pyramid_layer.layer_three {
  width: 64%;
  background-color: #601423a6
}

.debut_page .pyramid_layer.layer_four {
  width: 46%;
  background-color: #601423d1
}

.debut_page .pyramid_layer.layer_five {
  width: 30%;
  background-color: #601423
}

.debut_page .adapt_block {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 56px;
  position: relative
}

.adapt_blob_bg {
  position: absolute;
  width: 360px;
  height: 280px;
  background: #668c7f12;
  border-radius: 55% 45% 60% 40% / 48% 52% 48% 52%;
  top: 56px;
  right: 0;
  filter: blur(32px);
  pointer-events: none
}

.debut_page .adapt_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 56px
}

.debut_page .adapt_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1c0a10;
  margin: 0 0 16px
}

.debut_page .adapt_intro {
  font-size: 16px;
  line-height: 1.9;
  color: #3a2530;
  max-width: 600px;
  margin: 0
}

.debut_page .adapt_image_card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 22px 0 #60142317;
  grid-row: span 2
}

.debut_page .adapt_image_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.34, 1.56, 0.64, 1), filter .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.debut_page .adapt_image_card:hover img {
  transform: scale(1.05);
  filter: saturate(1.15) brightness(0.9)
}

.debut_page .adapt_image_wash {
  position: absolute;
  inset: 0;
  background: #60142300;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.debut_page .adapt_image_card:hover .adapt_image_wash {
  background: #60142333
}

.debut_page .adapt_detail_card {
  background: #E7E2E6;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 4px 0 #60142312;
  transition: transform .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.debut_page .adapt_detail_card:hover {
  transform: scale(1.02)
}

.debut_page .adapt_detail_title {
  font-size: 16px;
  line-height: 1.4;
  color: #1c0a10;
  font-weight: 700;
  margin: 0
}

.debut_page .adapt_detail_body {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2530;
  margin: 0
}

.debut_page .adapt_second_image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 22px 0 #60142317;
  height: 220px
}

.debut_page .adapt_second_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.34, 1.56, 0.64, 1), filter .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.debut_page .adapt_second_image:hover img {
  transform: scale(1.04);
  filter: saturate(1.2) brightness(0.9)
}

.debut_page .adapt_second_wash {
  position: absolute;
  inset: 0;
  background: #668c7f00;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.debut_page .adapt_second_image:hover .adapt_second_wash {
  background: #668c7f40
}

.debut_page .clients_block {
  background-color: #1c0a10;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.debut_page .clients_bg_accent {
  position: absolute;
  width: 600px;
  height: 600px;
  background: #6014232e;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(80px);
  pointer-events: none;
  animation: center_breathe 11s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate
}

@keyframes center_breathe {
  from {
    transform: translate(-50%, -50%) scale(1)
  }

  to {
    transform: translate(-50%, -50%) scale(1.08)
  }
}

.debut_page .clients_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #E7E2E6;
  margin: 0 0 8px
}

.debut_page .clients_sub {
  font-size: 16px;
  line-height: 1.6;
  color: #e7e2e699;
  margin: 0 0 56px;
  max-width: 520px
}

.debut_page .clients_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.debut_page .client_card {
  background: #e7e2e60f;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 22px 0 #6014231f;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1), background .45s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid #e7e2e61a
}

.debut_page .client_card:hover {
  transform: scale(1.025);
  background: #e7e2e61a
}

.debut_page .client_quote {
  font-size: 16px;
  line-height: 1.9;
  color: #e7e2e6d1;
  margin: 0
}

.debut_page .client_name_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.debut_page .client_name_dot {
  width: 8px;
  height: 8px;
  border-radius: 46px;
  background: #668C7F;
  flex-shrink: 0
}

.debut_page .client_name {
  font-size: 16px;
  line-height: 1.4;
  color: #E7E2E6;
  font-weight: 700;
  margin: 0
}

.debut_page .client_detail {
  font-size: 16px;
  line-height: 1.4;
  color: #e7e2e680;
  margin: 0
}

.debut_page .clients_image_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 28px
}

.debut_page .clients_img_wrap {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 22px 0 #6014231f
}

.debut_page .clients_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.34, 1.56, 0.64, 1), filter .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.debut_page .clients_img_wrap:hover img {
  transform: scale(1.05);
  filter: saturate(1.2) brightness(0.88)
}

.debut_page .clients_img_wash {
  position: absolute;
  inset: 0;
  background: #60142300;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.debut_page .clients_img_wrap:hover .clients_img_wash {
  background: #60142347
}

@media (max-width: 1024px) {
  .debut_page .opening_heading {
    font-size: 30px
  }

  .debut_page .opening_image_wrap {
    width: 260px;
    height: 340px
  }

  .debut_page .relationship_grid {
    grid-template-columns: 1fr 1fr
  }

  .debut_page .limits_inner {
    flex-direction: column
  }

  .debut_page .limits_image_side,
  .debut_page .limits_image_wrap {
    width: 100%
  }

  .debut_page .team_row {
    flex-direction: column
  }

  .debut_page .adapt_grid {
    grid-template-columns: 1fr
  }

  .debut_page .adapt_image_card {
    grid-row: span 1;
    height: 260px
  }
}

@media (max-width: 768px) {
  .debut_page .opening_row {
    flex-direction: column;
    gap: 28px
  }

  .debut_page .opening_image_wrap {
    width: 100%;
    height: 280px
  }

  .debut_page .relationship_grid {
    grid-template-columns: 1fr
  }

  .debut_page .clients_grid {
    grid-template-columns: 1fr
  }

  .debut_page .clients_image_row {
    grid-template-columns: 1fr
  }

  .debut_page .team_portraits {
    flex-direction: row
  }

  .debut_page .portrait_wrap {
    width: 130px;
    height: 173px
  }

  .debut_page .limits_list {
    grid-template-columns: 1fr
  }

  .debut_page .pyramid_layer.layer_two {
    width: 90%
  }

  .debut_page .pyramid_layer.layer_three {
    width: 78%
  }

  .debut_page .pyramid_layer.layer_four {
    width: 62%
  }

  .debut_page .pyramid_layer.layer_five {
    width: 46%
  }
}

@media (max-width: 640px) {
  .debut_page .opening_heading {
    font-size: 30px
  }

  .debut_page .bounded {
    padding-left: 16px;
    padding-right: 16px
  }

  .debut_page .opening_block {
    padding-bottom: 56px
  }

  .debut_page .team_portraits {
    flex-direction: column
  }
}

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

.about_us_page .inner_bound {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px
}

.about_us_page .title_block {
  background-color: #1a0a0e;
  background-image: linear-gradient(158deg, #601423 0%, #1a0a0e 100%);
  animation: bg_shift 15s linear infinite;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative
}

@keyframes bg_shift {
  0% {
    background-image: linear-gradient(158deg, #601423 0%, #1a0a0e 100%)
  }

  50% {
    background-image: linear-gradient(158deg, #3d0c16 0%, #601423 100%)
  }

  100% {
    background-image: linear-gradient(158deg, #601423 0%, #1a0a0e 100%)
  }
}

.about_us_page .title_block .frame_lines {
  position: absolute;
  inset: 28px;
  pointer-events: none
}

.about_us_page .title_block .frame_lines::before,
.about_us_page .title_block .frame_lines::after {
  content: "";
  position: absolute;
  background: #ffffff2e
}

.about_us_page .title_block .frame_lines::before {
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px
}

.about_us_page .title_block .frame_lines::after {
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px
}

.about_us_page .title_block .frame_side_left,
.about_us_page .title_block .frame_side_right {
  position: absolute;
  width: 1px;
  background: #ffffff2e;
  top: 16px;
  bottom: 16px;
  pointer-events: none
}

.about_us_page .title_block .frame_side_left {
  left: 28px
}

.about_us_page .title_block .frame_side_right {
  right: 28px
}

.about_us_page .title_block .title_layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px
}

.about_us_page .title_block .title_text_col {
  flex: 1 1 0
}

.about_us_page .title_block .label_tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .12em;
  color: #668C7F;
  text-transform: uppercase;
  margin-bottom: 28px;
  border: 1px solid #668c7f59;
  border-radius: 2px;
  padding: 8px 16px
}

.about_us_page .title_block .heading_large {
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 16px
}

.about_us_page .title_block .heading_medium {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #ffffffa6;
  margin: 0 0 28px
}

.about_us_page .title_block .dot_accent {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 46px;
  background: #668C7F;
  margin-left: 6px;
  vertical-align: middle
}

.about_us_page .title_block .founding_note {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffff80;
  margin: 0
}

.about_us_page .title_block .title_image_col {
  flex: 0 0 340px;
  position: relative
}

.about_us_page .title_block .image_stack {
  position: relative;
  width: 340px
}

.about_us_page .title_block .image_main {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  display: block;
  box-shadow: 0 10px 52px 0 #6014231f;
  transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about_us_page .title_block .image_main:hover {
  transform: scale(1.025)
}

.about_us_page .title_block .image_badge {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: #668C7F;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 22px 0 #60142317;
  min-width: 120px
}

.about_us_page .title_block .image_badge strong {
  display: block;
  font-size: 30px;
  line-height: 1.2
}

.about_us_page .zigzag_divider {
  display: block;
  width: 100%;
  line-height: 0
}

.about_us_page .team_approach {
  background: #E7E2E6;
  padding-top: 96px;
  padding-bottom: 96px
}

.about_us_page .team_approach .section_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #601423;
  margin-bottom: 16px
}

.about_us_page .team_approach .section_heading {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a0e;
  margin: 0 0 56px
}

.about_us_page .team_approach .layout_dominant {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 56px;
  align-items: start
}

.about_us_page .team_approach .approach_text .intro_paragraph {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #1a0a0e;
  margin: 0 0 28px
}

.about_us_page .team_approach .approach_text .body_paragraph {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2028;
  margin: 0 0 16px
}

.about_us_page .team_approach .approach_text .two_col_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none
}

.about_us_page .team_approach .approach_text .two_col_list li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2028;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.about_us_page .team_approach .approach_text .two_col_list li .list_dot {
  width: 6px;
  height: 6px;
  border-radius: 46px;
  background: #601423;
  flex-shrink: 0
}

.about_us_page .team_approach .detail_column {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.about_us_page .team_approach .stat_card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 22px 0 #60142317;
  transition: transform .45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about_us_page .team_approach .stat_card:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 52px 0 #6014231f
}

.about_us_page .team_approach .stat_card .stat_number {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #601423;
  display: block
}

.about_us_page .team_approach .stat_card .stat_label {
  font-size: 16px;
  line-height: 1.4;
  color: #3a2028;
  letter-spacing: .01em
}

.about_us_page .team_approach .process_icons {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 4px 0 #60142312;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}

.about_us_page .team_approach .process_icons .icon_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.about_us_page .team_approach .process_icons .icon_circle {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.about_us_page .team_approach .process_icons .icon_circle.primary {
  background: #601423;
  color: #fff
}

.about_us_page .team_approach .process_icons .icon_circle.secondary {
  background: #668C7F;
  color: #fff
}

.about_us_page .team_approach .process_icons .icon_circle.tertiary {
  background: #E7E2E6;
  color: #601423
}

.about_us_page .team_approach .process_icons .icon_circle i {
  font-size: 16px
}

.about_us_page .team_approach .process_icons .icon_label {
  font-size: 16px;
  line-height: 1.4;
  color: #3a2028;
  letter-spacing: .01em;
  text-align: center
}

.about_us_page .team_approach .process_icons .dashed_connector {
  width: 2px;
  height: 28px;
  border-left: 2px dashed #601423;
  opacity: .35;
  margin: 0
}

.about_us_page .team_portraits {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.about_us_page .team_portraits .section_eyebrow {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #668C7F;
  margin-bottom: 16px
}

.about_us_page .team_portraits .section_title {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a0e;
  margin: 0 0 56px
}

.about_us_page .team_portraits .portraits_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: start
}

.about_us_page .team_portraits .portrait_card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 22px 0 #60142317;
  transition: box-shadow .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #fff
}

.about_us_page .team_portraits .portrait_card:hover {
  box-shadow: 0 10px 52px 0 #6014231f
}

.about_us_page .team_portraits .portrait_image_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5
}

.about_us_page .team_portraits .portrait_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about_us_page .team_portraits .portrait_image_wrap .color_wash {
  position: absolute;
  inset: 0;
  background: #60142300;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.about_us_page .team_portraits .portrait_card:hover .portrait_image_wrap img {
  transform: scale(1.05)
}

.about_us_page .team_portraits .portrait_card:hover .portrait_image_wrap .color_wash {
  background: #60142347
}

.about_us_page .team_portraits .portrait_info {
  padding: 28px
}

.about_us_page .team_portraits .portrait_name {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #1a0a0e;
  margin: 0 0 8px
}

.about_us_page .team_portraits .portrait_role {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #601423;
  margin: 0 0 16px;
  text-transform: uppercase
}

.about_us_page .team_portraits .portrait_bio {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2028;
  margin: 0
}

.about_us_page .team_portraits .philosophy_card {
  background: #601423;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  box-shadow: 0 10px 52px 0 #6014231f;
  transition: transform .45s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.about_us_page .team_portraits .philosophy_card:hover {
  transform: scale(1.025)
}

.about_us_page .team_portraits .philosophy_card .phil_quote {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 28px
}

.about_us_page .team_portraits .philosophy_card .phil_body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffb8;
  margin: 0 0 28px
}

.about_us_page .team_portraits .philosophy_card .phil_link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff73;
  padding-bottom: 4px;
  transition: border-color .45s cubic-bezier(0.34, 1.56, 0.64, 1), color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about_us_page .team_portraits .philosophy_card .phil_link:hover {
  color: #E7E2E6;
  border-color: #E7E2E6
}

.about_us_page .team_portraits .gallery_strip {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.about_us_page .team_portraits .gallery_image_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4/3
}

.about_us_page .team_portraits .gallery_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.about_us_page .team_portraits .gallery_image_wrap .gallery_wash {
  position: absolute;
  inset: 0;
  background: #668c7f00;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none
}

.about_us_page .team_portraits .gallery_image_wrap:hover img {
  transform: scale(1.07)
}

.about_us_page .team_portraits .gallery_image_wrap:hover .gallery_wash {
  background: #668c7f52
}

@media (max-width: 1024px) {
  .about_us_page .title_block .heading_large {
    font-size: 58px
  }

  .about_us_page .title_block .title_image_col {
    flex: 0 0 260px
  }

  .about_us_page .title_block .image_stack {
    width: 260px
  }

  .about_us_page .title_block .image_main {
    height: 320px
  }

  .about_us_page .team_approach .layout_dominant {
    grid-template-columns: 2fr 1fr
  }

  .about_us_page .team_portraits .portraits_grid {
    grid-template-columns: 1fr 1fr
  }

  .about_us_page .team_portraits .gallery_strip {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 768px) {
  .about_us_page .title_block {
    padding-top: 56px;
    padding-bottom: 56px
  }

  .about_us_page .title_block .title_layout {
    flex-direction: column;
    gap: 28px
  }

  .about_us_page .title_block .title_image_col {
    flex: 0 0 auto;
    width: 100%
  }

  .about_us_page .title_block .image_stack {
    width: 100%
  }

  .about_us_page .title_block .image_main {
    width: 100%;
    height: 280px
  }

  .about_us_page .title_block .heading_large {
    font-size: 30px
  }

  .about_us_page .title_block .heading_medium {
    font-size: 16px
  }

  .about_us_page .team_approach .layout_dominant {
    grid-template-columns: 1fr
  }

  .about_us_page .team_approach .section_heading {
    font-size: 30px
  }

  .about_us_page .team_approach .approach_text .intro_paragraph {
    font-size: 16px
  }

  .about_us_page .team_approach .approach_text .two_col_list {
    grid-template-columns: 1fr
  }

  .about_us_page .team_portraits .portraits_grid {
    grid-template-columns: 1fr
  }

  .about_us_page .team_portraits .section_title {
    font-size: 30px
  }

  .about_us_page .team_portraits .gallery_strip {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {

  .about_us_page .title_block .frame_lines,
  .about_us_page .title_block .frame_side_left,
  .about_us_page .title_block .frame_side_right {
    display: none
  }

  .about_us_page .team_approach {
    padding-top: 56px;
    padding-bottom: 56px
  }

  .about_us_page .team_portraits {
    padding-top: 56px;
    padding-bottom: 56px
  }

  .about_us_page .team_portraits .gallery_strip {
    grid-template-columns: 1fr
  }
}

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

.success_page .success_card {
  max-width: 1100px;
  width: 100%;
  background: #E7E2E6;
  border-radius: 16px;
  box-shadow: 0 4px 22px 0 #60142317;
  padding: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.success_page .success_icon_wrapper {
  width: 80px;
  height: 80px;
  border-radius: 46px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 1px 4px 0 #60142312 inset 0 2px 8px 0 #668c7f1a
}

.success_page .success_icon_wrapper svg {
  display: block
}

.success_page .success_heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #601423;
  margin: 0 0 16px
}

.success_page .success_heading .dot_accent {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #668C7F;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -3px
}

.success_page .success_body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2a2a2a;
  max-width: 560px;
  margin: 0 0 28px
}

.success_page .success_divider {
  width: 56px;
  height: 2px;
  border-radius: 2px;
  background: #668C7F;
  margin: 0 0 28px
}

.success_page .success_detail {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #444;
  max-width: 480px;
  margin: 0 0 56px
}

.success_page .success_contact_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 56px
}

.success_page .success_contact_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #2a2a2a;
  letter-spacing: .01em;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  box-shadow: 0 1px 4px 0 #60142312
}

.success_page .success_contact_item a {
  color: #601423;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success_page .success_contact_item a:hover {
  color: #668C7F
}

.success_page .success_contact_item .contact_icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.success_page .success_back_button {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fff;
  background: #601423;
  border-radius: 30px;
  padding: 16px 56px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), background .5s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 22px 0 #60142317
}

.success_page .success_back_button:hover {
  background: #668C7F;
  transform: scale(1.04);
  box-shadow: 0 10px 52px 0 #6014231f
}

.success_page .success_back_button:focus {
  outline: 2px solid #668C7F;
  outline-offset: 4px
}

@media (max-width: 640px) {
  .success_page {
    padding: 56px 16px
  }

  .success_page .success_card {
    padding: 28px 16px
  }

  .success_page .success_contact_row {
    flex-direction: column;
    gap: 16px;
    align-items: center
  }

  .success_page .success_back_button {
    padding: 16px 28px
  }
}