html {
  font-size: 100%
}

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-family: 'DM Sans', sans-serif
}

.site_header {
  position: relative;
  background: linear-gradient(135deg, #FCFCFB 0%, #f0f5ec 60%, #e8f0e3 100%);
  border-bottom: 2px solid #A2BA89;
  box-shadow: 0 7px 28px 1px #53903e14;
  z-index: 100
}

.header_band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 32px;
  gap: 32px
}

.brand_block {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.brand_logo_wrap {
  background: #fff;
  border-radius: 7px;
  padding: 8px;
  box-shadow: 0 3px 2px 1px #53903e0d 0 7px 28px 1px #53903e14;
  display: flex;
  align-items: center;
  justify-content: center
}

.brand_logo_wrap img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block
}

.brand_text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand_name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a4d1e;
  letter-spacing: 0
}

.brand_tagline {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #53903E
}

.header_middle {
  flex: 1;
  display: flex;
  justify-content: center
}

.primary_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center
}

.nav_link {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #2a4d1e;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 42px;
  border: 1px solid transparent;
  transition: color .5s ease, background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s ease, transform .5s ease;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center
}

.nav_link:hover {
  color: #53903E;
  background-color: #53903e14;
  border-color: #A2BA89;
  transform: scale(0.97)
}

.nav_link:focus {
  outline: 3px solid;
  outline-color: #53903E;
  outline-offset: 2px;
  border-radius: 42px
}

.nav_link.active_page {
  background-color: #53903E;
  color: #fff;
  border-color: #53903E;
  font-weight: 700
}

.header_proof {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: #a2ba892e;
  border: 1px solid #A2BA89;
  border-radius: 42px;
  padding: 8px 16px
}

.proof_dot {
  width: 8px;
  height: 8px;
  border-radius: 42px;
  background: #53903E;
  flex-shrink: 0
}

.proof_label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #2a4d1e;
  white-space: nowrap
}

.proof_count {
  font-size: 14px;
  font-weight: 700;
  color: #53903E
}

@media (max-width: 1280px) {
  .header_band {
    padding: 16px 32px;
    gap: 16px
  }
}

@media (max-width: 768px) {
  .header_band {
    flex-wrap: wrap;
    padding: 16px;
    gap: 16px
  }

  .header_middle {
    order: 3;
    width: 100%;
    justify-content: flex-start
  }

  .primary_nav {
    justify-content: flex-start
  }

  .header_proof {
    order: 2
  }
}

@media (max-width: 390px) {
  .brand_name {
    font-size: 22px
  }

  .header_band {
    padding: 16px 8px
  }

  .nav_link {
    padding: 8px;
    font-size: 14px
  }

  .header_proof {
    display: none
  }
}

.site_footer {
  background: linear-gradient(160deg, #2a4d1e 0%, #1e3a15 100%);
  position: relative;
  overflow: hidden
}

.footer_depth_letter {
  position: absolute;
  right: -32px;
  bottom: -64px;
  font-family: 'DM Sans', sans-serif;
  font-size: 320px;
  font-weight: 700;
  line-height: 1.1;
  color: #a2ba890f;
  pointer-events: none;
  user-select: none;
  letter-spacing: -16px
}

.footer_upper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px 32px;
  display: flex;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  z-index: 1
}

.footer_brand_column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
  max-width: 280px
}

.footer_logo_wrap {
  background: #ffffff1a;
  border: 1px solid #a2ba894d;
  border-radius: 7px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  box-shadow: 0 3px 2px 1px #a2ba890d 0 7px 28px 1px #a2ba8914
}

.footer_logo_wrap img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block
}

.footer_brand_name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: #FCFCFB
}

.footer_brand_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #A2BA89
}

.footer_columns {
  display: flex;
  gap: 64px;
  flex: 1;
  flex-wrap: wrap
}

.footer_column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 160px
}

.footer_column_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #53903E;
  text-transform: uppercase;
  letter-spacing: .12em
}

.footer_nav_link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #FCFCFB;
  text-decoration: none;
  transition: color .55s ease, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block
}

.footer_nav_link:hover {
  color: #A2BA89;
  transform: scale(0.97)
}

.footer_nav_link:focus {
  outline: 2px solid #A2BA89;
  outline-offset: 2px;
  border-radius: 2px
}

.footer_contact_item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #FCFCFB;
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.footer_contact_link {
  color: #FCFCFB;
  text-decoration: none;
  transition: color .55s ease
}

.footer_contact_link:hover {
  color: #A2BA89
}

.footer_contact_link:focus {
  outline: 2px solid #A2BA89;
  outline-offset: 2px;
  border-radius: 2px
}

.contact_icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #53903E
}

.footer_divider {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.footer_divider_line {
  border: none;
  border-top: 1px solid #a2ba8933;
  margin: 0
}

.footer_lower {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 32px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}

.footer_copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #fcfcfb8c
}

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

.footer_legal_link {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #fcfcfb8c;
  text-decoration: none;
  transition: color .55s ease
}

.footer_legal_link:hover {
  color: #A2BA89
}

.footer_legal_link:focus {
  outline: 2px solid #A2BA89;
  outline-offset: 2px;
  border-radius: 2px
}

@media (max-width: 768px) {
  .footer_upper {
    flex-direction: column;
    gap: 32px;
    padding: 64px 16px 32px
  }

  .footer_brand_column {
    max-width: 100%
  }

  .footer_columns {
    gap: 32px
  }

  .footer_divider {
    padding: 0 16px
  }

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

  .footer_depth_letter {
    font-size: 200px
  }
}

@media (max-width: 390px) {
  .footer_upper {
    padding: 32px 8px 16px
  }

  .footer_columns {
    flex-direction: column;
    gap: 32px
  }

  .footer_lower {
    padding: 16px 8px 32px
  }

  .footer_depth_letter {
    font-size: 140px
  }
}

.cookie_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  background: #fcfcfbeb;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid #A2BA89;
  box-shadow: 0 10px 44px 1px #53903e1c
}

.cookie_card {
  max-width: 860px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap
}

.cookie_text_block {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cookie_headline {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #2a4d1e
}

.cookie_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #2a4d1e
}

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

.cookie_accept {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  background: #53903E;
  border: none;
  border-radius: 7px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  transition: background-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.cookie_accept:hover {
  background: #3d6e2d;
  transform: scale(0.97)
}

.cookie_accept:focus {
  outline: 3px solid #53903E;
  outline-offset: 2px
}

.cookie_decline {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #2a4d1e;
  background: transparent;
  border: 1px solid #A2BA89;
  border-radius: 7px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  transition: border-color .5s ease, color .5s ease, transform .5s ease
}

.cookie_decline:hover {
  border-color: #53903E;
  color: #53903E;
  transform: scale(0.97)
}

.cookie_decline:focus {
  outline: 3px solid #53903E;
  outline-offset: 2px
}

@media (max-width: 390px) {
  .cookie_bar {
    padding: 8px
  }

  .cookie_card {
    gap: 16px
  }

  .cookie_actions {
    width: 100%;
    justify-content: flex-end
  }
}

.legal-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #2a2a2a;
  background-color: #FCFCFB
}

.legal-wrapper h1 {
  font-size: 55px;
  line-height: 1.1;
  color: #53903E;
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #A2BA89
}

.legal-wrapper h2 {
  font-size: 40px;
  line-height: 1.35;
  color: #3a6b2a;
  margin-top: 64px;
  margin-bottom: 16px
}

.legal-wrapper h3 {
  font-size: 29px;
  line-height: 1.35;
  color: #3a6b2a;
  margin-top: 32px;
  margin-bottom: 16px
}

.legal-wrapper h4 {
  font-size: 22px;
  line-height: 1.55;
  color: #2a2a2a;
  margin-top: 32px;
  margin-bottom: 8px
}

.legal-wrapper h5 {
  font-size: 22px;
  line-height: 1.55;
  color: #53903E;
  margin-top: 16px;
  margin-bottom: 8px
}

.legal-wrapper h6 {
  font-size: 14px;
  line-height: 1.55;
  color: #53903E;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 16px;
  margin-bottom: 8px
}

.legal-wrapper p {
  font-size: 22px;
  line-height: 1.8;
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

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

.legal-wrapper a {
  color: #53903E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), text-decoration-color .5s ease;
  text-decoration-color: #A2BA89
}

.legal-wrapper a:hover {
  color: #3a6b2a;
  text-decoration-color: #53903E
}

.legal-wrapper a:visited {
  color: #6a7f5a
}

.legal-wrapper hr {
  border: none;
  border-top: 1px solid #A2BA89;
  margin: 64px 0;
  background: none
}

.legal-wrapper div {
  margin-bottom: 16px
}

@media (max-width: 1280px) {
  .legal-wrapper {
    padding: 64px 32px
  }
}

@media (max-width: 768px) {
  .legal-wrapper {
    padding: 32px 16px
  }

  .legal-wrapper h1 {
    font-size: 40px
  }

  .legal-wrapper h2 {
    font-size: 29px;
    margin-top: 32px
  }

  .legal-wrapper h3 {
    font-size: 22px
  }

  .legal-wrapper h4 {
    font-size: 22px
  }

  .legal-wrapper p {
    font-size: 22px
  }

  .legal-wrapper hr {
    margin: 32px 0
  }
}

@media (max-width: 390px) {
  .legal-wrapper {
    padding: 32px 8px
  }

  .legal-wrapper h1 {
    font-size: 29px
  }

  .legal-wrapper h2 {
    font-size: 22px
  }

  .legal-wrapper h3 {
    font-size: 22px
  }

  .legal-wrapper p {
    font-size: 14px;
    line-height: 1.8
  }

  .legal-wrapper h4,
  .legal-wrapper h5,
  .legal-wrapper h6 {
    font-size: 14px
  }
}

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

.contact-us-page *,
.contact-us-page ::before,
.contact-us-page ::after {
  box-sizing: border-box
}

.contact-us-page .reach_panel {
  position: relative;
  padding: 64px 32px;
  background: radial-gradient(ellipse at 60% 40%, #f4f8f2 0%, #d6e8cc 55%, #a2ba89 100%);
  overflow: hidden
}

.contact-us-page .reach_panel::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid #53903e2e;
  border-radius: 7px;
  pointer-events: none
}

.contact-us-page .reach_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 1
}

.contact-us-page .reach_text_side {
  flex: 1 1 0;
  min-width: 0
}

.contact-us-page .reach_eyebrow {
  display: inline-block;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #53903E;
  margin-bottom: 16px
}

.contact-us-page .reach_heading {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(162deg, #2a5c1e 0%, #53903E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 32px
}

.contact-us-page .reach_heading span {
  color: #53903E;
  -webkit-text-fill-color: #53903E;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  font-size: 55px;
  line-height: 1.1
}

.contact-us-page .reach_description {
  font-size: 22px;
  line-height: 1.55;
  color: #2d4a24;
  margin-bottom: 32px
}

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

.contact-us-page .reach_detail_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.contact-us-page .reach_detail_icon {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #53903e1f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 2px 1px #53903e0d
}

.contact-us-page .reach_detail_icon svg {
  width: 20px;
  height: 20px
}

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

.contact-us-page .reach_detail_label {
  font-size: 14px;
  line-height: 1.35;
  color: #53903E;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.contact-us-page .reach_detail_value {
  font-size: 22px;
  line-height: 1.35;
  color: #1e3515;
  font-weight: 500;
  text-decoration: none;
  transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .reach_detail_value:hover {
  color: #53903E
}

.contact-us-page .reach_image_side {
  flex: 0 0 420px;
  position: relative
}

.contact-us-page .reach_image_frame {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 7px 28px 1px #53903e14;
  aspect-ratio: 16 / 9
}

.contact-us-page .reach_image_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .82;
  animation: reach_fade_in .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

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

  to {
    opacity: .82;
    transform: translateX(0)
  }
}

.contact-us-page .reach_image_frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, #53903e2e 0%, transparent 60%);
  pointer-events: none
}

.contact-us-page .reach_dots {
  position: absolute;
  bottom: -16px;
  right: -16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-end;
  pointer-events: none
}

.contact-us-page .reach_dot_large {
  width: 16px;
  height: 16px;
  border-radius: 42px;
  background: #53903e47
}

.contact-us-page .reach_dot_medium {
  width: 10px;
  height: 10px;
  border-radius: 42px;
  background: #53903e2e
}

.contact-us-page .reach_dot_small {
  width: 6px;
  height: 6px;
  border-radius: 42px;
  background: #53903e1f
}

.contact-us-page .reach_panel_divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px
}

.contact-us-page .reach_panel_divider svg {
  display: block;
  width: 100%
}

.contact-us-page .form_panel {
  position: relative;
  padding: 64px 32px;
  background: #FCFCFB
}

.contact-us-page .form_panel_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.contact-us-page .form_left {
  flex: 1 1 0;
  min-width: 0
}

.contact-us-page .form_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #53903E;
  margin-bottom: 8px
}

.contact-us-page .form_subtext {
  font-size: 22px;
  line-height: 1.55;
  color: #2d4a24;
  margin-bottom: 32px
}

.contact-us-page .form_subtext_micro {
  font-size: 14px;
  line-height: 1.55;
  color: #53903E;
  margin-bottom: 32px
}

.contact-us-page .usage_indicator {
  background: #a2ba8926;
  border-radius: 7px;
  padding: 16px;
  margin-bottom: 32px;
  box-shadow: 0 3px 2px 1px #a2ba890d
}

.contact-us-page .usage_label_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px
}

.contact-us-page .usage_label {
  font-size: 14px;
  line-height: 1.35;
  color: #2d4a24;
  font-weight: 600
}

.contact-us-page .usage_count {
  font-size: 14px;
  line-height: 1.35;
  color: #53903E;
  font-weight: 700
}

.contact-us-page .usage_bar_track {
  width: 100%;
  height: 8px;
  background: #53903e1f;
  border-radius: 42px;
  overflow: hidden
}

.contact-us-page .usage_bar_fill {
  height: 100%;
  width: 68%;
  background: linear-gradient(90deg, #53903E 0%, #a2ba89 100%);
  border-radius: 42px;
  transition: width .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .usage_note {
  font-size: 14px;
  line-height: 1.35;
  color: #53903E;
  margin-top: 8px
}

.contact-us-page .form_image_block {
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 10px 44px 1px #53903e1c;
  position: relative
}

.contact-us-page .form_image_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .78
}

.contact-us-page .form_image_block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(190deg, #a2ba8938 0%, transparent 55%);
  pointer-events: none;
  z-index: 1
}

.contact-us-page .form_right {
  flex: 0 0 520px;
  min-width: 0
}

.contact-us-page .contact_form {
  background: #fff;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 0 7px 28px 1px #53903e14;
  border: 1px solid #a2ba894d
}

.contact-us-page .field_group {
  position: relative;
  margin-bottom: 32px
}

.contact-us-page .field_group input,
.contact-us-page .field_group select {
  width: 100%;
  padding: 16px;
  font-size: 22px;
  line-height: 1.35;
  color: #1e3515;
  background: #FCFCFB;
  border: 1px solid #a2ba8980;
  border-radius: 7px;
  outline: none;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: inset 0 2px 6px #53903e0a;
  appearance: none;
  -webkit-appearance: none
}

.contact-us-page .field_group input::placeholder {
  color: transparent
}

.contact-us-page .field_group input:focus,
.contact-us-page .field_group select:focus {
  border-color: #53903E;
  box-shadow: inset 0 2px 6px #53903e14 0 0 0 3px #53903e1a
}

.contact-us-page .field_label {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 22px;
  line-height: 1.35;
  color: #53903E;
  pointer-events: none;
  transition: top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #FCFCFB;
  padding: 0 4px
}

.contact-us-page .field_group input:focus+.field_label,
.contact-us-page .field_group input:not(:placeholder-shown)+.field_label {
  top: -10px;
  font-size: 14px;
  color: #53903E
}

.contact-us-page .select_wrapper {
  position: relative;
  margin-bottom: 32px
}

.contact-us-page .select_wrapper select {
  width: 100%;
  padding: 16px;
  font-size: 22px;
  line-height: 1.35;
  color: #1e3515;
  background: #FCFCFB;
  border: 1px solid #a2ba8980;
  border-radius: 7px;
  outline: none;
  transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: inset 0 2px 6px #53903e0a;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer
}

.contact-us-page .select_wrapper select:focus {
  border-color: #53903E;
  box-shadow: inset 0 2px 6px #53903e14 0 0 0 3px #53903e1a
}

.contact-us-page .select_arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none
}

.contact-us-page .select_label {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #53903E;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: .05em;
  text-transform: uppercase
}

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

.contact-us-page .privacy_checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: #53903E;
  margin-top: 2px;
  cursor: pointer
}

.contact-us-page .privacy_text {
  font-size: 14px;
  line-height: 1.55;
  color: #2d4a24
}

.contact-us-page .privacy_link {
  color: #53903E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .privacy_link:hover {
  text-decoration-thickness: 3px
}

.contact-us-page .submit_button {
  width: 100%;
  padding: 16px 32px;
  background: #53903E;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 7px 28px 1px #53903e14;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .submit_button:hover {
  transform: scale(0.97);
  background: #3d6e2c;
  box-shadow: 0 10px 44px 1px #53903e1c
}

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

.contact-us-page .submit_button:focus-visible {
  outline: 3px solid #53903E;
  outline-offset: 4px
}

.contact-us-page .slide_in {
  animation: slide_from_left .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.contact-us-page .slide_in_delayed {
  animation: slide_from_left .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s both
}

.contact-us-page .slide_in_late {
  animation: slide_from_left .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s both
}

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

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

.contact-us-page .strip_reveal_group {
  position: relative;
  overflow: hidden;
  border-radius: 7px
}

.contact-us-page .strip_reveal_group:hover .strip_overlay {
  transform: scaleY(0)
}

.contact-us-page .strip_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  pointer-events: none;
  z-index: 2
}

.contact-us-page .strip_slice {
  flex: 1 1 0;
  background: #53903e2e;
  transform-origin: top;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .strip_slice:nth-child(2) {
  transition-delay: .06s
}

.contact-us-page .strip_slice:nth-child(3) {
  transition-delay: .12s
}

.contact-us-page .strip_slice:nth-child(4) {
  transition-delay: .18s
}

.contact-us-page .strip_slice:nth-child(5) {
  transition-delay: .24s
}

@media (max-width: 1280px) {
  .contact-us-page .reach_image_side {
    flex: 0 0 340px
  }

  .contact-us-page .form_right {
    flex: 0 0 420px
  }
}

@media (max-width: 768px) {
  .contact-us-page .reach_inner {
    flex-direction: column;
    gap: 32px
  }

  .contact-us-page .reach_image_side {
    flex: 1 1 auto;
    width: 100%
  }

  .contact-us-page .reach_heading {
    font-size: 40px
  }

  .contact-us-page .form_panel_inner {
    flex-direction: column;
    gap: 32px
  }

  .contact-us-page .form_right {
    flex: 1 1 auto;
    width: 100%
  }

  .contact-us-page .form_heading {
    font-size: 29px
  }
}

@media (max-width: 390px) {
  .contact-us-page .reach_panel {
    padding: 32px 16px
  }

  .contact-us-page .reach_heading {
    font-size: 29px
  }

  .contact-us-page .form_panel {
    padding: 32px 16px
  }

  .contact-us-page .contact_form {
    padding: 16px
  }

  .contact-us-page .form_heading {
    font-size: 22px
  }

  .contact-us-page .field_group input,
  .contact-us-page .select_wrapper select {
    font-size: 14px;
    padding: 16px
  }

  .contact-us-page .field_label {
    font-size: 14px
  }

  .contact-us-page .submit_button {
    font-size: 14px
  }
}

.launch_page {
  overflow-x: hidden
}

.launch_page .stripe_field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0
}

.launch_page .stripe_field::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(112deg, transparent, transparent 28px, #53903e0a 28px, #53903e0a 30px)
}

.launch_page .title_area {
  position: relative;
  padding: 64px 32px;
  background: radial-gradient(ellipse at 30% 60%, #a2ba8938 0%, #fcfcfb00 70%), linear-gradient(158deg, #f4f7f2 0%, #eef3eb 100%);
  overflow: hidden
}

.launch_page .title_area_grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}

.launch_page .title_text_col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.launch_page .brand_label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #53903E;
  border: 2px solid #A2BA89;
  border-radius: 42px;
  padding: 4px 16px;
  width: fit-content
}

.launch_page .title_heading {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #1e3a16;
  margin: 0
}

.launch_page .title_heading .first_letter_accent {
  font-size: 70px;
  color: #53903E;
  line-height: 1
}

.launch_page .title_tagline {
  font-size: 22px;
  line-height: 1.55;
  color: #3a4a36;
  margin: 0
}

.launch_page .title_links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.launch_page .primary_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #53903E;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 7px;
  text-decoration: none;
  box-shadow: 0 7px 28px 1px #53903e14;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s ease
}

.launch_page .primary_link:hover {
  transform: scale(0.97);
  box-shadow: 0 10px 44px 1px #53903e1c;
  color: #fff
}

.launch_page .primary_link:active {
  transform: scale(0.95)
}

.launch_page .secondary_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #53903E;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 7px;
  border: 2px solid #A2BA89;
  text-decoration: none;
  transition: transform .55s ease, border-color .7s ease
}

.launch_page .secondary_link:hover {
  transform: scale(0.97);
  border-color: #53903E;
  color: #53903E
}

.launch_page .title_image_col {
  position: relative
}

.launch_page .title_image_wrapper {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 10px 44px 1px #53903e1c
}

.launch_page .title_image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.75);
  transition: filter .7s ease
}

.launch_page .title_image_wrapper:hover img {
  filter: saturate(1)
}

.launch_page .title_image_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #eef3eb8c 0%, transparent 60%);
  pointer-events: none
}

.launch_page .conditions_band {
  background: #FCFCFB;
  padding: 64px 32px
}

.launch_page .conditions_inner {
  max-width: 1280px;
  margin: 0 auto
}

.launch_page .conditions_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.launch_page .conditions_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #53903E;
  margin: 0 0 16px
}

.launch_page .conditions_sub {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4a36;
  margin: 0
}

.launch_page .conditions_intro {
  font-size: 22px;
  line-height: 1.55;
  color: #2a3a26;
  margin: 0
}

.launch_page .conditions_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.launch_page .condition_card {
  background: #fff;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 0 3px 2px 1px #53903e0d;
  border: 1.5px solid #A2BA89;
  transition: box-shadow .6s ease, border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.launch_page .condition_card:hover {
  box-shadow: 0 10px 44px 1px #53903e1c;
  border-color: #53903E;
  transform: scale(0.97)
}

.launch_page .condition_icon_wrap {
  width: 40px;
  height: 40px;
  background: #53903e1a;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.launch_page .condition_icon_wrap svg {
  width: 20px;
  height: 20px;
  stroke: #53903E;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.launch_page .condition_card_heading {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #1e3a16;
  margin: 0 0 8px
}

.launch_page .condition_card_text {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4a36;
  margin: 0
}

.launch_page .curve_divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0
}

.launch_page .curve_divider svg {
  display: block;
  width: 100%
}

.launch_page .support_area {
  background: linear-gradient(158deg, #2a3a26 0%, #1e3a16 100%);
  padding: 64px 32px;
  position: relative
}

.launch_page .support_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.launch_page .support_image_wrap {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px #53903e1c
}

.launch_page .support_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.75);
  transition: filter .7s ease
}

.launch_page .support_image_wrap:hover img {
  filter: saturate(1)
}

.launch_page .support_diamond {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  background: #53903E;
  transform: rotate(45deg);
  border-radius: 2px;
  z-index: 2;
  pointer-events: none
}

.launch_page .support_text_col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.launch_page .support_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #A2BA89;
  margin: 0
}

.launch_page .support_paragraph {
  font-size: 22px;
  line-height: 1.55;
  color: #d4e8c8;
  margin: 0
}

.launch_page .support_detail {
  font-size: 14px;
  line-height: 1.8;
  color: #a8c898;
  margin: 0
}

.launch_page .support_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0
}

.launch_page .support_list_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #c8e0b8
}

.launch_page .support_dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 2px;
  background: #53903E;
  margin-top: 4px
}

.launch_page .fit_area {
  background: #FCFCFB;
  padding: 64px 32px
}

.launch_page .fit_inner {
  max-width: 1280px;
  margin: 0 auto
}

.launch_page .fit_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #53903E;
  margin: 0 0 32px;
  text-align: center
}

.launch_page .fit_columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px
}

.launch_page .fit_col_yes {
  background: #53903e0f;
  border-radius: 7px;
  padding: 32px;
  border: 1.5px solid #A2BA89
}

.launch_page .fit_col_maybe {
  background: #fff;
  border-radius: 7px;
  padding: 32px;
  border: 1.5px solid #d4e8c8;
  box-shadow: 0 7px 28px 1px #53903e14
}

.launch_page .fit_col_no {
  background: #53903e05;
  border-radius: 7px;
  padding: 32px;
  border: 1.5px solid #e0e8dc
}

.launch_page .fit_col_label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #53903E;
  margin: 0 0 16px
}

.launch_page .fit_col_heading {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #1e3a16;
  margin: 0 0 16px
}

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

.launch_page .fit_item {
  font-size: 14px;
  line-height: 1.55;
  color: #3a4a36;
  padding-left: 12px;
  position: relative
}

.launch_page .fit_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #A2BA89
}

.launch_page .fit_note {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4a36;
  text-align: center;
  max-width: 640px;
  margin: 0 auto
}

.launch_page .people_area {
  background: linear-gradient(158deg, #eef3eb 0%, #e4ede0 100%);
  padding: 64px 32px
}

.launch_page .people_inner {
  max-width: 1280px;
  margin: 0 auto
}

.launch_page .people_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #53903E;
  margin: 0 0 32px
}

.launch_page .people_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.launch_page .person_card {
  background: #fff;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 0 3px 2px 1px #53903e0d;
  border: 1.5px solid #A2BA89;
  transition: box-shadow .6s ease, border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.launch_page .person_card:hover {
  box-shadow: 0 10px 44px 1px #53903e1c;
  border-color: #53903E;
  transform: scale(0.97)
}

.launch_page .person_card_top {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px
}

.launch_page .person_portrait {
  width: 72px;
  min-width: 72px;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px
}

.launch_page .person_portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: saturate(0.75);
  transition: filter .7s ease
}

.launch_page .person_portrait:hover img {
  filter: saturate(1)
}

.launch_page .person_meta {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.launch_page .person_name {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #1e3a16;
  margin: 0
}

.launch_page .person_role {
  font-size: 14px;
  line-height: 1.55;
  color: #53903E;
  margin: 0
}

.launch_page .person_quote {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4a36;
  margin: 0 0 16px;
  padding: 16px;
  background: #53903e0d;
  border-radius: 7px
}

.launch_page .person_result {
  font-size: 14px;
  line-height: 1.55;
  color: #2a3a26;
  font-weight: 600;
  margin: 0
}

.launch_page .person_card_no_portrait {
  background: #fff;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 0 3px 2px 1px #53903e0d;
  border: 1.5px solid #A2BA89;
  transition: box-shadow .6s ease, border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s ease
}

.launch_page .person_card_no_portrait:hover {
  box-shadow: 0 10px 44px 1px #53903e1c;
  border-color: #53903E;
  transform: scale(0.97)
}

.launch_page .person_card_no_portrait .person_name {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #1e3a16;
  margin: 0 0 4px
}

.launch_page .person_card_no_portrait .person_role {
  font-size: 14px;
  line-height: 1.55;
  color: #53903E;
  margin: 0 0 16px
}

.launch_page .person_card_no_portrait .person_quote {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4a36;
  margin: 0 0 16px;
  padding: 16px;
  background: #53903e0d;
  border-radius: 7px
}

.launch_page .person_card_no_portrait .person_result {
  font-size: 14px;
  line-height: 1.55;
  color: #2a3a26;
  font-weight: 600;
  margin: 0
}

.launch_page .people_image_row {
  margin-top: 32px;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 7px 28px 1px #53903e14
}

.launch_page .people_image_row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.75);
  transition: filter .7s ease
}

.launch_page .people_image_row:hover img {
  filter: saturate(1)
}

@keyframes card_appear {
  from {
    opacity: 0;
    transform: scale(0.8)
  }

  60% {
    transform: scale(1.03)
  }

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

.launch_page .condition_card {
  animation: card_appear .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.launch_page .condition_card:nth-child(1) {
  animation-delay: .05s
}

.launch_page .condition_card:nth-child(2) {
  animation-delay: .12s
}

.launch_page .condition_card:nth-child(3) {
  animation-delay: .19s
}

.launch_page .condition_card:nth-child(4) {
  animation-delay: .26s
}

@media (max-width: 1280px) {
  .launch_page .title_area_grid {
    gap: 32px
  }

  .launch_page .conditions_top {
    gap: 32px
  }

  .launch_page .support_inner {
    gap: 32px
  }
}

@media (max-width: 768px) {
  .launch_page .title_area {
    padding: 32px 16px
  }

  .launch_page .title_area_grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .launch_page .title_heading {
    font-size: 40px
  }

  .launch_page .title_heading .first_letter_accent {
    font-size: 55px
  }

  .launch_page .conditions_band {
    padding: 32px 16px
  }

  .launch_page .conditions_top {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px
  }

  .launch_page .conditions_grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .launch_page .support_area {
    padding: 32px 16px
  }

  .launch_page .support_inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .launch_page .support_list {
    grid-template-columns: 1fr
  }

  .launch_page .fit_area {
    padding: 32px 16px
  }

  .launch_page .fit_columns {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .launch_page .fit_item_list {
    grid-template-columns: 1fr
  }

  .launch_page .people_area {
    padding: 32px 16px
  }

  .launch_page .people_grid {
    grid-template-columns: 1fr;
    gap: 16px
  }
}

@media (max-width: 390px) {
  .launch_page .title_heading {
    font-size: 29px
  }

  .launch_page .title_heading .first_letter_accent {
    font-size: 40px
  }

  .launch_page .title_tagline {
    font-size: 14px
  }

  .launch_page .title_links {
    flex-direction: column
  }

  .launch_page .conditions_heading {
    font-size: 29px
  }

  .launch_page .support_heading {
    font-size: 29px
  }

  .launch_page .fit_heading {
    font-size: 29px
  }

  .launch_page .people_heading {
    font-size: 29px
  }

  .launch_page .conditions_inner {
    padding: 0
  }

  .launch_page .support_list {
    grid-template-columns: 1fr
  }
}

.learning-program {
  overflow-x: hidden
}

.learning-program .program-title-block {
  padding: 64px 32px 32px;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end
}

.learning-program .program-title-block .left-column {
  padding-top: 64px
}

.learning-program .program-title-block .bracket-open {
  display: inline-block;
  font-size: 70px;
  line-height: 1.1;
  color: #53903E;
  font-weight: 300;
  margin-bottom: 8px;
  user-select: none
}

.learning-program .program-title-block .program-label {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #53903E;
  font-weight: 600;
  margin-bottom: 16px
}

.learning-program .program-title-block .program-heading {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #1e3a14;
  margin-bottom: 16px
}

.learning-program .program-title-block .program-heading .keyword-underline {
  position: relative;
  display: inline;
  white-space: nowrap
}

.learning-program .program-title-block .program-heading .keyword-underline::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #53903E;
  border-radius: 2px
}

.learning-program .program-title-block .program-intro {
  font-size: 22px;
  line-height: 1.55;
  color: #2d4a22;
  margin-bottom: 32px;
  max-width: 480px
}

.learning-program .program-title-block .program-intro .first-letter-accent {
  font-size: 40px;
  line-height: 1.1;
  color: #53903E;
  font-weight: 700;
  float: left;
  margin-right: 4px;
  margin-top: 4px
}

.learning-program .program-title-block .cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.learning-program .program-title-block .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #53903E;
  color: #FCFCFB;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  padding: 16px 32px;
  cursor: pointer;
  box-shadow: 0 7px 28px 1px #53903e14;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
  text-decoration: none
}

.learning-program .program-title-block .btn-primary:hover {
  transform: scale(0.97);
  box-shadow: 0 10px 44px 1px #53903e1c
}

.learning-program .program-title-block .btn-primary:active {
  transform: scale(0.95)
}

.learning-program .program-title-block .btn-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #53903E;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #53903E;
  border-radius: 7px;
  padding: 14px 24px;
  cursor: pointer;
  transition: transform .5s ease, background .6s ease;
  text-decoration: none
}

.learning-program .program-title-block .btn-secondary:hover {
  transform: scale(0.97);
  background: #53903e0f
}

.learning-program .program-title-block .right-column {
  position: relative
}

.learning-program .program-title-block .image-frame {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px #53903e1c
}

.learning-program .program-title-block .image-frame img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block
}

.learning-program .program-title-block .image-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 10% 10%, #1e3a148c 0%, transparent 55%), radial-gradient(ellipse at 90% 90%, #1e3a1473 0%, transparent 50%);
  z-index: 1;
  pointer-events: none
}

.learning-program .program-title-block .direction-arrow {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: #53903E;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 7px 28px 1px #53903e14;
  z-index: 2
}

.learning-program .program-title-block .bracket-close {
  display: block;
  font-size: 70px;
  line-height: 1.1;
  color: #A2BA89;
  font-weight: 300;
  text-align: right;
  margin-top: 16px;
  user-select: none
}

.learning-program .title-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: 32px
}

.learning-program .title-divider svg {
  display: block;
  width: 100%
}

.learning-program .program-details-block {
  background: #FCFCFB;
  padding: 64px 32px;
  position: relative
}

.learning-program .program-details-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #a2ba892e 0%, transparent 70%);
  pointer-events: none
}

.learning-program .program-details-block .details-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.learning-program .program-details-block .details-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
  align-items: start
}

.learning-program .program-details-block .details-heading-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning-program .program-details-block .outlined-heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #53903E;
  text-stroke: 2px #53903E;
  margin: 0
}

.learning-program .program-details-block .details-sub {
  font-size: 22px;
  line-height: 1.55;
  color: #2d4a22;
  font-weight: 600;
  margin: 0
}

.learning-program .program-details-block .details-body {
  font-size: 14px;
  line-height: 1.8;
  color: #3a3a3a;
  margin: 0
}

.learning-program .program-details-block .details-body a {
  color: #53903E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness .5s ease
}

.learning-program .program-details-block .details-body a:hover {
  text-decoration-thickness: 3px
}

.learning-program .program-details-block .details-right-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning-program .program-details-block .module-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0
}

.learning-program .program-details-block .module-item {
  background: #fff;
  border: 1px solid #A2BA89;
  border-radius: 7px;
  padding: 16px;
  box-shadow: 0 3px 2px 1px #53903e0d;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .program-details-block .module-item:hover {
  transform: scale(0.97);
  box-shadow: 0 7px 28px 1px #53903e14
}

.learning-program .program-details-block .module-number {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px #A2BA89;
  text-stroke: 1.5px #A2BA89
}

.learning-program .program-details-block .module-name {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: #1e3a14
}

.learning-program .program-details-block .module-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #4a5a42
}

.learning-program .program-details-block .code-output-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 64px;
  align-items: start
}

.learning-program .program-details-block .code-panel {
  background: #1e3a14;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 0 10px 44px 1px #53903e1c
}

.learning-program .program-details-block .code-panel-label {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #A2BA89;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.learning-program .program-details-block .code-block {
  font-size: 14px;
  line-height: 1.8;
  color: #FCFCFB;
  font-family: monospace;
  white-space: pre-wrap;
  margin: 0
}

.learning-program .program-details-block .code-block .code-keyword {
  color: #A2BA89;
  font-weight: 700
}

.learning-program .program-details-block .code-block .code-string {
  color: #7ec86e
}

.learning-program .program-details-block .output-panel {
  background: #fff;
  border: 2px solid #A2BA89;
  border-radius: 7px;
  padding: 32px;
  box-shadow: 0 7px 28px 1px #53903e14;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning-program .program-details-block .output-label {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #53903E;
  letter-spacing: .08em;
  text-transform: uppercase
}

.learning-program .program-details-block .output-result-heading {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #1e3a14;
  margin: 0
}

.learning-program .program-details-block .output-result-text {
  font-size: 14px;
  line-height: 1.8;
  color: #3a3a3a;
  margin: 0
}

.learning-program .program-details-block .output-tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.learning-program .program-details-block .output-tag {
  background: #53903e1a;
  color: #53903E;
  font-size: 14px;
  font-weight: 600;
  border-radius: 42px;
  padding: 4px 16px;
  border: 1px solid #53903e40
}

.learning-program .program-details-block .team-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 64px
}

.learning-program .program-details-block .team-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning-program .program-details-block .team-card:hover {
  transform: scale(0.97)
}

.learning-program .program-details-block .team-portrait-wrap {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 10px 44px 1px #53903e1c;
  aspect-ratio: 4/5
}

.learning-program .program-details-block .team-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.learning-program .program-details-block .team-no-portrait {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #1e3a14 0%, #2d4a22 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 44px 1px #53903e1c
}

.learning-program .program-details-block .team-no-portrait .initials-text {
  font-size: 40px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px #A2BA89;
  text-stroke: 1.5px #A2BA89
}

.learning-program .program-details-block .team-name {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #1e3a14;
  margin: 0
}

.learning-program .program-details-block .team-role {
  font-size: 14px;
  line-height: 1.35;
  color: #53903E;
  font-weight: 500;
  margin: 0
}

.learning-program .program-details-block .cross-pattern-section {
  background: #1e3a14;
  border-radius: 7px;
  padding: 64px 32px;
  position: relative;
  overflow: hidden
}

.learning-program .program-details-block .cross-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.learning-program .program-details-block .cross-pattern-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.learning-program .program-details-block .offer-heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #A2BA89;
  text-stroke: 2px #A2BA89;
  margin-bottom: 16px
}

.learning-program .program-details-block .offer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #c8dbb8;
  margin-bottom: 32px
}

.learning-program .program-details-block .offer-details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.learning-program .program-details-block .offer-detail-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.learning-program .program-details-block .offer-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  background: #53903E;
  border-radius: 2px;
  margin-top: 4px
}

.learning-program .program-details-block .offer-detail-text {
  font-size: 14px;
  line-height: 1.55;
  color: #FCFCFB;
  margin: 0
}

.learning-program .program-details-block .offer-price-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start
}

.learning-program .program-details-block .price-label {
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #A2BA89;
  font-weight: 600
}

.learning-program .program-details-block .price-value {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #FCFCFB
}

.learning-program .program-details-block .price-period {
  font-size: 22px;
  line-height: 1.35;
  color: #A2BA89;
  font-weight: 400
}

.learning-program .program-details-block .price-note {
  font-size: 14px;
  line-height: 1.55;
  color: #7a9e6a
}

.learning-program .program-details-block .btn-enroll {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #53903E;
  color: #FCFCFB;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: none;
  border-radius: 7px;
  padding: 16px 32px;
  cursor: pointer;
  box-shadow: 0 7px 28px 1px #53903e14;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
  text-decoration: none
}

.learning-program .program-details-block .btn-enroll:hover {
  transform: scale(0.97);
  box-shadow: 0 10px 44px 1px #53903e1c
}

.learning-program .program-details-block .btn-enroll:active {
  transform: scale(0.95)
}

.learning-program .program-details-block .image-second-wrap {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px #53903e1c;
  aspect-ratio: 16/9;
  margin-top: 64px
}

.learning-program .program-details-block .image-second-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

@keyframes colReveal {
  from {
    opacity: 0;
    transform: translateY(32px)
  }

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

.learning-program .program-title-block .left-column {
  animation: colReveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.learning-program .program-title-block .right-column {
  animation: colReveal .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .35s both
}

@media (max-width: 1280px) {
  .learning-program .program-title-block {
    gap: 32px;
    padding: 64px 32px 32px
  }

  .learning-program .program-details-block .team-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
  }
}

@media (max-width: 768px) {
  .learning-program .program-title-block {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 16px 16px
  }

  .learning-program .program-title-block .left-column {
    padding-top: 32px
  }

  .learning-program .program-title-block .program-heading {
    font-size: 40px
  }

  .learning-program .program-title-block .program-intro {
    font-size: 14px
  }

  .learning-program .program-details-block {
    padding: 32px 16px
  }

  .learning-program .program-details-block .details-top-row {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 32px
  }

  .learning-program .program-details-block .module-list {
    grid-template-columns: 1fr
  }

  .learning-program .program-details-block .code-output-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px
  }

  .learning-program .program-details-block .team-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px
  }

  .learning-program .program-details-block .cross-pattern-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .learning-program .program-details-block .offer-details-list {
    grid-template-columns: 1fr
  }

  .learning-program .program-details-block .outlined-heading {
    font-size: 29px
  }

  .learning-program .program-details-block .offer-heading {
    font-size: 29px
  }
}

@media (max-width: 390px) {
  .learning-program .program-title-block .program-heading {
    font-size: 29px
  }

  .learning-program .program-title-block .bracket-open {
    font-size: 40px
  }

  .learning-program .program-details-block .team-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px
  }

  .learning-program .program-details-block .price-value {
    font-size: 40px
  }

  .learning-program .program-title-block .cta-row {
    flex-direction: column;
    align-items: flex-start
  }
}

.about-us-page {
  overflow-x: hidden;
  background: #FCFCFB
}

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

.about-us-page .split-screen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  position: relative
}

.about-us-page .split-left {
  background: #53903E;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.about-us-page .split-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 18px, #ffffff0a 18px, #ffffff0a 20px);
  pointer-events: none
}

.about-us-page .split-right {
  background: #FCFCFB;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.about-us-page .split-right::after {
  content: '';
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 80px;
  height: 80px;
  background: #A2BA89;
  clip-path: polygon(50% 0%, 80% 20%, 100% 50%, 80% 80%, 50% 100%, 20% 80%, 0% 50%, 20% 20%);
  opacity: .25;
  pointer-events: none
}

.about-us-page .label-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #A2BA89;
  border: 1px solid #a2ba8980;
  border-radius: 42px;
  padding: 4px 16px;
  margin-bottom: 32px;
  width: fit-content
}

.about-us-page .main-heading {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: #FCFCFB;
  margin-bottom: 16px
}

.about-us-page .main-heading .accent-first {
  font-size: 70px;
  color: #A2BA89;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(160deg, #A2BA89 0%, #FCFCFB 100%);
  display: block;
  line-height: 1.1
}

.about-us-page .heading-sub {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #fcfcfbb3
}

.about-us-page .split-intro {
  font-size: 14px;
  line-height: 1.8;
  color: #fcfcfbd1;
  margin-top: 32px;
  max-width: 380px
}

.about-us-page .film-image-wrap {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 10px 44px 1px #53903e1c;
  margin-bottom: 32px
}

.about-us-page .film-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: sepia(0.35) contrast(1.08) brightness(0.92) saturate(0.8);
  transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .film-image-wrap:hover img {
  filter: sepia(0.15) contrast(1.04) brightness(0.97) saturate(1)
}

.about-us-page .film-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .45;
  mix-blend-mode: overlay
}

.about-us-page .right-tagline {
  font-size: 22px;
  line-height: 1.55;
  color: #2d4a25;
  font-weight: 600;
  margin-bottom: 16px
}

.about-us-page .right-body {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4a35
}

.about-us-page .divider-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  gap: 16px
}

.about-us-page .divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #A2BA89, transparent);
  max-width: 200px
}

.about-us-page .divider-diamond {
  width: 10px;
  height: 10px;
  background: #53903E;
  transform: rotate(45deg);
  border-radius: 2px;
  flex-shrink: 0
}

.about-us-page .story-band {
  background: #FCFCFB;
  padding: 64px 0;
  position: relative
}

.about-us-page .story-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 20% 60%, #a2ba8921 0%, transparent 60%);
  animation: light-drift 7s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes light-drift {
  0% {
    background: radial-gradient(ellipse at 20% 60%, #a2ba8921 0%, transparent 60%)
  }

  100% {
    background: radial-gradient(ellipse at 75% 40%, #53903e17 0%, transparent 60%)
  }
}

.about-us-page .story-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px
}

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

.about-us-page .story-left {
  position: sticky;
  top: 32px
}

.about-us-page .big-number {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #53903E;
  display: block;
  margin-bottom: 8px
}

.about-us-page .number-label {
  font-size: 14px;
  line-height: 1.55;
  color: #53903E;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600
}

.about-us-page .story-image-wrap {
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-top: 32px;
  box-shadow: 0 7px 28px 1px #53903e14
}

.about-us-page .story-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .story-image-wrap:hover img {
  transform: scale(0.97)
}

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

.about-us-page .story-heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px #2d4a25;
  margin-bottom: 8px
}

.about-us-page .story-paragraph {
  font-size: 14px;
  line-height: 1.8;
  color: #2d4a25
}

.about-us-page .story-paragraph strong {
  color: #53903E;
  font-weight: 700
}

.about-us-page .two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
  list-style: none;
  padding: 0;
  margin: 0
}

.about-us-page .two-col-list li {
  font-size: 14px;
  line-height: 1.55;
  color: #3a4a35;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.about-us-page .list-dot {
  width: 6px;
  height: 6px;
  background: #53903E;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 5px;
  transform: rotate(45deg)
}

.about-us-page .team-band {
  background: #53903E;
  padding: 64px 0;
  position: relative;
  overflow: hidden
}

.about-us-page .team-band::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  background: #a2ba891f;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  pointer-events: none
}

.about-us-page .team-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px
}

.about-us-page .team-heading-block {
  margin-bottom: 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px
}

.about-us-page .team-heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px #fcfcfbd9
}

.about-us-page .team-sub {
  font-size: 14px;
  line-height: 1.8;
  color: #fcfcfbbf;
  max-width: 360px;
  text-align: right
}

.about-us-page .featured-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px #53903e1c;
  margin-bottom: 32px
}

.about-us-page .featured-left {
  background: #FCFCFB;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .featured-right {
  background: #2d4a25;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .portrait-wrap {
  width: 80px;
  height: 80px;
  border-radius: 42px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #A2BA89;
  box-shadow: 0 3px 2px 1px #53903e0d
}

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

.about-us-page .member-name {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #2d4a25
}

.about-us-page .member-name-light {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #FCFCFB
}

.about-us-page .member-role {
  font-size: 14px;
  line-height: 1.35;
  color: #53903E;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.about-us-page .member-role-light {
  font-size: 14px;
  line-height: 1.35;
  color: #A2BA89;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.about-us-page .member-bio {
  font-size: 14px;
  line-height: 1.8;
  color: #3a4a35
}

.about-us-page .member-bio-light {
  font-size: 14px;
  line-height: 1.8;
  color: #fcfcfbcc
}

.about-us-page .member-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.about-us-page .values-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px
}

.about-us-page .value-card {
  background: #a2ba8926;
  border: 1px solid #a2ba894d;
  border-radius: 7px;
  padding: 16px;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .value-card:hover {
  transform: scale(0.97);
  box-shadow: 0 7px 28px 1px #53903e14
}

.about-us-page .value-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px
}

.about-us-page .value-label {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #FCFCFB;
  margin-bottom: 4px
}

.about-us-page .value-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #fcfcfbb8
}

.about-us-page .third-image-wrap {
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 7px 28px 1px #53903e14;
  margin-top: 32px
}

.about-us-page .third-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .third-image-wrap:hover img {
  transform: scale(0.97)
}

@media (max-width: 1280px) {

  .about-us-page .split-left,
  .about-us-page .split-right {
    padding: 64px 32px
  }

  .about-us-page .story-container,
  .about-us-page .team-container {
    padding: 0 32px
  }
}

@media (max-width: 768px) {
  .about-us-page .split-screen {
    grid-template-columns: 1fr
  }

  .about-us-page .split-left,
  .about-us-page .split-right {
    padding: 32px 16px
  }

  .about-us-page .main-heading {
    font-size: 40px
  }

  .about-us-page .main-heading .accent-first {
    font-size: 55px
  }

  .about-us-page .heading-sub {
    font-size: 29px
  }

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

  .about-us-page .story-left {
    position: static
  }

  .about-us-page .story-container,
  .about-us-page .team-container {
    padding: 0 16px
  }

  .about-us-page .story-band,
  .about-us-page .team-band {
    padding: 32px 0
  }

  .about-us-page .featured-split {
    grid-template-columns: 1fr
  }

  .about-us-page .team-heading-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px
  }

  .about-us-page .team-sub {
    text-align: left
  }

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

  .about-us-page .two-col-list {
    grid-template-columns: 1fr
  }
}

@media (max-width: 390px) {
  .about-us-page .main-heading {
    font-size: 29px
  }

  .about-us-page .main-heading .accent-first {
    font-size: 40px
  }

  .about-us-page .big-number {
    font-size: 55px
  }

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

  .about-us-page .team-heading {
    font-size: 29px
  }

  .about-us-page .story-heading {
    font-size: 29px
  }
}

.team {
  background: #FCFCFB;
  overflow-x: clip
}

.team .divider {
  height: 2px;
  background: #A2BA89;
  border: none;
  margin: 0
}

.team .roster_intro {
  background: #2a2e24;
  padding: 64px 32px 96px;
  position: relative
}

.team .roster_intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(162deg, #1e2419 0%, #2a3422 100%);
  pointer-events: none
}

.team .roster_intro::after {
  content: '';
  position: absolute;
  top: 20%;
  right: -60px;
  width: 180px;
  height: 3px;
  background: #53903E;
  transform: rotate(-35deg);
  pointer-events: none
}

.team .intro_constraint {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.team .intro_label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #A2BA89;
  border: 1px solid #A2BA89;
  border-radius: 2px;
  padding: 4px 16px;
  margin-bottom: 32px
}

.team .intro_heading {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #FCFCFB;
  margin-bottom: 32px;
  max-width: 720px
}

.team .intro_heading span {
  color: #53903E;
  -webkit-text-stroke: 2px #53903E;
  font-size: 70px
}

.team .intro_description {
  font-size: 22px;
  line-height: 1.55;
  color: #c8d4c0;
  max-width: 560px
}

.team .intro_shape {
  position: absolute;
  bottom: 32px;
  right: 64px;
  width: 120px;
  height: 120px;
  border: 2px solid #53903e40;
  border-radius: 42px;
  transform: rotate(18deg);
  pointer-events: none
}

.team .intro_shape_small {
  position: absolute;
  bottom: 64px;
  right: 120px;
  width: 48px;
  height: 48px;
  border: 2px solid #a2ba8933;
  border-radius: 7px;
  transform: rotate(32deg);
  pointer-events: none
}

.team .members_grid_area {
  background: #FCFCFB;
  padding: 64px 32px;
  background-image: radial-gradient(ellipse 60% 50% at 50% 50%, #a2ba891a 0%, transparent 70%)
}

.team .members_constraint {
  max-width: 1280px;
  margin: 0 auto
}

.team .members_label {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #53903E;
  margin-bottom: 16px
}

.team .members_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #2a2e24;
  margin-bottom: 64px
}

.team .members_layout {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start
}

.team .member_card {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 7px 28px 1px #53903e14;
  background: #fff;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.team .member_card:hover {
  transform: scale(0.97);
  box-shadow: 0 10px 44px 1px #53903e1c
}

.team .member_portrait_wrap {
  aspect-ratio: 5/7;
  overflow: hidden;
  width: 100%
}

.team .member_portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.team .member_card:hover .member_portrait {
  transform: scale(1.04)
}

.team .member_info {
  padding: 16px
}

.team .member_name {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #2a2e24;
  margin-bottom: 4px
}

.team .member_role {
  font-size: 14px;
  line-height: 1.55;
  color: #53903E;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px
}

.team .member_bio {
  font-size: 14px;
  line-height: 1.8;
  color: #4a5242
}

.team .center_member_card {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 44px 1px #53903e1c;
  background: #fff;
  transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.team .center_member_card:hover {
  transform: scale(0.97);
  box-shadow: 0 3px 2px 1px #53903e0d
}

.team .center_portrait_wrap {
  aspect-ratio: 5/7;
  overflow: hidden;
  width: 100%
}

.team .center_portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .8s ease
}

.team .center_member_card:hover .center_portrait {
  transform: scale(1.04)
}

.team .center_info {
  padding: 32px;
  background: linear-gradient(162deg, #2a3422 0%, #1e2419 100%)
}

.team .center_name {
  font-size: 29px;
  line-height: 1.35;
  font-weight: 800;
  color: #FCFCFB;
  margin-bottom: 4px
}

.team .center_role {
  font-size: 14px;
  line-height: 1.55;
  color: #A2BA89;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.team .center_bio {
  font-size: 14px;
  line-height: 1.8;
  color: #c8d4c0
}

.team .philosophy_area {
  background: #f4f7f2;
  padding: 64px 32px;
  position: relative;
  overflow: hidden
}

.team .philosophy_dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  background-image: radial-gradient(circle, #A2BA89 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse 100% 100% at 0% 0%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 0% 0%, black 30%, transparent 80%);
  pointer-events: none;
  opacity: .45
}

.team .philosophy_constraint {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.team .philosophy_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.team .philosophy_image_wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 7px 28px 1px #53903e14
}

.team .philosophy_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.team .philosophy_image_wrap:hover .philosophy_image {
  transform: scale(1.03)
}

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

.team .philosophy_eyebrow {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #53903E
}

.team .philosophy_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #2a2e24
}

.team .philosophy_body {
  font-size: 22px;
  line-height: 1.55;
  color: #3a4235
}

.team .philosophy_detail {
  font-size: 14px;
  line-height: 1.8;
  color: #4a5242
}

.team .collaborators_area {
  padding: 64px 32px;
  background: #2a2e24;
  background-image: linear-gradient(162deg, #1e2419 0%, #2a3422 100%);
  animation: bg_shift 15s linear infinite
}

@keyframes bg_shift {
  0% {
    background-color: #1e2419
  }

  50% {
    background-color: #2a3422
  }

  100% {
    background-color: #1e2419
  }
}

.team .collaborators_constraint {
  max-width: 1280px;
  margin: 0 auto
}

.team .collaborators_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px
}

.team .collaborators_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #FCFCFB;
  max-width: 480px
}

.team .collaborators_note {
  font-size: 14px;
  line-height: 1.8;
  color: #A2BA89;
  max-width: 320px;
  text-align: right
}

.team .collaborators_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0
}

.team .collaborator_item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 32px;
  background: #ffffff0a;
  border-radius: 7px;
  border: 1px solid #a2ba8926;
  box-shadow: 0 3px 2px 1px #53903e0d;
  transition: background .6s ease, border-color .6s ease
}

.team .collaborator_item:hover {
  background: #ffffff14;
  border-color: #a2ba8959
}

.team .collaborator_icon {
  width: 48px;
  height: 48px;
  border-radius: 42px;
  background: #53903e33;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.team .collaborator_icon svg {
  width: 22px;
  height: 22px
}

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

.team .collaborator_name {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #FCFCFB
}

.team .collaborator_role {
  font-size: 14px;
  line-height: 1.55;
  color: #A2BA89;
  letter-spacing: .06em;
  text-transform: uppercase
}

.team .collaborator_desc {
  font-size: 14px;
  line-height: 1.8;
  color: #9aab8e
}

.team .collaborators_media_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 64px
}

.team .media_image_wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 7px 28px 1px #53903e14
}

.team .media_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.team .media_image_wrap:hover .media_image {
  transform: scale(1.04)
}

.team .media_caption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #A2BA89
}

@media (max-width: 1280px) {
  .team .members_layout {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media (max-width: 768px) {
  .team .roster_intro {
    padding: 64px 16px 96px
  }

  .team .intro_heading {
    font-size: 40px
  }

  .team .intro_heading span {
    font-size: 55px
  }

  .team .intro_description {
    font-size: 14px
  }

  .team .members_grid_area {
    padding: 64px 16px
  }

  .team .members_layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .team .members_heading {
    font-size: 29px
  }

  .team .philosophy_area {
    padding: 64px 16px
  }

  .team .philosophy_row {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .team .philosophy_heading {
    font-size: 29px
  }

  .team .collaborators_area {
    padding: 64px 16px
  }

  .team .collaborators_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .team .collaborators_note {
    text-align: left
  }

  .team .collaborators_heading {
    font-size: 29px
  }

  .team .collaborators_list {
    grid-template-columns: 1fr
  }

  .team .collaborators_media_row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 390px) {
  .team .intro_heading {
    font-size: 29px
  }

  .team .intro_heading span {
    font-size: 40px
  }

  .team .members_heading {
    font-size: 22px
  }

  .team .philosophy_heading {
    font-size: 22px
  }

  .team .collaborators_heading {
    font-size: 22px
  }

  .team .collaborator_item {
    padding: 16px
  }
}

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

.success_page .success_card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border: 1px solid #A2BA89;
  border-radius: 7px;
  padding: 64px 32px;
  text-align: center;
  box-shadow: 0 7px 28px 1px #53903e14
}

.success_page .success_icon_wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 32px;
  border-radius: 42px;
  background: #FCFCFB;
  border: 2px solid #53903E;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.success_page .success_checkmark {
  width: 32px;
  height: 32px
}

.success_page .success_heading {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  color: #53903E;
  margin-bottom: 16px;
  -webkit-background-clip: unset
}

.success_page .success_heading .success_first_letter {
  font-size: 55px;
  color: #53903E;
  line-height: 1
}

.success_page .success_message {
  font-size: 22px;
  line-height: 1.55;
  color: #2a2a2a;
  margin-bottom: 8px
}

.success_page .success_subtext {
  font-size: 14px;
  line-height: 1.8;
  color: #4a5a42;
  margin-bottom: 32px
}

.success_page .success_divider {
  width: 48px;
  height: 2px;
  background: #A2BA89;
  border-radius: 2px;
  margin: 0 auto 32px
}

.success_page .success_return_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #53903E;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
  border-radius: 7px;
  border: none;
  box-shadow: 0 3px 2px 1px #53903e0d;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease
}

.success_page .success_return_link:hover {
  transform: scale(0.97);
  box-shadow: 0 10px 44px 1px #53903e1c
}

.success_page .success_return_link:active {
  transform: scale(0.95)
}

.success_page .success_return_link svg {
  flex-shrink: 0
}

.success_page .success_contact_note {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.8;
  color: #4a5a42
}

.success_page .success_contact_note a {
  color: #53903E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-thickness .5s ease
}

.success_page .success_contact_note a:hover {
  text-decoration-thickness: 2px
}

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

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

  .success_page .success_heading {
    font-size: 29px
  }

  .success_page .success_heading .success_first_letter {
    font-size: 40px
  }

  .success_page .success_message {
    font-size: 14px
  }
}

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

  .success_page .success_return_link {
    padding: 16px;
    width: 100%;
    justify-content: center
  }
}