html {
  box-sizing: border-box
}

body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh
}

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

.pg-head {
  position: relative;
  background: #fff;
  border-bottom: 2px solid #DBDDB4;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  font-family: 'IBM Plex Serif', serif;
  overflow: hidden
}

.pg-head::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B9A641 0%, #DBDDB4 50%, #B9A641 100%)
}

.head-strip {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.head-upper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0 16px;
  position: relative
}

.logo-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

.logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  box-shadow: 2px 2px 3px 0 #b9a64112 2px 4px 22px 0 #b9a6411a;
  border: 1px solid #DBDDB4;
  background: #fff;
  padding: 8px
}

.logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.head-nav-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  padding: 0 0 16px;
  flex-wrap: wrap
}

.head-nav-row a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2600;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: color .18s ease-out, border-color .14s ease-out, background .18s ease-out;
  letter-spacing: -.01em;
  min-height: 44px;
  white-space: nowrap
}

.head-nav-row a:hover {
  color: #B9A641;
  border-color: #DBDDB4;
  background: #F0F0E3
}

.head-nav-row a:focus {
  outline: 2px dashed #B9A641;
  outline-offset: 2px
}

.nav-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.nav-icon svg {
  width: 18px;
  height: 18px;
  display: block
}

.head-nav-row a[href="./"] .nav-icon svg path,
.head-nav-row a .nav-icon svg path,
.head-nav-row a .nav-icon svg circle,
.head-nav-row a .nav-icon svg rect,
.head-nav-row a .nav-icon svg polyline,
.head-nav-row a .nav-icon svg line {
  stroke: currentColor
}

@media (max-width: 768px) {
  .head-strip {
    padding: 0 16px
  }

  .head-upper {
    padding: 16px 0 8px
  }

  .head-nav-row {
    gap: 8px
  }

  .head-nav-row a {
    font-size: 16px;
    padding: 8px 12px
  }
}

@media (max-width: 375px) {
  .head-nav-row a {
    padding: 8px;
    gap: 4px
  }
}

.pg-foot {
  background: #2a2600;
  font-family: 'IBM Plex Serif', serif;
  position: relative;
  overflow: hidden
}

.pg-foot::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #B9A641 0%, #DBDDB4 60%, #B9A641 100%)
}

.foot-strip {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px
}

.foot-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0 32px;
  border-bottom: 1px solid #b9a64133
}

.foot-logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  box-shadow: 2px 2px 3px 0 #b9a64112 2px 9px 36px 0 #b9a6411c;
  border: 1px solid #b9a6414d;
  background: #fff;
  padding: 8px
}

.foot-logo-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.foot-cols {
  display: flex;
  gap: 64px;
  padding: 32px 0;
  justify-content: center;
  flex-wrap: wrap
}

.foot-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px
}

.foot-col-lbl {
  font-size: 16px;
  line-height: 1.2;
  color: #B9A641;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 16px
}

.foot-col a {
  font-size: 16px;
  line-height: 1.5;
  color: #DBDDB4;
  text-decoration: none;
  border-radius: 2px;
  transition: color .16s ease-out
}

.foot-col a:hover {
  color: #B9A641
}

.foot-col a:focus {
  outline: 2px dashed #B9A641;
  outline-offset: 2px
}

.foot-contact-email {
  font-size: 18px;
  line-height: 1.5;
  color: #F0F0E3;
  font-weight: 700
}

.foot-bottom {
  border-top: 1px solid #b9a64126;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px
}

.foot-copy {
  font-size: 16px;
  line-height: 1.5;
  color: #dbddb48c
}

@media (max-width: 768px) {
  .foot-strip {
    padding: 0 16px
  }

  .foot-logo-row {
    padding: 32px 0
  }

  .foot-cols {
    gap: 32px;
    flex-direction: column;
    align-items: center;
    text-align: center
  }
}

@media (max-width: 375px) {
  .foot-cols {
    gap: 32px
  }
}

.ck-tray {
  display: none;
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 2000;
  background: #fff;
  border: 1px solid #DBDDB4;
  border-radius: 2px;
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  max-width: 360px;
  width: calc(100vw - 32px);
  padding: 32px;
  font-family: 'IBM Plex Serif', serif
}

.ck-tray-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 16px
}

.ck-tray-icon svg {
  width: 32px;
  height: 32px;
  display: block
}

.ck-tray-text {
  font-size: 16px;
  line-height: 1.75;
  color: #2a2600;
  margin-bottom: 16px
}

.ck-tray-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.ck-accept-btn,
.ck-refuse-btn {
  flex: 1 1 120px;
  min-height: 44px;
  padding: 8px 16px;
  font-family: 'IBM Plex Serif', serif;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  cursor: pointer;
  border: 2px solid #B9A641;
  transition: background .16s ease-out, color .14s ease-out;
  text-align: center
}

.ck-accept-btn {
  background: #B9A641;
  color: #fff
}

.ck-accept-btn:hover {
  background: #9e8d37;
  border-color: #9e8d37
}

.ck-accept-btn:focus,
.ck-refuse-btn:focus {
  outline: 2px dashed #B9A641;
  outline-offset: 2px
}

.ck-refuse-btn {
  background: #fff;
  color: #B9A641
}

.ck-refuse-btn:hover {
  background: #F0F0E3
}

.doc-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 32px
}

.doc-inner h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1b1b;
  margin-bottom: 32px;
  margin-top: 0
}

.doc-inner h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #1b1b1b;
  margin-top: 64px;
  margin-bottom: 16px
}

.doc-inner h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1b1b;
  margin-top: 32px;
  margin-bottom: 16px
}

.doc-inner h4 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -.005em;
  color: #1b1b1b;
  margin-top: 32px;
  margin-bottom: 8px
}

.doc-inner h5 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1b1b1b;
  margin-top: 16px;
  margin-bottom: 8px
}

.doc-inner h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #3a3a2e;
  margin-top: 16px;
  margin-bottom: 8px;
  text-transform: uppercase
}

.doc-inner p {
  font-size: 18px;
  line-height: 1.75;
  color: #2c2c1e;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 72ch
}

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

.doc-inner em,
.doc-inner i {
  font-style: italic;
  color: #3a3a2e
}

.doc-inner a {
  color: #8a7a1e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 0.6, 1), text-decoration-color .14s ease-out
}

.doc-inner a:hover {
  color: #B9A641;
  text-decoration-color: #B9A641
}

.doc-inner a:visited {
  color: #6b5f18
}

.doc-inner hr {
  border: none;
  border-top: 2px solid #DBDDB4;
  margin-top: 64px;
  margin-bottom: 64px;
  box-shadow: 2px 2px 3px 0 #b9a64112
}

.doc-inner div {
  font-size: 18px;
  line-height: 1.75;
  color: #2c2c1e
}

.doc-inner div+div {
  margin-top: 16px
}

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

  .doc-inner h1 {
    font-size: 40px
  }

  .doc-inner h2 {
    font-size: 28px;
    margin-top: 32px
  }

  .doc-inner h3 {
    font-size: 22px
  }

  .doc-inner h4 {
    font-size: 18px
  }

  .doc-inner h5,
  .doc-inner h6 {
    font-size: 16px
  }

  .doc-inner p,
  .doc-inner div {
    font-size: 16px
  }

  .doc-inner hr {
    margin-top: 32px;
    margin-bottom: 32px
  }
}

@media (max-width: 375px) {
  .doc-inner {
    padding: 16px 8px
  }

  .doc-inner h1 {
    font-size: 28px
  }

  .doc-inner h2 {
    font-size: 22px
  }

  .doc-inner h3 {
    font-size: 18px
  }
}

.cont-pg {
  max-width: 100%;
  overflow-x: hidden
}

.cont-pg .pg-bound {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.cont-pg .split-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 340px
}

.cont-pg .split-left {
  background-color: #1a1200;
  background: linear-gradient(to right, #2a2000, #1c1800);
  padding: 64px 48px 64px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.cont-pg .split-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #B9A641
}

.cont-pg .split-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #DBDDB4;
  opacity: .3
}

.cont-pg .split-left-geo {
  position: absolute;
  top: 32px;
  right: -16px;
  width: 120px;
  height: 120px;
  border: 1px solid #b9a6412e;
  border-radius: 2px;
  transform: rotate(22deg);
  pointer-events: none
}

.cont-pg .split-left-geo-sm {
  position: absolute;
  bottom: 48px;
  right: 32px;
  width: 48px;
  height: 48px;
  border: 1px solid #b9a6411f;
  border-radius: 2px;
  transform: rotate(10deg);
  pointer-events: none
}

.cont-pg .pg-eyebrow {
  font-size: 16px;
  line-height: 1.5;
  color: #B9A641;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.cont-pg .pg-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F0F0E3;
  margin-bottom: 16px;
  font-weight: 700
}

.cont-pg .pg-h1 span {
  color: #B9A641
}

.cont-pg .split-desc {
  font-size: 18px;
  line-height: 1.75;
  color: #DBDDB4;
  max-width: 360px
}

.cont-pg .split-right {
  background: #F0F0E3;
  padding: 64px 32px 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.cont-pg .split-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #B9A641
}

.cont-pg .contact-quick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cont-pg .cq-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.cont-pg .cq-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #B9A641;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  position: relative
}

.cont-pg .cq-icon-dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #2a2000;
  border: 2px solid #F0F0E3
}

.cont-pg .cq-icon {
  width: 20px;
  height: 20px;
  fill: #F0F0E3
}

.cont-pg .cq-label {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2000;
  font-weight: 700;
  margin-bottom: 4px;
  display: block
}

.cont-pg .cq-val {
  font-size: 18px;
  line-height: 1.5;
  color: #2a2000;
  text-decoration: none !important;
  border-bottom: 1px solid #b9a64166;
  transition: border-color .18s ease-out, color .15s ease-out
}

.cont-pg .cq-val:hover {
  color: #B9A641;
  border-bottom-color: #B9A641
}

.cont-pg .cq-text {
  font-size: 18px;
  line-height: 1.5;
  color: #2a2000
}

.cont-pg .form-band {
  background: #fff;
  border-top: 4px solid #B9A641;
  border-bottom: 1px solid #DBDDB4;
  padding: 64px 0
}

.cont-pg .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.cont-pg .form-left-desc {
  padding-top: 8px
}

.cont-pg .form-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a2000;
  margin-bottom: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block
}

.cont-pg .form-h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B9A641;
  animation: line-draw .22s cubic-bezier(0.4, 0, 0.6, 1) .3s forwards
}

@keyframes line-draw {
  to {
    width: 100%
  }
}

.cont-pg .form-sub {
  font-size: 18px;
  line-height: 1.75;
  color: #4a3e00;
  text-align: justify;
  margin-bottom: 32px
}

.cont-pg .metric-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cont-pg .metric-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.cont-pg .metric-label {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2000;
  width: 160px;
  flex-shrink: 0
}

.cont-pg .metric-bar-track {
  flex: 1;
  height: 6px;
  background: #DBDDB4;
  border-radius: 2px;
  overflow: hidden
}

.cont-pg .metric-bar-fill {
  height: 100%;
  background: #B9A641;
  border-radius: 2px;
  animation: bar-grow .22s cubic-bezier(0.4, 0, 0.6, 1) forwards;
  transform-origin: left
}

.cont-pg .metric-bar-fill.w-90 {
  width: 90%
}

.cont-pg .metric-bar-fill.w-78 {
  width: 78%
}

.cont-pg .metric-bar-fill.w-85 {
  width: 85%
}

.cont-pg .metric-bar-fill.w-62 {
  width: 62%
}

@keyframes bar-grow {
  from {
    width: 0
  }
}

.cont-pg .metric-val {
  font-size: 16px;
  line-height: 1.5;
  color: #B9A641;
  font-weight: 700;
  width: 36px;
  text-align: right;
  flex-shrink: 0
}

.cont-pg .cf {
  background: #F0F0E3;
  border-radius: 2px;
  padding: 32px;
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.cont-pg .cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.cont-pg .cf-field {
  display: flex;
  flex-direction: column;
  position: relative
}

.cont-pg .cf-field.full {
  grid-column: 1 / -1
}

.cont-pg .cf-input {
  font-size: 16px;
  line-height: 1.5;
  padding: 16px;
  border: 1px solid #DBDDB4;
  border-radius: 2px;
  background: #fff;
  color: #2a2000;
  outline: none;
  transition: border-color .18s ease-out, box-shadow .15s ease-out;
  width: 100%;
  box-sizing: border-box
}

.cont-pg .cf-input:focus {
  border-color: #B9A641;
  box-shadow: inset 0 0 0 1px #b9a64159
}

.cont-pg .cf-input::placeholder {
  color: transparent
}

.cont-pg .cf-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #7a6a30;
  pointer-events: none;
  transition: top .15s ease-out, font-size .15s ease-out, color .15s ease-out;
  background: #fff;
  padding: 0 4px
}

.cont-pg .cf-input:focus+.cf-label,
.cont-pg .cf-input:not(:placeholder-shown)+.cf-label {
  top: -10px;
  font-size: 16px;
  color: #B9A641
}

.cont-pg .cf-radio-group {
  margin-bottom: 16px
}

.cont-pg .cf-radio-label {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2000;
  font-weight: 600;
  margin-bottom: 8px;
  display: block
}

.cont-pg .cf-radio-opts {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.cont-pg .cf-radio-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.cont-pg .cf-radio-opt input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #B9A641;
  cursor: pointer
}

.cont-pg .cf-radio-opt-text {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2000
}

.cont-pg .cf-privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px
}

.cont-pg .cf-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #B9A641;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.cont-pg .cf-privacy-text {
  font-size: 16px;
  line-height: 1.5;
  color: #4a3e00
}

.cont-pg .cf-privacy-text a {
  color: #B9A641;
  text-decoration: underline !important;
  transition: color .18s ease-out
}

.cont-pg .cf-privacy-text a:hover {
  color: #2a2000
}

.cont-pg .cf-btn {
  font-size: 18px;
  line-height: 1.5;
  color: #F0F0E3;
  background: #2a2000;
  border: 2px solid #2a2000;
  border-radius: 2px;
  padding: 16px 32px;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  position: relative;
  transition: background .18s ease-out, color .15s ease-out;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  animation: shadow-pulse 2.4s ease-out infinite
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 2px 4px 22px 0 #b9a6411a
  }

  50% {
    box-shadow: 2px 9px 36px 0 #b9a64138
  }

  100% {
    box-shadow: 2px 4px 22px 0 #b9a6411a
  }
}

.cont-pg .cf-btn::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid #b9a64100;
  border-radius: 2px;
  transition: border-color .15s ease-out
}

.cont-pg .cf-btn:hover {
  background: #B9A641;
  border-color: #B9A641;
  color: #2a2000
}

.cont-pg .cf-btn:hover::after {
  border-color: #2a200066
}

.cont-pg .cf-btn:focus {
  outline: 2px solid #B9A641;
  outline-offset: 2px
}

.cont-pg .info-band {
  background: #2a2000;
  padding: 64px 0;
  position: relative;
  overflow: hidden
}

.cont-pg .info-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to left, #B9A641, #DBDDB4)
}

.cont-pg .info-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #b9a64140
}

.cont-pg .info-geo-bg {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 200px;
  height: 200px;
  border: 1px solid #b9a64114;
  border-radius: 2px;
  transform: rotate(30deg);
  pointer-events: none
}

.cont-pg .info-geo-bg-sm {
  position: absolute;
  bottom: 32px;
  left: 64px;
  width: 80px;
  height: 80px;
  border: 1px solid #dbddb414;
  border-radius: 2px;
  transform: rotate(15deg);
  pointer-events: none
}

.cont-pg .info-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.cont-pg .info-col-head {
  font-size: 28px;
  line-height: 1.2;
  color: #F0F0E3;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -.01em;
  position: relative;
  display: inline-block
}

.cont-pg .info-col-head::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B9A641;
  animation: line-draw .22s cubic-bezier(0.4, 0, 0.6, 1) .5s forwards
}

.cont-pg .info-col-body {
  font-size: 16px;
  line-height: 1.75;
  color: #DBDDB4;
  text-align: justify
}

.cont-pg .info-col-body strong {
  color: #F0F0E3;
  font-weight: 600
}

.cont-pg .info-col-body a {
  color: #B9A641;
  text-decoration: none !important;
  border-bottom: 1px solid #b9a64166;
  transition: border-color .18s ease-out
}

.cont-pg .info-col-body a:hover {
  border-bottom-color: #B9A641
}

.cont-pg .info-dot-trail {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
  position: relative;
  padding-left: 24px
}

.cont-pg .info-dot-trail::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #b9a6414d
}

.cont-pg .idt-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  position: relative
}

.cont-pg .idt-dot {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #2a2000;
  border: 2px solid #B9A641;
  flex-shrink: 0;
  position: absolute;
  left: -24px
}

.cont-pg .idt-dot.active {
  background: #B9A641
}

.cont-pg .idt-text {
  font-size: 16px;
  line-height: 1.5;
  color: #DBDDB4
}

.cont-pg .idt-text strong {
  color: #F0F0E3
}

.cont-pg .info-badge {
  display: inline-block;
  background: #b9a64126;
  border: 1px solid #b9a6414d;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #B9A641;
  margin-bottom: 16px;
  font-weight: 600
}

@media (max-width: 1366px) {
  .cont-pg .pg-h1 {
    font-size: 40px
  }

  .cont-pg .split-left {
    padding: 48px 32px
  }

  .cont-pg .split-right {
    padding: 48px 32px
  }
}

@media (max-width: 768px) {
  .cont-pg .split-top {
    grid-template-columns: 1fr
  }

  .cont-pg .split-left {
    padding: 48px 16px
  }

  .cont-pg .split-right {
    padding: 32px 16px
  }

  .cont-pg .pg-h1 {
    font-size: 40px
  }

  .cont-pg .form-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cont-pg .cf-row {
    grid-template-columns: 1fr
  }

  .cont-pg .info-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cont-pg .pg-bound {
    padding-left: 16px;
    padding-right: 16px
  }

  .cont-pg .info-band {
    padding: 48px 0
  }

  .cont-pg .form-band {
    padding: 48px 0
  }

  .cont-pg .cf-radio-opts {
    flex-direction: column
  }
}

@media (max-width: 375px) {
  .cont-pg .pg-h1 {
    font-size: 28px
  }

  .cont-pg .form-h2 {
    font-size: 28px
  }

  .cont-pg .cf {
    padding: 16px
  }

  .cont-pg .metric-label {
    width: 120px;
    font-size: 16px
  }
}

.strt-pg {
  max-width: 100%;
  overflow-x: hidden
}

.strt-pg .pg-limit {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.strt-pg ::selection {
  background: #DBDDB4;
  color: #1a1a1a
}

.strt-pg .lbl-up {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B9A641;
  margin-bottom: 16px
}

.strt-pg .und-anim {
  position: relative;
  display: inline-block
}

.strt-pg .und-anim::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #B9A641;
  transition: width .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.strt-pg .und-anim:hover::after {
  width: 100%
}

.strt-pg .ttl-blk {
  background: #1b1a14;
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden
}

.strt-pg .ttl-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 18px, #b9a6410a 18px, #b9a6410a 20px);
  pointer-events: none
}

.strt-pg .ttl-blk-bg-anim {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.strt-pg .ttl-blk-bg-anim::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, #b9a64112 0%, transparent 60%);
  animation: grad-a 9s ease-out infinite alternate
}

.strt-pg .ttl-blk-bg-anim::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, transparent 40%, #dbddb40d 100%);
  animation: grad-b 13s ease-out infinite alternate
}

@keyframes grad-a {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0)
  }

  100% {
    opacity: .6;
    transform: translateX(24px) translateY(-16px)
  }
}

@keyframes grad-b {
  0% {
    opacity: .5;
    transform: translateX(0) translateY(0)
  }

  100% {
    opacity: 1;
    transform: translateX(-20px) translateY(20px)
  }
}

.strt-pg .ttl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative
}

.strt-pg .ttl-text-col {
  padding-right: 32px
}

.strt-pg .ttl-h1 {
  font-size: 56px;
  line-height: 1.2;
  color: #F0F0E3;
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 32px
}

.strt-pg .ttl-h1 em {
  color: #B9A641;
  font-style: normal
}

.strt-pg .ttl-desc {
  font-size: 18px;
  line-height: 1.75;
  color: #c8c8b0;
  margin: 0 0 32px;
  text-align: justify
}

.strt-pg .ttl-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center
}

.strt-pg .ttl-stat {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.strt-pg .ttl-stat-num {
  font-size: 40px;
  font-weight: 800;
  color: #B9A641;
  line-height: 1.2
}

.strt-pg .ttl-stat-lab {
  font-size: 16px;
  color: #8a8a70;
  line-height: 1.5
}

.strt-pg .ttl-divider {
  width: 1px;
  height: 48px;
  background: #b9a6414d
}

.strt-pg .ttl-img-col {
  position: relative;
  padding-left: 16px
}

.strt-pg .ttl-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  position: relative
}

.strt-pg .ttl-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 55%, #1b1a1480 100%);
  pointer-events: none
}

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

.strt-pg .ttl-corner-dec {
  position: absolute;
  pointer-events: none
}

.strt-pg .ttl-corner-dec.tl {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 2px solid #b9a64166;
  border-left: 2px solid #b9a64166
}

.strt-pg .ttl-corner-dec.br {
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #b9a64166;
  border-right: 2px solid #b9a64166
}

.strt-pg .team-sec {
  background: #F0F0E3;
  padding-top: 96px;
  padding-bottom: 96px
}

.strt-pg .team-layout {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 64px;
  align-items: start
}

.strt-pg .team-sticky {
  position: sticky;
  top: 32px
}

.strt-pg .team-h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1a14;
  letter-spacing: -.02em;
  margin: 0 0 16px
}

.strt-pg .team-lead {
  font-size: 18px;
  line-height: 1.75;
  color: #3a3a2a;
  text-align: justify;
  margin: 0
}

.strt-pg .team-cards {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.strt-pg .team-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1), transform .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.strt-pg .team-card:hover {
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  transform: translateY(-2px)
}

.strt-pg .team-card-name {
  font-size: 22px;
  font-weight: 700;
  color: #1b1a14;
  margin: 0 0 8px;
  line-height: 1.2
}

.strt-pg .team-card-role {
  font-size: 16px;
  color: #B9A641;
  font-weight: 600;
  margin: 0 0 16px;
  letter-spacing: .05em
}

.strt-pg .team-card-bio {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3a2a;
  margin: 0;
  text-align: justify
}

.strt-pg .team-card-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.strt-pg .tag-item {
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 2px;
  background: #F0F0E3;
  color: #3a3a2a;
  font-weight: 500
}

.strt-pg .rep-sec {
  background: #1b1a14;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.strt-pg .rep-band {
  height: 4px;
  background: linear-gradient(to left, #B9A641, #DBDDB4);
  margin-bottom: 64px
}

.strt-pg .rep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.strt-pg .rep-item {
  border-radius: 20px;
  padding: 32px;
  background: #b9a64112;
  box-shadow: inset 2px 2px 3px 0 #b9a64112;
  transition: background .17s cubic-bezier(0.4, 0, 0.6, 1)
}

.strt-pg .rep-item:hover {
  background: #b9a6411f
}

.strt-pg .rep-num {
  font-size: 56px;
  font-weight: 800;
  color: #B9A641;
  line-height: 1.2;
  letter-spacing: -.03em
}

.strt-pg .rep-label {
  font-size: 18px;
  color: #DBDDB4;
  line-height: 1.5;
  margin-top: 8px;
  font-weight: 600
}

.strt-pg .rep-desc {
  font-size: 16px;
  color: #8a8a70;
  line-height: 1.75;
  margin-top: 16px;
  text-align: justify
}

.strt-pg .rep-h2 {
  font-size: 40px;
  font-weight: 800;
  color: #F0F0E3;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 32px
}

.strt-pg .rep-assoc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px
}

.strt-pg .rep-assoc-item {
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 2px;
  border: 1px solid #b9a6414d;
  color: #DBDDB4
}

.strt-pg .test-sec {
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.strt-pg .test-h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1b1a14;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 16px
}

.strt-pg .test-sub {
  font-size: 18px;
  color: #3a3a2a;
  line-height: 1.75;
  margin: 0 0 64px;
  max-width: 640px
}

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

.strt-pg .test-card {
  border-radius: 20px;
  padding: 32px;
  background: #F0F0E3;
  box-shadow: 2px 2px 3px 0 #b9a64112;
  transition: box-shadow .19s cubic-bezier(0.4, 0, 0.6, 1)
}

.strt-pg .test-card:hover {
  box-shadow: 2px 4px 22px 0 #b9a6411a
}

.strt-pg .test-card.wide {
  grid-column: span 2
}

.strt-pg .test-quote {
  font-size: 18px;
  line-height: 1.75;
  color: #1b1a14;
  text-align: justify;
  margin: 0 0 16px
}

.strt-pg .test-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px
}

.strt-pg .test-ba-col {
  padding: 16px;
  border-radius: 2px;
  background: #fff
}

.strt-pg .test-ba-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #B9A641;
  margin-bottom: 8px
}

.strt-pg .test-ba-text {
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a2a
}

.strt-pg .test-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #b9a64133
}

.strt-pg .test-avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(to left, #DBDDB4, #B9A641);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #1b1a14;
  flex-shrink: 0
}

.strt-pg .test-name {
  font-size: 16px;
  font-weight: 700;
  color: #1b1a14
}

.strt-pg .test-context {
  font-size: 16px;
  color: #8a8a70
}

.strt-pg .offer-sec {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  background: linear-gradient(to bottom, #F0F0E3 50%, #DBDDB4 50%)
}

.strt-pg .offer-h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1b1a14;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 8px
}

.strt-pg .offer-intro {
  font-size: 18px;
  color: #3a3a2a;
  line-height: 1.75;
  margin: 0 0 64px
}

.strt-pg .offer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.strt-pg .offer-item {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  transition: transform .15s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .15s cubic-bezier(0.4, 0, 0.6, 1);
  display: flex;
  flex-direction: column;
  gap: 16px
}

.strt-pg .offer-item:hover {
  transform: translateY(-4px);
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.strt-pg .offer-item-ico {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: #F0F0E3;
  display: flex;
  align-items: center;
  justify-content: center
}

.strt-pg .offer-item-ico svg {
  width: 24px;
  height: 24px
}

.strt-pg .offer-item-name {
  font-size: 22px;
  font-weight: 700;
  color: #1b1a14;
  line-height: 1.2;
  margin: 0
}

.strt-pg .offer-item-desc {
  font-size: 16px;
  color: #3a3a2a;
  line-height: 1.75;
  text-align: justify;
  margin: 0
}

.strt-pg .offer-item-link {
  font-size: 16px;
  font-weight: 600;
  color: #B9A641;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .13s cubic-bezier(0.4, 0, 0.6, 1);
  margin-top: auto
}

.strt-pg .offer-item-link:hover {
  color: #1b1a14
}

.strt-pg .offer-item-link::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: currentColor;
  transition: width .13s cubic-bezier(0.4, 0, 0.6, 1)
}

.strt-pg .offer-item-link:hover::after {
  width: 24px
}

.strt-pg .hesit-sec {
  background: #1b1a14;
  padding-top: 96px;
  padding-bottom: 96px
}

.strt-pg .hesit-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.strt-pg .hesit-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.strt-pg .hesit-img-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block
}

.strt-pg .hesit-h2 {
  font-size: 40px;
  font-weight: 800;
  color: #F0F0E3;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 32px
}

.strt-pg .hesit-items {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.strt-pg .hesit-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.strt-pg .hesit-dot-trail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 6px;
  flex-shrink: 0
}

.strt-pg .hesit-dot {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #B9A641;
  flex-shrink: 0
}

.strt-pg .hesit-dot-line {
  width: 2px;
  height: 40px;
  background: #b9a64140
}

.strt-pg .hesit-item:last-child .hesit-dot-line {
  display: none
}

.strt-pg .hesit-q {
  font-size: 18px;
  font-weight: 700;
  color: #DBDDB4;
  line-height: 1.5;
  margin: 0 0 8px
}

.strt-pg .hesit-a {
  font-size: 16px;
  color: #8a8a70;
  line-height: 1.75;
  text-align: justify;
  margin: 0
}

.strt-pg .ltv-sec {
  background: #F0F0E3;
  padding-top: 96px;
  padding-bottom: 96px
}

.strt-pg .ltv-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px
}

.strt-pg .ltv-h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1b1a14;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 16px
}

.strt-pg .ltv-lead {
  font-size: 18px;
  color: #3a3a2a;
  line-height: 1.75;
  text-align: justify;
  margin: 0
}

.strt-pg .ltv-code-block {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 4px 22px 0 #b9a6411a
}

.strt-pg .ltv-code-header {
  background: #1b1a14;
  padding: 16px 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.strt-pg .ltv-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 20px
}

.strt-pg .ltv-code-dot.rd {
  background: #c0392b
}

.strt-pg .ltv-code-dot.yl {
  background: #B9A641
}

.strt-pg .ltv-code-dot.gn {
  background: #27ae60
}

.strt-pg .ltv-code-cols {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.strt-pg .ltv-code-col {
  padding: 32px;
  font-size: 16px;
  line-height: 1.75
}

.strt-pg .ltv-code-col.before-col {
  background: #2a2820;
  color: #8a8a70;
  border-right: 1px solid #b9a64133
}

.strt-pg .ltv-code-col.after-col {
  background: #1b1a14;
  color: #DBDDB4
}

.strt-pg .ltv-code-col-lbl {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px
}

.strt-pg .ltv-code-col.before-col .ltv-code-col-lbl {
  color: #6a6a50
}

.strt-pg .ltv-code-col.after-col .ltv-code-col-lbl {
  color: #B9A641
}

.strt-pg .ltv-code-line {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
  align-items: flex-start
}

.strt-pg .ltv-code-line-mark {
  font-weight: 700;
  flex-shrink: 0;
  width: 16px
}

.strt-pg .ltv-code-col.before-col .ltv-code-line-mark {
  color: #5a5a40
}

.strt-pg .ltv-code-col.after-col .ltv-code-line-mark {
  color: #B9A641
}

.strt-pg .ltv-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.strt-pg .ltv-pillar {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 2px 3px 0 #b9a64112;
  transition: box-shadow .21s cubic-bezier(0.4, 0, 0.6, 1)
}

.strt-pg .ltv-pillar:hover {
  box-shadow: 2px 4px 22px 0 #b9a6411a
}

.strt-pg .ltv-pillar-num {
  font-size: 40px;
  font-weight: 800;
  color: #B9A641;
  line-height: 1.2;
  margin-bottom: 8px
}

.strt-pg .ltv-pillar-name {
  font-size: 18px;
  font-weight: 700;
  color: #1b1a14;
  line-height: 1.2;
  margin-bottom: 8px
}

.strt-pg .ltv-pillar-txt {
  font-size: 16px;
  color: #3a3a2a;
  line-height: 1.75;
  text-align: justify;
  margin: 0
}

.strt-pg .ltv-img-row {
  margin-top: 64px
}

.strt-pg .ltv-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  width: 100%
}

.strt-pg .ltv-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block
}

@media (max-width: 1366px) {
  .strt-pg .ttl-h1 {
    font-size: 40px
  }

  .strt-pg .ltv-bottom {
    grid-template-columns: repeat(2, 1fr)
  }
}

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

  .strt-pg .ttl-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .strt-pg .ttl-text-col {
    padding-right: 0
  }

  .strt-pg .ttl-h1 {
    font-size: 40px
  }

  .strt-pg .ttl-img-col {
    padding-left: 0
  }

  .strt-pg .ttl-img-wrap img {
    height: 240px
  }

  .strt-pg .team-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .strt-pg .team-sticky {
    position: static
  }

  .strt-pg .rep-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .strt-pg .test-grid {
    grid-template-columns: 1fr
  }

  .strt-pg .test-card.wide {
    grid-column: span 1
  }

  .strt-pg .test-before-after {
    grid-template-columns: 1fr
  }

  .strt-pg .offer-list {
    grid-template-columns: 1fr
  }

  .strt-pg .hesit-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .strt-pg .ltv-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .strt-pg .ltv-bottom {
    grid-template-columns: 1fr
  }

  .strt-pg .ltv-code-cols {
    grid-template-columns: 1fr
  }

  .strt-pg .ltv-code-col.before-col {
    border-right: none;
    border-bottom: 1px solid #b9a64133
  }

  .strt-pg .ttl-meta {
    flex-wrap: wrap;
    gap: 16px
  }

  .strt-pg .rep-h2 {
    font-size: 28px
  }

  .strt-pg .ttl-blk {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .strt-pg .team-sec {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .strt-pg .test-sec {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .strt-pg .offer-sec {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .strt-pg .hesit-sec {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .strt-pg .ltv-sec {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

@media (max-width: 375px) {
  .strt-pg .ttl-h1 {
    font-size: 28px
  }

  .strt-pg .ttl-stat-num {
    font-size: 28px
  }

  .strt-pg .rep-num {
    font-size: 40px
  }

  .strt-pg .team-h2,
  .strt-pg .rep-h2,
  .strt-pg .test-h2,
  .strt-pg .offer-h2,
  .strt-pg .hesit-h2,
  .strt-pg .ltv-h2 {
    font-size: 28px
  }
}

.msn-pg {
  max-width: 100%;
  overflow-x: hidden
}

.msn-pg .bd-frame {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.msn-pg .acnt-word {
  color: #B9A641
}

.msn-pg .und-draw {
  position: relative;
  display: inline-block
}

.msn-pg .und-draw::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B9A641;
  transition: width .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.msn-pg .und-draw:hover::after {
  width: 100%
}

@keyframes msn-reveal {
  from {
    opacity: 0;
    transform: scale(0.96)
  }

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

@keyframes flicker-outline {

  0%,
  100% {
    outline-color: transparent
  }

  48% {
    outline-color: #b9a6412e
  }

  52% {
    outline-color: #b9a64138
  }
}

.msn-pg .ttl-blk {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
  animation: msn-reveal .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.msn-pg .ttl-blk::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 40px;
  right: 40px;
  bottom: 24px;
  border: 1px dashed #b9a64159;
  border-radius: 2px;
  pointer-events: none
}

.msn-pg .ttl-blk::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 48px;
  right: 48px;
  bottom: 32px;
  border: 1px solid #b9a6411f;
  border-radius: 2px;
  pointer-events: none
}

.msn-pg .ttl-layout {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.msn-pg .ttl-text-area {
  flex: 1;
  z-index: 1
}

.msn-pg .ttl-eyebrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B9A641;
  background: #b9a64114;
  padding: 8px 16px;
  border-radius: 2px;
  margin-bottom: 32px
}

.msn-pg .ttl-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1200;
  margin-bottom: 32px
}

.msn-pg .ttl-h1 .line-brk {
  display: block
}

.msn-pg .ttl-sub {
  font-size: 18px;
  line-height: 1.75;
  color: #2e2a14;
  max-width: 580px;
  text-align: justify
}

.msn-pg .ttl-img-area {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.msn-pg .ttl-img-area img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 20px
}

.msn-pg .ttl-img-grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, #ffffffb8 0%, transparent 100%);
  border-radius: 20px 20px 0 0;
  pointer-events: none
}

.msn-pg .msn-blk {
  position: relative;
  background: #F0F0E3;
  padding-top: 96px;
  padding-bottom: 0;
  clip-path: ellipse(110% 100% at 50% 0%)
}

.msn-pg .msn-blk-inner {
  padding-bottom: 96px
}

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

.msn-pg .msn-top-bar {
  grid-column: 1 / -1;
  height: 3px;
  background: linear-gradient(to left, #B9A641, #DBDDB4);
  border-radius: 2px;
  margin-bottom: 16px
}

.msn-pg .msn-col {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  outline: 2px solid transparent;
  outline-offset: 3px;
  animation: flicker-outline 4s ease-out infinite;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1), transform .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.msn-pg .msn-col:hover {
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  transform: translateY(-4px)
}

.msn-pg .msn-col-num {
  font-size: 40px;
  line-height: 1.2;
  color: #B9A641;
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 16px
}

.msn-pg .msn-col-h {
  font-size: 22px;
  line-height: 1.2;
  color: #1a1200;
  margin-bottom: 16px;
  letter-spacing: -.01em
}

.msn-pg .msn-col-p {
  font-size: 16px;
  line-height: 1.75;
  color: #2e2a14;
  text-align: justify
}

.msn-pg .msn-lbl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #B9A641;
  margin-bottom: 16px
}

.msn-pg .msn-h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #1a1200;
  letter-spacing: -.02em;
  max-width: 640px
}

.msn-pg .vals-blk {
  position: relative;
  background: #fff;
  padding-top: 96px;
  padding-bottom: 96px
}

.msn-pg .vals-blk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to left, #DBDDB4, #B9A641)
}

.msn-pg .vals-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.msn-pg .vals-h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #1a1200;
  letter-spacing: -.02em;
  margin-bottom: 32px
}

.msn-pg .vals-intro {
  font-size: 18px;
  line-height: 1.75;
  color: #2e2a14;
  text-align: justify;
  margin-bottom: 32px
}

.msn-pg .vals-trail {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative
}

.msn-pg .vals-trail::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(to bottom, #B9A641, #DBDDB4)
}

.msn-pg .trail-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  position: relative
}

.msn-pg .trail-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #B9A641;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background .14s ease-out;
  position: relative;
  z-index: 1
}

.msn-pg .trail-item:hover .trail-dot {
  background: #B9A641
}

.msn-pg .trail-item.active .trail-dot {
  background: #B9A641
}

.msn-pg .trail-h {
  font-size: 18px;
  line-height: 1.5;
  color: #1a1200;
  margin-bottom: 8px;
  font-weight: 600
}

.msn-pg .trail-p {
  font-size: 16px;
  line-height: 1.75;
  color: #2e2a14;
  text-align: justify
}

.msn-pg .vals-stat-stack {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.msn-pg .stat-card {
  background: #F0F0E3;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 2px 3px 0 #b9a64112;
  transition: box-shadow .19s cubic-bezier(0.4, 0, 0.6, 1);
  position: relative;
  overflow: hidden
}

.msn-pg .stat-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(to left, #b9a6411a, transparent);
  border-radius: 0 20px 0 20px;
  pointer-events: none
}

.msn-pg .stat-card:hover {
  box-shadow: 2px 4px 22px 0 #b9a6411a
}

.msn-pg .stat-big {
  font-size: 56px;
  line-height: 1.2;
  color: #B9A641;
  font-weight: 700;
  letter-spacing: -.03em
}

.msn-pg .stat-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #2e2a14;
  margin-top: 8px
}

.msn-pg .vals-link {
  display: inline-block;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #1a1200;
  text-decoration: underline;
  text-decoration-color: #DBDDB4;
  transition: text-decoration-color .15s ease-out, color .15s ease-out
}

.msn-pg .vals-link:hover {
  color: #B9A641;
  text-decoration-color: #B9A641
}

@media (max-width: 768px) {
  .msn-pg .ttl-h1 {
    font-size: 40px
  }

  .msn-pg .ttl-blk {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .msn-pg .ttl-blk::before {
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 16px
  }

  .msn-pg .ttl-blk::after {
    left: 24px;
    right: 24px;
    top: 24px;
    bottom: 24px
  }

  .msn-pg .msn-grid {
    grid-template-columns: 1fr
  }

  .msn-pg .vals-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .msn-pg .msn-h2,
  .msn-pg .vals-h2 {
    font-size: 28px
  }

  .msn-pg .stat-big {
    font-size: 40px
  }

  .msn-pg .bd-frame {
    padding-left: 16px;
    padding-right: 16px
  }

  .msn-pg .msn-blk {
    clip-path: none
  }
}

@media (max-width: 375px) {
  .msn-pg .ttl-h1 {
    font-size: 28px
  }

  .msn-pg .ttl-blk {
    padding-top: 32px;
    padding-bottom: 32px
  }

  .msn-pg .msn-blk,
  .msn-pg .vals-blk {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .msn-pg .msn-blk-inner {
    padding-bottom: 64px
  }

  .msn-pg .ttl-blk::before,
  .msn-pg .ttl-blk::after {
    display: none
  }
}

.aflt-pg {
  max-width: 100%;
  overflow-x: hidden
}

.aflt-pg .aflt-pg-bound {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.aflt-pg .lead-band {
  padding-top: 96px;
  padding-bottom: 64px;
  background: #F0F0E3;
  position: relative
}

.aflt-pg .lead-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(170deg, #DBDDB4 0%, transparent 45%), linear-gradient(350deg, #B9A641 0%, transparent 40%);
  background-size: 200% 200%, 200% 200%;
  background-position: 0 50%, 100% 50%;
  animation: dual-grad-a 9s ease-in-out infinite alternate, dual-grad-b 13s ease-in-out infinite alternate-reverse;
  opacity: .32;
  pointer-events: none
}

@keyframes dual-grad-a {
  0% {
    background-position: 0 50%
  }

  100% {
    background-position: 100% 50%
  }
}

@keyframes dual-grad-b {
  0% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.aflt-pg .lead-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 1
}

.aflt-pg .lead-txt-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.aflt-pg .lead-badge {
  display: inline-block;
  background: #B9A641;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .06em;
  padding: 8px 16px;
  border-radius: 2px;
  font-weight: 600;
  width: fit-content;
  box-shadow: 2px 2px 3px 0 #b9a64112
}

.aflt-pg .lead-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a2510;
  margin: 0;
  font-weight: 800
}

.aflt-pg .lead-h1 span {
  display: block;
  color: #B9A641
}

.aflt-pg .lead-desc {
  font-size: 18px;
  line-height: 1.75;
  color: #3a3320;
  margin: 0;
  text-align: justified;
  max-width: 560px
}

.aflt-pg .lead-stats-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap
}

.aflt-pg .lead-stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.aflt-pg .lead-stat-num {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #B9A641;
  letter-spacing: -.02em
}

.aflt-pg .lead-stat-lbl {
  font-size: 16px;
  line-height: 1.5;
  color: #5a4f2a
}

.aflt-pg .lead-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.aflt-pg .btn-prim {
  display: inline-block;
  background: #B9A641;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 2px;
  border: 2px solid #B9A641;
  cursor: pointer;
  text-decoration: none;
  transition: background .18s ease-out, box-shadow .15s cubic-bezier(0.4, 0, 0.6, 1);
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  position: relative
}

.aflt-pg .btn-prim::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 2px solid #fff0;
  border-radius: 2px;
  transition: border-color .14s ease-out
}

.aflt-pg .btn-prim:hover {
  background: #a08e35;
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.aflt-pg .btn-prim:hover::after {
  border-color: #ffffff73
}

.aflt-pg .btn-sec {
  display: inline-block;
  background: transparent;
  color: #2a2510;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 2px;
  border: 2px solid #B9A641;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s ease-out, color .2s ease-out
}

.aflt-pg .btn-sec:hover {
  background: #B9A641;
  color: #fff
}

.aflt-pg .lead-img-col {
  position: relative
}

.aflt-pg .lead-img-frame {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  position: relative
}

.aflt-pg .lead-img-frame img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) sepia(0.25);
  transition: transform .22s ease-out
}

.aflt-pg .lead-img-frame:hover img {
  transform: scale(1.04)
}

.aflt-pg .lead-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #b9a64138 0%, transparent 60%);
  border-radius: 20px;
  pointer-events: none
}

.aflt-pg .lead-pattern {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  pointer-events: none
}

.aflt-pg .lead-pattern-dot {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #B9A641;
  position: absolute;
  opacity: .45
}

.aflt-pg .lead-brace {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 120px;
  line-height: 1.2;
  color: #DBDDB4;
  font-weight: 100;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.aflt-pg .prog-trail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  margin-top: 32px
}

.aflt-pg .prog-dot {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #DBDDB4;
  border: 2px solid #B9A641;
  flex-shrink: 0;
  transition: background .17s ease-out
}

.aflt-pg .prog-dot.active {
  background: #B9A641
}

.aflt-pg .prog-line {
  flex: 1;
  height: 2px;
  background: #DBDDB4;
  min-width: 24px
}

.aflt-pg .detail-band {
  padding-top: 64px;
  padding-bottom: 96px;
  background: #fff
}

.aflt-pg .detail-band-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.aflt-pg .detail-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.aflt-pg .detail-h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a2510;
  margin: 0;
  font-weight: 700;
  position: relative;
  display: inline-block
}

.aflt-pg .detail-h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: #B9A641;
  border-radius: 2px;
  margin-top: 8px;
  animation: underline-draw .55s cubic-bezier(0.4, 0, 0.6, 1) .2s forwards
}

@keyframes underline-draw {
  to {
    width: 100%
  }
}

.aflt-pg .detail-para {
  font-size: 18px;
  line-height: 1.75;
  color: #3a3320;
  margin: 0;
  text-align: justify
}

.aflt-pg .detail-steps {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.aflt-pg .detail-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: opacity .17s ease-out
}

.aflt-pg .detail-steps:hover .detail-step {
  opacity: .45
}

.aflt-pg .detail-steps .detail-step:hover {
  opacity: 1 !important
}

.aflt-pg .step-num {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #B9A641;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 2px 2px 3px 0 #b9a64112
}

.aflt-pg .step-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.aflt-pg .step-h {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #2a2510;
  margin: 0
}

.aflt-pg .step-p {
  font-size: 16px;
  line-height: 1.75;
  color: #5a4f2a;
  margin: 0;
  text-align: justify
}

.aflt-pg .detail-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.aflt-pg .testi-block {
  background: #F0F0E3;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  box-shadow: inset 0 1px 6px 0 #b9a6411f 2px 4px 22px 0 #b9a6411a;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.aflt-pg .testi-quote {
  font-size: 22px;
  line-height: 1.5;
  color: #2a2510;
  font-weight: 500;
  font-style: italic;
  margin: 0
}

.aflt-pg .testi-author {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.aflt-pg .testi-name {
  font-size: 16px;
  font-weight: 700;
  color: #B9A641;
  line-height: 1.2
}

.aflt-pg .testi-role {
  font-size: 16px;
  color: #5a4f2a;
  line-height: 1.5
}

.aflt-pg .testi-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px
}

.aflt-pg .metric-card {
  background: #fff;
  border-radius: 2px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 2px 2px 3px 0 #b9a64112
}

.aflt-pg .metric-val {
  font-size: 28px;
  font-weight: 800;
  color: #B9A641;
  line-height: 1.2;
  letter-spacing: -.02em
}

.aflt-pg .metric-desc {
  font-size: 16px;
  color: #5a4f2a;
  line-height: 1.5
}

.aflt-pg .cond-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.aflt-pg .cond-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 2px;
  background: #F0F0E3;
  transition: background .18s ease-out, box-shadow .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.aflt-pg .cond-item:hover {
  background: #DBDDB4;
  box-shadow: 2px 4px 22px 0 #b9a6411a
}

.aflt-pg .cond-dot {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #B9A641;
  flex-shrink: 0
}

.aflt-pg .cond-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2510
}

.aflt-pg .brace-deco {
  font-size: 72px;
  line-height: 1.2;
  color: #DBDDB4;
  font-weight: 100;
  user-select: none;
  pointer-events: none;
  display: block;
  text-align: center;
  letter-spacing: -.05em
}

@media (max-width: 1366px) {
  .aflt-pg .lead-h1 {
    font-size: 40px
  }

  .aflt-pg .lead-grid {
    grid-template-columns: 1fr 300px;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .aflt-pg .lead-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .aflt-pg .lead-img-col {
    display: none
  }

  .aflt-pg .lead-h1 {
    font-size: 40px
  }

  .aflt-pg .lead-band {
    padding-top: 64px;
    padding-bottom: 32px
  }

  .aflt-pg .detail-band-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .aflt-pg .detail-band {
    padding-top: 32px;
    padding-bottom: 64px
  }

  .aflt-pg .testi-metrics {
    grid-template-columns: 1fr
  }

  .aflt-pg .lead-brace {
    display: none
  }
}

@media (max-width: 375px) {
  .aflt-pg .aflt-pg-bound {
    padding-left: 16px;
    padding-right: 16px
  }

  .aflt-pg .lead-h1 {
    font-size: 28px
  }

  .aflt-pg .lead-stat-num {
    font-size: 28px
  }

  .aflt-pg .detail-h2 {
    font-size: 28px
  }

  .aflt-pg .lead-actions {
    flex-direction: column
  }
}

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

.abt-us ::selection {
  background: #DBDDB4;
  color: #1a1a1a
}

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

.abt-us .ttl-blk {
  background: linear-gradient(to left, #F0F0E3 0%, #DBDDB4 45%, #B9A641 100%);
  padding: 64px 0;
  position: relative
}

.abt-us .ttl-blk .pg-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px
}

.abt-us .ttl-txt {
  flex: 1 1 0;
  min-width: 0
}

.abt-us .ttl-txt h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1a1a1a;
  margin: 0 0 16px
}

.abt-us .ttl-txt .sub-line {
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a2a;
  margin: 0 0 32px;
  max-width: 520px;
  text-align: justified
}

.abt-us .ttl-txt .act-lnk {
  display: inline-block;
  font-size: 16px;
  color: #2a2a2a;
  text-decoration: underline;
  text-decoration-color: #B9A641;
  text-underline-offset: 4px;
  transition: text-decoration-color .18s ease-out, color .14s ease-out
}

.abt-us .ttl-txt .act-lnk:hover {
  color: #000;
  text-decoration-color: #2a2a2a
}

.abt-us .ttl-img-wrap {
  flex: 0 0 420px;
  position: relative
}

.abt-us .ttl-img-wrap .brkt-tl,
.abt-us .ttl-img-wrap .brkt-br {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: #B9A641;
  border-style: solid;
  z-index: 2
}

.abt-us .ttl-img-wrap .brkt-tl {
  top: -8px;
  left: -8px;
  border-width: 3px 0 0 3px
}

.abt-us .ttl-img-wrap .brkt-br {
  bottom: -8px;
  right: -8px;
  border-width: 0 3px 3px 0
}

.abt-us .ttl-img-inner {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.abt-us .ttl-img-inner img {
  width: 420px;
  height: 300px;
  object-fit: cover;
  display: block
}

.abt-us .ttl-img-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, #b9a6410f 3px, #b9a6410f 4px);
  pointer-events: none
}

.abt-us .ttl-blk .diag-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.abt-us .ttl-blk .diag-line svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.abt-us .div-band-a {
  height: 48px;
  background: linear-gradient(to bottom, #DBDDB4, #fff);
  filter: blur(2px)
}

.abt-us .str-sec {
  background: #fff;
  padding: 96px 0 64px;
  position: relative
}

.abt-us .str-sec .pg-wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 64px;
  align-items: start
}

.abt-us .str-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px
}

.abt-us .str-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start
}

.abt-us .str-label .lbl-tag {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  background: #DBDDB4;
  padding: 8px 16px;
  border-radius: 2px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.abt-us .str-label .lbl-note {
  font-size: 16px;
  color: #555;
  line-height: 1.5
}

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

.abt-us .str-body h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1a1a;
  margin: 0;
  position: relative;
  display: inline-block
}

.abt-us .str-body h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: #B9A641;
  margin-top: 8px;
  border-radius: 2px;
  animation: underline-draw .55s cubic-bezier(0.4, 0, 0.6, 1) .2s forwards
}

@keyframes underline-draw {
  to {
    width: 100%
  }
}

.abt-us .str-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.abt-us .str-col p {
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a2a;
  margin: 0 0 16px;
  text-align: justify
}

.abt-us .str-col p:last-child {
  margin: 0
}

.abt-us .str-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.abt-us .str-img-card {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-us .str-img-card:hover {
  transform: rotate(1.5deg) scale(1.03);
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.abt-us .str-img-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block
}

.abt-us .div-band-b {
  height: 32px;
  background: linear-gradient(to bottom, #fff, #F0F0E3)
}

.abt-us .tm-sec {
  background: #F0F0E3;
  padding: 64px 0 96px;
  position: relative
}

.abt-us .tm-sec .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.abt-us .tm-top {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: start
}

.abt-us .tm-txt h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1a1a;
  margin: 0 0 16px;
  position: relative;
  display: inline-block
}

.abt-us .tm-txt h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: #B9A641;
  margin-top: 8px;
  border-radius: 2px;
  animation: underline-draw .55s cubic-bezier(0.4, 0, 0.6, 1) .4s forwards
}

.abt-us .tm-txt p {
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a2a;
  margin: 0 0 16px;
  text-align: justify
}

.abt-us .tm-txt p:last-child {
  margin: 0
}

.abt-us .tm-img-side {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  position: relative
}

.abt-us .tm-img-side img {
  width: 340px;
  height: 260px;
  object-fit: cover;
  display: block
}

.abt-us .tm-img-side::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 4px, #b9a6410d 4px, #b9a6410d 5px);
  pointer-events: none
}

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

.abt-us .proc-row h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1a1a1a;
  margin: 0
}

.abt-us .proc-steps {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0
}

.abt-us .proc-step {
  flex: 1 1 0;
  background: #fff;
  border-radius: 2px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 2px 2px 3px 0 #b9a64112;
  position: relative;
  transition: transform .16s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-us .proc-steps:hover .proc-step {
  transform: scale(0.97)
}

.abt-us .proc-steps .proc-step:hover {
  transform: scale(1.04);
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  z-index: 1
}

.abt-us .proc-step .stp-num {
  font-size: 40px;
  font-weight: 900;
  color: #DBDDB4;
  line-height: 1.2
}

.abt-us .proc-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.5
}

.abt-us .proc-step p {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin: 0
}

.abt-us .proc-arrow {
  display: flex;
  align-items: center;
  padding: 0 8px;
  flex: 0 0 auto
}

.abt-us .proc-arrow svg {
  width: 24px;
  height: 24px;
  color: #B9A641
}

.abt-us .team-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.abt-us .tm-card {
  background: #fff;
  border-radius: 2px;
  box-shadow: 2px 2px 3px 0 #b9a64112;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .14s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-us .tm-card:hover {
  transform: rotate(-1deg) scale(1.03);
  box-shadow: 2px 9px 36px 0 #b9a6411c
}

.abt-us .tm-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block
}

.abt-us .tm-card-txt {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .tm-card-txt h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2
}

.abt-us .tm-card-txt .role-tag {
  font-size: 16px;
  color: #555;
  background: #F0F0E3;
  padding: 4px 8px;
  border-radius: 2px;
  display: inline-block;
  line-height: 1.5
}

.abt-us .tm-card-txt p {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin: 0
}

.abt-us .num-accent {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  padding: 32px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  box-shadow: inset 0 2px 8px #b9a64114 2px 4px 22px 0 #b9a6411a
}

.abt-us .num-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  flex: 1 1 0
}

.abt-us .num-item .num-val {
  font-size: 56px;
  font-weight: 900;
  color: #B9A641;
  line-height: 1.2;
  letter-spacing: -.03em
}

.abt-us .num-item .num-lbl {
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 1.5
}

.abt-us .num-sep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.abt-us .num-sep .arr-up {
  font-size: 22px;
  color: #B9A641;
  font-weight: 900;
  line-height: 1.2
}

.abt-us .num-sep .arr-lbl {
  font-size: 16px;
  color: #888;
  line-height: 1.5
}

@media (max-width: 1366px) {
  .abt-us .ttl-img-wrap {
    flex: 0 0 340px
  }

  .abt-us .ttl-img-inner img {
    width: 340px;
    height: 240px
  }

  .abt-us .tm-img-side img {
    width: 100%
  }
}

@media (max-width: 768px) {
  .abt-us .pg-wrap {
    padding: 0 16px
  }

  .abt-us .ttl-blk {
    padding: 32px 0
  }

  .abt-us .ttl-blk .pg-wrap {
    flex-direction: column;
    gap: 32px
  }

  .abt-us .ttl-txt h1 {
    font-size: 40px
  }

  .abt-us .ttl-img-wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .abt-us .ttl-img-inner img {
    width: 100%;
    height: 220px
  }

  .abt-us .str-sec .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-us .str-sidebar {
    flex-direction: row;
    flex-wrap: wrap
  }

  .abt-us .str-cols {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .abt-us .str-img-row {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .tm-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-us .tm-img-side img {
    width: 100%;
    height: 200px
  }

  .abt-us .proc-steps {
    flex-direction: column
  }

  .abt-us .proc-arrow {
    transform: rotate(90deg);
    padding: 8px 0;
    justify-content: center
  }

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

  .abt-us .num-accent {
    flex-wrap: wrap;
    gap: 16px
  }

  .abt-us .str-sec {
    padding: 64px 0 32px
  }

  .abt-us .tm-sec {
    padding: 32px 0 64px
  }
}

@media (max-width: 375px) {
  .abt-us .ttl-txt h1 {
    font-size: 28px
  }

  .abt-us .str-body h2,
  .abt-us .tm-txt h2 {
    font-size: 28px
  }

  .abt-us .str-img-row {
    grid-template-columns: 1fr
  }

  .abt-us .num-item .num-val {
    font-size: 40px
  }
}

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

.success-pg .success-wrap {
  max-width: 1320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.success-pg .success-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(180deg, #DBDDB4, #B9A641);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  flex-shrink: 0
}

.success-pg .success-icon-box svg {
  width: 40px;
  height: 40px;
  display: block
}

.success-pg .success-card {
  background: #fff;
  border-radius: 20px;
  padding: 64px;
  max-width: 600px;
  width: 100%;
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center
}

.success-pg .success-card .success-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1b18;
  margin: 0
}

.success-pg .success-card .success-heading span {
  display: inline-block;
  position: relative
}

.success-pg .success-card .success-heading span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to left, #DBDDB4, #B9A641);
  animation: line-draw .22s cubic-bezier(0.4, 0, 0.6, 1) both;
  transform-origin: left center
}

@keyframes line-draw {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.success-pg .success-card .success-body {
  font-size: 18px;
  line-height: 1.75;
  color: #2e2e2a;
  margin: 0;
  text-align: justify
}

.success-pg .success-card .success-note {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a42;
  margin: 0;
  padding: 16px;
  border-radius: 2px;
  background-color: #F0F0E3;
  width: 100%;
  text-align: left;
  box-shadow: inset 2px 2px 3px 0 #b9a64112
}

.success-pg .success-card .success-note strong {
  color: #1b1b18
}

.success-pg .success-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center
}

.success-pg .success-actions .btn-primary {
  font-size: 16px;
  line-height: 1.5;
  color: #1b1b18;
  background: linear-gradient(to left, #DBDDB4, #B9A641);
  padding: 16px 32px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-shadow: 2px 4px 22px 0 #b9a6411a;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), transform .14s cubic-bezier(0.4, 0, 0.6, 1);
  position: relative
}

.success-pg .success-actions .btn-primary::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 2px;
  border: 2px solid #b9a64173;
  opacity: 0;
  transition: opacity .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.success-pg .success-actions .btn-primary:hover {
  box-shadow: 2px 9px 36px 0 #b9a6411c;
  transform: translateY(-1px)
}

.success-pg .success-actions .btn-primary:hover::before {
  opacity: 1
}

.success-pg .success-actions .btn-primary:focus {
  outline: 3px solid #B9A641;
  outline-offset: 3px
}

.success-pg .success-actions .btn-primary:active {
  transform: translateY(0)
}

.success-pg .success-actions .btn-secondary {
  font-size: 16px;
  line-height: 1.5;
  color: #1b1b18;
  background: transparent;
  padding: 16px 32px;
  border-radius: 2px;
  border: 2px solid #B9A641;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .2s cubic-bezier(0.4, 0, 0.6, 1), color .18s cubic-bezier(0.4, 0, 0.6, 1);
  position: relative
}

.success-pg .success-actions .btn-secondary::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 2px;
  border: 2px solid #b9a64159;
  opacity: 0;
  transition: opacity .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.success-pg .success-actions .btn-secondary:hover {
  background: #DBDDB4
}

.success-pg .success-actions .btn-secondary:hover::before {
  opacity: 1
}

.success-pg .success-actions .btn-secondary:focus {
  outline: 3px solid #B9A641;
  outline-offset: 3px
}

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

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

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

  .success-pg .success-card .success-body {
    font-size: 16px
  }

  .success-pg .success-actions {
    flex-direction: column;
    width: 100%
  }

  .success-pg .success-actions .btn-primary,
  .success-pg .success-actions .btn-secondary {
    width: 100%;
    text-align: center
  }
}

@media (max-width: 375px) {
  .success-pg {
    padding: 32px 8px
  }

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