body {
  margin: 0;
  position: relative;
  min-height: 100vh
}

.pg-frame {
  box-sizing: border-box;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.site-head {
  background: #fff;
  border-bottom: 2px solid #C9DCD8;
  box-shadow: 0 6px 25px -2px #b1aa3817;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 100
}

.head-strip {
  background: linear-gradient(90deg, #B1AA38 0%, #B03582 100%);
  height: 4px;
  width: 100%
}

.head-body {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  min-height: 72px
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 32px;
  border-right: 1.5px solid #C9DCD8;
  flex-shrink: 0;
  text-decoration: none
}

.brand-img-box {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  border: 1.5px solid #B1AA38;
  box-shadow: 0 2px 3px -2px #b1aa380d 0 6px 25px -2px #b1aa3817;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0
}

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

.brand-label {
  font-family: 'Inconsolata', monospace;
  font-size: 17px;
  font-weight: 700;
  color: #1a1500;
  letter-spacing: -.02em;
  line-height: 1.1
}

.brand-label span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #B03582;
  letter-spacing: .01em;
  line-height: 1.3
}

.head-nav-area {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 32px;
  gap: 4px
}

.head-nav-area a {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 600;
  color: #2a2200;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  line-height: 1.3;
  transition: background-color .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px
}

.head-nav-area a:hover {
  background: #C9DCD8;
  color: #1a1500
}

.head-nav-area a:focus {
  outline: 3px solid;
  outline-color: #B1AA38;
  outline-offset: 2px
}

.head-nav-area a.nav-active {
  background: linear-gradient(135deg, #B1AA38 0%, #B03582 100%);
  color: #fff
}

.head-notice {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 32px;
  border-left: 1.5px solid #C9DCD8;
  gap: 8px;
  flex-shrink: 0
}

.notice-badge {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 600;
  color: #B03582;
  background: #fff0f8;
  border: 1.5px solid #B03582;
  border-radius: 30px;
  padding: 4px 16px;
  line-height: 1.6;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px
}

.notice-badge i {
  font-size: 14px;
  flex-shrink: 0
}

.site-foot {
  background: #fff;
  border-top: 2px solid #C9DCD8;
  padding-top: 32px;
  padding-bottom: 32px
}

.foot-inner {
  box-sizing: border-box;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

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

.foot-legal a {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  color: #2a2200;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1.6;
  transition: color .1s ease-in, background-color .1s ease-in;
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.foot-legal a:hover {
  color: #B03582;
  background: #fff0f8
}

.foot-legal a:focus {
  outline: 3px solid #B1AA38;
  outline-offset: 2px
}

.foot-sep {
  width: 4px;
  height: 4px;
  border-radius: 30px;
  background: #C9DCD8;
  display: inline-block;
  flex-shrink: 0
}

.foot-copy {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  color: #5a5200;
  line-height: 1.6;
  text-align: center
}

.foot-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px
}

.foot-logo-img {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 1.5px solid #C9DCD8;
  box-shadow: 0 2px 3px -2px #b035820d;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

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

.ck-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #fff;
  border-bottom: 2px solid #C9DCD8;
  box-shadow: 0 6px 25px -2px #b0358217
}

.ck-bar-inner {
  box-sizing: border-box;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap
}

.ck-icon-area {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, #B1AA38 0%, #B03582 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.ck-icon-area i {
  color: #fff;
  font-size: 17px
}

.ck-text-col {
  flex: 1;
  min-width: 200px
}

.ck-choice {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 600;
  color: #2a2200;
  line-height: 1.3;
  margin-bottom: 4px
}

.ck-context {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  color: #5a5200;
  line-height: 1.6
}

.ck-cats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px
}

.ck-cat-row {
  display: flex;
  align-items: center;
  gap: 8px
}

.ck-cat-row label {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 400;
  color: #2a2200;
  line-height: 1.6;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px
}

.ck-cat-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #B1AA38;
  cursor: pointer;
  flex-shrink: 0
}

.ck-cat-row input[type="checkbox"]:disabled {
  opacity: .6;
  cursor: not-allowed
}

.ck-always {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 600;
  color: #B1AA38;
  margin-left: auto
}

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

.ck-btn-accept {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #B1AA38 0%, #B03582 100%);
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  min-width: 100px;
  transition: opacity .12s cubic-bezier(0.4, 0, 1, 1);
  line-height: 1.3
}

.ck-btn-accept:hover {
  opacity: .88
}

.ck-btn-accept:focus {
  outline: 3px solid #B1AA38;
  outline-offset: 2px
}

.ck-btn-reject {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 600;
  color: #2a2200;
  background: #fff;
  border: 1.5px solid #C9DCD8;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  min-width: 100px;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background-color .12s cubic-bezier(0.4, 0, 1, 1);
  line-height: 1.3
}

.ck-btn-reject:hover {
  border-color: #B03582;
  background: #fff0f8
}

.ck-btn-reject:focus {
  outline: 3px solid #B1AA38;
  outline-offset: 2px
}

.ck-mini {
  display: none;
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 1999;
  background: #fff;
  border: 1.5px solid #C9DCD8;
  border-radius: 30px;
  box-shadow: 0 6px 25px -2px #b0358217;
  padding: 8px 16px;
  align-items: center;
  gap: 8px
}

.ck-mini-btn {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  font-weight: 600;
  color: #B03582;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  min-height: 44px;
  transition: background-color .1s ease-in;
  display: flex;
  align-items: center;
  gap: 8px
}

.ck-mini-btn:hover {
  background: #fff0f8
}

.ck-mini-btn:focus {
  outline: 3px solid #B1AA38;
  outline-offset: 2px
}

@media (max-width: 1024px) {
  .head-body {
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 16px
  }

  .head-notice {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
    padding-top: 8px;
    border-top: 1px solid #C9DCD8
  }

  .head-nav-area {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 4px
  }

  .brand-block {
    padding-right: 16px
  }
}

@media (max-width: 768px) {
  .pg-frame {
    padding-left: 16px;
    padding-right: 16px
  }

  .head-body {
    padding-left: 16px;
    padding-right: 16px
  }

  .brand-block {
    border-right: none;
    padding-right: 0;
    width: 100%
  }

  .head-nav-area {
    width: 100%;
    border-top: 1px solid #C9DCD8;
    padding-top: 8px
  }

  .foot-inner {
    padding-left: 16px;
    padding-right: 16px
  }

  .ck-bar-inner {
    padding: 16px
  }

  .ck-mini {
    left: 16px;
    bottom: 16px
  }
}

@media (max-width: 480px) {
  .head-nav-area a {
    font-size: 14px;
    padding: 8px
  }

  .foot-legal {
    flex-direction: column;
    align-items: center
  }

  .foot-sep {
    display: none
  }

  .notice-badge {
    font-size: 14px;
    padding: 4px 8px
  }

  .ck-btns {
    width: 100%;
    justify-content: stretch
  }

  .ck-btn-accept,
  .ck-btn-reject {
    flex: 1
  }
}

.dym-legal-area {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 64px 32px
}

.dym-legal-area ul,
.dym-legal-area ol {
  margin-bottom: 32px;
  margin-top: 16px;
  padding-left: 32px
}

.dym-legal-area ul {
  list-style-type: disc
}

.dym-legal-area ol {
  list-style-type: decimal
}

.dym-legal-area ul ul,
.dym-legal-area ol ol,
.dym-legal-area ul ol,
.dym-legal-area ol ul {
  margin-bottom: 8px;
  margin-top: 8px
}

.dym-legal-area li {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 4px
}

.dym-legal-area li::marker {
  color: #B1AA38
}

.dym-legal-area a {
  border-bottom: 1px solid #B1AA38;
  color: #7a5e00;
  padding-bottom: 1px;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-bottom-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.dym-legal-area a:hover {
  border-bottom-color: #B03582;
  color: #7a1255
}

.dym-legal-area a:focus-visible {
  border-radius: 6px;
  outline: 2px solid #B03582;
  outline-offset: 2px
}

.dym-legal-area table {
  border-collapse: collapse;
  border-radius: 11px;
  box-shadow: 0 6px 25px -2px #b1aa3817;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 32px;
  margin-top: 32px;
  overflow: hidden;
  width: 100%
}

.dym-legal-area thead {
  background-color: #B1AA38
}

.dym-legal-area thead th {
  color: #1e1a00;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 16px;
  text-align: left;
  text-transform: uppercase
}

.dym-legal-area tbody tr {
  border-bottom: 1px solid #C9DCD8;
  transition: background-color .1s ease-in
}

.dym-legal-area tbody tr:last-child {
  border-bottom: none
}

.dym-legal-area tbody tr:nth-child(even) {
  background-color: #f4f8f7
}

.dym-legal-area tbody tr:hover {
  background-color: #eaf2f0
}

.dym-legal-area th,
.dym-legal-area td {
  padding: 16px;
  vertical-align: top
}

.dym-legal-area td {
  color: #1a1400;
  font-size: 17px;
  line-height: 1.6
}

.dym-legal-area hr {
  background: linear-gradient(90deg, #B1AA38 0%, #C9DCD8 60%, transparent 100%);
  border: none;
  border-radius: 30px;
  height: 2px;
  margin-bottom: 32px;
  margin-top: 32px
}

.dym-legal-area div {
  box-sizing: border-box
}

.dym-legal-area div+div {
  margin-top: 16px
}

@media (max-width: 1024px) {
  .dym-legal-area {
    padding: 64px 32px
  }
}

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

  .dym-legal-area table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .dym-legal-area th,
  .dym-legal-area td {
    padding: 8px 16px
  }

  .dym-legal-area ul,
  .dym-legal-area ol {
    padding-left: 16px
  }
}

@media (max-width: 480px) {
  .dym-legal-area {
    padding: 32px 8px
  }

  .dym-legal-area li {
    font-size: 17px;
    line-height: 1.6
  }

  .dym-legal-area td {
    font-size: 14px
  }

  .dym-legal-area thead th {
    font-size: 14px
  }
}

.fst {
  overflow-x: hidden
}

.fst .pg-reveal {
  animation: diag-reveal .16s cubic-bezier(0.4, 0, 1, 1) both
}

@keyframes diag-reveal {
  from {
    opacity: 0;
    transform: translate(-18px, -18px)
  }

  to {
    opacity: 1;
    transform: translate(0, 0)
  }
}

.fst .pg-reveal--delay {
  animation-delay: .1s
}

.fst .pg-reveal--delay2 {
  animation-delay: .16s
}

::selection {
  background: #B03582;
  color: #fff
}

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

.fst .divider-shape__line {
  height: 1px;
  width: 64px;
  background: #C9DCD8
}

.fst .divider-shape__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B1AA38;
  border: 2px solid #fff;
  box-shadow: 0 2px 3px -2px #b1aa380d 0 6px 25px -2px #b1aa3817
}

.fst .divider-shape__sq {
  width: 6px;
  height: 6px;
  background: #B03582;
  transform: rotate(45deg)
}

.fst .shake-el {
  animation: gentle-shake 4s cubic-bezier(0.4, 0, 1, 1) 2s infinite
}

@keyframes gentle-shake {

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

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

  93% {
    transform: translateX(3px)
  }

  96% {
    transform: translateX(-2px)
  }

  99% {
    transform: translateX(1px)
  }
}

.fst .title-blk {
  position: relative;
  background: linear-gradient(118deg, #B1AA38 0%, #C9DCD8 48%, #fff 100%);
  padding: 64px 0;
  overflow: hidden
}

.fst .title-blk__shapes {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.fst .title-blk__shape {
  position: absolute;
  border-radius: 46px;
  border: 2px solid #b0358221
}

.fst .title-blk__shape--a {
  width: 280px;
  height: 280px;
  top: -64px;
  right: 120px;
  transform: rotate(18deg)
}

.fst .title-blk__shape--b {
  width: 160px;
  height: 160px;
  bottom: -32px;
  right: 32px;
  border-color: #b1aa382e;
  transform: rotate(-12deg)
}

.fst .title-blk__shape--c {
  width: 96px;
  height: 96px;
  top: 32px;
  left: 40%;
  border-color: #c9dcd866;
  border-radius: 30px;
  transform: rotate(30deg)
}

.fst .title-blk__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.fst .title-blk__text {
  flex: 1;
  min-width: 0
}

.fst .title-blk__label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #4a3a00;
  margin-bottom: 16px;
  font-weight: 600
}

.fst .title-blk__h1 {
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1b1600;
  margin-bottom: 32px;
  font-weight: 700
}

.fst .title-blk__h1 .grad-word {
  background: linear-gradient(100deg, #B03582 0%, #B1AA38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.fst .title-blk__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #4a3a00;
  text-decoration: none;
  border-bottom: 2px solid #B1AA38;
  padding-bottom: 4px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s ease-in
}

.fst .title-blk__link:hover {
  color: #B03582;
  border-color: #B03582
}

.fst .title-blk__link:focus {
  outline: 2px solid #B03582;
  outline-offset: 4px
}

.fst .title-blk__img-col {
  width: 420px;
  flex-shrink: 0;
  position: relative;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 6px 25px -2px #b1aa3817 0 12px 60px -2px #b1aa3824
}

.fst .title-blk__img-col img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block
}

.fst .title-blk__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #b1aa3873 0%, transparent 60%)
}

.fst .voices-blk {
  background: #fff;
  padding: 96px 0 64px
}

.fst .voices-blk__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.fst .voices-blk__top {
  margin-bottom: 64px;
  text-align: center
}

.fst .voices-blk__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #B03582;
  font-weight: 600;
  margin-bottom: 8px
}

.fst .voices-blk__h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b1600;
  font-weight: 700
}

.fst .voices-blk__h2 .grad-word {
  background: linear-gradient(100deg, #B1AA38 0%, #B03582 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

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

.fst .voice-card {
  background: #fff;
  border-radius: 11px;
  padding: 32px;
  border-top: 4px solid #B1AA38;
  box-shadow: 0 2px 3px -2px #b1aa380d 0 6px 25px -2px #b1aa3817;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.fst .voice-card:hover {
  box-shadow: 0 6px 25px -2px #b1aa3817 0 12px 60px -2px #b1aa3824
}

.fst .voice-card--accent {
  border-top-color: #B03582
}

.fst .voice-card--teal {
  border-top-color: #5a9a8e
}

.fst .voice-card__quote {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2000
}

.fst .voice-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: auto
}

.fst .voice-card__portrait {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.fst .voice-card__portrait img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
  display: block
}

.fst .voice-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: linear-gradient(135deg, #C9DCD8 0%, #B1AA38 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.fst .voice-card__avatar--pink {
  background: linear-gradient(135deg, #C9DCD8 0%, #B03582 100%)
}

.fst .voice-card__avatar-letter {
  font-size: 17px;
  font-weight: 700;
  color: #fff
}

.fst .voice-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #1b1600
}

.fst .voice-card__role {
  font-size: 14px;
  color: #5a5000;
  line-height: 1.3
}

.fst .voice-card__before-after {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 14px
}

.fst .voice-card__before {
  background: #f5f0e0;
  border-radius: 6px;
  padding: 8px;
  flex: 1;
  color: #3a3000;
  line-height: 1.3
}

.fst .voice-card__after {
  background: #e8f5f0;
  border-radius: 6px;
  padding: 8px;
  flex: 1;
  color: #1a3a30;
  line-height: 1.3
}

.fst .voice-card__ba-label {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px
}

.fst .invest-blk {
  background: linear-gradient(105deg, #B1AA38 0%, #C9DCD8 55%, #f0ede0 100%);
  padding: 64px 0
}

.fst .invest-blk__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start
}

.fst .invest-blk__left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.fst .invest-blk__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #3a3000;
  font-weight: 600
}

.fst .invest-blk__h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b1600;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em
}

.fst .invest-blk__desc {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2000
}

.fst .invest-blk__img {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 6px 25px -2px #b1aa3817 0 12px 60px -2px #b1aa3824
}

.fst .invest-blk__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
  display: block
}

.fst .invest-blk__right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.fst .invest-item {
  background: #ffffffb8;
  border-radius: 11px;
  padding: 24px 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 3px -2px #b1aa380d;
  border-top: 3px solid transparent;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .15s ease-in
}

.fst .invest-item:hover {
  border-top-color: #B1AA38;
  background: #ffffffeb
}

.fst .invest-item__num {
  font-size: 38px;
  font-weight: 700;
  color: #B1AA38;
  line-height: 1.1;
  flex-shrink: 0;
  width: 48px
}

.fst .invest-item__body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.fst .invest-item__label {
  font-size: 17px;
  font-weight: 700;
  color: #1b1600;
  line-height: 1.3
}

.fst .invest-item__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3000
}

.fst .gap-blk {
  background: #fff;
  padding: 96px 0
}

.fst .gap-blk__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.fst .gap-blk__top {
  margin-bottom: 64px
}

.fst .gap-blk__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #B03582;
  font-weight: 600;
  margin-bottom: 8px
}

.fst .gap-blk__h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b1600;
  font-weight: 700
}

.fst .gap-blk__h2 .grad-word {
  background: linear-gradient(100deg, #B03582 0%, #B1AA38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.fst .gap-blk__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start
}

.fst .gap-blk__img-wrap {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 6px 25px -2px #b0358217 0 12px 60px -2px #b0358224
}

.fst .gap-blk__img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block
}

.fst .gap-blk__right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

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

.fst .gap-pair__row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.fst .gap-pair__col {
  flex: 1;
  border-radius: 6px;
  padding: 16px
}

.fst .gap-pair__col--now {
  background: #f5f0e0;
  border-radius: 6px
}

.fst .gap-pair__col--then {
  background: #ede8f5;
  border-radius: 6px
}

.fst .gap-pair__label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
  display: block
}

.fst .gap-pair__label--now {
  color: #7a6000
}

.fst .gap-pair__label--then {
  color: #6a1060
}

.fst .gap-pair__text {
  font-size: 14px;
  line-height: 1.6;
  color: #2a2000
}

.fst .gap-blk__para {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2000
}

.fst .team-blk {
  background: linear-gradient(108deg, #C9DCD8 0%, #f5f0e0 60%, #fff 100%);
  padding: 96px 0 64px
}

.fst .team-blk__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.fst .team-blk__top {
  text-align: center;
  margin-bottom: 64px
}

.fst .team-blk__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #3a3000;
  font-weight: 600;
  margin-bottom: 8px
}

.fst .team-blk__h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #1b1600;
  font-weight: 700
}

.fst .team-blk__h2 .grad-word {
  background: linear-gradient(100deg, #B1AA38 0%, #B03582 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.fst .team-blk__featured {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 6px 25px -2px #b1aa3817 0 12px 60px -2px #b1aa3824;
  margin-bottom: 32px;
  position: relative
}

.fst .team-blk__featured-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B1AA38 0%, #B03582 50%, #C9DCD8 100%);
  z-index: 1
}

.fst .team-member {
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid #e8e4d0;
  transition: background .13s cubic-bezier(0.4, 0, 1, 1)
}

.fst .team-member:last-child {
  border-right: none
}

.fst .team-member:hover {
  background: #fafaf0
}

.fst .team-member__portrait-wrap {
  width: 80px;
  height: 112px;
  overflow: hidden;
  flex-shrink: 0
}

.fst .team-member__portrait-wrap img {
  width: 80px;
  height: 112px;
  object-fit: cover;
  object-position: center;
  display: block
}

.fst .team-member__avatar {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff
}

.fst .team-member__avatar--olive {
  background: linear-gradient(135deg, #B1AA38 0%, #7a7820 100%)
}

.fst .team-member__avatar--pink {
  background: linear-gradient(135deg, #B03582 0%, #7a1060 100%)
}

.fst .team-member__name {
  font-size: 17px;
  font-weight: 700;
  color: #1b1600;
  line-height: 1.3
}

.fst .team-member__role {
  font-size: 14px;
  color: #B03582;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.fst .team-member__bio {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3000
}

.fst .team-blk__extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.fst .team-extra-card {
  background: #fff;
  border-radius: 11px;
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  box-shadow: 0 2px 3px -2px #b1aa380d 0 6px 25px -2px #b1aa3817
}

.fst .team-extra-card__img {
  width: 120px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.fst .team-extra-card__img img {
  width: 120px;
  height: 160px;
  object-fit: cover;
  object-position: center;
  display: block
}

.fst .team-extra-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.fst .team-extra-card__name {
  font-size: 17px;
  font-weight: 700;
  color: #1b1600
}

.fst .team-extra-card__role {
  font-size: 14px;
  color: #B1AA38;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em
}

.fst .team-extra-card__bio {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3000
}

@media (max-width: 1024px) {
  .fst .title-blk__h1 {
    font-size: 38px
  }

  .fst .title-blk__img-col {
    width: 320px
  }

  .fst .voices-blk__grid {
    grid-template-columns: 1fr 1fr
  }

  .fst .invest-blk__inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .fst .gap-blk__layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .fst .team-blk__featured {
    grid-template-columns: 1fr
  }

  .fst .team-member {
    border-right: none;
    border-bottom: 1px solid #e8e4d0
  }

  .fst .team-blk__extra {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .fst .title-blk__inner {
    flex-direction: column;
    gap: 32px
  }

  .fst .title-blk__img-col {
    width: 100%
  }

  .fst .title-blk__h1 {
    font-size: 28px
  }

  .fst .voices-blk__grid {
    grid-template-columns: 1fr
  }

  .fst .voices-blk__h2 {
    font-size: 28px
  }

  .fst .invest-blk__h2 {
    font-size: 28px
  }

  .fst .gap-blk__h2 {
    font-size: 28px
  }

  .fst .team-blk__h2 {
    font-size: 28px
  }

  .fst .team-extra-card {
    flex-direction: column
  }

  .fst .team-extra-card__img {
    width: 100%;
    height: 200px
  }

  .fst .team-extra-card__img img {
    width: 100%;
    height: 200px
  }

  .fst .gap-pair__row {
    flex-direction: column
  }
}

@media (max-width: 480px) {
  .fst .title-blk {
    padding: 32px 0
  }

  .fst .title-blk__inner {
    padding: 0 16px
  }

  .fst .voices-blk__inner,
  .fst .invest-blk__inner,
  .fst .gap-blk__inner,
  .fst .team-blk__inner {
    padding: 0 16px
  }

  .fst .voices-blk {
    padding: 64px 0 32px
  }

  .fst .gap-blk {
    padding: 64px 0
  }

  .fst .team-blk {
    padding: 64px 0 32px
  }

  .fst .invest-item {
    padding: 16px
  }

  .fst .voice-card__before-after {
    flex-direction: column
  }
}

.abt {
  overflow-x: clip
}

.abt .pg-top {
  background: linear-gradient(135deg, #C9DCD8 0%, #e8f0ee 40%, #f5f0d8 75%, #ede8b8 100%);
  padding: 96px 32px;
  position: relative
}

.abt .pg-top::after {
  background: #fff;
  bottom: -1px;
  content: "";
  height: 48px;
  left: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 48'%3E%3Cpath d='M0 48 Q30 0 60 48 Q90 0 120 48 Q150 0 180 48 Q210 0 240 48 Q270 0 300 48 Q330 0 360 48 Q390 0 420 48 Q450 0 480 48 Q510 0 540 48 Q570 0 600 48 Q630 0 660 48 Q690 0 720 48 Q750 0 780 48 Q810 0 840 48 Q870 0 900 48 Q930 0 960 48 Q990 0 1020 48 Q1050 0 1080 48 Q1110 0 1140 48 Q1170 0 1200 48 Z' fill='white'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 48'%3E%3Cpath d='M0 48 Q30 0 60 48 Q90 0 120 48 Q150 0 180 48 Q210 0 240 48 Q270 0 300 48 Q330 0 360 48 Q390 0 420 48 Q450 0 480 48 Q510 0 540 48 Q570 0 600 48 Q630 0 660 48 Q690 0 720 48 Q750 0 780 48 Q810 0 840 48 Q870 0 900 48 Q930 0 960 48 Q990 0 1020 48 Q1050 0 1080 48 Q1110 0 1140 48 Q1170 0 1200 48 Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2
}

.abt .pg-top__frame {
  margin: 0 auto;
  max-width: 1320px;
  position: relative
}

.abt .pg-top__dec {
  opacity: .35;
  position: absolute;
  right: 0;
  top: -32px
}

.abt .pg-top__dec span {
  background: #B1AA38;
  border-radius: 30px;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  transform-origin: right center
}

.abt .pg-top__dec span:nth-child(1) {
  width: 80px
}

.abt .pg-top__dec span:nth-child(2) {
  width: 56px
}

.abt .pg-top__dec span:nth-child(3) {
  width: 96px
}

.abt .pg-top__dec span:nth-child(4) {
  width: 64px
}

.abt .pg-top__dec span:nth-child(5) {
  width: 72px
}

.abt .pg-top__eyebrow {
  color: #B03582;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase
}

.abt .pg-top__h1 {
  color: #1b1b1b;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-bottom: 8px;
  max-width: 780px
}

.abt .pg-top__h1 .grad {
  background: linear-gradient(120deg, #B1AA38 0%, #B03582 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abt .pg-top__sub {
  color: #2c2c2c;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -.01em;
  line-height: 1.3;
  margin-bottom: 32px;
  max-width: 560px
}

.abt .pg-top__meta {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 32px
}

.abt .pg-top__stat {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt .pg-top__stat-num {
  color: #B1AA38;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1
}

.abt .pg-top__stat-lbl {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6
}

.abt .pg-top__divider {
  background: #B1AA38;
  height: 32px;
  opacity: .2;
  width: 1px
}

@keyframes abt-rotin {
  from {
    opacity: 0;
    transform: rotate(-5deg) translateY(24px)
  }

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

.abt .pg-top__h1 {
  animation: abt-rotin .16s cubic-bezier(0.4, 0, 1, 1) both
}

.abt .pg-top__sub {
  animation: abt-rotin .14s .08s cubic-bezier(0.4, 0, 1, 1) both
}

.abt .pg-top__meta {
  animation: abt-rotin .13s .13s cubic-bezier(0.4, 0, 1, 1) both
}

.abt .story {
  background: #fff;
  padding: 96px 32px 64px
}

.abt .story__frame {
  margin: 0 auto;
  max-width: 1320px
}

.abt .story__grid {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1fr
}

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

.abt .story__imgs {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto
}

.abt .story__img-wrap {
  border: 3px solid #C9DCD8;
  border-radius: 11px;
  box-shadow: 0 6px 25px -2px #b1aa3817;
  overflow: hidden;
  position: relative
}

.abt .story__img-wrap--tall {
  grid-row: span 2
}

.abt .story__img-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.abt .story__img-wrap--tall img {
  height: 340px
}

.abt .story__img-wrap--sm img {
  height: 160px
}

.abt .story__img-accent {
  background: linear-gradient(135deg, #B1AA38 0%, #B03582 100%);
  border-radius: 11px;
  bottom: -8px;
  box-shadow: 8px 8px 0 0 #C9DCD8;
  height: 48px;
  opacity: .18;
  pointer-events: none;
  position: absolute;
  right: -8px;
  width: 48px
}

.abt .story__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center
}

.abt .story__label {
  color: #B1AA38;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
  text-transform: uppercase
}

.abt .story__h2 {
  color: #1b1b1b;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.3;
  margin-bottom: 0
}

.abt .story__h2 .grad {
  background: linear-gradient(120deg, #B1AA38 0%, #B03582 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abt .story__body {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 1.9
}

.abt .story__body p {
  margin-bottom: 16px
}

.abt .story__body p:last-child {
  margin-bottom: 0
}

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

.abt .story__pillar {
  align-items: flex-start;
  background: #f7f9f8;
  border-radius: 11px;
  box-shadow: 0 2px 3px -2px #b1aa380d;
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px;
  transition: box-shadow .12s cubic-bezier(0.4, 0, 1, 1)
}

.abt .story__pillar:hover {
  box-shadow: 0 6px 25px -2px #b1aa3817
}

.abt .story__pillar-icon {
  align-items: center;
  background: linear-gradient(135deg, #B1AA38 0%, #B03582 100%);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  width: 40px
}

.abt .story__pillar-txt {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt .story__pillar-name {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.3;
  text-transform: uppercase
}

.abt .story__pillar-desc {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6
}

.abt .about-deep {
  background: linear-gradient(160deg, #f5f3e0 0%, #faf8f0 50%, #ede8f5 100%);
  padding: 64px 32px 96px;
  position: relative
}

.abt .about-deep::before {
  background: linear-gradient(160deg, #f5f3e0 0%, #faf8f0 50%, #ede8f5 100%);
  content: "";
  height: 48px;
  left: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 48'%3E%3Cpath d='M0 0 Q30 48 60 0 Q90 48 120 0 Q150 48 180 0 Q210 48 240 0 Q270 48 300 0 Q330 48 360 0 Q390 48 420 0 Q450 48 480 0 Q510 48 540 0 Q570 48 600 0 Q630 48 660 0 Q690 48 720 0 Q750 48 780 0 Q810 48 840 0 Q870 48 900 0 Q930 48 960 0 Q990 48 1020 0 Q1050 48 1080 0 Q1110 48 1140 0 Q1170 48 1200 0 L1200 48 L0 48 Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 48'%3E%3Cpath d='M0 0 Q30 48 60 0 Q90 48 120 0 Q150 48 180 0 Q210 48 240 0 Q270 48 300 0 Q330 48 360 0 Q390 48 420 0 Q450 48 480 0 Q510 48 540 0 Q570 48 600 0 Q630 48 660 0 Q690 48 720 0 Q750 48 780 0 Q810 48 840 0 Q870 48 900 0 Q930 48 960 0 Q990 48 1020 0 Q1050 48 1080 0 Q1110 48 1140 0 Q1170 48 1200 0 L1200 48 L0 48 Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  top: -47px;
  width: 100%;
  z-index: 1
}

.abt .about-deep__frame {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  z-index: 2
}

.abt .about-deep__top {
  margin-bottom: 64px;
  text-align: center
}

.abt .about-deep__label {
  color: #B03582;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase
}

.abt .about-deep__h2 {
  color: #1b1b1b;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
  margin-bottom: 16px
}

.abt .about-deep__h2 .grad {
  background: linear-gradient(120deg, #B1AA38 0%, #B03582 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.abt .about-deep__lead {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 640px
}

.abt .about-deep__cols {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 64px
}

.abt .deep-card {
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 6px 25px -2px #b0358217;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  position: relative;
  transition: box-shadow .15s ease-in
}

.abt .deep-card:hover {
  box-shadow: 0 12px 60px -2px #b0358224
}

.abt .deep-card__num {
  color: #B1AA38;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
  opacity: .22;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 16px
}

.abt .deep-card__ico {
  align-items: center;
  background: linear-gradient(135deg, #C9DCD8 0%, #e0ede9 100%);
  border-radius: 6px;
  color: #1b1b1b;
  display: flex;
  flex-direction: row;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  width: 44px
}

.abt .deep-card__h {
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.3;
  text-transform: uppercase
}

.abt .deep-card__p {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 1.9
}

.abt .about-deep__bottom {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr
}

.abt .about-deep__img-side {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt .about-deep__img-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr
}

.abt .abt-img {
  border: 3px solid #C9DCD8;
  border-radius: 11px;
  box-shadow: 6px 6px 0 0 #C9DCD8;
  display: block;
  object-fit: cover;
  width: 100%
}

.abt .abt-img--tall {
  height: 260px
}

.abt .abt-img--sq {
  height: 190px
}

.abt .about-deep__txt-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center
}

.abt .about-deep__h3 {
  color: #1b1b1b;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3
}

.abt .about-deep__p {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 1.9
}

.abt .about-deep__team {
  align-items: center;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 3px -2px #b1aa380d;
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px
}

.abt .about-deep__portrait {
  border-radius: 0;
  flex-shrink: 0;
  height: 80px;
  object-fit: cover;
  object-position: center;
  width: 80px
}

.abt .about-deep__person {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt .about-deep__pname {
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3
}

.abt .about-deep__prole {
  color: #B03582;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6
}

.abt .about-deep__pquote {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6
}

.abt .about-deep__dec {
  bottom: 32px;
  left: 0;
  opacity: .25;
  pointer-events: none;
  position: absolute
}

.abt .about-deep__dec span {
  background: #B03582;
  border-radius: 30px;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  transform-origin: left center
}

.abt .about-deep__dec span:nth-child(1) {
  width: 64px
}

.abt .about-deep__dec span:nth-child(2) {
  width: 40px
}

.abt .about-deep__dec span:nth-child(3) {
  width: 80px
}

.abt .about-deep__dec span:nth-child(4) {
  width: 48px
}

@keyframes abt-rotin2 {
  from {
    opacity: 0;
    transform: rotate(4deg) translateY(16px)
  }

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

.abt .about-deep__top {
  animation: abt-rotin2 .17s cubic-bezier(0.4, 0, 1, 1) both
}

@media (max-width: 1024px) {
  .abt .pg-top__h1 {
    font-size: 54px
  }

  .abt .story__grid {
    gap: 32px;
    grid-template-columns: 1fr
  }

  .abt .story__imgs {
    grid-template-columns: 1fr 1fr
  }

  .abt .story__img-wrap--tall img {
    height: 260px
  }

  .abt .about-deep__cols {
    grid-template-columns: 1fr 1fr
  }

  .abt .about-deep__bottom {
    grid-template-columns: 1fr
  }

  .abt .about-deep__h2 {
    font-size: 38px
  }
}

@media (max-width: 768px) {
  .abt .pg-top {
    padding: 64px 16px
  }

  .abt .pg-top__h1 {
    font-size: 38px
  }

  .abt .pg-top__sub {
    font-size: 17px
  }

  .abt .pg-top__meta {
    flex-direction: column;
    gap: 16px
  }

  .abt .pg-top__divider {
    height: 1px;
    width: 32px
  }

  .abt .story {
    padding: 64px 16px 48px
  }

  .abt .about-deep {
    padding: 48px 16px 64px
  }

  .abt .about-deep__cols {
    grid-template-columns: 1fr
  }

  .abt .about-deep__img-row {
    grid-template-columns: 1fr 1fr
  }

  .abt .about-deep__h2 {
    font-size: 28px
  }
}

@media (max-width: 480px) {
  .abt .pg-top__h1 {
    font-size: 28px
  }

  .abt .story__imgs {
    grid-template-columns: 1fr
  }

  .abt .story__img-wrap--tall {
    grid-row: auto
  }

  .abt .story__img-wrap--tall img {
    height: 220px
  }

  .abt .about-deep__img-row {
    grid-template-columns: 1fr
  }

  .abt .abt-img--sq {
    height: 180px
  }
}

.ct-us {
  background: #fff;
  overflow-x: clip;
  padding: 0
}

.ct-us .reach__bg {
  background: linear-gradient(112deg, #B1AA38 0%, #B03582 100%);
  padding: 64px 16px;
  position: relative;
  overflow: hidden
}

.ct-us .reach__bg::before {
  background: linear-gradient(112deg, #b1aa382e 0%, #b0358238 100%);
  border-radius: 46px;
  content: "";
  height: 320px;
  pointer-events: none;
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px
}

.ct-us .reach__bg::after {
  animation: spin-geo 22s linear infinite;
  border: 2px solid #ffffff21;
  border-radius: 46px;
  bottom: -60px;
  content: "";
  height: 200px;
  left: -60px;
  pointer-events: none;
  position: absolute;
  transform-origin: center center;
  width: 200px
}

@keyframes spin-geo {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.ct-us .reach__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 64px;
  margin: 0 auto;
  max-width: 1320px
}

.ct-us .reach__text {
  flex: 1 1 0
}

.ct-us .reach__label {
  color: #ffffffb8;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase
}

.ct-us .reach__heading {
  color: #fff;
  font-size: 54px;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 16px
}

.ct-us .reach__heading span {
  background: linear-gradient(112deg, #fff 0%, #C9DCD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.ct-us .reach__desc {
  color: #ffffffe0;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 480px
}

.ct-us .reach__details {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .reach__det-item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 16px
}

.ct-us .reach__det-icon {
  align-items: center;
  background: #ffffff24;
  border-radius: 11px;
  box-shadow: 0 2px 3px -2px #b035820d;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  width: 40px
}

.ct-us .reach__det-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ct-us .reach__det-label {
  color: #ffffff9e;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase
}

.ct-us .reach__det-val {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .14s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .reach__det-val:hover {
  opacity: .78
}

.ct-us .reach__img-col {
  flex: 0 0 420px;
  position: relative
}

.ct-us .reach__img-frame {
  border-radius: 11px;
  overflow: hidden;
  position: relative
}

.ct-us .reach__img-frame::after {
  background: linear-gradient(112deg, #b1aa3885 0%, #b035827a 100%);
  border-radius: 11px;
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute
}

.ct-us .reach__bracket {
  pointer-events: none;
  position: absolute
}

.ct-us .reach__bracket--tl {
  left: -12px;
  top: -12px
}

.ct-us .reach__bracket--br {
  bottom: -12px;
  right: -12px;
  transform: rotate(180deg)
}

.ct-us .reach__bracket svg {
  display: block
}

.ct-us .reach__photo {
  display: block;
  height: 380px;
  object-fit: cover;
  object-position: center top;
  width: 420px
}

.ct-us .reach__scallop {
  display: block;
  line-height: 0;
  overflow: hidden
}

.ct-us .reach__scallop svg {
  display: block;
  width: 100%
}

.ct-us .form-sec {
  background: #fff;
  padding: 64px 16px
}

.ct-us .form-sec__inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  margin: 0 auto;
  max-width: 1320px
}

.ct-us .form-sec__aside {
  display: flex;
  flex: 0 0 320px;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px
}

.ct-us .form-sec__aside-heading {
  color: #1b1b1b;
  font-size: 38px;
  letter-spacing: -.02em;
  line-height: 1.1;
  text-transform: uppercase
}

.ct-us .form-sec__aside-heading span {
  background: linear-gradient(112deg, #B1AA38 0%, #B03582 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.ct-us .form-sec__aside-desc {
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.6
}

.ct-us .form-sec__topics {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .form-sec__topic-tag {
  align-items: center;
  background: #C9DCD8;
  border-radius: 30px;
  color: #1b1b1b;
  display: inline-flex;
  flex-direction: row;
  font-size: 14px;
  gap: 8px;
  line-height: 1.3;
  padding: 8px 16px;
  width: fit-content
}

.ct-us .form-sec__topic-tag i {
  color: #B03582;
  font-size: 16px
}

.ct-us .form-sec__bar-chart {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .form-sec__bar-label {
  color: #3a3a3a;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.3;
  text-transform: uppercase
}

.ct-us .bar-row {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ct-us .bar-row__name {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.3
}

.ct-us .bar-row__track {
  background: #C9DCD8;
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
  width: 100%
}

.ct-us .bar-row__fill {
  border-radius: 6px;
  height: 100%;
  transition: width .16s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .bar-row__fill--a {
  background: linear-gradient(90deg, #B1AA38 0%, #B03582 100%);
  width: 82%
}

.ct-us .bar-row__fill--b {
  background: linear-gradient(90deg, #B1AA38 0%, #C9DCD8 100%);
  width: 65%
}

.ct-us .bar-row__fill--c {
  background: linear-gradient(90deg, #B03582 0%, #B1AA38 100%);
  width: 74%
}

.ct-us .bar-row__fill--d {
  background: linear-gradient(90deg, #C9DCD8 0%, #B03582 100%);
  width: 58%
}

.ct-us .bar-row__num {
  color: #B1AA38;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3
}

.ct-us .form-sec__form-col {
  flex: 1 1 0
}

.ct-us .ct-form {
  background: #f5f4ee;
  border-radius: 11px;
  box-shadow: 0 6px 25px -2px #b1aa3817;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px
}

.ct-us .ct-form__row {
  display: flex;
  flex-direction: row;
  gap: 16px
}

.ct-us .ct-form__field {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 8px
}

.ct-us .ct-form__label {
  color: #1b1b1b;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase
}

.ct-us .ct-form__input {
  background: #fff;
  border: 1.5px solid #C9DCD8;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px #b1aa380f;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.6;
  outline: none;
  padding: 8px 16px;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s cubic-bezier(0.4, 0, 1, 1);
  width: 100%
}

.ct-us .ct-form__input::placeholder {
  color: #b1aa3873
}

.ct-us .ct-form__input:focus {
  border-color: #B03582;
  box-shadow: inset 0 2px 4px #b0358214 0 0 0 3px #b035821a
}

.ct-us .ct-form__checks-label {
  color: #1b1b1b;
  font-size: 14px;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-bottom: 4px;
  text-transform: uppercase
}

.ct-us .ct-form__checks {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .ct-form__check-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px
}

.ct-us .ct-form__check-item input[type="checkbox"] {
  accent-color: #B03582;
  cursor: pointer;
  flex-shrink: 0;
  height: 18px;
  width: 18px
}

.ct-us .ct-form__check-text {
  color: #3a3a3a;
  font-size: 17px;
  line-height: 1.6
}

.ct-us .ct-form__privacy {
  align-items: flex-start;
  border-top: 1px solid #C9DCD8;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-top: 16px
}

.ct-us .ct-form__privacy input[type="checkbox"] {
  accent-color: #B1AA38;
  cursor: pointer;
  flex-shrink: 0;
  height: 18px;
  margin-top: 4px;
  width: 18px
}

.ct-us .ct-form__privacy-text {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6
}

.ct-us .ct-form__privacy-text a {
  color: #B03582;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.ct-us .ct-form__privacy-text a:hover {
  color: #B1AA38
}

.ct-us .ct-form__submit {
  align-self: flex-start;
  background: linear-gradient(112deg, #B1AA38 0%, #B03582 100%);
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 25px -2px #b1aa3817;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  letter-spacing: .04em;
  line-height: 1.3;
  padding: 16px 32px;
  position: relative;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1), opacity .14s cubic-bezier(0.4, 0, 1, 1);
  type: submit
}

.ct-us .ct-form__submit:hover {
  box-shadow: 0 12px 60px -2px #b1aa3824;
  opacity: .92
}

.ct-us .ct-form__submit:focus {
  box-shadow: 0 0 0 3px #b0358238;
  outline: none
}

.ct-us .ct-form__submit:active {
  opacity: .82
}

.ct-us .form-sec__img-strip {
  border-radius: 11px;
  box-shadow: 0 12px 60px -2px #b0358224;
  height: 160px;
  margin-top: 32px;
  object-fit: cover;
  object-position: center 40%;
  overflow: hidden;
  width: 100%
}

.ct-us .form-sec__img-strip img {
  border-radius: 11px;
  display: block;
  height: 160px;
  object-fit: cover;
  object-position: center 40%;
  width: 100%
}

.ct-us .bounce-in {
  animation: bounce-settle .18s cubic-bezier(0.4, 0, 1, 1) both
}

@keyframes bounce-settle {
  0% {
    transform: translateY(-10px);
    opacity: 0
  }

  70% {
    transform: translateY(3px);
    opacity: 1
  }

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

.ct-us .reach__det-item.bounce-in:nth-child(1) {
  animation-delay: .04s
}

.ct-us .reach__det-item.bounce-in:nth-child(2) {
  animation-delay: .09s
}

.ct-us .reach__det-item.bounce-in:nth-child(3) {
  animation-delay: .14s
}

.ct-us .reach__det-item:hover .reach__det-icon {
  box-shadow: 0 0 0 4px #c9dcd852 0 6px 25px -2px #b1aa3817;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 1, 1)
}

@media (max-width: 1024px) {
  .ct-us .reach__inner {
    flex-direction: column;
    gap: 32px
  }

  .ct-us .reach__img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .ct-us .reach__photo {
    height: 280px;
    width: 100%
  }

  .ct-us .form-sec__inner {
    flex-direction: column;
    gap: 32px
  }

  .ct-us .form-sec__aside {
    flex: 0 0 auto
  }
}

@media (max-width: 768px) {
  .ct-us .reach__heading {
    font-size: 38px
  }

  .ct-us .ct-form__row {
    flex-direction: column;
    gap: 16px
  }

  .ct-us .ct-form {
    padding: 16px
  }

  .ct-us .form-sec__aside-heading {
    font-size: 28px
  }

  .ct-us .reach__bg {
    padding: 32px 16px
  }

  .ct-us .form-sec {
    padding: 32px 16px
  }
}

@media (max-width: 480px) {
  .ct-us .reach__heading {
    font-size: 28px
  }

  .ct-us .ct-form__submit {
    width: 100%
  }
}

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

.success-pg .card {
  background: #fff;
  border: 1px solid #C9DCD8;
  border-radius: 11px;
  box-shadow: 0 6px 25px -2px #b1aa3817;
  max-width: 560px;
  padding: 64px;
  text-align: center;
  width: 100%
}

.success-pg .card__icon-wrap {
  align-items: center;
  background: linear-gradient(130deg, #C9DCD8 0%, #B1AA38 100%);
  border-radius: 46px;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: 0 auto 32px;
  width: 72px
}

.success-pg .card__icon-wrap svg {
  display: block;
  flex-shrink: 0
}

.success-pg .card__heading {
  color: #1a1200;
  font-size: 38px;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin: 0 0 16px
}

.success-pg .card__heading span {
  background: linear-gradient(130deg, #B1AA38 0%, #B03582 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.success-pg .card__text {
  color: #2e2b00;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 32px
}

.success-pg .card__divider {
  background: linear-gradient(90deg, transparent, #C9DCD8, transparent);
  border: none;
  height: 1px;
  margin: 0 0 32px
}

.success-pg .card__meta {
  color: #4a4520;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 32px
}

.success-pg .card__meta strong {
  color: #2e2b00
}

.success-pg .btn-back {
  background: #B1AA38;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.3;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1)
}

.success-pg .btn-back:hover {
  background: #B03582;
  box-shadow: 0 6px 25px -2px #b0358217
}

.success-pg .btn-back:focus {
  outline: 2px solid #B1AA38;
  outline-offset: 3px
}

.success-pg .btn-back:active {
  background: #8a2863
}

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

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

  .success-pg .card__heading {
    font-size: 28px
  }
}