@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/700.css";

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

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

body {
  margin: 0;
  padding: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%
}

.site-hd {
  position: relative;
  background: #F0EFE6;
  border-bottom: 1px solid #c69c412e;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  overflow: hidden
}

.site-hd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C69C41 0%, #DEDCAA 60%, #F0EFE6 100%);
  pointer-events: none
}

.hd-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px
}

.hd-brand-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 12px;
  border-bottom: 1px solid #c69c411f;
  gap: 24px
}

.brand-mark-hold {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px
}

.logo-hex-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  padding: 6px;
  background: #fff;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: 2px 3px 4px 0 #c69c4114 2px 5px 28px 0 #c69c411a;
  border: 2px solid #c69c414d
}

.logo-hex-frame img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block
}

.brand-tag {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #4a3e28;
  max-width: 260px
}

.brand-tag strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  color: #2c2215;
  letter-spacing: .01em
}

.hd-contact-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.hd-contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  line-height: 1.5;
  color: #4a3e28;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.hd-contact-item:hover,
.hd-contact-item:focus {
  color: #C69C41;
  outline: none
}

.hd-contact-item:focus-visible {
  box-shadow: 0 0 0 3px #c69c4173;
  border-radius: 0
}

.hd-contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #C69C41
}

.hd-nav-strip {
  padding: 12px 0
}

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

.hd-nav-item {
  position: relative
}

.hd-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .02em;
  color: #2c2215;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: color .55s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 44px
}

.hd-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(180deg, #c69c4114 0%, #c69c4126 100%);
  transition: height .55s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none
}

.hd-nav-link:hover::after,
.hd-nav-link:focus::after {
  height: 100%
}

.hd-nav-link:hover,
.hd-nav-link:focus {
  color: #C69C41;
  outline: none
}

.hd-nav-link:focus-visible {
  box-shadow: 0 0 0 3px #c69c4173
}

.hd-nav-link.active-pg {
  color: #C69C41;
  font-weight: 700
}

.hd-nav-link.active-pg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: #C69C41;
  border-radius: 0
}

.site-ft {
  background: #2c2215;
  color: #DEDCAA;
  padding: 48px 0 24px
}

.ft-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px
}

.ft-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
  align-items: flex-start
}

.ft-brand-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 180px
}

.ft-logo-hold {
  display: flex;
  align-items: center;
  gap: 12px
}

.ft-hex-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 6px;
  background: #F0EFE6;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: 2px 3px 4px 0 #c69c4114;
  flex-shrink: 0
}

.ft-hex-frame img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block
}

.ft-brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: .01em;
  color: #F0EFE6
}

.ft-brand-since {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #dedcaaa6
}

.ft-links-col {
  flex: 1 1 220px
}

.ft-col-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #dedcaa8c;
  text-transform: uppercase;
  margin-bottom: 12px
}

.ft-policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ft-policy-link {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #DEDCAA;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 16px;
  transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 44px
}

.ft-policy-link:hover,
.ft-policy-link:focus {
  background: #c69c4126;
  color: #C69C41;
  outline: none
}

.ft-policy-link:focus-visible {
  box-shadow: 0 0 0 3px #c69c4173
}

.ft-contact-col {
  flex: 0 0 auto;
  min-width: 200px
}

.ft-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ft-contact-entry {
  display: flex;
  align-items: flex-start;
  gap: 6px
}

.ft-contact-lnk {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #DEDCAA;
  text-decoration: none;
  padding: 6px 0;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.ft-contact-lnk:hover,
.ft-contact-lnk:focus {
  color: #C69C41;
  outline: none
}

.ft-contact-lnk:focus-visible {
  box-shadow: 0 0 0 3px #c69c4173;
  border-radius: 0
}

.ft-contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #c69c41bf
}

.ft-addr-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #dedcaaa6;
  padding: 6px 0
}

.ft-divider {
  border: none;
  border-top: 1px solid #c69c412e;
  margin: 24px 0
}

.ft-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.ft-copy {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #dedcaa80
}

.ft-cookie-ref {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #dedcaa80;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ft-cookie-ref:hover,
.ft-cookie-ref:focus {
  color: #C69C41;
  outline: none
}

@media (max-width: 1024px) {
  .hd-shell {
    padding: 0 24px
  }

  .ft-shell {
    padding: 0 24px
  }

  .ft-grid {
    gap: 24px
  }
}

@media (max-width: 640px) {
  .hd-shell {
    padding: 0 12px
  }

  .hd-brand-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
    gap: 12px
  }

  .hd-contact-strip {
    gap: 12px
  }

  .hd-nav-list {
    gap: 6px
  }

  .hd-nav-link {
    padding: 12px;
    font-size: 13px
  }

  .ft-shell {
    padding: 0 12px
  }

  .ft-grid {
    flex-direction: column;
    gap: 24px
  }

  .ft-bottom-row {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 360px) {
  .hd-shell {
    padding: 0 6px
  }

  .ft-shell {
    padding: 0 6px
  }

  .hd-nav-link {
    padding: 12px 6px;
    font-size: 13px
  }
}

.policy-view {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px
}

.policy-view h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin-bottom: 24px;
  margin-top: 0
}

.policy-view h2 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: .02em;
  color: #1b1b1b;
  margin-top: 48px;
  margin-bottom: 12px
}

.policy-view h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #2a2a2a;
  margin-top: 24px;
  margin-bottom: 12px
}

.policy-view h4 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #2a2a2a;
  margin-top: 24px;
  margin-bottom: 6px
}

.policy-view h5 {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #3a3a3a;
  margin-top: 24px;
  margin-bottom: 6px
}

.policy-view h6 {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .02em;
  color: #3a3a3a;
  margin-top: 12px;
  margin-bottom: 6px
}

.policy-view p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 24px
}

.policy-view ul,
.policy-view ol {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px
}

.policy-view ul {
  list-style-type: disc
}

.policy-view ol {
  list-style-type: decimal
}

.policy-view li {
  margin-bottom: 6px;
  padding-left: 6px
}

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

.policy-view ul ul,
.policy-view ol ol,
.policy-view ul ol,
.policy-view ol ul {
  margin-top: 6px;
  margin-bottom: 6px
}

.policy-view strong,
.policy-view b {
  font-weight: 700;
  color: #1b1b1b
}

.policy-view a {
  color: #C69C41;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .55s ease-in-out
}

.policy-view a:hover {
  color: #a07c28;
  text-decoration-color: #DEDCAA
}

.policy-view a:visited {
  color: #9a7830
}

.policy-view hr {
  border: none;
  border-top: 1px solid #DEDCAA;
  margin-top: 48px;
  margin-bottom: 48px;
  background: none
}

@media (max-width: 1024px) {
  .policy-view {
    padding: 48px 24px
  }

  .policy-view h1 {
    font-size: 52px
  }
}

@media (max-width: 640px) {
  .policy-view {
    padding: 24px 12px
  }

  .policy-view h1 {
    font-size: 20px;
    line-height: 1.3
  }

  .policy-view h2 {
    font-size: 16px
  }

  .policy-view h3,
  .policy-view h4 {
    font-size: 14px
  }

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

@media (max-width: 360px) {
  .policy-view {
    padding: 24px 6px
  }

  .policy-view h1 {
    font-size: 20px
  }

  .policy-view h2 {
    font-size: 16px
  }
}

.lrn-prog {
  background: #fff;
  color: #1e1b14;
  overflow-x: hidden;
  position: relative
}

.lrn-prog .pg-max {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.lrn-prog .ttl-band {
  padding: 48px 0 24px;
  position: relative;
  overflow: hidden
}

.lrn-prog .ttl-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, #F0EFE6 0%, #fff 70%);
  animation: zone-shift 12s ease-in-out infinite alternate;
  z-index: 0
}

@keyframes zone-shift {
  0% {
    transform: translateX(0) scale(1)
  }

  50% {
    transform: translateX(-6%) scale(1.04)
  }

  100% {
    transform: translateX(4%) scale(0.97)
  }
}

.lrn-prog .dot-scatter {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none
}

.lrn-prog .dot-scatter span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 0;
  background: #C69C41;
  opacity: .18
}

.lrn-prog .dot-scatter span:nth-child(1) {
  top: 12%;
  left: 8%
}

.lrn-prog .dot-scatter span:nth-child(2) {
  top: 28%;
  left: 15%
}

.lrn-prog .dot-scatter span:nth-child(3) {
  top: 55%;
  left: 5%
}

.lrn-prog .dot-scatter span:nth-child(4) {
  top: 72%;
  left: 22%
}

.lrn-prog .dot-scatter span:nth-child(5) {
  top: 18%;
  left: 88%
}

.lrn-prog .dot-scatter span:nth-child(6) {
  top: 44%;
  left: 92%
}

.lrn-prog .dot-scatter span:nth-child(7) {
  top: 65%;
  left: 80%
}

.lrn-prog .dot-scatter span:nth-child(8) {
  top: 82%;
  left: 70%
}

.lrn-prog .dot-scatter span:nth-child(9) {
  top: 10%;
  left: 50%
}

.lrn-prog .dot-scatter span:nth-child(10) {
  top: 90%;
  left: 40%
}

.lrn-prog .dot-scatter span:nth-child(11) {
  top: 35%;
  left: 60%
}

.lrn-prog .dot-scatter span:nth-child(12) {
  top: 60%;
  left: 35%
}

.lrn-prog .ttl-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.lrn-prog .ttl-text {
  flex: 0 0 55%;
  padding-right: 24px
}

.lrn-prog .ttl-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C69C41;
  margin-bottom: 24px;
  border-bottom: 2px solid #C69C41;
  padding-bottom: 6px
}

.lrn-prog .ttl-h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1e1b14;
  margin: 0 0 24px
}

.lrn-prog .ttl-h1 .accent-phrase {
  background: linear-gradient(135deg, #C69C41 0%, #a07c28 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline
}

.lrn-prog .ttl-sub {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3428;
  max-width: 480px;
  margin: 0 0 24px
}

.lrn-prog .ttl-meta {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap
}

.lrn-prog .ttl-meta-item {
  font-size: 13px;
  letter-spacing: .02em;
  color: #6a5f48;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.lrn-prog .ttl-meta-item svg {
  flex-shrink: 0
}

.lrn-prog .ttl-sep {
  color: #C69C41;
  font-weight: 700
}

.lrn-prog .ttl-img-col {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.lrn-prog .ttl-img-frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.lrn-prog .ttl-img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px
}

.lrn-prog .light-leak {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 50%;
  background: radial-gradient(ellipse at top right, #c69c4161 0%, transparent 70%);
  border-radius: 16px 16px 0 0;
  pointer-events: none;
  z-index: 2
}

.lrn-prog .curric {
  padding: 48px 0;
  background: #F0EFE6;
  position: relative
}

.lrn-prog .curric::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 20% 60%, #DEDCAA 0%, transparent 65%);
  animation: zone-shift2 15s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes zone-shift2 {
  0% {
    transform: translateY(0) scale(1)
  }

  100% {
    transform: translateY(-5%) scale(1.05)
  }
}

.lrn-prog .curric-inner {
  position: relative;
  z-index: 1
}

.lrn-prog .sec-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C69C41;
  text-align: center;
  display: block;
  margin-bottom: 12px
}

.lrn-prog .curric-h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  color: #1e1b14;
  line-height: 1.3;
  margin: 0 0 48px
}

.lrn-prog .curric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lrn-prog .curric-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  transition: box-shadow .55s cubic-bezier(0.16, 1, 0.3, 1), transform .55s cubic-bezier(0.16, 1, 0.3, 1);
  border-top: 3px solid #C69C41;
  position: relative
}

.lrn-prog .curric-card:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a;
  transform: translateY(-4px)
}

.lrn-prog .card-num {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  color: #F0EFE6;
  letter-spacing: -.02em;
  position: absolute;
  top: 12px;
  right: 24px;
  user-select: none
}

.lrn-prog .card-h {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1e1b14;
  line-height: 1.3;
  margin: 0 0 12px;
  padding-right: 48px
}

.lrn-prog .card-p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3428;
  margin: 0
}

.lrn-prog .curric-connector {
  display: flex;
  justify-content: center;
  margin: 24px 0 0
}

.lrn-prog .curric-connector svg {
  width: 100%;
  max-width: 600px;
  height: 40px;
  overflow: visible
}

.lrn-prog .experts {
  padding: 48px 0;
  background: #fff;
  position: relative
}

.lrn-prog .experts-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start
}

.lrn-prog .experts-img-col {
  position: relative
}

.lrn-prog .exp-img-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  display: block;
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.lrn-prog .exp-img-badge {
  position: absolute;
  bottom: 24px;
  left: -12px;
  background: #C69C41;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 12px 24px;
  border-radius: 0 16px 16px 0;
  box-shadow: 2px 5px 28px 0 #c69c411a
}

.lrn-prog .experts-text {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lrn-prog .experts-h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1e1b14;
  line-height: 1.3;
  margin: 0
}

.lrn-prog .experts-desc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #3a3428;
  margin: 0
}

.lrn-prog .profiles-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.lrn-prog .prof-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: #F0EFE6;
  border-radius: 16px;
  padding: 12px 24px 12px 12px;
  box-shadow: 2px 3px 4px 0 #c69c4114;
  transition: box-shadow .45s ease-in-out;
  flex: 1 1 200px
}

.lrn-prog .prof-card:hover {
  box-shadow: 2px 5px 28px 0 #c69c411a
}

.lrn-prog .prof-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  box-shadow: 2px 3px 4px 0 #c69c4114
}

.lrn-prog .prof-info {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.lrn-prog .prof-name {
  font-size: 14px;
  font-weight: 700;
  color: #1e1b14;
  letter-spacing: .02em;
  line-height: 1.3
}

.lrn-prog .prof-role {
  font-size: 13px;
  color: #6a5f48;
  letter-spacing: .01em;
  line-height: 1.3
}

.lrn-prog .metrics-strip {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap
}

.lrn-prog .metric-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 24px;
  border-left: 3px solid #C69C41;
  background: #F0EFE6;
  border-radius: 0 16px 16px 0
}

.lrn-prog .metric-val {
  font-size: 20px;
  font-weight: 900;
  color: #C69C41;
  letter-spacing: -.01em;
  line-height: 1.1
}

.lrn-prog .metric-lbl {
  font-size: 13px;
  color: #3a3428;
  letter-spacing: .01em;
  line-height: 1.3
}

.lrn-prog .faq-block {
  padding: 48px 0;
  background: #1e1b14;
  position: relative;
  overflow: hidden
}

.lrn-prog .faq-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 80% 30%, #c69c411f 0%, transparent 65%);
  animation: zone-shift3 18s ease-in-out infinite alternate;
  pointer-events: none
}

@keyframes zone-shift3 {
  0% {
    transform: scale(1) translateX(0)
  }

  100% {
    transform: scale(1.1) translateX(-8%)
  }
}

.lrn-prog .faq-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .04;
  background-image: repeating-linear-gradient(0deg, #C69C41 0px, #C69C41 1px, transparent 1px, transparent 40px), repeating-linear-gradient(90deg, #C69C41 0px, #C69C41 1px, transparent 1px, transparent 40px)
}

.lrn-prog .faq-inner {
  position: relative;
  z-index: 1
}

.lrn-prog .faq-h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #F0EFE6;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 48px
}

.lrn-prog .faq-h2 .sec-label-dark {
  display: block;
  font-size: 13px;
  color: #C69C41;
  margin-bottom: 12px;
  letter-spacing: .12em
}

.lrn-prog .faq-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lrn-prog .faq-item {
  background: #f0efe60f;
  border-radius: 16px;
  border: 1px solid #c69c412e;
  overflow: hidden;
  box-shadow: 2px 3px 4px 0 #c69c4114
}

.lrn-prog .faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 12px;
  text-align: left;
  transition: background .45s ease-in-out
}

.lrn-prog .faq-q:hover {
  background: #c69c4114
}

.lrn-prog .faq-q-text {
  font-size: 14px;
  font-weight: 700;
  color: #F0EFE6;
  letter-spacing: .02em;
  line-height: 1.5
}

.lrn-prog .faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 2px solid #C69C41;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1), background .45s ease-in-out
}

.lrn-prog .faq-icon svg {
  transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.lrn-prog .faq-item.open .faq-icon {
  background: #C69C41;
  transform: rotate(45deg)
}

.lrn-prog .faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .7s cubic-bezier(0.16, 1, 0.3, 1), padding .45s ease-in-out;
  padding: 0 24px
}

.lrn-prog .faq-item.open .faq-ans {
  max-height: 400px;
  padding: 0 24px 24px
}

.lrn-prog .faq-ans-p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #DEDCAA;
  margin: 0
}

.lrn-prog .faq-cta-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 48px
}

.lrn-prog .btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 48px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1e1b14;
  background: #C69C41;
  border: 2px solid #C69C41;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: color .55s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s ease-in-out
}

.lrn-prog .btn-primary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #F0EFE6;
  transition: height .55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0
}

.lrn-prog .btn-primary:hover::before {
  height: 100%
}

.lrn-prog .btn-primary:hover {
  color: #1e1b14
}

.lrn-prog .btn-primary span {
  position: relative;
  z-index: 1
}

.lrn-prog .btn-primary:focus {
  outline: 3px solid #DEDCAA;
  outline-offset: 3px
}

@media (max-width: 1024px) {
  .lrn-prog .ttl-h1 {
    font-size: 36px
  }

  .lrn-prog .ttl-layout {
    gap: 24px
  }

  .lrn-prog .ttl-text {
    flex: 0 0 50%
  }

  .lrn-prog .experts-layout {
    grid-template-columns: 280px 1fr;
    gap: 24px
  }

  .lrn-prog .faq-cols {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .lrn-prog .ttl-layout {
    flex-direction: column;
    gap: 24px
  }

  .lrn-prog .ttl-text {
    flex: none;
    width: 100%;
    padding-right: 0
  }

  .lrn-prog .ttl-h1 {
    font-size: 36px
  }

  .lrn-prog .ttl-img-col {
    width: 100%;
    justify-content: center
  }

  .lrn-prog .ttl-img-frame {
    max-width: 100%
  }

  .lrn-prog .curric-grid {
    grid-template-columns: 1fr
  }

  .lrn-prog .experts-layout {
    grid-template-columns: 1fr
  }

  .lrn-prog .exp-img-main {
    height: 260px
  }

  .lrn-prog .exp-img-badge {
    left: 0;
    border-radius: 0 16px 16px 0
  }

  .lrn-prog .faq-cols {
    grid-template-columns: 1fr
  }

  .lrn-prog .metrics-strip {
    flex-direction: column;
    gap: 12px
  }

  .lrn-prog .profiles-row {
    flex-direction: column
  }
}

@media (max-width: 360px) {
  .lrn-prog .pg-max {
    padding: 0 12px
  }

  .lrn-prog .ttl-h1 {
    font-size: 20px
  }

  .lrn-prog .btn-primary {
    padding: 12px 24px
  }
}

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

.abt-us ::selection {
  background: #C69C41;
  color: #fff
}

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

.abt-us .pg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.abt-us .ttl-blk {
  position: relative;
  background: #1b1610;
  padding: 96px 24px 80px;
  text-align: center;
  overflow: hidden
}

.abt-us .ttl-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(./image_files/asset-2024-006.jpg) center/cover no-repeat;
  opacity: .18;
  pointer-events: none
}

.abt-us .ttl-blk-deco-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #C69C41 40%, #DEDCAA 60%, transparent 100%)
}

.abt-us .ttl-corner-tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #C69C41 transparent transparent;
  opacity: .35;
  pointer-events: none
}

.abt-us .ttl-corner-br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 64px 64px;
  border-color: transparent transparent #C69C41;
  opacity: .35;
  pointer-events: none
}

.abt-us .ttl-inner {
  position: relative;
  max-width: 780px;
  margin: 0 auto
}

.abt-us .ttl-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C69C41;
  margin-bottom: 24px;
  font-weight: 600
}

.abt-us .ttl-h1 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 800;
  text-transform: uppercase
}

.abt-us .ttl-h1 .outlined {
  -webkit-text-stroke: 1.5px #C69C41;
  color: transparent
}

.abt-us .ttl-quote {
  font-size: 16px;
  line-height: 1.7;
  color: #DEDCAA;
  max-width: 540px;
  margin: 0 auto;
  font-style: italic;
  letter-spacing: .01em
}

.abt-us .ttl-scallop {
  position: relative;
  height: 28px;
  background: #F0EFE6;
  overflow: hidden
}

.abt-us .ttl-scallop::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 28px;
  background: radial-gradient(circle at 50% 0%, #1b1610 14px, transparent 14px), radial-gradient(circle at 50% 0%, #1b1610 14px, transparent 14px);
  background-size: 28px 28px;
  background-position: 0 0, 14px 0;
  background-repeat: repeat-x
}

.abt-us .ident-blk {
  background: #F0EFE6;
  padding: 72px 24px
}

.abt-us .ident-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.abt-us .ident-left {
  padding-right: 24px;
  border-right: 2px solid #C69C41
}

.abt-us .ident-kicker {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C69C41;
  font-weight: 700;
  margin-bottom: 12px
}

.abt-us .ident-h2 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: .02em;
  color: #1b1610;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 24px
}

.abt-us .ident-body {
  font-size: 16px;
  line-height: 1.7;
  color: #2d2820;
  letter-spacing: .01em;
  margin: 0 0 24px
}

.abt-us .ident-body:last-child {
  margin-bottom: 0
}

.abt-us .ident-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .ident-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.abt-us .ident-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .ident-img-wrap:hover img {
  transform: scale(1.04)
}

.abt-us .ident-stat-row {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.abt-us .ident-stat {
  flex: 1;
  background: #fff;
  border-radius: 0;
  padding: 24px;
  box-shadow: 2px 3px 4px 0 #c69c4114;
  border-top: 3px solid #C69C41
}

.abt-us .ident-stat-num {
  font-size: 52px;
  line-height: 1.1;
  color: #C69C41;
  font-weight: 800;
  letter-spacing: -.01em;
  display: block
}

.abt-us .ident-stat-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #2d2820;
  letter-spacing: .01em;
  margin-top: 6px
}

.abt-us .team-blk {
  background: #fff;
  padding: 72px 24px;
  position: relative
}

.abt-us .team-blk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #DEDCAA 30%, #C69C41 50%, #DEDCAA 70%, transparent 100%)
}

.abt-us .team-corner-tr {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 56px 56px 0;
  border-color: transparent #F0EFE6 transparent transparent;
  pointer-events: none
}

.abt-us .team-inner {
  max-width: 1280px;
  margin: 0 auto
}

.abt-us .team-hdr {
  text-align: center;
  margin-bottom: 48px
}

.abt-us .team-kicker {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C69C41;
  font-weight: 700;
  margin-bottom: 12px
}

.abt-us .team-h2 {
  font-size: 20px;
  line-height: 1.3;
  color: #1b1610;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0
}

.abt-us .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.abt-us .team-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  background: #F0EFE6;
  padding: 24px;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  transition: box-shadow .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .team-card:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.abt-us .team-portrait {
  width: 180px;
  aspect-ratio: 3/4;
  overflow: hidden;
  flex-shrink: 0
}

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

.abt-us .team-bio {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .team-name {
  font-size: 16px;
  line-height: 1.3;
  color: #1b1610;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0
}

.abt-us .team-role {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #C69C41;
  font-weight: 600
}

.abt-us .team-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #2d2820;
  letter-spacing: .01em;
  margin: 0
}

.abt-us .team-divider {
  grid-column: 1 / -1;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #DEDCAA 50%, transparent 100%);
  margin: 0
}

.abt-us .team-approach {
  grid-column: 1 / -1;
  background: #1b1610;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden
}

.abt-us .team-approach::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(./image_files/old-banner8.jpg) center/cover no-repeat;
  opacity: .12;
  pointer-events: none
}

.abt-us .team-approach-txt {
  position: relative
}

.abt-us .team-approach-h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 24px
}

.abt-us .team-approach-h3 .outlined {
  -webkit-text-stroke: 1px #C69C41;
  color: transparent
}

.abt-us .team-approach-body {
  font-size: 14px;
  line-height: 1.7;
  color: #DEDCAA;
  letter-spacing: .01em;
  margin: 0
}

.abt-us .team-method-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .team-method-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #F0EFE6;
  letter-spacing: .01em
}

.abt-us .method-dot {
  width: 8px;
  height: 8px;
  background: #C69C41;
  flex-shrink: 0;
  margin-top: 6px
}

.abt-us .contact-blk {
  background: #F0EFE6;
  padding: 72px 24px;
  position: relative
}

.abt-us .contact-blk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  background: #fff;
  overflow: hidden
}

.abt-us .contact-scallop {
  position: relative;
  height: 28px;
  background: #F0EFE6;
  overflow: hidden
}

.abt-us .contact-scallop::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 28px;
  background: radial-gradient(circle at 50% 0%, #fff 14px, transparent 14px), radial-gradient(circle at 50% 0%, #fff 14px, transparent 14px);
  background-size: 28px 28px;
  background-position: 0 0, 14px 0;
  background-repeat: repeat-x
}

.abt-us .contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.abt-us .contact-info {
  padding-right: 24px
}

.abt-us .contact-kicker {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C69C41;
  font-weight: 700;
  margin-bottom: 12px
}

.abt-us .contact-h2 {
  font-size: 20px;
  line-height: 1.3;
  color: #1b1610;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 0 24px
}

.abt-us .contact-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2d2820;
  letter-spacing: .01em;
  margin: 0 0 24px
}

.abt-us .contact-detail-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .contact-detail-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #2d2820
}

.abt-us .cd-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px
}

.abt-us .cd-icon svg {
  width: 16px;
  height: 16px;
  fill: #C69C41
}

.abt-us .contact-detail-list a {
  color: #2d2820;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .contact-detail-list a:hover {
  color: #DEDCAA
}

.abt-us .contact-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  box-shadow: 2px 5px 28px 0 #c69c411a
}

.abt-us .contact-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .form-panel {
  background: #fff;
  padding: 48px;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  border-top: 4px solid #C69C41
}

.abt-us .form-h3 {
  font-size: 16px;
  line-height: 1.3;
  color: #1b1610;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 24px
}

.abt-us .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px
}

.abt-us .form-row label {
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1b1610;
  font-weight: 700
}

.abt-us .form-row input,
.abt-us .form-row select {
  width: 100%;
  padding: 12px 12px 12px 36px;
  font-size: 14px;
  line-height: 1.5;
  color: #1b1610;
  background: #F0EFE6;
  border: 1.5px solid #DEDCAA;
  border-radius: 0;
  outline: none;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
  appearance: none;
  -webkit-appearance: none
}

.abt-us .form-row input::placeholder {
  color: #8a7d6a
}

.abt-us .form-row input:focus,
.abt-us .form-row select:focus {
  border-color: #C69C41;
  box-shadow: inset 0 2px 4px 0 #c69c4114
}

.abt-us .input-wrap {
  position: relative
}

.abt-us .input-wrap .inp-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none
}

.abt-us .input-wrap .inp-icon svg {
  width: 14px;
  height: 14px;
  fill: #C69C41
}

.abt-us .form-row select {
  padding-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23C69C41'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer
}

.abt-us .form-row select option {
  color: #1b1610;
  background: #fff
}

.abt-us .form-privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px
}

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

.abt-us .form-privacy label {
  font-size: 13px;
  line-height: 1.5;
  color: #2d2820;
  cursor: pointer
}

.abt-us .form-privacy label a {
  color: #C69C41;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .form-privacy label a:hover {
  color: #DEDCAA
}

.abt-us .form-submit-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 0
}

.abt-us .btn-submit {
  position: relative;
  display: inline-block;
  padding: 12px 48px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #1b1610;
  border: 2px solid #1b1610;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  transition: color .6s cubic-bezier(0.16, 1, 0.3, 1), border-color .6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1
}

.abt-us .btn-submit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #C69C41;
  transition: height .6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1
}

.abt-us .btn-submit:hover {
  color: #fff;
  border-color: #C69C41
}

.abt-us .btn-submit:hover::after {
  height: 100%
}

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

@keyframes abt-bleed {
  0% {
    opacity: 0;
    transform: scale(0.6) translate(-30%, 30%)
  }

  50% {
    opacity: .07;
    transform: scale(1) translate(0%, 0%)
  }

  100% {
    opacity: 0;
    transform: scale(0.6) translate(-30%, 30%)
  }
}

.abt-us .bleed-accent {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at 30% 70%, #C69C41 0%, transparent 70%);
  animation: abt-bleed 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 0
}

@media (max-width: 1024px) {
  .abt-us .ident-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .abt-us .ident-left {
    border-right: none;
    padding-right: 0;
    border-bottom: 2px solid #C69C41;
    padding-bottom: 24px
  }

  .abt-us .team-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .abt-us .team-approach {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .abt-us .contact-inner {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .abt-us .contact-info {
    padding-right: 0
  }
}

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

  .abt-us .ttl-blk {
    padding: 48px 24px
  }

  .abt-us .team-card {
    grid-template-columns: 1fr
  }

  .abt-us .team-portrait {
    width: 100%;
    aspect-ratio: 3/4;
    max-height: 280px
  }

  .abt-us .form-panel {
    padding: 24px
  }

  .abt-us .ident-stat-row {
    flex-direction: column;
    gap: 12px
  }

  .abt-us .team-approach {
    padding: 24px
  }
}

@media (max-width: 360px) {
  .abt-us .ttl-h1 {
    font-size: 20px
  }

  .abt-us .pg-wrap {
    padding: 0 12px
  }
}

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

.ctus-pg ::selection {
  background: #C69C41;
  color: #fff
}

.ctus-pg .geo-strip {
  background: #F0EFE6;
  border-bottom: 1px solid #DEDCAA;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.ctus-pg .geo-strip .addr-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #2a2520;
  letter-spacing: .01em;
  line-height: 1.5
}

.ctus-pg .geo-strip .addr-item svg {
  flex-shrink: 0;
  opacity: .7
}

.ctus-pg .geo-strip .addr-sep {
  width: 1px;
  height: 18px;
  background: #C69C41;
  opacity: .4
}

.ctus-pg .geo-strip a {
  color: #2a2520;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .geo-strip a:hover {
  color: #C69C41
}

.ctus-pg .pg-lead {
  position: relative;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden
}

.ctus-pg .pg-lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, #DEDCAA 0%, #F0EFE6 45%, #fff 80%);
  z-index: 0;
  animation: vignette-breathe 6s ease-in-out infinite
}

@keyframes vignette-breathe {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .72
  }
}

.ctus-pg .pg-lead .lead-num {
  position: relative;
  z-index: 1;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.01em;
  background: linear-gradient(135deg, #C69C41 0%, #a07c2a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block
}

.ctus-pg .pg-lead .lead-head {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #1e1a14;
  margin: 6px 0 12px
}

.ctus-pg .pg-lead .lead-sub {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.7;
  color: #4a4236;
  max-width: 520px;
  letter-spacing: .01em
}

.ctus-pg .pg-lead .deco-ring {
  position: absolute;
  z-index: 0;
  border-radius: 0;
  pointer-events: none
}

.ctus-pg .pg-lead .deco-ring.r1 {
  width: 180px;
  height: 180px;
  border: 1px solid #c69c4126;
  border-radius: 0;
  top: -48px;
  left: -48px;
  transform: rotate(18deg)
}

.ctus-pg .pg-lead .deco-ring.r2 {
  width: 80px;
  height: 80px;
  border: 1px solid #c69c4133;
  border-radius: 0;
  bottom: 24px;
  right: 48px;
  transform: rotate(36deg)
}

.ctus-pg .pg-lead .dot-accent {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #C69C41;
  top: 48px;
  right: 24px;
  opacity: .6
}

.ctus-pg .form-zone {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #DEDCAA
}

.ctus-pg .form-left {
  padding: 48px;
  border-right: 1px solid #DEDCAA;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff
}

.ctus-pg .form-right {
  padding: 48px;
  background: #F0EFE6;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative
}

.ctus-pg .form-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, #c69c4112 0%, transparent 70%);
  pointer-events: none
}

.ctus-pg .form-sec-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C69C41;
  line-height: 1.3
}

.ctus-pg .form-head {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #1e1a14
}

.ctus-pg .form-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4236;
  letter-spacing: .01em
}

.ctus-pg .contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ctus-pg .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.ctus-pg .field-grp {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus-pg .field-grp label {
  font-size: 13px;
  font-weight: 600;
  color: #2a2520;
  letter-spacing: .02em;
  line-height: 1.3
}

.ctus-pg .field-grp .f-input {
  border: 1px solid #DEDCAA;
  border-radius: 0;
  padding: 12px 12px 12px 36px;
  font-size: 14px;
  color: #1e1a14;
  background: #fff;
  outline: none;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .55s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1.5;
  letter-spacing: .01em;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  box-shadow: inset 0 2px 4px 0 #c69c410a
}

.ctus-pg .field-grp .f-input:focus {
  border-color: #C69C41;
  box-shadow: 2px 3px 4px 0 #c69c4114 inset 0 2px 4px 0 #c69c410f
}

.ctus-pg .field-grp .f-input::placeholder {
  color: #9a8e7e;
  font-size: 13px
}

.ctus-pg .field-grp .f-select {
  border: 1px solid #DEDCAA;
  border-radius: 0;
  padding: 12px;
  font-size: 14px;
  color: #1e1a14;
  background: #fff;
  outline: none;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .55s cubic-bezier(0.16, 1, 0.3, 1);
  line-height: 1.5;
  letter-spacing: .01em;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23C69C41' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  box-shadow: inset 0 2px 4px 0 #c69c410a
}

.ctus-pg .field-grp .f-select:focus {
  border-color: #C69C41;
  box-shadow: 2px 3px 4px 0 #c69c4114 inset 0 2px 4px 0 #c69c410f
}

.ctus-pg .input-wrap {
  position: relative;
  display: flex;
  flex-direction: column
}

.ctus-pg .input-wrap .f-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: .45
}

.ctus-pg .radio-grp {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus-pg .radio-grp .radio-label {
  font-size: 13px;
  font-weight: 600;
  color: #2a2520;
  letter-spacing: .02em;
  line-height: 1.3;
  margin-bottom: 6px;
  display: block
}

.ctus-pg .radio-opts {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.ctus-pg .radio-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #2a2520;
  line-height: 1.5;
  letter-spacing: .01em;
  padding: 6px 12px;
  border: 1px solid #DEDCAA;
  background: #fff;
  transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .radio-opt:has(input:checked) {
  border-color: #C69C41;
  background: #c69c410f
}

.ctus-pg .radio-opt input[type="radio"] {
  accent-color: #C69C41;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.ctus-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #c69c410d;
  border: 1px solid #c69c4133
}

.ctus-pg .privacy-row input[type="checkbox"] {
  accent-color: #C69C41;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.ctus-pg .privacy-row .priv-text {
  font-size: 13px;
  line-height: 1.7;
  color: #4a4236;
  letter-spacing: .01em
}

.ctus-pg .privacy-row .priv-text a {
  color: #C69C41;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .privacy-row .priv-text a:hover {
  color: #a07c2a
}

.ctus-pg .submit-btn {
  position: relative;
  overflow: hidden;
  border: none;
  background: #1e1a14;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 12px 48px;
  cursor: pointer;
  border-radius: 0;
  line-height: 1.5;
  align-self: flex-start;
  transition: color .55s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 2px 5px 28px 0 #c69c411a
}

.ctus-pg .submit-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #C69C41;
  transition: height .55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0
}

.ctus-pg .submit-btn:hover::before {
  height: 100%
}

.ctus-pg .submit-btn span {
  position: relative;
  z-index: 1
}

.ctus-pg .submit-btn:focus {
  outline: 2px solid #C69C41;
  outline-offset: 2px
}

.ctus-pg .contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1
}

.ctus-pg .sidebar-head {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #1e1a14
}

.ctus-pg .sidebar-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4236;
  letter-spacing: .01em
}

.ctus-pg .contact-cards {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ctus-pg .contact-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid #DEDCAA;
  box-shadow: 2px 3px 4px 0 #c69c4114;
  transition: box-shadow .55s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .contact-card:hover {
  box-shadow: 2px 5px 28px 0 #c69c411a;
  border-color: #C69C41
}

.ctus-pg .card-icon {
  width: 36px;
  height: 36px;
  background: #1e1a14;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ctus-pg .card-icon svg {
  display: block
}

.ctus-pg .card-body {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus-pg .card-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C69C41;
  line-height: 1.3
}

.ctus-pg .card-val {
  font-size: 14px;
  color: #1e1a14;
  line-height: 1.5;
  letter-spacing: .01em
}

.ctus-pg .card-val a {
  color: #1e1a14;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ctus-pg .card-val a:hover {
  color: #C69C41
}

.ctus-pg .geo-motif {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  padding: 12px 0 0
}

.ctus-pg .geo-motif .motif-dot {
  width: 6px;
  height: 6px;
  background: #C69C41;
  flex-shrink: 0
}

.ctus-pg .geo-motif .motif-dot.dim {
  background: #DEDCAA
}

.ctus-pg .geo-motif .motif-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #C69C41 0%, #DEDCAA 60%, transparent 100%)
}

.ctus-pg .cycle-text-zone {
  padding: 48px 24px;
  background: #1e1a14;
  border-top: 1px solid #DEDCAA;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  overflow: hidden
}

.ctus-pg .cycle-text-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #c69c4114 0%, transparent 65%);
  pointer-events: none;
  animation: vignette-breathe 7s ease-in-out infinite
}

.ctus-pg .cycle-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 360px;
  position: relative;
  z-index: 1
}

.ctus-pg .cycle-left .cycle-head {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff
}

.ctus-pg .cycle-left .cycle-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #c8bfa8;
  letter-spacing: .01em
}

.ctus-pg .cycle-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 1
}

.ctus-pg .cycle-words {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctus-pg .cycle-word {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #6b5f4a;
  line-height: 1.5;
  padding: 6px 12px;
  border-left: 2px solid transparent;
  transition: color .7s cubic-bezier(0.16, 1, 0.3, 1), border-color .7s cubic-bezier(0.16, 1, 0.3, 1);
  animation: word-cycle 5s ease-in-out infinite
}

.ctus-pg .cycle-word:nth-child(1) {
  animation-delay: 0s
}

.ctus-pg .cycle-word:nth-child(2) {
  animation-delay: 1.25s
}

.ctus-pg .cycle-word:nth-child(3) {
  animation-delay: 2.5s
}

.ctus-pg .cycle-word:nth-child(4) {
  animation-delay: 3.75s
}

@keyframes word-cycle {

  0%,
  20% {
    color: #C69C41;
    border-color: #C69C41
  }

  25%,
  95% {
    color: #6b5f4a;
    border-color: transparent
  }

  100% {
    color: #6b5f4a;
    border-color: transparent
  }
}

.ctus-pg .stat-row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap
}

.ctus-pg .stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start
}

.ctus-pg .stat-num {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #C69C41
}

.ctus-pg .stat-lbl {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a7d68;
  line-height: 1.3
}

.ctus-pg .geom-edge {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  overflow: hidden
}

.ctus-pg .geom-edge svg {
  display: block;
  height: 100%;
  width: 100%
}

@media (max-width: 1024px) {
  .ctus-pg .form-zone {
    grid-template-columns: 1fr
  }

  .ctus-pg .form-left {
    border-right: none;
    border-bottom: 1px solid #DEDCAA;
    padding: 48px 24px
  }

  .ctus-pg .form-right {
    padding: 48px 24px
  }

  .ctus-pg .cycle-text-zone {
    flex-direction: column;
    gap: 24px
  }

  .ctus-pg .stat-row {
    gap: 24px
  }
}

@media (max-width: 640px) {
  .ctus-pg .field-row {
    grid-template-columns: 1fr
  }

  .ctus-pg .radio-opts {
    flex-direction: column
  }

  .ctus-pg .pg-lead {
    padding: 48px 24px
  }

  .ctus-pg .geo-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .ctus-pg .geo-strip .addr-sep {
    display: none
  }

  .ctus-pg .stat-num {
    font-size: 36px
  }

  .ctus-pg .submit-btn {
    align-self: stretch;
    text-align: center
  }
}

@media (max-width: 360px) {

  .ctus-pg .form-left,
  .ctus-pg .form-right {
    padding: 24px 12px
  }

  .ctus-pg .cycle-text-zone {
    padding: 48px 12px
  }
}

.ld-pg {
  background: #fff;
  color: #1b1b1b;
  overflow-x: hidden
}

.ld-pg ::selection {
  background: #C69C41;
  color: #fff
}

.ld-pg a {
  color: #C69C41;
  text-decoration: none;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg a:hover {
  color: #DEDCAA
}

.ld-pg .pg-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.ld-pg .ttl-blk {
  background: #F0EFE6;
  padding: 48px 0;
  position: relative
}

.ld-pg .ttl-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 60%, #c69c4117 0%, transparent 70%);
  pointer-events: none
}

.ld-pg .ttl-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px
}

.ld-pg .ttl-frame {
  flex: 0 0 420px;
  position: relative
}

.ld-pg .ttl-frame-border {
  border: 2px solid #c69c414d;
  padding: 12px;
  background: #fff;
  box-shadow: 2px 5px 28px 0 #c69c411a
}

.ld-pg .ttl-img-wrap {
  overflow: hidden
}

.ld-pg .ttl-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px)
}

.ld-pg .ttl-img-wrap img.blurred-fg {
  filter: blur(1.5px)
}

.ld-pg .ttl-deco {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 80px;
  height: 80px;
  background: #c69c411f;
  border-radius: 0;
  pointer-events: none
}

.ld-pg .ttl-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px
}

.ld-pg .ttl-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C69C41;
  font-weight: 600
}

.ld-pg .ttl-h1 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: .01em;
  color: #1b1b1b;
  margin: 0
}

.ld-pg .ttl-h1 em {
  font-style: normal;
  color: #C69C41
}

.ld-pg .ttl-sub {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  max-width: 480px;
  margin: 0
}

.ld-pg .ttl-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #1b1b1b;
  border-bottom: 2px solid #C69C41;
  padding-bottom: 6px;
  width: fit-content;
  transition: color .55s cubic-bezier(0.16, 1, 0.3, 1), border-color .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .ttl-link:hover {
  color: #C69C41;
  border-color: #DEDCAA
}

.ld-pg .ttl-link svg {
  transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .ttl-link:hover svg {
  transform: translateX(6px)
}

.ld-pg .div-curve {
  display: block;
  width: 100%;
  line-height: 0
}

.ld-pg .creators {
  background: #fff;
  padding: 48px 0 24px
}

.ld-pg .creators-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start
}

.ld-pg .sec-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C69C41;
  font-weight: 600;
  margin-bottom: 12px
}

.ld-pg .creators-h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 24px;
  color: #1b1b1b
}

.ld-pg .creators-body {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0 0 24px
}

.ld-pg .creators-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ld-pg .creator-card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  background: #F0EFE6;
  border-radius: 0;
  box-shadow: 2px 3px 4px 0 #c69c4114;
  transition: box-shadow .6s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .creator-card:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.ld-pg .creator-port {
  width: 80px;
  height: 112px;
  flex-shrink: 0;
  overflow: hidden
}

.ld-pg .creator-port img {
  width: 80px;
  height: 112px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-pg .creator-info {
  flex: 1
}

.ld-pg .creator-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 6px;
  letter-spacing: .01em
}

.ld-pg .creator-role {
  font-size: 13px;
  color: #C69C41;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 12px
}

.ld-pg .creator-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #3a3a3a;
  margin: 0
}

.ld-pg .creators-img-wrap {
  margin-top: 24px;
  overflow: hidden;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  transition: box-shadow .7s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .creators-img-wrap:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.ld-pg .creators-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-pg .results {
  background: #F0EFE6;
  padding: 48px 0
}

.ld-pg .results-top {
  text-align: center;
  margin-bottom: 48px
}

.ld-pg .results-h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.3;
  color: #1b1b1b;
  margin: 0 0 12px
}

.ld-pg .results-intro {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3a;
  max-width: 560px;
  margin: 0 auto
}

.ld-pg .results-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.ld-pg .result-item {
  background: #fff;
  padding: 24px;
  border-radius: 0;
  border-top: 3px solid #C69C41;
  box-shadow: 2px 3px 4px 0 #c69c4114;
  transition: box-shadow .65s cubic-bezier(0.16, 1, 0.3, 1), transform .65s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative
}

.ld-pg .result-item:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a;
  transform: translateY(-4px)
}

.ld-pg .result-quote {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0 0 24px;
  font-style: italic
}

.ld-pg .result-author {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #C69C41
}

.ld-pg .result-context {
  font-size: 13px;
  color: #5a5a5a;
  margin-top: 6px
}

.ld-pg .results-img-strip {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.ld-pg .strip-img {
  overflow: hidden;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  transition: box-shadow .7s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .strip-img:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.ld-pg .strip-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-pg .ltv {
  background: #fff;
  padding: 48px 0
}

.ld-pg .ltv-layout {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.ld-pg .ltv-txt {
  flex: 1
}

.ld-pg .ltv-h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.3;
  color: #1b1b1b;
  margin: 0 0 24px
}

.ld-pg .ltv-body {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0 0 24px
}

.ld-pg .ltv-metrics {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px
}

.ld-pg .ltv-metric {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ld-pg .ltv-num {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #C69C41;
  letter-spacing: -.01em;
  flex-shrink: 0;
  min-width: 80px
}

.ld-pg .ltv-num sup {
  font-size: 20px;
  font-weight: 700;
  vertical-align: super;
  color: #DEDCAA
}

.ld-pg .ltv-metric-txt {
  padding-top: 6px
}

.ld-pg .ltv-metric-label {
  font-size: 14px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 6px
}

.ld-pg .ltv-metric-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #5a5a5a
}

.ld-pg .ltv-visual {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ld-pg .ltv-img {
  overflow: hidden;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  transition: box-shadow .75s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .ltv-img:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.ld-pg .ltv-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-pg .ltv-img.tall img {
  height: 360px
}

.ld-pg .appr {
  background: #1b1b1b;
  padding: 48px 0;
  position: relative
}

.ld-pg .appr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 70% 40%, #c69c4114 0%, transparent 65%);
  pointer-events: none
}

.ld-pg .appr-inner {
  position: relative
}

.ld-pg .appr-top {
  text-align: center;
  margin-bottom: 48px
}

.ld-pg .appr-label {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C69C41;
  font-weight: 600;
  margin-bottom: 12px
}

.ld-pg .appr-h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.3;
  color: #F0EFE6;
  margin: 0 0 12px
}

.ld-pg .appr-sub {
  font-size: 16px;
  line-height: 1.5;
  color: #a8a89a;
  max-width: 540px;
  margin: 0 auto
}

.ld-pg .appr-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.ld-pg .appr-step {
  padding: 24px;
  border-top: 2px solid #c69c4166;
  background: #c69c410a;
  border-radius: 0;
  transition: background .6s cubic-bezier(0.16, 1, 0.3, 1), border-color .6s cubic-bezier(0.16, 1, 0.3, 1);
  animation: step-appear .7s cubic-bezier(0.16, 1, 0.3, 1) both
}

.ld-pg .appr-step:nth-child(1) {
  animation-delay: .1s;
  animation-name: step-appear-1
}

.ld-pg .appr-step:nth-child(2) {
  animation-delay: .22s;
  animation-name: step-appear-2
}

.ld-pg .appr-step:nth-child(3) {
  animation-delay: .34s;
  animation-name: step-appear-3
}

@keyframes step-appear-1 {
  from {
    opacity: 0;
    transform: translateY(0px) rotate(-1.5deg)
  }

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

@keyframes step-appear-2 {
  from {
    opacity: 0;
    transform: translateY(12px) rotate(-1.5deg)
  }

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

@keyframes step-appear-3 {
  from {
    opacity: 0;
    transform: translateY(24px) rotate(-1.5deg)
  }

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

.ld-pg .appr-step:hover {
  background: #c69c411a;
  border-color: #C69C41
}

.ld-pg .appr-step-num {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #c69c4140;
  letter-spacing: -.02em;
  margin-bottom: 12px
}

.ld-pg .appr-step-h {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #F0EFE6;
  margin-bottom: 12px
}

.ld-pg .appr-step-p {
  font-size: 14px;
  line-height: 1.5;
  color: #a8a89a;
  margin: 0
}

.ld-pg .curve-conn {
  display: block;
  overflow: hidden
}

.ld-pg .gap-sec {
  background: #F0EFE6;
  padding: 48px 0
}

.ld-pg .gap-layout {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 48px;
  align-items: center
}

.ld-pg .gap-h2 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.3;
  color: #1b1b1b;
  margin: 0 0 24px
}

.ld-pg .gap-body {
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0 0 24px
}

.ld-pg .gap-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ld-pg .gap-list li {
  font-size: 14px;
  line-height: 1.5;
  color: #2e2e2e;
  padding-left: 24px;
  position: relative
}

.ld-pg .gap-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #C69C41;
  border-radius: 0
}

.ld-pg .gap-link-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.ld-pg .gap-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
  background: #C69C41;
  border-radius: 0;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 2px 5px 28px 0 #c69c411a;
  text-decoration: none
}

.ld-pg .gap-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #1b1b1b;
  transition: height .5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0
}

.ld-pg .gap-btn:hover::after {
  height: 100%
}

.ld-pg .gap-btn span {
  position: relative;
  z-index: 1;
  color: #fff
}

.ld-pg .gap-sec-link {
  font-size: 14px;
  color: #C69C41;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .gap-sec-link:hover {
  color: #1b1b1b
}

.ld-pg .gap-visual {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch
}

.ld-pg .gap-img-box {
  overflow: hidden;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  transition: box-shadow .7s cubic-bezier(0.16, 1, 0.3, 1)
}

.ld-pg .gap-img-box:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.ld-pg .gap-img-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld-pg .gap-stat-row {
  display: flex;
  flex-direction: row;
  gap: 12px
}

.ld-pg .gap-stat {
  flex: 1;
  background: #fff;
  padding: 24px 12px;
  text-align: center;
  box-shadow: 2px 3px 4px 0 #c69c4114
}

.ld-pg .gap-stat-num {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #C69C41;
  letter-spacing: -.01em
}

.ld-pg .gap-stat-num sup {
  font-size: 20px;
  vertical-align: super;
  color: #DEDCAA
}

.ld-pg .gap-stat-label {
  font-size: 13px;
  line-height: 1.3;
  color: #5a5a5a;
  margin-top: 6px
}

@media (max-width: 1024px) {
  .ld-pg .ttl-inner {
    flex-direction: column;
    gap: 24px
  }

  .ld-pg .ttl-frame {
    flex: none;
    width: 100%
  }

  .ld-pg .ttl-h1 {
    font-size: 52px
  }

  .ld-pg .creators-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ld-pg .results-cols {
    grid-template-columns: 1fr
  }

  .ld-pg .results-img-strip {
    grid-template-columns: 1fr
  }

  .ld-pg .ltv-layout {
    flex-direction: column
  }

  .ld-pg .ltv-visual {
    flex: none;
    width: 100%
  }

  .ld-pg .appr-steps {
    grid-template-columns: 1fr
  }

  .ld-pg .gap-layout {
    grid-template-columns: 1fr
  }
}

@media (max-width: 640px) {
  .ld-pg .ttl-h1 {
    font-size: 20px
  }

  .ld-pg .ttl-frame {
    flex: none
  }

  .ld-pg .pg-wrap {
    padding: 0 12px
  }

  .ld-pg .ttl-blk {
    padding: 24px 0
  }

  .ld-pg .creators {
    padding: 24px 0
  }

  .ld-pg .results {
    padding: 24px 0
  }

  .ld-pg .ltv {
    padding: 24px 0
  }

  .ld-pg .appr {
    padding: 24px 0
  }

  .ld-pg .gap-sec {
    padding: 24px 0
  }

  .ld-pg .gap-stat-row {
    flex-direction: column
  }

  .ld-pg .ltv-num {
    font-size: 20px;
    min-width: 48px
  }
}

@media (max-width: 360px) {
  .ld-pg .ttl-h1 {
    font-size: 20px
  }

  .ld-pg .pg-wrap {
    padding: 0 6px
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background-color: #F0EFE6
}

.success-pg .success-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 2px 12px 60px 0 #c69c411a;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  text-align: center
}

.success-pg .success-card .icon-wrap {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #DEDCAA;
  box-shadow: 2px 3px 4px 0 #c69c4114
}

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

.success-pg .success-card .success-heading {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: 700;
  color: #1b1710;
  margin: 0 0 12px;
  text-transform: uppercase
}

.success-pg .success-card .success-sub {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #3d3720;
  margin: 0 0 24px
}

.success-pg .success-card .success-divider {
  width: 48px;
  height: 3px;
  background: #C69C41;
  border-radius: 0;
  margin: 0 auto 24px
}

.success-pg .success-card .success-detail {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .01em;
  color: #5a5233;
  margin: 0 0 48px
}

.success-pg .success-card .success-detail strong {
  color: #1b1710
}

.success-pg .success-card .back-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  background: #C69C41;
  border-radius: 16px;
  padding: 12px 48px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 5px 28px 0 #c69c411a;
  transition: color .55s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.success-pg .success-card .back-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #1b1710;
  border-radius: 16px;
  transition: height .65s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0
}

.success-pg .success-card .back-link:hover::before {
  height: 100%
}

.success-pg .success-card .back-link:hover {
  box-shadow: 2px 12px 60px 0 #c69c411a
}

.success-pg .success-card .back-link span {
  position: relative;
  z-index: 1
}

.success-pg .success-card .back-link:focus-visible {
  outline: 2px solid #C69C41;
  outline-offset: 4px
}

@media (max-width: 640px) {
  .success-pg .success-card {
    padding: 48px 24px
  }

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