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

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

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Source Code Pro", monospace
}

.site_header {
  position: relative;
  background: linear-gradient(135deg, #FCFAFB 0%, #DBC7BB 60%, #B66D74 100%);
  border-bottom: 2px solid #B66D74;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  z-index: 100
}

.site_header_inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0
}

.brand_column {
  display: flex;
  align-items: center;
  padding: 32px 48px 32px 32px;
  border-right: 2px solid #b66d7459;
  flex-shrink: 0
}

.brand_column a {
  display: block;
  text-decoration: none
}

.brand_logo_container {
  display: flex;
  align-items: center;
  gap: 16px
}

.brand_logo_image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  background-color: #FCFAFB;
  border: 2px solid #b66d7466;
  box-shadow: 2px 2px 4px -1px #b66d740f;
  padding: 4px;
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.brand_logo_image.loaded {
  opacity: 1
}

.brand_name {
  font-family: "Source Code Pro", monospace;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #2a1214
}

.navigation_column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 32px
}

.contact_strip {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b66d7440;
  margin-bottom: 8px
}

.contact_phone {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #2a1214;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 0;
  border: 1px solid #b66d7466;
  background: #fcfafbb3;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1);
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.contact_phone:hover,
.contact_phone:focus {
  background: #b66d7426;
  border-color: #B66D74;
  outline: none
}

.contact_phone:focus-visible {
  outline: 3px solid #B66D74;
  outline-offset: 2px
}

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

.primary_menu li {
  flex-shrink: 0
}

.primary_menu a {
  display: inline-flex;
  align-items: center;
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1214;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 0;
  border: 1px solid transparent;
  min-height: 44px;
  transition: color .45s ease-in-out, border-color .45s ease-in-out, background .45s ease-in-out;
  white-space: nowrap
}

.primary_menu a:hover {
  color: #B66D74;
  border-color: #b66d7480;
  background: #dbc7bb40
}

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

.primary_menu a[aria-current="page"] {
  color: #B66D74;
  font-weight: 700;
  border-color: #B66D74;
  background: #dbc7bb4d
}

.site_footer {
  background: #FCFAFB;
  border-top: 2px solid #b66d744d;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.footer_upper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 96px 32px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px
}

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

.footer_logo_container {
  display: inline-block;
  background-color: #FCFAFB;
  border: 2px solid #b66d7466;
  box-shadow: 2px 2px 4px -1px #b66d740f;
  padding: 8px;
  border-radius: 0
}

.footer_logo_image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  opacity: 0;
  transition: opacity .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.footer_logo_image.loaded {
  opacity: 1
}

.footer_tagline {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2a2e
}

.footer_column_label {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .02em;
  color: #2a1214;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b66d744d
}

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

.footer_link_list a {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2a2e;
  text-decoration: none;
  display: inline-block;
  transition: color .5s ease-in-out
}

.footer_link_list a:hover {
  color: #B66D74
}

.footer_link_list a:focus-visible {
  outline: 3px solid #B66D74;
  outline-offset: 2px;
  color: #B66D74
}

.footer_contact_detail {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2a2e
}

.footer_contact_detail a {
  color: #4a2a2e;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.footer_contact_detail a:hover {
  color: #B66D74
}

.footer_contact_detail a:focus-visible {
  outline: 3px solid #B66D74;
  outline-offset: 2px;
  color: #B66D74
}

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

.footer_lower {
  max-width: 1600px;
  margin: 0 auto;
  padding: 32px 32px 48px;
  border-top: 1px solid #b66d7433;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.footer_copyright {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #6b4448
}

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

.footer_policy_links a {
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #6b4448;
  text-decoration: none;
  transition: color .5s ease-in-out
}

.footer_policy_links a:hover {
  color: #B66D74
}

.footer_policy_links a:focus-visible {
  outline: 3px solid #B66D74;
  outline-offset: 2px;
  color: #B66D74
}

.cookie_settings_trigger {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 1100;
  background: #FCFAFB;
  border: 2px solid #B66D74;
  border-radius: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0
}

.cookie_settings_trigger:hover {
  background: #dbc7bb80
}

.cookie_settings_trigger:focus-visible {
  outline: 3px solid #B66D74;
  outline-offset: 2px
}

.cookie_settings_trigger svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #B66D74;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none
}

@media (max-width: 992px) {
  .site_header_inner {
    flex-direction: column
  }

  .brand_column {
    border-right: none;
    border-bottom: 2px solid #b66d7459;
    padding: 32px
  }

  .navigation_column {
    padding: 16px 32px 32px
  }

  .contact_strip {
    justify-content: flex-start
  }

  .footer_upper {
    grid-template-columns: repeat(2, 1fr);
    padding: 48px 32px 32px
  }
}

@media (max-width: 576px) {
  .brand_column {
    padding: 16px
  }

  .navigation_column {
    padding: 16px
  }

  .primary_menu a {
    padding: 8px;
    font-size: 16px
  }

  .footer_upper {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 16px
  }

  .footer_lower {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .cookie_settings_trigger {
    bottom: 16px;
    left: 16px
  }
}

.terms-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 48px 32px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .01em;
  color: #2a1f22
}

.terms-content ul,
.terms-content ol {
  margin: 16px 0;
  padding-left: 32px
}

.terms-content ul ul,
.terms-content ol ol,
.terms-content ul ol,
.terms-content ol ul {
  margin: 8px 0
}

.terms-content li {
  margin: 8px 0;
  line-height: 1.6;
  letter-spacing: .01em
}

.terms-content ul li {
  list-style-type: disc
}

.terms-content ul ul li {
  list-style-type: circle
}

.terms-content ol li {
  list-style-type: decimal
}

.terms-content strong,
.terms-content b {
  font-weight: 700;
  color: #2a1f22;
  letter-spacing: .02em
}

.terms-content em,
.terms-content i {
  font-style: italic;
  color: #4a2f35
}

.terms-content hr {
  border: none;
  border-top: 1px solid #DBC7BB;
  margin: 48px 0;
  opacity: .7
}

.terms-content div {
  margin: 16px 0;
  line-height: 1.6
}

@media (max-width: 576px) {
  .terms-content {
    padding: 32px 16px
  }

  .terms-content ul,
  .terms-content ol {
    padding-left: 16px
  }
}

@media (min-width: 992px) {
  .terms-content {
    padding: 96px 48px
  }
}

.student-projects {
  background-color: #FCFAFB;
  overflow-x: clip
}

.student-projects .page-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.student-projects .crosses-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 0
}

.student-projects .crosses-divider span {
  display: inline-block;
  position: relative;
  flex-shrink: 0
}

.student-projects .crosses-divider span::before,
.student-projects .crosses-divider span::after {
  content: "";
  position: absolute;
  background-color: #B66D74;
  opacity: .35
}

.student-projects .crosses-divider span::before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.student-projects .crosses-divider span::after {
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.student-projects .cross-item {
  width: 10px;
  height: 10px
}

.student-projects .accent-word {
  color: #B66D74
}

.student-projects .marker-highlight {
  background: linear-gradient(to right, #b66d7438, #dbc7bb47);
  padding: 0 4px;
  border-radius: 0
}

.student-projects .concentric-corner {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.student-projects .concentric-corner svg {
  display: block;
  opacity: .07
}

.student-projects img {
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.student-projects img.loaded {
  opacity: 1
}

.student-projects .manifesto-block {
  position: relative;
  padding-top: 96px;
  padding-bottom: 48px;
  background-color: #FCFAFB
}

.student-projects .manifesto-block .page-width {
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.student-projects .image-strip {
  flex-shrink: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.student-projects .image-strip img {
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 28px
}

.student-projects .image-strip .image-dark-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(to bottom, #1e0f128c 0%, transparent 60%);
  pointer-events: none
}

.student-projects .manifesto-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.student-projects .manifesto-text h1 {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0
}

.student-projects .manifesto-text p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #3a2428;
  text-align: justify;
  margin: 0
}

.student-projects .abstract-shape {
  position: absolute;
  pointer-events: none;
  border-radius: 28px;
  opacity: .09
}

.student-projects .shape-a {
  width: 180px;
  height: 180px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  bottom: 32px;
  left: 16px;
  border-radius: 28px;
  transform: rotate(18deg)
}

.student-projects .shape-b {
  width: 80px;
  height: 80px;
  background: #B66D74;
  top: 48px;
  right: 32px;
  border-radius: 28px;
  transform: rotate(35deg);
  opacity: .07
}

.student-projects .steps-block {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background: linear-gradient(to right, #b66d740f, #dbc7bb1a)
}

.student-projects .steps-block .page-width {
  max-width: 1600px
}

.student-projects .steps-block h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0 0 32px
}

.student-projects .steps-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  align-items: start
}

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

.student-projects .step-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  background-color: #FCFAFB;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.student-projects .step-item:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a;
  transform: translateY(-2px)
}

.student-projects .step-number {
  font-size: 52px;
  line-height: 1.15;
  color: #B66D74;
  letter-spacing: .01em;
  flex-shrink: 0;
  opacity: .55
}

.student-projects .step-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.student-projects .step-body h4 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0
}

.student-projects .step-body p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2428;
  text-align: justify;
  margin: 0;
  letter-spacing: .02em
}

.student-projects .steps-aside {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.student-projects .aside-card {
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  border-radius: 28px;
  padding: 32px;
  color: #FCFAFB;
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.student-projects .aside-card h5 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  margin: 0 0 8px;
  color: #FCFAFB
}

.student-projects .aside-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #FCFAFB;
  letter-spacing: .02em
}

.student-projects .aside-stat {
  font-size: 52px;
  line-height: 1.15;
  color: #FCFAFB;
  letter-spacing: .01em;
  margin: 0 0 4px
}

.student-projects .reviews-block {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #FCFAFB
}

.student-projects .reviews-block .page-width {
  max-width: 1600px
}

.student-projects .reviews-block h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0 0 48px
}

.student-projects .reviews-columns {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start
}

.student-projects .review-card {
  background-color: #FCFAFB;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 2px 4px -1px #b66d740f 2px 4px 28px -1px #b66d741c;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .6s ease-in-out
}

.student-projects .review-card:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.student-projects .review-card.center {
  background: linear-gradient(to right, #b66d740f, #dbc7bb24);
  padding: 48px
}

.student-projects .portrait-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  flex-shrink: 0;
  align-self: flex-start
}

.student-projects .portrait-wrap img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 80px;
  height: 80px
}

.student-projects .reviewer-name {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  font-weight: 700;
  margin: 0
}

.student-projects .reviewer-role {
  font-size: 16px;
  line-height: 1.4;
  color: #5a3a3e;
  margin: 0;
  letter-spacing: .01em
}

.student-projects .review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2428;
  text-align: justify;
  margin: 0;
  letter-spacing: .02em
}

.student-projects .review-card.center .review-text {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em
}

.student-projects .program-block {
  position: relative;
  padding-top: 48px;
  padding-bottom: 96px;
  background: linear-gradient(to right, #dbc7bb2e, #b66d7414)
}

.student-projects .program-block .page-width {
  max-width: 1600px
}

.student-projects .program-block h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0 0 32px
}

.student-projects .program-row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.student-projects .program-main {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.student-projects .program-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.student-projects .module-entry {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #b66d742e
}

.student-projects .module-entry:last-child {
  border-bottom: none
}

.student-projects .module-label {
  font-size: 16px;
  line-height: 1.4;
  color: #B66D74;
  letter-spacing: .02em;
  flex-shrink: 0;
  font-weight: 700
}

.student-projects .module-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2428;
  margin: 0;
  letter-spacing: .02em
}

.student-projects .detail-card {
  background-color: #FCFAFB;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.student-projects .detail-card h5 {
  font-size: 16px;
  line-height: 1.4;
  color: #B66D74;
  letter-spacing: .02em;
  margin: 0;
  font-weight: 700
}

.student-projects .detail-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a2428;
  margin: 0;
  letter-spacing: .02em
}

.student-projects .cta-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  color: #FCFAFB;
  border: none;
  border-radius: 28px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  cursor: pointer;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  position: relative;
  overflow: hidden;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none
}

.student-projects .cta-button:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a;
  transform: translateY(-2px);
  color: #FCFAFB
}

.student-projects .cta-button:focus {
  outline: 2px solid #B66D74;
  outline-offset: 4px
}

.student-projects .cta-button .ripple-effect {
  position: absolute;
  border-radius: 28px;
  background: #fcfafb59;
  transform: scale(0);
  animation: ripple-anim .55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none
}

@keyframes ripple-anim {
  to {
    transform: scale(4);
    opacity: 0
  }
}

.student-projects .icon-svg {
  display: inline-block;
  flex-shrink: 0
}

@media (max-width: 992px) {
  .student-projects .manifesto-block .page-width {
    flex-direction: column;
    gap: 32px
  }

  .student-projects .image-strip img {
    width: 100%;
    height: 260px
  }

  .student-projects .steps-grid {
    grid-template-columns: 1fr
  }

  .student-projects .reviews-columns {
    grid-template-columns: 1fr
  }

  .student-projects .program-row {
    flex-direction: column;
    gap: 32px
  }

  .student-projects .manifesto-text h1 {
    font-size: 52px
  }
}

@media (max-width: 576px) {
  .student-projects .page-width {
    padding-left: 16px;
    padding-right: 16px
  }

  .student-projects .manifesto-text h1 {
    font-size: 27px
  }

  .student-projects .steps-block h2,
  .student-projects .reviews-block h2,
  .student-projects .program-block h2 {
    font-size: 27px
  }

  .student-projects .step-number {
    font-size: 27px
  }

  .student-projects .aside-stat {
    font-size: 27px
  }

  .student-projects .review-card.center .review-text {
    font-size: 16px;
    line-height: 1.6
  }

  .student-projects .manifesto-block {
    padding-top: 48px
  }
}

@media (min-width: 1200px) {
  .student-projects .image-strip img {
    width: 320px;
    height: 480px
  }

  .student-projects .image-strip .image-dark-fade {
    height: 160px
  }
}

@media (max-width: 1199px) and (min-width: 993px) {
  .student-projects .image-strip img {
    width: 240px;
    height: 360px
  }

  .student-projects .image-strip .image-dark-fade {
    height: 120px
  }
}

.contact-us {
  background-color: #FCFAFB;
  overflow-x: clip
}

.contact-us .form-panel {
  max-width: 1600px;
  margin: 0 auto;
  padding: 96px 48px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start
}

.contact-us .form_lead {
  position: relative
}

.contact-us .form_lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 1px;
  height: 60px;
  background: #B66D74;
  opacity: .4
}

.contact-us .form_lead::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 1px;
  height: 40px;
  background: #DBC7BB;
  opacity: .6
}

.contact-us .page_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  margin-bottom: 16px;
  display: block
}

.contact-us .form_heading {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 32px
}

.contact-us .form_heading span {
  color: #B66D74
}

.contact-us .lead_body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2d31;
  text-align: justify;
  margin-bottom: 32px
}

.contact-us .contact_details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px
}

.contact-us .contact_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 2px 2px 4px -1px #b66d740f;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-us .contact_item:hover {
  box-shadow: 2px 4px 28px -1px #b66d741c;
  transform: translateY(-2px)
}

.contact-us .contact_icon {
  width: 40px;
  height: 40px;
  border-radius: 28px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.contact-us .contact_icon svg {
  width: 18px;
  height: 18px;
  fill: #fff
}

.contact-us .contact_text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us .contact_text strong {
  font-size: 16px;
  line-height: 1.4;
  color: #2a1f22;
  letter-spacing: .01em
}

.contact-us .contact_text a,
.contact-us .contact_text span {
  font-size: 16px;
  line-height: 1.4;
  color: #5a3d42;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .45s ease-in-out
}

.contact-us .contact_text a:hover {
  color: #DBC7BB
}

.contact-us .form_card {
  background: #fff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 2px 9px 52px -1px #b66d741a;
  position: relative
}

.contact-us .form_card::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 1px;
  background: #DBC7BB
}

.contact-us .form_card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  width: 32px;
  height: 1px;
  background: #B66D74;
  opacity: .5
}

.contact-us .form_subtitle {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 32px
}

.contact-us .form_subtitle span {
  color: #B66D74
}

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

.contact-us .field_group label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1f22
}

.contact-us .field_group input[type="email"],
.contact-us .field_group select {
  width: 100%;
  padding: 16px;
  border: 1px solid #DBC7BB;
  border-radius: 28px;
  font-size: 16px;
  line-height: 1.4;
  color: #2a1f22;
  background: #FCFAFB;
  outline: none;
  transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  appearance: none;
  -webkit-appearance: none
}

.contact-us .field_group input[type="email"]:focus,
.contact-us .field_group select:focus {
  border-color: #B66D74;
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.contact-us .field_group input[type="email"]::placeholder {
  color: #b09498
}

.contact-us .select_wrapper {
  position: relative
}

.contact-us .select_wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-right: 2px solid #B66D74;
  border-bottom: 2px solid #B66D74;
  rotate: 45deg;
  pointer-events: none
}

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

.contact-us .radio_group_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 8px;
  display: block
}

.contact-us .radio_option {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.contact-us .radio_option input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #B66D74;
  cursor: pointer
}

.contact-us .radio_option span {
  font-size: 16px;
  line-height: 1.4;
  color: #3d2d31;
  letter-spacing: .01em
}

.contact-us .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 32px
}

.contact-us .privacy_row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #B66D74;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.contact-us .privacy_row label {
  font-size: 16px;
  line-height: 1.6;
  color: #5a3d42;
  letter-spacing: .01em
}

.contact-us .privacy_row label a {
  color: #B66D74;
  text-decoration: underline;
  transition: color .45s ease-in-out
}

.contact-us .privacy_row label a:hover {
  color: #DBC7BB
}

.contact-us .submit_button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  color: #2a1f22;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.contact-us .submit_button:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a;
  transform: translateY(-2px)
}

.contact-us .submit_button:active {
  transform: scale(0.98)
}

.contact-us .submit_button svg {
  width: 18px;
  height: 18px;
  fill: #2a1f22;
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-us .submit_button:hover svg {
  transform: translateX(4px)
}

.contact-us .info_strip {
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  padding: 48px;
  position: relative
}

.contact-us .info_strip_inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: center
}

.contact-us .strip_image_area {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  height: 320px
}

.contact-us .strip_image_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1);
  filter: sepia(20%) saturate(1.1)
}

.contact-us .strip_image_area img.loaded {
  opacity: .85
}

.contact-us .strip_text_area {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us .strip_heading {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1f22
}

.contact-us .strip_body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #2a1f22;
  text-align: justify
}

.contact-us .strip_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: #2a1f22;
  text-decoration: none;
  letter-spacing: .01em;
  transition: gap .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-us .strip_link:hover {
  gap: 16px
}

.contact-us .strip_link svg {
  width: 16px;
  height: 16px;
  fill: #2a1f22
}

.contact-us .strip_meta {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us .meta_item {
  padding: 16px;
  background: #fcfafb59;
  border-radius: 28px
}

.contact-us .meta_item strong {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #2a1f22;
  letter-spacing: .01em;
  margin-bottom: 4px
}

.contact-us .meta_item span {
  font-size: 16px;
  line-height: 1.4;
  color: #3d2d31;
  letter-spacing: .01em
}

.contact-us .decor_lines {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none
}

.contact-us .decor_lines span {
  display: block;
  height: 1px;
  background: #fff6
}

@media (max-width: 992px) {
  .contact-us .form_panel {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 32px
  }

  .contact-us .info_strip_inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .contact-us .strip_image_area {
    height: 220px
  }

  .contact-us .form_heading {
    font-size: 52px
  }
}

@media (max-width: 576px) {
  .contact-us .form_panel {
    padding: 32px 16px;
    gap: 32px
  }

  .contact-us .form_card {
    padding: 32px 16px
  }

  .contact-us .form_heading {
    font-size: 27px
  }

  .contact-us .info_strip {
    padding: 32px 16px
  }

  .contact-us .info_strip_inner {
    gap: 16px
  }
}

.learning_program {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip
}

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

.learning_program .dots_row span {
  width: 8px;
  height: 8px;
  border-radius: 28px;
  background: #B66D74;
  display: block;
  opacity: .5
}

.learning_program .dots_row span:nth-child(2) {
  opacity: .3
}

.learning_program .dots_row span:nth-child(3) {
  opacity: .15
}

.learning_program .program_title {
  padding: 96px 48px;
  background: linear-gradient(to right, #DBC7BB, #FCFAFB);
  position: relative
}

.learning_program .program_title .circles_decor {
  position: absolute;
  top: 32px;
  right: 48px;
  pointer-events: none;
  overflow: hidden;
  width: 320px;
  height: 320px
}

.learning_program .program_title .circles_decor::before,
.learning_program .program_title .circles_decor::after {
  content: "";
  position: absolute;
  border-radius: 28px;
  border: 2px solid #b66d7426
}

.learning_program .program_title .circles_decor::before {
  width: 260px;
  height: 260px;
  top: 0;
  right: 0
}

.learning_program .program_title .circles_decor::after {
  width: 180px;
  height: 180px;
  top: 48px;
  right: 48px
}

.learning_program .program_title .title_grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 96px;
  align-items: start;
  max-width: 1600px
}

.learning_program .program_title .title_text {
  padding-top: 32px
}

.learning_program .program_title .label_tag {
  display: inline-block;
  background: #B66D74;
  color: #FCFAFB;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  padding: 4px 16px;
  border-radius: 0;
  margin-bottom: 32px
}

.learning_program .program_title h1 {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0 0 32px;
  color: #2a1a1c
}

.learning_program .program_title h1 .accent_word {
  color: #B66D74
}

.learning_program .program_title .program_quote {
  font-size: 27px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2e31;
  border-top: 2px solid #b66d744d;
  padding-top: 32px;
  text-align: justified
}

.learning_program .program_title .title_image_col {
  position: relative
}

.learning_program .program_title .title_image_col .dots_path {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  left: -24px;
  top: 48px
}

.learning_program .program_title .title_image_col .dots_path span {
  width: 6px;
  height: 6px;
  border-radius: 28px;
  background: #B66D74;
  display: block
}

.learning_program .program_title .title_image_col .dots_path span:nth-child(odd) {
  opacity: .6
}

.learning_program .program_title .title_image_col .dots_path span:nth-child(even) {
  opacity: .25
}

.learning_program .program_title .image_frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.learning_program .program_title .image_frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.6) brightness(1.05);
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.learning_program .program_title .image_frame img.loaded {
  opacity: 1
}

.learning_program .program_steps {
  padding: 96px 48px;
  background: #FCFAFB
}

.learning_program .program_steps .steps_header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 48px
}

.learning_program .program_steps h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0
}

.learning_program .program_steps h2 .accent_word {
  color: #B66D74
}

.learning_program .program_steps .steps_intro {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2e31;
  max-width: 360px;
  text-align: justify;
  margin: 0
}

.learning_program .program_steps .steps_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative
}

.learning_program .program_steps .step_card {
  background: linear-gradient(to right, #DBC7BB22, #FCFAFB);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  position: relative;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.learning_program .program_steps .step_card:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.learning_program .program_steps .step_card.featured {
  background: #B66D74 !important;
  transform: translateY(-16px);
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.learning_program .program_steps .step_card.featured .step_number,
.learning_program .program_steps .step_card.featured h4,
.learning_program .program_steps .step_card.featured p {
  color: #FCFAFB
}

.learning_program .program_steps .step_number {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #b66d7440;
  font-weight: 700;
  display: block;
  margin-bottom: 16px
}

.learning_program .program_steps .step_card h4 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0 0 16px
}

.learning_program .program_steps .step_card p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2e31;
  margin: 0;
  text-align: justify
}

.learning_program .program_team {
  padding: 96px 48px;
  background: linear-gradient(to right, #FCFAFB, #DBC7BB);
  position: relative;
  overflow: hidden
}

.learning_program .program_team .chevron_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: repeating-linear-gradient(135deg, #b66d740a 0px, #b66d740a 1px, transparent 1px, transparent 18px)
}

.learning_program .program_team h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0 0 48px
}

.learning_program .program_team h2 .accent_word {
  color: #B66D74
}

.learning_program .program_team .team_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px
}

.learning_program .program_team .team_member {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  background: #fcfafbd9;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 2px 4px -1px #b66d740f
}

.learning_program .program_team .portrait_wrap {
  flex-shrink: 0;
  width: 120px;
  height: 150px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.learning_program .program_team .portrait_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7);
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.learning_program .program_team .portrait_wrap img.loaded {
  opacity: 1
}

.learning_program .program_team .member_info {
  flex: 1
}

.learning_program .program_team .member_info h5 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0 0 4px
}

.learning_program .program_team .member_role {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  display: block;
  margin-bottom: 16px
}

.learning_program .program_team .member_info p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2e31;
  margin: 0;
  text-align: justify
}

.learning_program .program_team .team_member.no_portrait {
  align-items: center
}

.learning_program .program_team .portrait_placeholder {
  flex-shrink: 0;
  width: 120px;
  height: 150px;
  border-radius: 28px;
  background: linear-gradient(to right, #DBC7BB, #B66D7433);
  display: flex;
  align-items: center;
  justify-content: center
}

.learning_program .program_team .portrait_placeholder svg {
  width: 48px;
  height: 48px;
  opacity: .4
}

.learning_program .program_offer {
  padding: 96px 48px;
  background: #FCFAFB
}

.learning_program .program_offer .offer_layout {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 96px;
  align-items: start
}

.learning_program .program_offer h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0 0 32px
}

.learning_program .program_offer h2 .accent_word {
  color: #B66D74
}

.learning_program .program_offer .offer_description {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2e31;
  margin: 0 0 32px;
  text-align: justify
}

.learning_program .program_offer .offer_facts {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning_program .program_offer .offer_facts li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2e31
}

.learning_program .program_offer .offer_facts li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 28px;
  background: #B66D74;
  flex-shrink: 0;
  margin-top: 6px
}

.learning_program .program_offer .offer_card {
  background: linear-gradient(to right, #DBC7BB, #FCFAFB);
  border-radius: 28px;
  padding: 48px 32px;
  box-shadow: 2px 9px 52px -1px #b66d741a;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.learning_program .program_offer .offer_card h3 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1a1c;
  margin: 0
}

.learning_program .program_offer .offer_card h3 .accent_word {
  color: #B66D74
}

.learning_program .program_offer .price_display {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.learning_program .program_offer .price_amount {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #B66D74;
  font-weight: 700
}

.learning_program .program_offer .price_note {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #4a2e31
}

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

.learning_program .program_offer .offer_features li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a2e31;
  padding: 8px 0;
  border-bottom: 1px solid #b66d7426
}

.learning_program .program_offer .offer_features li:last-child {
  border-bottom: none
}

.learning_program .program_offer .enroll_button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #B66D74;
  color: #FCFAFB;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  padding: 16px 32px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.learning_program .program_offer .enroll_button:hover {
  background: #4a2e31;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.learning_program .program_offer .enroll_button:focus {
  outline: 3px solid #B66D74;
  outline-offset: 3px
}

.learning_program .program_offer .enroll_button svg {
  width: 18px;
  height: 18px;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.learning_program .program_offer .enroll_button:hover svg {
  transform: translateX(4px)
}

.learning_program .program_offer .enroll_button .icon_default {
  display: block
}

.learning_program .program_offer .enroll_button .icon_hover {
  display: none
}

.learning_program .program_offer .enroll_button:hover .icon_default {
  display: none
}

.learning_program .program_offer .enroll_button:hover .icon_hover {
  display: block
}

.learning_program .ripple_effect {
  position: absolute;
  border-radius: 28px;
  background: #fcfafb59;
  transform: scale(0);
  animation: ripple_grow .6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  pointer-events: none
}

@keyframes ripple_grow {
  to {
    transform: scale(4);
    opacity: 0
  }
}

.learning_program .blur_load {
  filter: blur(8px);
  opacity: 0;
  transition: filter .65s ease-in-out, opacity .65s ease-in-out
}

.learning_program .blur_load.sharp {
  filter: blur(0px);
  opacity: 1
}

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

  .learning_program .program_title .circles_decor {
    display: none
  }

  .learning_program .program_steps .steps_list {
    grid-template-columns: 1fr 1fr
  }

  .learning_program .program_steps .step_card.featured {
    transform: none
  }

  .learning_program .program_team .team_grid {
    grid-template-columns: 1fr
  }

  .learning_program .program_offer .offer_layout {
    grid-template-columns: 1fr;
    gap: 48px
  }

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

@media (max-width: 576px) {

  .learning_program .program_title,
  .learning_program .program_steps,
  .learning_program .program_team,
  .learning_program .program_offer {
    padding: 48px 16px
  }

  .learning_program .program_title h1 {
    font-size: 52px
  }

  .learning_program .program_steps .steps_list {
    grid-template-columns: 1fr
  }

  .learning_program .program_team .team_member {
    flex-direction: column
  }

  .learning_program .program_team .portrait_wrap,
  .learning_program .program_team .portrait_placeholder {
    width: 100%;
    height: 200px
  }
}

.front {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip
}

.front .split_screen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px
}

.front .split_left {
  background: #B66D74;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.front .split_right {
  background: #DBC7BB;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.front .split_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1);
  filter: sepia(0.4) saturate(1.2) brightness(0.85)
}

.front .split_right img.loaded {
  opacity: 1
}

.front .split_right_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #b66d7461, #dbc7bb38);
  pointer-events: none
}

.front .pattern_dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #fcfafb2e 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none
}

.front .split_left .label_tag {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #FCFAFB;
  opacity: .78;
  margin-bottom: 16px;
  text-transform: uppercase
}

.front .split_left h1 {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #FCFAFB;
  margin-bottom: 32px;
  position: relative;
  z-index: 1
}

.front .split_left h1 .accent_word {
  color: #DBC7BB;
  display: inline-block;
  background: linear-gradient(to right, #DBC7BB, #FCFAFB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: text_sweep 1.1s cubic-bezier(0.22, 1, 0.36, 1) .2s both;
  background-size: 200% 100%
}

@keyframes text_sweep {
  from {
    background-position: 100% 0
  }

  to {
    background-position: 0 0
  }
}

.front .split_left .subtitle_text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #fcfafbe0;
  max-width: 420px;
  text-align: justified
}

.front .diag_lines {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  overflow: hidden
}

.front .diag_lines svg {
  width: 100%;
  height: 100%;
  opacity: .13
}

.front .team_section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  background: #FCFAFB;
  padding: 96px 48px
}

.front .team_portrait_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 48px
}

.front .portrait_frame {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.front .portrait_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.front .portrait_frame img.loaded {
  opacity: 1
}

.front .expert_name {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  margin-top: 16px;
  font-weight: 700
}

.front .expert_role {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #5a3a3d;
  margin-top: 4px
}

.front .team_text_col {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.front .team_text_col h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2e1a1d;
  margin-bottom: 32px
}

.front .team_text_col h2 .accent_word {
  color: #B66D74
}

.front .team_text_col p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2226;
  text-align: justify;
  margin-bottom: 16px
}

.front .stat_anchor {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #DBC7BB;
  font-weight: 900;
  margin-top: 32px;
  display: block
}

.front .stat_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  margin-top: 4px
}

.front .hesitation_section {
  background: #3d2226;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.front .hesitation_section h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #FCFAFB;
  text-align: left;
  max-width: 860px;
  width: 100%;
  margin-bottom: 48px
}

.front .hesitation_section h2 .accent_word {
  color: #DBC7BB
}

.front .hesitation_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 860px;
  width: 100%
}

.front .hesitation_card {
  background: #fcfafb0f;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 2px 4px -1px #b66d740f
}

.front .hesitation_card h4 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #DBC7BB;
  margin-bottom: 16px
}

.front .hesitation_card p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #fcfafbd1;
  text-align: justify
}

.front .hesitation_image {
  max-width: 860px;
  width: 100%;
  margin-top: 48px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.front .hesitation_image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1);
  display: block
}

.front .hesitation_image img.loaded {
  opacity: 1
}

.front .community_section {
  padding: 96px 48px;
  background: linear-gradient(to right, #DBC7BB, #FCFAFB);
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.front .community_left {
  flex: 1 1 0;
  min-width: 0
}

.front .community_left h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2e1a1d;
  margin-bottom: 32px
}

.front .community_left h2 .accent_word {
  color: #B66D74
}

.front .community_left p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2226;
  text-align: justify;
  margin-bottom: 16px
}

.front .community_right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.front .community_item {
  background: #fcfafbb8;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.front .community_item_icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.front .community_item_icon svg {
  width: 28px;
  height: 28px
}

.front .community_item_text h5 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  margin-bottom: 8px;
  font-weight: 700
}

.front .community_item_text p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2226;
  margin: 0
}

.front .reputation_section {
  background: #B66D74;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.front .reputation_section h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #FCFAFB;
  text-align: left;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 48px
}

.front .reputation_section h2 .accent_word {
  color: #2e1a1d
}

.front .reputation_row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  max-width: 1000px;
  width: 100%;
  flex-wrap: wrap
}

.front .reputation_item {
  flex: 1 1 200px;
  background: #fcfafb1f;
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 2px 2px 4px -1px #b66d740f;
  transition: background .5s ease-in-out
}

.front .reputation_item:hover {
  background: #fcfafb38
}

.front .reputation_item .rep_number {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #DBC7BB;
  font-weight: 900
}

.front .reputation_item .rep_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #FCFAFB
}

.front .reputation_image_row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  max-width: 1000px;
  width: 100%;
  margin-top: 48px
}

.front .reputation_image_row img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  opacity: 0;
  transition: opacity .65s cubic-bezier(0.22, 1, 0.36, 1);
  display: block;
  flex: 1 1 0;
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.front .reputation_image_row img.loaded {
  opacity: 1
}

.front .experience_section {
  padding: 96px 48px;
  background: #FCFAFB;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start
}

.front .experience_text h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2e1a1d;
  margin-bottom: 32px
}

.front .experience_text h2 .accent_word {
  color: #B66D74
}

.front .experience_text p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2226;
  text-align: justify;
  margin-bottom: 16px
}

.front .experience_quote {
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.front .experience_quote blockquote {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #FCFAFB;
  text-align: justify;
  margin: 0 0 16px
}

.front .experience_quote .quote_author {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #fcfafbd1;
  font-weight: 700
}

.front .support_section {
  background: #DBC7BB;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.front .support_section .diag_corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  pointer-events: none;
  overflow: hidden
}

.front .support_section .diag_corner svg {
  width: 100%;
  height: 100%;
  opacity: .12
}

.front .support_section h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2e1a1d;
  text-align: left;
  max-width: 900px;
  width: 100%;
  margin-bottom: 48px
}

.front .support_section h2 .accent_word {
  color: #B66D74
}

.front .support_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  max-width: 900px;
  width: 100%
}

.front .support_card {
  background: #FCFAFB;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.front .support_card:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.front .support_card h5 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  margin-bottom: 8px;
  font-weight: 700
}

.front .support_card p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3d2226;
  margin: 0
}

.front .band_divider {
  height: 32px;
  background: linear-gradient(to right, #B66D74, transparent);
  width: 100%
}

.front .band_divider_reverse {
  height: 32px;
  background: linear-gradient(to right, transparent, #DBC7BB);
  width: 100%
}

@media (max-width: 992px) {
  .front .split_screen {
    grid-template-columns: 1fr
  }

  .front .split_right {
    min-height: 320px
  }

  .front .split_left h1 {
    font-size: 52px
  }

  .front .team_section {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .front .team_portrait_col {
    padding-right: 0;
    align-items: center
  }

  .front .team_text_col h2 {
    font-size: 27px
  }

  .front .hesitation_grid {
    grid-template-columns: 1fr
  }

  .front .community_section {
    flex-direction: column
  }

  .front .reputation_row {
    flex-direction: column
  }

  .front .reputation_image_row {
    flex-direction: column
  }

  .front .reputation_image_row img {
    height: 180px
  }

  .front .experience_section {
    grid-template-columns: 1fr
  }

  .front .support_grid {
    grid-template-columns: 1fr
  }
}

@media (max-width: 576px) {
  .front .split_left {
    padding: 48px 16px
  }

  .front .split_left h1 {
    font-size: 27px
  }

  .front .team_section {
    padding: 48px 16px
  }

  .front .hesitation_section {
    padding: 48px 16px
  }

  .front .hesitation_section h2 {
    font-size: 27px
  }

  .front .community_section {
    padding: 48px 16px
  }

  .front .community_left h2 {
    font-size: 27px
  }

  .front .reputation_section {
    padding: 48px 16px
  }

  .front .reputation_section h2 {
    font-size: 27px
  }

  .front .experience_section {
    padding: 48px 16px
  }

  .front .experience_text h2 {
    font-size: 27px
  }

  .front .support_section {
    padding: 48px 16px
  }

  .front .support_section h2 {
    font-size: 27px
  }

  .front .support_grid {
    grid-template-columns: 1fr
  }
}

.how_it_works_page {
  background: #FCFAFB;
  overflow-x: clip
}

.how_it_works_page .step_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 96px 48px;
  align-items: center
}

.how_it_works_page .step_text_side {
  padding: 48px 0
}

.how_it_works_page .step_label {
  display: inline-block;
  background: #B66D74;
  color: #FCFAFB;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  padding: 4px 16px;
  border-radius: 0;
  margin-bottom: 16px
}

.how_it_works_page .step_heading {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 16px
}

.how_it_works_page .step_heading .accent_word {
  color: #B66D74
}

.how_it_works_page .step_lead {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2a2e;
  margin-bottom: 32px;
  text-align: justify
}

.how_it_works_page .step_image_side {
  position: relative
}

.how_it_works_page .image_frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.how_it_works_page .image_frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.how_it_works_page .image_frame img.loaded {
  opacity: 1
}

.how_it_works_page .image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #b66d74eb, #dbc7bbeb);
  color: #2a1f22;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  padding: 16px 24px;
  transform: translateY(100%);
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.how_it_works_page .image_frame:hover .image_caption {
  transform: translateY(0)
}

.how_it_works_page .grid_lines_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(#b66d740f 1px, transparent 1px), linear-gradient(90deg, #b66d740f 1px, transparent 1px);
  background-size: 48px 48px
}

.how_it_works_page .step_text_side {
  position: relative;
  z-index: 1
}

.how_it_works_page .steps_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.how_it_works_page .steps_list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  background: #FCFAFB;
  border-radius: 28px;
  padding: 16px;
  box-shadow: 2px 2px 4px -1px #b66d740f;
  transition: box-shadow .5s ease-in-out
}

.how_it_works_page .steps_list li:hover {
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.how_it_works_page .step_number {
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #B66D74;
  font-weight: 700;
  min-width: 40px;
  text-align: center
}

.how_it_works_page .step_detail {
  flex: 1
}

.how_it_works_page .step_detail h4 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 4px
}

.how_it_works_page .step_detail p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2a2e;
  margin: 0;
  text-align: justify
}

.how_it_works_page .process_section {
  background: linear-gradient(to right, #DBC7BB, #FCFAFB);
  padding: 96px 48px;
  position: relative
}

.how_it_works_page .process_inner {
  max-width: 1600px;
  margin: 0 auto
}

.how_it_works_page .process_header {
  margin-bottom: 48px
}

.how_it_works_page .process_header h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 16px
}

.how_it_works_page .process_header h2 .accent_word {
  color: #B66D74
}

.how_it_works_page .process_header p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2a2e;
  max-width: 640px;
  text-align: justify
}

.how_it_works_page .icon_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative
}

.how_it_works_page .connector_line {
  position: absolute;
  top: 48px;
  left: calc(12.5% + 16px);
  right: calc(12.5% + 16px);
  height: 2px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  z-index: 0;
  pointer-events: none
}

.how_it_works_page .icon_node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px
}

.how_it_works_page .icon_circle {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: #FCFAFB;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden
}

.how_it_works_page .icon_node:hover .icon_circle {
  background: #B66D74;
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.how_it_works_page .icon_circle svg {
  transition: opacity .45s ease-in-out
}

.how_it_works_page .icon_circle .icon_default {
  opacity: 1;
  position: absolute
}

.how_it_works_page .icon_circle .icon_hover {
  opacity: 0;
  position: absolute
}

.how_it_works_page .icon_node:hover .icon_circle .icon_default {
  opacity: 0
}

.how_it_works_page .icon_node:hover .icon_circle .icon_hover {
  opacity: 1
}

.how_it_works_page .icon_node h5 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 4px
}

.how_it_works_page .icon_node p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2a2e;
  margin: 0;
  text-align: center
}

.how_it_works_page .expert_strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
  background: #FCFAFB;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 2px 4px -1px #b66d740f
}

.how_it_works_page .expert_portrait {
  border-radius: 28px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.how_it_works_page .expert_portrait img {
  width: 140px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1);
  aspect-ratio: 7/9
}

.how_it_works_page .expert_portrait img.loaded {
  opacity: 1
}

.how_it_works_page .expert_bio h5 {
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2a1f22;
  margin-bottom: 8px
}

.how_it_works_page .expert_bio p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #3a2a2e;
  margin: 0;
  text-align: justify
}

.how_it_works_page .expert_bio .expert_role {
  font-size: 16px;
  line-height: 1.4;
  color: #B66D74;
  letter-spacing: .02em;
  margin-bottom: 8px;
  display: block
}

.how_it_works_page .decorative_shape {
  position: absolute;
  top: -32px;
  right: 48px;
  width: 180px;
  height: 180px;
  background: linear-gradient(to right, #b66d7414, #dbc7bb1f);
  clip-path: polygon(30% 0%, 100% 10%, 90% 80%, 10% 100%, 0% 40%);
  pointer-events: none;
  z-index: 0
}

.how_it_works_page .title_block {
  position: relative;
  background: #FCFAFB
}

.how_it_works_page .title_block .grid_lines_bg {
  border-radius: 0
}

@media (max-width: 992px) {
  .how_it_works_page .step_grid {
    grid-template-columns: 1fr;
    padding: 48px 32px;
    gap: 32px
  }

  .how_it_works_page .icon_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .how_it_works_page .connector_line {
    display: none
  }

  .how_it_works_page .process_section {
    padding: 48px 32px
  }

  .how_it_works_page .step_heading {
    font-size: 27px
  }

  .how_it_works_page .process_header h2 {
    font-size: 27px
  }
}

@media (max-width: 576px) {
  .how_it_works_page .step_grid {
    padding: 32px 16px
  }

  .how_it_works_page .icon_grid {
    grid-template-columns: 1fr
  }

  .how_it_works_page .process_section {
    padding: 32px 16px
  }

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

  .how_it_works_page .steps_list li {
    flex-direction: column
  }
}

@media (min-width: 1200px) {
  .how_it_works_page .step_heading {
    font-size: 52px
  }
}

.about_us_page {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip
}

.about_us_page .title_band {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 32px 48px;
  gap: 48px;
  position: relative;
  background: #FCFAFB
}

.about_us_page .title_band::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 60px;
  height: 60px;
  border-top: 2px solid #B66D74;
  border-left: 2px solid #B66D74;
  border-radius: 0;
  pointer-events: none
}

.about_us_page .title_band::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #DBC7BB;
  border-right: 2px solid #DBC7BB;
  border-radius: 0;
  pointer-events: none
}

.about_us_page .title_image_column {
  flex: 0 0 30%;
  position: relative;
  border-radius: 28px;
  overflow: hidden
}

.about_us_page .title_image_column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .6s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 28px
}

.about_us_page .title_image_column img.loaded {
  opacity: 1
}

.about_us_page .title_image_column .image_gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #B66D74cc 0%, transparent 60%);
  border-radius: 28px;
  pointer-events: none
}

.about_us_page .title_image_column .image_border_accent {
  position: absolute;
  inset: 0;
  border: 2px solid #DBC7BB;
  border-radius: 28px;
  pointer-events: none
}

.about_us_page .title_text_column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.about_us_page .title_text_column h1 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  margin: 0;
  color: #2d1f22
}

.about_us_page .title_text_column h1 .accent_word {
  color: #B66D74
}

.about_us_page .title_text_column h1 .punctuation_accent {
  color: #B66D74
}

.about_us_page .title_text_column .subtitle_text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a3338;
  text-align: justified;
  margin: 0
}

.about_us_page .geo_circle_bg {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: .06;
  background: #B66D74
}

.about_us_page .geo_circle_one {
  width: 320px;
  height: 320px;
  top: -80px;
  right: 80px
}

.about_us_page .geo_circle_two {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: 200px
}

.about_us_page .wave_divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #FCFAFB
}

.about_us_page .wave_divider svg {
  display: block;
  width: 100%
}

.about_us_page .about_split {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  background: linear-gradient(to right, #DBC7BB 0%, #FCFAFB 100%);
  position: relative
}

.about_us_page .about_split .geo_circle_bg {
  right: -60px;
  top: 60px;
  width: 260px;
  height: 260px
}

.about_us_page .about_left_accent {
  flex: 0 0 30%;
  background: #B66D74;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 96px 48px;
  gap: 32px;
  position: relative
}

.about_us_page .about_left_accent .year_badge {
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #FCFAFB;
  font-weight: 700
}

.about_us_page .about_left_accent .year_label {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #f0e4e6
}

.about_us_page .about_left_accent .stat_row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about_us_page .about_left_accent .stat_number {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #FCFAFB
}

.about_us_page .about_left_accent .stat_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #f0e4e6
}

.about_us_page .about_right_body {
  flex: 1;
  padding: 96px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.about_us_page .about_right_body h2 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2d1f22;
  margin: 0
}

.about_us_page .about_right_body h2 .accent_word {
  color: #B66D74
}

.about_us_page .about_right_body .body_text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #4a3338;
  text-align: justify;
  margin: 0
}

.about_us_page .fact_block {
  background: #FCFAFB;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about_us_page .fact_block .fact_label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74;
  text-transform: uppercase
}

.about_us_page .fact_block .fact_text {
  font-size: 16px;
  line-height: 1.6;
  color: #2d1f22;
  text-align: justify;
  margin: 0
}

.about_us_page .fact_inline_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.about_us_page .wave_divider_two {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(to right, #DBC7BB 0%, #FCFAFB 100%)
}

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

.about_us_page .team_section {
  background: #FCFAFB;
  padding: 96px 48px;
  position: relative
}

.about_us_page .team_section .geo_circle_bg {
  left: -80px;
  bottom: -40px;
  width: 300px;
  height: 300px;
  opacity: .05
}

.about_us_page .team_section h3 {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2d1f22;
  margin: 0 0 48px
}

.about_us_page .team_section h3 .accent_word {
  color: #B66D74
}

.about_us_page .team_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.about_us_page .team_member {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background: #FCFAFB;
  border-radius: 28px;
  box-shadow: 2px 2px 4px -1px #b66d740f 2px 4px 28px -1px #b66d741c;
  animation: bounce_in .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

.about_us_page .team_member:nth-child(1) {
  animation-delay: .1s
}

.about_us_page .team_member:nth-child(2) {
  animation-delay: .25s
}

.about_us_page .team_member:nth-child(3) {
  animation-delay: .4s
}

@keyframes bounce_in {
  0% {
    opacity: 0;
    transform: translateY(-32px)
  }

  60% {
    opacity: 1;
    transform: translateY(8px)
  }

  80% {
    transform: translateY(-4px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.about_us_page .portrait_wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 4px 28px -1px #b66d741c
}

.about_us_page .portrait_wrap img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.about_us_page .portrait_wrap img.loaded {
  opacity: 1
}

.about_us_page .member_name {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2d1f22;
  margin: 0
}

.about_us_page .member_role {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #B66D74
}

.about_us_page .member_bio {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3338;
  text-align: justify;
  margin: 0
}

.about_us_page .member_no_portrait {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background: #FCFAFB;
  border-radius: 28px;
  box-shadow: 2px 2px 4px -1px #b66d740f 2px 4px 28px -1px #b66d741c;
  animation: bounce_in .7s cubic-bezier(0.22, 1, 0.36, 1) .4s both
}

.about_us_page .member_avatar_placeholder {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.about_us_page .member_avatar_placeholder span {
  font-size: 27px;
  line-height: 1.15;
  color: #FCFAFB;
  letter-spacing: .01em
}

.about_us_page .wave_divider_three {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #FCFAFB
}

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

.about_us_page .subscribe_section {
  background: linear-gradient(to right, #DBC7BB, #FCFAFB);
  padding: 96px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  position: relative
}

.about_us_page .subscribe_section .geo_circle_bg {
  right: -60px;
  top: -60px;
  width: 240px;
  height: 240px
}

.about_us_page .subscribe_visual {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about_us_page .subscribe_visual img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  display: block;
  opacity: 0;
  transition: opacity .65s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 2px 9px 52px -1px #b66d741a
}

.about_us_page .subscribe_visual img.loaded {
  opacity: 1
}

.about_us_page .subscribe_form_area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.about_us_page .subscribe_card {
  background: #FCFAFB;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 2px 4px 28px -1px #b66d741c 2px 9px 52px -1px #b66d741a
}

.about_us_page .subscribe_card h4 {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2d1f22;
  margin: 0 0 8px
}

.about_us_page .subscribe_card h4 .accent_word {
  color: #B66D74
}

.about_us_page .subscribe_card .form_description {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3338;
  margin: 0 0 32px
}

.about_us_page .subscribe_card form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about_us_page .form_field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about_us_page .form_field label {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #2d1f22
}

.about_us_page .form_field input[type="email"] {
  padding: 16px;
  border: 1px solid #DBC7BB;
  border-radius: 28px;
  font-size: 16px;
  line-height: 1.4;
  color: #2d1f22;
  background: #FCFAFB;
  outline: none;
  transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.about_us_page .form_field input[type="email"]:focus {
  border-color: #B66D74
}

.about_us_page .radio_group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about_us_page .radio_group label {
  font-size: 16px;
  line-height: 1.6;
  color: #4a3338;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.about_us_page .radio_group input[type="radio"] {
  accent-color: #B66D74;
  width: 16px;
  height: 16px
}

.about_us_page .submit_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  color: #FCFAFB;
  border: none;
  border-radius: 28px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), opacity .45s ease-in-out;
  align-self: flex-start
}

.about_us_page .submit_btn:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a;
  opacity: .92
}

.about_us_page .submit_btn:focus {
  outline: 2px solid #B66D74;
  outline-offset: 4px
}

.about_us_page .submit_btn .ripple_effect {
  position: absolute;
  border-radius: 50%;
  background: #fcfafb59;
  transform: scale(0);
  animation: ripple_go .6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none
}

@keyframes ripple_go {
  to {
    transform: scale(4);
    opacity: 0
  }
}

.about_us_page .submit_btn svg {
  flex-shrink: 0;
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.about_us_page .submit_btn:hover svg {
  transform: translateX(4px)
}

.about_us_page .image_gallery_strip {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0 48px 48px;
  background: linear-gradient(to right, #DBC7BB, #FCFAFB)
}

.about_us_page .gallery_img_wrap {
  flex: 1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 2px 2px 4px -1px #b66d740f
}

.about_us_page .gallery_img_wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity .7s cubic-bezier(0.22, 1, 0.36, 1), transform .55s ease-in-out;
  border-radius: 28px
}

.about_us_page .gallery_img_wrap img.loaded {
  opacity: 1
}

.about_us_page .gallery_img_wrap img:hover {
  transform: scale(1.03)
}

.about_us_page .slide_in_left {
  animation: slide_from_left .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

.about_us_page .slide_in_right {
  animation: slide_from_right .65s cubic-bezier(0.22, 1, 0.36, 1) .15s both
}

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

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

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

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

@media (max-width: 992px) {
  .about_us_page .title_band {
    flex-direction: column;
    padding: 32px
  }

  .about_us_page .title_image_column {
    flex: 0 0 auto;
    height: 240px
  }

  .about_us_page .title_text_column h1 {
    font-size: 52px
  }

  .about_us_page .about_split {
    flex-direction: column
  }

  .about_us_page .about_left_accent {
    flex: none;
    padding: 48px 32px
  }

  .about_us_page .about_right_body {
    padding: 48px 32px
  }

  .about_us_page .team_grid {
    grid-template-columns: 1fr 1fr
  }

  .about_us_page .subscribe_section {
    flex-direction: column;
    padding: 48px 32px
  }

  .about_us_page .subscribe_visual {
    flex: none;
    width: 100%
  }

  .about_us_page .fact_inline_grid {
    grid-template-columns: 1fr
  }

  .about_us_page .image_gallery_strip {
    padding: 0 32px 48px
  }
}

@media (max-width: 576px) {
  .about_us_page .title_band {
    padding: 32px 16px
  }

  .about_us_page .title_text_column h1 {
    font-size: 27px
  }

  .about_us_page .about_left_accent .year_badge {
    font-size: 52px
  }

  .about_us_page .team_grid {
    grid-template-columns: 1fr
  }

  .about_us_page .team_section {
    padding: 48px 16px
  }

  .about_us_page .subscribe_section {
    padding: 48px 16px
  }

  .about_us_page .subscribe_card {
    padding: 32px 16px
  }

  .about_us_page .image_gallery_strip {
    flex-direction: column;
    padding: 0 16px 48px
  }

  .about_us_page .about_left_accent {
    padding: 48px 16px
  }

  .about_us_page .about_right_body {
    padding: 48px 16px
  }
}

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

.success_page .success_card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 2px 4px 28px -1px #b66d741c;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success_page .success_card .icon_wrapper {
  width: 72px;
  height: 72px;
  border-radius: 28px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px
}

.success_page .success_card .icon_wrapper svg {
  display: block
}

.success_page .success_card .success_heading {
  font-size: 52px;
  line-height: 1.15;
  letter-spacing: .01em;
  color: #2c1a1c;
  margin: 0 0 16px
}

.success_page .success_card .success_heading span {
  color: #B66D74
}

.success_page .success_card .success_message {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #3d2426;
  text-align: justified;
  margin: 0 0 32px
}

.success_page .success_card .return_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to right, #B66D74, #DBC7BB);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .01em;
  padding: 16px 32px;
  border-radius: 28px;
  text-decoration: none;
  box-shadow: 2px 2px 4px -1px #b66d740f;
  transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), opacity .45s ease-in-out
}

.success_page .success_card .return_link:hover {
  box-shadow: 2px 9px 52px -1px #b66d741a;
  opacity: .88
}

.success_page .success_card .return_link svg {
  transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.success_page .success_card .return_link:hover svg {
  transform: translateX(-4px)
}

@media (max-width: 576px) {
  .success_page .success_card {
    padding: 32px 16px
  }

  .success_page .success_card .success_heading {
    font-size: 27px
  }
}