@import "https://cdn.jsdelivr.net/npm/@fontsource/ibm-plex-serif@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ibm-plex-serif@latest/700.css";

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  margin: 0;
  position: relative;
  min-height: 100vh;
  font-family: 'IBM Plex Serif', Georgia, serif
}

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

:focus-visible {
  outline: 2px solid #709D27;
  outline-offset: 3px
}

:focus:not(:focus-visible) {
  outline: none
}

.site-head {
  background: linear-gradient(135deg, #709D27 0%, #5a7d1f 60%, #4a6a18 100%);
  position: relative;
  z-index: 100;
  overflow: hidden
}

.site-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff0f 0%, #fff0 100%);
  pointer-events: none
}

.head-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px
}

.head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 8px;
  gap: 32px
}

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

.brand-icon {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px 0 #709d2712 0 7px 28px 0 #709d2714 inset 0 1px 2px #ffffffe6;
  border: 2px solid #ffffffd9;
  flex-shrink: 0;
  overflow: hidden
}

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

.brand-name {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0
}

.brand-name span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffffc7;
  line-height: 1.8
}

.head-contact-strip {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0
}

.head-contact-item {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 14px;
  color: #ffffffd1;
  line-height: 1.2;
  text-decoration: none;
  transition: color .15s ease-out
}

.head-contact-item:hover {
  color: #fff
}

.head-contact-item strong {
  display: block;
  font-size: 14px;
  color: #ffffff8c;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 4px
}

.head-nav-bar {
  border-top: 1px solid #ffffff26;
  padding: 0
}

.head-nav-list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-wrap: wrap
}

.head-nav-list li {
  display: flex
}

.head-nav-link {
  display: flex;
  align-items: center;
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  color: #fffc;
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  border-bottom: 3px solid transparent;
  transition: color .12s ease-out, border-color .12s ease-out, background-color .15s ease;
  min-height: 52px;
  white-space: nowrap
}

.head-nav-link:hover {
  color: #fff;
  background: #ffffff14;
  border-bottom-color: #fff6
}

.head-nav-link.active {
  color: #fff;
  font-weight: 700;
  border-bottom-color: #C4A7D2;
  background: #ffffff1a
}

.site-foot {
  background: #C4A7D2;
  position: relative
}

.foot-upper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 32px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  align-items: start
}

.foot-group-label {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  color: #2d1f3a;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 16px
}

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

.foot-links-list li a {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 17px;
  color: #2d1f3a;
  text-decoration: none;
  line-height: 1.8;
  transition: color .18s ease
}

.foot-links-list li a:hover {
  color: #4a6a18
}

.foot-addr-block {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-addr-line {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 17px;
  color: #2d1f3a;
  line-height: 1.8
}

.foot-addr-link {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 17px;
  color: #2d1f3a;
  text-decoration: none;
  line-height: 1.8;
  transition: color .18s ease
}

.foot-addr-link:hover {
  color: #4a6a18
}

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

.foot-legal-list li a {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 17px;
  color: #2d1f3a;
  text-decoration: none;
  line-height: 1.8;
  transition: color .18s ease
}

.foot-legal-list li a:hover {
  color: #4a6a18
}

.foot-divider {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  border: none;
  border-top: 1px solid #2d1f3a2e
}

.foot-lower {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 32px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.foot-brand-mount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.foot-logo-wrap {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px 0 #c4a7d212 0 7px 28px 0 #c4a7d214;
  border: 2px solid #ffffffe6;
  overflow: hidden
}

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

.foot-brand-name {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  color: #2d1f3a;
  line-height: 1.2
}

.foot-copy {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 14px;
  color: #2d1f3aa6;
  line-height: 1.8;
  text-align: center
}

@media (max-width: 900px) {
  .foot-upper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 32px 16px
  }

  .head-contact-strip {
    display: none
  }

  .head-top {
    padding: 16px 0
  }

  .foot-divider {
    padding: 0 16px
  }

  .foot-lower {
    padding: 32px 16px
  }

  .head-shell {
    padding: 0 16px
  }
}

@media (max-width: 600px) {
  .foot-upper {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .head-nav-link {
    padding: 16px;
    font-size: 14px
  }
}

.consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #fff;
  box-shadow: 0 -3px 6px 0 #709d2712 0 -7px 28px 0 #709d2714;
  border-top: 1px solid #E9EBE6;
  border-radius: 14px 14px 0 0;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity .18s ease-out
}

.consent-bar.shown {
  opacity: 1
}

.consent-text {
  flex: 1;
  min-width: 220px;
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 14px;
  color: #2d1f3a;
  line-height: 1.8
}

.consent-text ul {
  margin: 4px 0 0;
  padding-left: 16px
}

.consent-btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0
}

.consent-btn {
  font-family: 'IBM Plex Serif', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #709D27;
  cursor: pointer;
  min-width: 100px;
  min-height: 44px;
  line-height: 1.2;
  transition: background-color .15s ease-out, color .15s ease-out
}

.consent-btn.accept {
  background: #709D27;
  color: #fff
}

.consent-btn.accept:hover,
.consent-btn.accept:focus-visible {
  background: #5a7d1f;
  border-color: #5a7d1f
}

.consent-btn.decline {
  background: transparent;
  color: #709D27
}

.consent-btn.decline:hover,
.consent-btn.decline:focus-visible {
  background: #E9EBE6
}

.policy-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 96px
}

.policy-section p {
  font-size: 17px;
  line-height: 1.8;
  color: #2d2d2d;
  margin-bottom: 16px
}

.policy-section ul,
.policy-section ol {
  font-size: 17px;
  line-height: 1.8;
  color: #2d2d2d;
  padding-left: 32px;
  margin-bottom: 16px
}

.policy-section li {
  margin-bottom: 8px
}

.policy-section li:last-child {
  margin-bottom: 0
}

.policy-section strong,
.policy-section b {
  font-weight: 700;
  color: #222
}

.policy-section em,
.policy-section i {
  font-style: italic;
  color: #3a3a3a
}

.policy-section a {
  color: #709D27;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.policy-section a:hover {
  color: #557a1d;
  text-decoration-color: #C4A7D2
}

.policy-section div {
  margin-bottom: 32px
}

@media (max-width: 900px) {
  .policy-section {
    padding: 32px
  }
}

@media (max-width: 600px) {
  .policy-section {
    padding: 32px 16px
  }

  .policy-section p,
  .policy-section ul,
  .policy-section ol {
    font-size: 14px
  }
}

.strt {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden
}

.strt .pg-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#709d270f 1px, transparent 1px), linear-gradient(90deg, #709d270f 1px, transparent 1px);
  background-size: 48px 48px;
  animation: grid-pulse 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0
}

@keyframes grid-pulse {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: 1
  }
}

.strt .t-block {
  position: relative;
  text-align: center;
  padding: 64px 32px 96px;
  background: #fff;
  overflow: hidden
}

.strt .t-block .bg-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 260px;
  font-weight: 900;
  color: #709d270d;
  line-height: 1.2;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0
}

.strt .t-block .t-img-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 32px
}

.strt .t-block .t-img-wrap img {
  width: 680px;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  box-shadow: 0 10px 60px 0 #709d271a;
  animation: img-fadein .8s ease-out both
}

@keyframes img-fadein {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

.strt .t-block .t-label {
  position: relative;
  z-index: 1;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #709D27;
  margin-bottom: 16px
}

.strt .t-block h1 {
  position: relative;
  z-index: 1;
  font-size: 54px;
  line-height: 1.2;
  color: #2a3a12;
  margin: 0 auto 16px;
  max-width: 760px
}

.strt .t-block .t-sub {
  position: relative;
  z-index: 1;
  font-size: 21px;
  line-height: 1.8;
  color: #4a5a30;
  max-width: 600px;
  margin: 0 auto
}

.strt .divider-atm {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #C4A7D2 40%, #709D27 60%, transparent 100%);
  border: none;
  margin: 0;
  opacity: .5
}

.strt .voices {
  position: relative;
  padding: 96px 64px;
  background: #E9EBE6
}

.strt .voices .two-tone {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #E9EBE6 55%, #f0ece6 55%);
  z-index: 0;
  pointer-events: none
}

.strt .voices-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.strt .voices-text {
  flex: 1 1 340px
}

.strt .voices-text h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #2a3a12;
  margin-bottom: 16px
}

.strt .voices-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4f22;
  margin-bottom: 16px
}

.strt .voices-cards {
  flex: 2 1 540px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.strt .v-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 7px 28px 0 #709d2714;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  transition: box-shadow .18s ease-out
}

.strt .v-card:hover {
  box-shadow: 0 10px 60px 0 #709d271a
}

.strt .v-card .portrait {
  width: 72px;
  height: 108px;
  border-radius: 40px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 0 3px 6px 0 #709d2712
}

.strt .v-card .no-portrait {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: linear-gradient(180deg, #C4A7D2 0%, transparent 100%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.strt .v-card .no-portrait svg {
  width: 36px;
  height: 36px;
  opacity: .6
}

.strt .v-card blockquote {
  margin: 0;
  padding: 0
}

.strt .v-card blockquote p {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4f22;
  margin-bottom: 8px
}

.strt .v-card blockquote p.first-p {
  background: #c4a7d21f;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 16px
}

.strt .v-card .attrib {
  font-size: 14px;
  color: #709D27;
  letter-spacing: .06em;
  text-transform: uppercase
}

.strt .divider-space {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #E9EBE6 50%, transparent 100%);
  border: none;
  margin: 0
}

.strt .scale-sect {
  position: relative;
  padding: 96px 64px;
  background: #fff
}

.strt .scale-inner {
  max-width: 1200px;
  margin: 0 auto
}

.strt .scale-inner h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #2a3a12;
  margin-bottom: 8px
}

.strt .scale-inner .scale-lead {
  font-size: 17px;
  line-height: 1.8;
  color: #4a5a30;
  max-width: 560px;
  margin-bottom: 64px
}

.strt .metrics-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap
}

.strt .metric-item {
  flex: 1 1 200px;
  padding: 32px;
  border-radius: 14px;
  background: linear-gradient(180deg, #E9EBE6 0%, transparent 100%);
  position: relative;
  overflow: hidden
}

.strt .metric-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #709D27;
  border-radius: 0 0 14px 14px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease-out
}

.strt .metric-item:hover::after {
  transform: scaleX(1)
}

.strt .metric-num {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.2;
  color: #709D27;
  display: block
}

.strt .metric-label {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4f22;
  margin-top: 8px;
  display: block
}

.strt .scale-img-strip {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 64px
}

.strt .scale-img-strip img {
  flex: 1 1 0;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 7px 28px 0 #709d2714
}

.strt .divider-thin {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #C4A7D2 50%, transparent 100%);
  border: none;
  margin: 0;
  opacity: .4
}

.strt .method-sect {
  position: relative;
  padding: 96px 64px;
  background: #E9EBE6
}

.strt .method-sect .two-tone-b {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #E9EBE6 60%, #c4a7d233 60%);
  z-index: 0;
  pointer-events: none
}

.strt .method-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto
}

.strt .method-inner h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #2a3a12;
  margin-bottom: 8px;
  max-width: 600px
}

.strt .method-inner .method-sub {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4f22;
  max-width: 560px;
  margin-bottom: 64px
}

.strt .method-cols {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch
}

.strt .method-img-side {
  flex: 1 1 380px;
  position: relative
}

.strt .method-img-side img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 10px 60px 0 #709d271a;
  display: block
}

.strt .method-steps {
  flex: 1 1 500px;
  background: #fff;
  border-radius: 0 14px 14px 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.strt .m-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.strt .m-step-num {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #709D27;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.strt .m-step-body h4 {
  font-size: 17px;
  line-height: 1.2;
  color: #2a3a12;
  margin-bottom: 8px
}

.strt .m-step-body p {
  font-size: 14px;
  line-height: 1.8;
  color: #4a5a30;
  margin: 0
}

.strt .divider-dot {
  height: 2px;
  border: none;
  margin: 0;
  background: radial-gradient(ellipse at 50% 50%, #709D27 0%, transparent 70%);
  opacity: .3
}

.strt .diff-sect {
  position: relative;
  padding: 96px 64px;
  background: #fff
}

.strt .diff-inner {
  max-width: 1200px;
  margin: 0 auto
}

.strt .diff-top {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  margin-bottom: 64px
}

.strt .diff-top-text {
  flex: 1 1 400px
}

.strt .diff-top-text h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #2a3a12;
  margin-bottom: 16px
}

.strt .diff-top-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4f22;
  margin-bottom: 16px
}

.strt .diff-top-text p.first-p {
  background: #709d2712;
  border-radius: 8px;
  padding: 16px
}

.strt .diff-top-img {
  flex: 1 1 340px
}

.strt .diff-top-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  box-shadow: 0 10px 60px 0 #709d271a
}

.strt .diff-three {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  border-top: 2px solid #c4a7d24d
}

.strt .d-col {
  flex: 1 1 0;
  padding: 32px;
  border-right: 1px solid #c4a7d233;
  position: relative
}

.strt .d-col:last-child {
  border-right: none
}

.strt .d-col::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #C4A7D2;
  border-radius: 3px;
  margin-bottom: 16px;
  transform-origin: left;
  transition: transform .15s ease-out;
  transform: scaleX(0.3)
}

.strt .d-col:hover::before {
  transform: scaleX(1)
}

.strt .d-col h5 {
  font-size: 17px;
  line-height: 1.2;
  color: #2a3a12;
  margin-bottom: 8px
}

.strt .d-col p {
  font-size: 14px;
  line-height: 1.8;
  color: #4a5a30;
  margin: 0
}

.strt .divider-grad2 {
  height: 2px;
  background: linear-gradient(90deg, #709D27 0%, transparent 100%);
  border: none;
  margin: 0;
  opacity: .25
}

.strt .gap-sect {
  position: relative;
  padding: 96px 64px;
  background: #E9EBE6
}

.strt .gap-sect .two-tone-c {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, #c4a7d226 45%, #E9EBE6 45%);
  z-index: 0;
  pointer-events: none
}

.strt .gap-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.strt .gap-img-col {
  flex: 1 1 340px
}

.strt .gap-img-col img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  box-shadow: 0 10px 60px 0 #709d271a
}

.strt .gap-text-col {
  flex: 1 1 500px
}

.strt .gap-text-col h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #2a3a12;
  margin-bottom: 16px
}

.strt .gap-text-col p {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4f22;
  margin-bottom: 16px
}

.strt .gap-text-col p.first-p {
  background: #709d2714;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px
}

.strt .gap-list {
  list-style: disc;
  padding-left: 32px;
  margin: 16px 0 32px
}

.strt .gap-list li {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4f22;
  margin-bottom: 8px
}

.strt .gap-cta {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 8px;
  background: linear-gradient(180deg, #709D27 0%, #5a8020 100%);
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .18s ease-out, box-shadow .15s ease-out;
  box-shadow: 0 3px 6px 0 #709d2712
}

.strt .gap-cta:hover {
  background: linear-gradient(200deg, #709D27 0%, #5a8020 100%);
  box-shadow: 0 7px 28px 0 #709d2714
}

.strt .gap-cta:focus {
  outline: 3px solid #C4A7D2;
  outline-offset: 2px
}

@media (max-width: 900px) {
  .strt .t-block h1 {
    font-size: 38px
  }

  .strt .voices-inner {
    flex-direction: column;
    gap: 32px
  }

  .strt .metrics-row {
    flex-direction: column
  }

  .strt .method-cols {
    flex-direction: column
  }

  .strt .method-img-side img {
    border-radius: 14px 14px 0 0;
    min-height: 220px
  }

  .strt .method-steps {
    border-radius: 0 0 14px 14px
  }

  .strt .diff-top {
    flex-direction: column;
    gap: 32px
  }

  .strt .diff-three {
    flex-direction: column
  }

  .strt .d-col {
    border-right: none;
    border-bottom: 1px solid #c4a7d233
  }

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

  .strt .scale-img-strip {
    flex-direction: column
  }

  .strt .scale-img-strip img {
    height: 180px
  }

  .strt .voices-sect,
  .strt .scale-sect,
  .strt .method-sect,
  .strt .diff-sect,
  .strt .gap-sect {
    padding: 64px 16px
  }

  .strt .t-block {
    padding: 32px 16px 64px
  }
}

.abt-us {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden
}

.abt-us .flip-reveal {
  animation: flipIn .18s ease-out both
}

@keyframes flipIn {
  from {
    transform: perspective(600px) rotateX(18deg);
    opacity: 0
  }

  to {
    transform: perspective(600px) rotateX(0deg);
    opacity: 1
  }
}

.abt-us .sect-one {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 520px;
  background: #fff;
  position: relative
}

.abt-us .sect-one::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 80px;
  border-color: transparent transparent #709D27;
  pointer-events: none
}

.abt-us .s1-left {
  padding: 96px 64px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.abt-us .s1-left::before {
  content: '';
  position: absolute;
  left: 0;
  top: 64px;
  bottom: 64px;
  width: 3px;
  background: linear-gradient(to top, #C4A7D2, transparent)
}

.abt-us .eyebrow {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #709D27;
  margin-bottom: 16px;
  font-weight: 600
}

.abt-us .s1-h1 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
  color: #1e2a10;
  margin-bottom: 16px
}

.abt-us .s1-sub {
  font-size: 28px;
  line-height: 1.2;
  color: #709D27;
  font-weight: 400;
  margin-bottom: 32px
}

.abt-us .s1-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #2e3a1f;
  padding: 16px;
  background: #E9EBE6;
  border-radius: 8px;
  margin-bottom: 32px
}

.abt-us .s1-desc-b {
  font-size: 17px;
  line-height: 1.8;
  color: #2e3a1f;
  margin-bottom: 32px
}

.abt-us .dot-path {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px
}

.abt-us .dot-path span {
  display: block;
  border-radius: 40px;
  background: #C4A7D2
}

.abt-us .dot-path span:nth-child(1) {
  width: 8px;
  height: 8px;
  opacity: .4
}

.abt-us .dot-path span:nth-child(2) {
  width: 12px;
  height: 8px;
  opacity: .6
}

.abt-us .dot-path span:nth-child(3) {
  width: 8px;
  height: 8px;
  opacity: .8
}

.abt-us .dot-path span:nth-child(4) {
  width: 20px;
  height: 8px;
  opacity: 1
}

.abt-us .dot-path span:nth-child(5) {
  width: 8px;
  height: 8px;
  opacity: .6
}

.abt-us .s1-right {
  position: relative;
  overflow: hidden
}

.abt-us .s1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: 0 10px 60px 0 #709d271a
}

.abt-us .s1-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ffffffb8 0%, #ffffff1a 55%, transparent 100%);
  pointer-events: none
}

.abt-us .s1-stat-badge {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background: #709D27;
  color: #fff;
  border-radius: 14px;
  padding: 16px 32px;
  font-size: 14px;
  line-height: 1.8;
  box-shadow: 0 7px 28px 0 #709d2714
}

.abt-us .s1-stat-badge strong {
  display: block;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800
}

.abt-us .sect-two {
  background: #E9EBE6;
  position: relative;
  padding: 96px 64px 64px
}

.abt-us .sect-two-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto
}

.abt-us .s2-fixed {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-us .s2-h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #1e2a10;
  position: relative
}

.abt-us .s2-h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #C4A7D2;
  border-radius: 3px;
  margin-top: 16px
}

.abt-us .s2-portraits {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .portrait-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 3px 6px 0 #709d2712;
  transition: box-shadow .15s ease-out
}

.abt-us .portrait-card:hover {
  box-shadow: 0 7px 28px 0 #709d2714
}

.abt-us .portrait-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0
}

.abt-us .portrait-meta {
  display: flex;
  flex-direction: column
}

.abt-us .portrait-name {
  font-size: 17px;
  font-weight: 700;
  color: #1e2a10;
  line-height: 1.2
}

.abt-us .portrait-role {
  font-size: 14px;
  color: #709D27;
  line-height: 1.8
}

.abt-us .s2-flex {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-us .s2-grid-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 16px;
  border-radius: 14px;
  overflow: hidden
}

.abt-us .s2-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  box-shadow: 0 3px 6px 0 #709d2712;
  transition: transform .18s ease-out, box-shadow .18s ease-out
}

.abt-us .s2-img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 60px 0 #709d271a
}

.abt-us .s2-img-span2 {
  grid-column: span 2
}

.abt-us .s2-text-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.abt-us .s2-para {
  font-size: 17px;
  line-height: 1.8;
  color: #2e3a1f
}

.abt-us .s2-para-b {
  font-size: 17px;
  line-height: 1.8;
  color: #2e3a1f
}

.abt-us .brace-block {
  position: relative;
  padding: 32px 64px;
  border-radius: 14px;
  background: linear-gradient(175deg, #C4A7D2 0%, #E9EBE6 60%, #709D27 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  box-shadow: 0 7px 28px 0 #c4a7d214
}

.abt-us .brace-block::before,
.abt-us .brace-block::after {
  font-size: 70px;
  line-height: 1;
  color: #709d272e;
  font-weight: 900;
  flex-shrink: 0;
  user-select: none
}

.abt-us .brace-block::before {
  content:'{'
}

.abt-us .brace-block::after {
  content: '}'
}

.abt-us .brace-inner {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .brace-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #1e2a10;
  font-weight: 600
}

.abt-us .brace-text {
  font-size: 21px;
  line-height: 1.8;
  color: #1e2a10;
  font-weight: 500
}

.abt-us .metrics-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px
}

.abt-us .metric-item {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 3px 6px 0 #709d2712;
  transition: box-shadow .12s ease-out, transform .12s ease-out;
  cursor: default
}

.abt-us .metric-item:hover {
  box-shadow: 0 10px 60px 0 #709d271a;
  transform: translateY(-4px)
}

.abt-us .metric-num {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #709D27
}

.abt-us .metric-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #2e3a1f
}

.abt-us .glow-ring {
  transition: box-shadow .15s ease-out
}

.abt-us .glow-ring:hover {
  box-shadow: 0 0 0 6px #709d2721 0 7px 28px 0 #709d2714
}

@media (max-width: 1024px) {
  .abt-us .sect-one {
    grid-template-columns: 1fr
  }

  .abt-us .s1-right {
    height: 340px
  }

  .abt-us .s1-left {
    padding: 64px 32px 32px
  }

  .abt-us .sect-two-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-us .s2-text-block {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .metrics-row {
    flex-direction: column;
    gap: 16px
  }

  .abt-us .sect-two {
    padding: 64px 32px
  }
}

@media (max-width: 640px) {
  .abt-us .s1-h1 {
    font-size: 38px
  }

  .abt-us .s1-sub {
    font-size: 21px
  }

  .abt-us .s2-h2 {
    font-size: 28px
  }

  .abt-us .s2-grid-imgs {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 160px
  }

  .abt-us .s2-img-span2 {
    grid-column: span 1
  }

  .abt-us .brace-block {
    padding: 16px 32px
  }
}

.wbns-pg {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden
}

.wbns-pg .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #709D27 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: .13;
  pointer-events: none;
  z-index: 0
}

.wbns-pg .top-band {
  position: relative;
  padding: 96px 64px 64px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.wbns-pg .top-band__text {
  position: relative;
  z-index: 1;
  max-width: 720px
}

.wbns-pg .top-band__kicker {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #709D27;
  margin-bottom: 16px
}

.wbns-pg .top-band__h1 {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 800;
  color: #1e2a10;
  margin-bottom: 32px
}

.wbns-pg .top-band__h1 .punct {
  color: #709D27
}

.wbns-pg .top-band__lead {
  font-size: 21px;
  line-height: 1.8;
  color: #3a3a3a;
  max-width: 560px
}

.wbns-pg .top-band__img-row {
  position: relative;
  width: 100%;
  margin-top: 64px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 32px
}

.wbns-pg .top-band__img-wrap {
  position: relative;
  width: 680px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 60px 0 #709d271a
}

.wbns-pg .top-band__img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 14px
}

.wbns-pg .top-band__img-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, #1e2a108c, transparent);
  border-radius: 14px 14px 0 0;
  pointer-events: none
}

.wbns-pg .top-band__aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 8px
}

.wbns-pg .stat-pill {
  background: #E9EBE6;
  border-radius: 8px;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.wbns-pg .stat-pill__num {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #709D27
}

.wbns-pg .stat-pill__label {
  font-size: 14px;
  line-height: 1.2;
  color: #3a3a3a
}

.wbns-pg .divider-asym {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 64px;
  gap: 0;
  height: 2px;
  margin: 0
}

.wbns-pg .divider-asym__long {
  flex: 3;
  height: 1px;
  background: #709D27;
  opacity: .35
}

.wbns-pg .divider-asym__short {
  flex: 1;
  height: 1px;
  background: #C4A7D2;
  opacity: .5
}

.wbns-pg .sched-band {
  padding: 64px 64px 96px;
  background: #E9EBE6;
  position: relative
}

.wbns-pg .sched-band__hd {
  margin-bottom: 48px
}

.wbns-pg .sched-band__h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2a10;
  margin-bottom: 16px
}

.wbns-pg .sched-band__sub {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a;
  max-width: 540px
}

.wbns-pg .sched-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.wbns-pg .sched-item {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 7px 28px 0 #709d2714;
  position: relative;
  overflow: hidden
}

.wbns-pg .sched-item__num {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0
}

.wbns-pg .sched-item__ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px
}

.wbns-pg .sched-item__ring-svg circle.arc {
  stroke-dasharray: 120;
  stroke-dashoffset: 30;
  transform: rotate(-90deg);
  transform-origin: 50% 50%
}

.wbns-pg .sched-item__num-val {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: 700;
  color: #709D27;
  line-height: 1.2
}

.wbns-pg .sched-item__tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  color: #709D27;
  background: #709d2717;
  border-radius: 40px;
  padding: 4px 16px;
  align-self: flex-start
}

.wbns-pg .sched-item__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2a10
}

.wbns-pg .sched-item__desc {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a
}

.wbns-pg .sched-item__meta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px
}

.wbns-pg .sched-item__meta-val {
  font-size: 14px;
  line-height: 1.2;
  color: #555;
  background: #E9EBE6;
  border-radius: 3px;
  padding: 4px 8px
}

.wbns-pg .sched-item__dashed {
  width: 100%;
  border: none;
  border-top: 1px dashed #C4A7D2;
  margin: 4px 0
}

.wbns-pg .divider-plain {
  height: 1px;
  background: linear-gradient(to right, transparent, #C4A7D2 30%, #709D27 70%, transparent);
  opacity: .4;
  margin: 0 64px
}

.wbns-pg .learn-band {
  padding: 96px 64px 64px;
  background: #fff;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start
}

.wbns-pg .learn-band__left {
  position: sticky;
  top: 32px
}

.wbns-pg .learn-band__h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2a10;
  margin-bottom: 16px
}

.wbns-pg .learn-band__intro {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a;
  background: #c4a7d21f;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px
}

.wbns-pg .learn-band__body {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a
}

.wbns-pg .learn-band__right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.wbns-pg .topic-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 32px;
  position: relative
}

.wbns-pg .topic-row::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #709D27;
  opacity: .3
}

.wbns-pg .topic-row:last-child::after {
  display: none
}

.wbns-pg .topic-row__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #E9EBE6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px
}

.wbns-pg .topic-row__icon svg {
  width: 20px;
  height: 20px
}

.wbns-pg .topic-row__title {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2a10;
  margin-bottom: 8px
}

.wbns-pg .topic-row__desc {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a
}

.wbns-pg .divider-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 0
}

.wbns-pg .divider-dots span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C4A7D2
}

.wbns-pg .divider-dots span:nth-child(2) {
  background: #709D27;
  width: 10px;
  height: 10px
}

.wbns-pg .voices-band {
  position: relative;
  padding: 64px 64px 96px;
  overflow: hidden
}

.wbns-pg .voices-band__bg {
  position: absolute;
  inset: 0;
  background-image: url(./assets_gallery/new-site-2025-018.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.06);
  z-index: 0
}

.wbns-pg .voices-band__vignette {
  position: absolute;
  inset: 0;
  background: #e9ebe6e0;
  z-index: 1;
  animation: vignette-breathe 5s ease-in-out infinite alternate
}

@keyframes vignette-breathe {
  from {
    box-shadow: inset 0 0 80px 20px #1e2a101a
  }

  to {
    box-shadow: inset 0 0 140px 50px #1e2a102e
  }
}

.wbns-pg .voices-band__inner {
  position: relative;
  z-index: 2
}

.wbns-pg .voices-band__h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2a10;
  margin-bottom: 8px
}

.wbns-pg .voices-band__sub {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a;
  margin-bottom: 48px;
  max-width: 520px
}

.wbns-pg .voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.wbns-pg .voice-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 7px 28px 0 #709d2714;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative
}

.wbns-pg .voice-card__reveal {
  position: absolute;
  inset: 0;
  background: #e9ebe6f7;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .18s ease-out;
  z-index: 3
}

.wbns-pg .voice-card__reveal:hover {
  opacity: 0;
  pointer-events: none
}

.wbns-pg .voice-card__reveal-label {
  font-size: 14px;
  line-height: 1.2;
  color: #709D27;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #709D27;
  border-radius: 40px;
  padding: 8px 32px
}

.wbns-pg .voice-card__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.wbns-pg .voice-card__portrait {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 0 3px 6px 0 #709d2712
}

.wbns-pg .voice-card__name {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e2a10
}

.wbns-pg .voice-card__role {
  font-size: 14px;
  line-height: 1.2;
  color: #709D27
}

.wbns-pg .voice-card__quote {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a
}

.wbns-pg .voice-card__dashed {
  border: none;
  border-top: 1px dashed #C4A7D2
}

.wbns-pg .voice-card__topic {
  font-size: 14px;
  line-height: 1.2;
  color: #555
}

.wbns-pg .voice-card--text-only .voice-card__reveal {
  display: none
}

.wbns-pg .offer-strip {
  background: #709D27;
  border-radius: 14px;
  margin: 32px 0 0;
  padding: 32px 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  box-shadow: 0 10px 60px 0 #709d271a
}

.wbns-pg .offer-strip__h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px
}

.wbns-pg .offer-strip__desc {
  font-size: 17px;
  line-height: 1.8;
  color: #ffffffd9;
  max-width: 480px
}

.wbns-pg .offer-strip__btn {
  display: inline-block;
  background: #fff;
  color: #709D27;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
  padding: 16px 32px;
  text-decoration: none;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: background .15s ease-out, color .15s ease-out
}

.wbns-pg .offer-strip__btn:hover {
  background: #1e2a10;
  color: #fff
}

.wbns-pg .offer-strip__btn:focus {
  outline: 3px solid #C4A7D2;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .wbns-pg .top-band {
    padding: 64px 32px 32px
  }

  .wbns-pg .top-band__h1 {
    font-size: 54px
  }

  .wbns-pg .top-band__img-wrap {
    width: 100%
  }

  .wbns-pg .top-band__img-row {
    flex-direction: column
  }

  .wbns-pg .sched-band {
    padding: 64px 32px
  }

  .wbns-pg .sched-grid {
    grid-template-columns: 1fr
  }

  .wbns-pg .learn-band {
    grid-template-columns: 1fr;
    padding: 64px 32px;
    gap: 32px
  }

  .wbns-pg .learn-band__left {
    position: static
  }

  .wbns-pg .voices-band {
    padding: 64px 32px
  }

  .wbns-pg .voices-grid {
    grid-template-columns: 1fr
  }

  .wbns-pg .divider-asym {
    padding: 0 32px
  }

  .wbns-pg .divider-plain {
    margin: 0 32px
  }

  .wbns-pg .offer-strip {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 640px) {
  .wbns-pg .top-band__h1 {
    font-size: 38px
  }

  .wbns-pg .top-band {
    padding: 64px 16px 32px
  }

  .wbns-pg .sched-band {
    padding: 64px 16px
  }

  .wbns-pg .learn-band {
    padding: 64px 16px
  }

  .wbns-pg .voices-band {
    padding: 64px 16px
  }

  .wbns-pg .sched-item {
    padding: 16px
  }

  .wbns-pg .divider-asym {
    padding: 0 16px
  }

  .wbns-pg .divider-plain {
    margin: 0 16px
  }

  .wbns-pg .offer-strip {
    margin: 32px 0 0;
    padding: 16px
  }
}

.ctc-us {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden
}

.ctc-us .reach-band {
  background: #E9EBE6;
  padding: 96px 64px;
  position: relative
}

.ctc-us .reach-band::before {
  content: '';
  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.06'/%3E%3C/svg%3E");
  pointer-events: none
}

.ctc-us .reach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1
}

.ctc-us .reach-text h1 {
  font-size: 54px;
  line-height: 1.2;
  color: #2a3a10;
  margin: 0 0 16px;
  font-weight: 800
}

.ctc-us .reach-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #3d4a2a;
  margin: 0 0 32px
}

.ctc-us .reach-img-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  position: relative
}

.ctc-us .reach-img-mosaic .img-main {
  grid-column: 1 / 3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 28px 0 #709d2714
}

.ctc-us .reach-img-mosaic .img-main img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: blur(3px);
  transition: filter .18s ease-out
}

.ctc-us .reach-img-mosaic .img-main:hover img {
  filter: blur(0px)
}

.ctc-us .reach-img-mosaic .dot-path {
  position: absolute;
  bottom: -24px;
  left: 16px;
  display: flex;
  gap: 8px;
  align-items: center
}

.ctc-us .reach-img-mosaic .dot-path span {
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #709D27;
  display: block;
  opacity: .5
}

.ctc-us .reach-img-mosaic .dot-path span:nth-child(2) {
  opacity: .35
}

.ctc-us .reach-img-mosaic .dot-path span:nth-child(3) {
  opacity: .2
}

.ctc-us .diamond-accent {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  background: #C4A7D2;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: .7
}

.ctc-us .detail-strip {
  display: flex;
  gap: 32px;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px
}

.ctc-us .detail-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctc-us .detail-item .d-label {
  font-size: 14px;
  color: #709D27;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ctc-us .detail-item .d-val {
  font-size: 17px;
  color: #2a3a10;
  line-height: 1.8;
  text-decoration: none
}

.ctc-us .detail-item a.d-val {
  text-decoration: underline dashed #709D27;
  text-underline-offset: 3px;
  transition: color .15s ease-out
}

.ctc-us .detail-item a.d-val:hover {
  color: #709D27
}

.ctc-us .form-area {
  background: #fff;
  padding: 96px 64px
}

.ctc-us .form-area h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #2a3a10;
  margin: 0 0 8px;
  font-weight: 800
}

.ctc-us .form-area .form-sub {
  font-size: 17px;
  line-height: 1.8;
  color: #4a5a30;
  margin: 0 0 32px;
  padding: 16px;
  background: #E9EBE6;
  border-radius: 8px
}

.ctc-us .form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.ctc-us .form-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ctc-us .field-group {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ctc-us .field-group label {
  font-size: 14px;
  color: #3d4a2a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctc-us .field-group input[type="text"],
.ctc-us .field-group input[type="email"],
.ctc-us .field-group input[type="tel"] {
  border: 1.5px solid #C4A7D2;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 17px;
  color: #2a3a10;
  background: #fff;
  outline: none;
  transition: border-color .15s ease-out, box-shadow .18s ease-out;
  box-shadow: inset 0 1px 2px 0 #709d270d
}

.ctc-us .field-group input::placeholder {
  color: #2a3a1061
}

.ctc-us .field-group input:focus {
  border-color: #709D27;
  box-shadow: 0 3px 6px 0 #709d2712 inset 0 1px 2px 0 #709d270d
}

.ctc-us .interest-col h4 {
  font-size: 17px;
  color: #2a3a10;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ctc-us .check-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px
}

.ctc-us .check-list li {
  display: flex;
  align-items: center;
  gap: 8px
}

.ctc-us .check-list input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #709D27;
  cursor: pointer;
  border-radius: 3px;
  flex-shrink: 0
}

.ctc-us .check-list label {
  font-size: 17px;
  color: #3d4a2a;
  line-height: 1.8;
  cursor: pointer
}

.ctc-us .privacy-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px
}

.ctc-us .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #709D27;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 3px
}

.ctc-us .privacy-row .priv-text {
  font-size: 14px;
  color: #4a5a30;
  line-height: 1.8
}

.ctc-us .privacy-row .priv-text a {
  color: #709D27;
  text-decoration: underline dashed #709D27;
  text-underline-offset: 2px;
  transition: color .12s ease
}

.ctc-us .privacy-row .priv-text a:hover {
  color: #2a3a10
}

.ctc-us .submit-btn {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(to top, #709D27, #8fbe35);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 7px 28px 0 #709d2714;
  transition: background .18s ease-out, box-shadow .15s ease-out, transform .12s ease;
  position: relative;
  overflow: hidden
}

.ctc-us .submit-btn:hover {
  background: linear-gradient(to bottom, #709D27, #8fbe35);
  box-shadow: 0 10px 60px 0 #709d271a;
  transform: rotate(-1deg)
}

.ctc-us .submit-btn:focus {
  outline: 2px solid #2a3a10;
  outline-offset: 3px
}

.ctc-us .submit-btn:active {
  transform: rotate(0deg) scale(0.98)
}

.ctc-us .icon-path-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
  padding: 32px;
  background: #E9EBE6;
  border-radius: 14px
}

.ctc-us .icon-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1
}

.ctc-us .icon-node svg {
  width: 36px;
  height: 36px;
  transition: transform .16s ease-out
}

.ctc-us .icon-node:hover svg {
  transform: rotate(8deg)
}

.ctc-us .icon-node span {
  font-size: 14px;
  color: #3d4a2a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-align: center
}

.ctc-us .icon-dash {
  flex: 1;
  border-top: 2px dashed #C4A7D2;
  height: 0
}

.ctc-us .expect-area {
  background: #2a3a10;
  padding: 96px 64px;
  position: relative
}

.ctc-us .expect-area::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to top, #709D27, transparent)
}

.ctc-us .expect-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 64px;
  align-items: start
}

.ctc-us .expect-lead h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #E9EBE6;
  margin: 0 0 16px;
  font-weight: 800
}

.ctc-us .expect-lead p {
  font-size: 17px;
  line-height: 1.8;
  color: #b8c9a0;
  margin: 0
}

.ctc-us .expect-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  background: #709d271f;
  border-radius: 14px;
  border: 1px solid #709d2733;
  position: relative;
  overflow: hidden;
  transition: background .18s ease-out
}

.ctc-us .expect-stat::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #709D27;
  transition: height .18s ease-out;
  z-index: 0
}

.ctc-us .expect-stat:hover::before {
  height: 4px
}

.ctc-us .expect-stat .stat-num {
  font-size: 54px;
  line-height: 1.2;
  color: #709D27;
  font-weight: 800;
  position: relative;
  z-index: 1
}

.ctc-us .expect-stat .stat-desc {
  font-size: 14px;
  color: #b8c9a0;
  line-height: 1.8;
  position: relative;
  z-index: 1
}

.ctc-us .expect-stat .stat-label {
  font-size: 14px;
  color: #E9EBE6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {
  .ctc-us .reach-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ctc-us .form-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ctc-us .expect-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .ctc-us .expect-lead {
    grid-column: 1 / 3
  }
}

@media (max-width: 700px) {

  .ctc-us .reach-band,
  .ctc-us .form-area,
  .ctc-us .expect-area {
    padding: 64px 16px
  }

  .ctc-us .reach-text h1 {
    font-size: 38px
  }

  .ctc-us .form-area h2 {
    font-size: 28px
  }

  .ctc-us .expect-lead h2 {
    font-size: 28px
  }

  .ctc-us .expect-grid {
    grid-template-columns: 1fr
  }

  .ctc-us .expect-lead {
    grid-column: 1
  }

  .ctc-us .icon-path-row {
    flex-direction: column
  }

  .ctc-us .icon-dash {
    width: 2px;
    height: 32px;
    border-top: none;
    border-left: 2px dashed #C4A7D2
  }

  .ctc-us .detail-strip {
    flex-direction: column;
    gap: 16px
  }
}

.success-pg {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
  justify-content: center
}

.success-pg .success-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 60px 0 #709d271a;
  padding: 64px;
  max-width: 580px;
  width: 100%;
  text-align: center
}

.success-pg .success-card .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 32px;
  border-radius: 40px;
  background: #E9EBE6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.success-pg .success-card .icon-wrap svg {
  display: block
}

.success-pg .success-card .success-heading {
  font-size: 38px;
  line-height: 1.2;
  color: #709D27;
  margin: 0 0 16px;
  font-weight: 700
}

.success-pg .success-card .success-sub {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a;
  margin: 0 0 32px
}

.success-pg .success-card .success-note {
  font-size: 14px;
  line-height: 1.8;
  color: #5a5a5a;
  background: #E9EBE6;
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 32px
}

.success-pg .success-card .back-link {
  display: inline-block;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(180deg, #C4A7D2 0%, #709D27 100%);
  border-radius: 8px;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 600;
  transition: opacity .15s ease-out, box-shadow .2s ease;
  box-shadow: 0 7px 28px 0 #709d2714
}

.success-pg .success-card .back-link:hover {
  opacity: .88;
  box-shadow: 0 10px 60px 0 #709d271a;
  background: linear-gradient(0deg, #C4A7D2 0%, #709D27 100%)
}

.success-pg .success-card .back-link:focus {
  outline: 2px solid #709D27;
  outline-offset: 3px
}

@media (max-width: 600px) {
  .success-pg {
    padding: 64px 16px
  }

  .success-pg .success-card {
    padding: 32px 16px
  }

  .success-pg .success-card .success-heading {
    font-size: 28px
  }
}