html {
  font-size: 100%
}

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

.pg-hdr {
  font-family: 'Literata', Georgia, serif;
  background: #f5f2eb;
  border-bottom: 2px solid #D6CEB3;
  box-shadow: 2px 5px 22px 1px #8281811a;
  position: relative;
  z-index: 100
}

.pg-hdr .hdr-top {
  background: linear-gradient(135deg, #D6CEB3 0%, #e8e3d4 60%, #f5f2eb 100%);
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto
}

.pg-hdr .brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none
}

.pg-hdr .logo-ring {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #ABABAB;
  box-shadow: 2px 1px 3px 1px #8281810d 2px 5px 22px 1px #8281811a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0
}

.pg-hdr .logo-ring img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block
}

.pg-hdr .brand-txt {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.pg-hdr .brand-nm {
  font-size: 20px;
  font-weight: 700;
  color: #2c2b2b;
  letter-spacing: -.02em;
  line-height: 1.2
}

.pg-hdr .brand-sub {
  font-size: 14px;
  font-weight: 400;
  color: #828181;
  letter-spacing: .04em;
  line-height: 1.6
}

.pg-hdr .hdr-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px
}

.pg-hdr .hdr-contact a {
  font-size: 14px;
  color: #2c2b2b;
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 6px;
  padding: 4px
}

.pg-hdr .hdr-contact a:hover {
  color: #828181
}

.pg-hdr .hdr-contact a:focus {
  background: #d6ceb359;
  outline: none
}

.pg-hdr .hdr-contact .ci-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.pg-hdr .nav-strip {
  background: #fff;
  border-top: 1px solid #D6CEB3;
  box-shadow: inset 0 2px 4px #d6ceb340 inset 0 -1px 2px #82818114
}

.pg-hdr .nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.pg-hdr .nav-inner a {
  font-family: 'Literata', Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  color: #2c2b2b;
  text-decoration: none;
  letter-spacing: .05em;
  line-height: 1.2;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 3px solid transparent;
  transition: border-color .22s cubic-bezier(0.0, 0, 0.2, 1), color .22s cubic-bezier(0.0, 0, 0.2, 1);
  white-space: nowrap
}

.pg-hdr .nav-inner a:hover {
  color: #828181;
  border-bottom-color: #D6CEB3
}

.pg-hdr .nav-inner a:focus {
  background: #d6ceb340;
  outline: none
}

.pg-hdr .nav-inner a.active {
  border-bottom-color: #828181;
  color: #828181
}

.pg-hdr .nav-inner .nav-icon {
  width: 14px;
  height: 14px;
  opacity: .6;
  transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-hdr .nav-inner a:hover .nav-icon {
  opacity: 1
}

.pg-ftr {
  font-family: 'Literata', Georgia, serif;
  background: linear-gradient(180deg, #f0ece0 0%, #e8e3d4 100%);
  border-top: 2px solid #D6CEB3;
  box-shadow: 2px 12px 40px 1px #8281811a;
  padding: 48px 0 24px
}

.pg-ftr .ftr-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap
}

.pg-ftr .ftr-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px
}

.pg-ftr .ftr-logo-ring {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #ABABAB;
  box-shadow: 2px 1px 3px 1px #8281810d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px
}

.pg-ftr .ftr-logo-ring img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block
}

.pg-ftr .ftr-brand-nm {
  font-size: 20px;
  font-weight: 700;
  color: #2c2b2b;
  letter-spacing: -.01em;
  line-height: 1.2
}

.pg-ftr .ftr-addr {
  font-size: 14px;
  color: #828181;
  line-height: 1.9;
  letter-spacing: .02em
}

.pg-ftr .ftr-links {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.pg-ftr .ftr-links-lbl {
  font-size: 14px;
  font-weight: 700;
  color: #2c2b2b;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase
}

.pg-ftr .ftr-links a {
  font-size: 14px;
  color: #828181;
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  padding: 4px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-ftr .ftr-links a:hover {
  color: #2c2b2b
}

.pg-ftr .ftr-links a:focus {
  background: #d6ceb359;
  outline: none
}

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

.pg-ftr .ftr-contact-lbl {
  font-size: 14px;
  font-weight: 700;
  color: #2c2b2b;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase
}

.pg-ftr .ftr-contact a {
  font-size: 14px;
  color: #828181;
  text-decoration: none;
  letter-spacing: .02em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  padding: 4px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-ftr .ftr-contact a:hover {
  color: #2c2b2b
}

.pg-ftr .ftr-contact a:focus {
  background: #d6ceb359;
  outline: none
}

.pg-ftr .ftr-sep {
  max-width: 1100px;
  margin: 48px auto 24px;
  padding: 0 48px;
  border: none;
  border-top: 1px solid #D6CEB3
}

.pg-ftr .ftr-bot {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.pg-ftr .ftr-copy {
  font-size: 14px;
  color: #ABABAB;
  letter-spacing: .03em;
  line-height: 1.6
}

.pg-ftr .ftr-legal {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.pg-ftr .ftr-legal a {
  font-size: 14px;
  color: #ABABAB;
  text-decoration: none;
  letter-spacing: .03em;
  line-height: 1.6;
  border-radius: 6px;
  padding: 4px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-ftr .ftr-legal a:hover {
  color: #2c2b2b
}

.pg-ftr .ftr-legal a:focus {
  background: #d6ceb359;
  outline: none
}

.ck-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #D6CEB3;
  box-shadow: 2px 5px 22px 1px #8281811a;
  z-index: 8000;
  font-family: 'Literata', Georgia, serif
}

.ck-bar .ck-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.ck-bar .ck-txt {
  font-size: 14px;
  color: #2c2b2b;
  line-height: 1.6;
  letter-spacing: .02em;
  flex: 1;
  min-width: 200px
}

.ck-bar .ck-acts {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.ck-bar .ck-ok {
  font-family: 'Literata', Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  color: #2c2b2b;
  background: transparent;
  border: 2px solid #828181;
  border-radius: 6px;
  padding: 12px 24px;
  cursor: pointer;
  letter-spacing: .04em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1), width .22s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.ck-bar .ck-ok:hover {
  background: #d6ceb359;
  border-color: #2c2b2b
}

.ck-bar .ck-ok:focus {
  background: #d6ceb359;
  outline: none
}

.ck-bar .ck-deny {
  font-family: 'Literata', Georgia, serif;
  font-size: 14px;
  color: #828181;
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: .03em;
  line-height: 1.6;
  padding: 4px;
  border-radius: 6px;
  text-decoration: underline;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-bar .ck-deny:hover {
  color: #2c2b2b
}

.ck-bar .ck-deny:focus {
  background: #d6ceb359;
  outline: none
}

@media (max-width: 768px) {
  .pg-hdr .hdr-top {
    padding: 24px;
    flex-wrap: wrap;
    gap: 12px
  }

  .pg-hdr .nav-inner {
    padding: 0 24px
  }

  .pg-hdr .nav-inner a {
    padding: 12px;
    font-size: 14px
  }

  .pg-ftr .ftr-main {
    padding: 0 24px;
    flex-direction: column;
    gap: 24px
  }

  .pg-ftr .ftr-sep {
    margin: 24px auto;
    padding: 0 24px
  }

  .pg-ftr .ftr-bot {
    padding: 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .ck-bar .ck-inner {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start
  }
}

.ffr-legal-details {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #2a2a2a
}

.ffr-legal-details h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  margin-top: 0;
  color: #1e1e1e
}

.ffr-legal-details h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin-top: 48px;
  margin-bottom: 24px;
  color: #222
}

.ffr-legal-details h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -.01em;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #2a2a2a
}

.ffr-legal-details h4,
.ffr-legal-details h5,
.ffr-legal-details h6 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #828181
}

.ffr-legal-details p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 24px;
  color: #333
}

.ffr-legal-details strong,
.ffr-legal-details b {
  font-weight: 700;
  color: #222
}

.ffr-legal-details em,
.ffr-legal-details i {
  font-style: italic;
  color: #555
}

.ffr-legal-details a {
  color: #828181;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.ffr-legal-details a:hover {
  color: #555;
  text-decoration-color: #ABABAB
}

.ffr-legal-details a:visited {
  color: #ABABAB
}

.ffr-legal-details hr {
  border: none;
  border-top: 1px solid #D6CEB3;
  margin-top: 48px;
  margin-bottom: 48px;
  opacity: .8
}

.ffr-legal-details table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  box-shadow: 2px 1px 3px 1px #8281810d;
  border-radius: 6px;
  overflow: hidden
}

.ffr-legal-details thead {
  background-color: #f4f2ec
}

.ffr-legal-details thead th {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #828181;
  padding: 12px 24px;
  text-align: left;
  border-bottom: 2px solid #D6CEB3
}

.ffr-legal-details tbody tr {
  border-bottom: 1px solid #ece9de;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.ffr-legal-details tbody tr:last-child {
  border-bottom: none
}

.ffr-legal-details tbody tr:hover {
  background-color: #faf9f5
}

.ffr-legal-details td {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding: 12px 24px;
  vertical-align: top
}

.ffr-legal-details ul,
.ffr-legal-details ol {
  font-size: 14px;
  line-height: 1.9;
  padding-left: 24px;
  margin-bottom: 24px;
  color: #333
}

.ffr-legal-details li {
  margin-bottom: 4px
}

.ffr-legal-details blockquote {
  margin: 24px 0;
  padding: 12px 24px;
  background-color: #f4f2ec;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  box-shadow: inset 0 1px 2px #ababab14 inset 0 -1px 3px #8281810f
}

@media (max-width: 768px) {
  .ffr-legal-details {
    padding: 24px 12px
  }

  .ffr-legal-details h1 {
    font-size: 36px
  }

  .ffr-legal-details h2 {
    font-size: 20px;
    margin-top: 24px
  }

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

  .ffr-legal-details thead th,
  .ffr-legal-details td {
    padding: 12px
  }
}

.cs-det {
  max-width: 100%;
  overflow-x: hidden
}

.cs-det .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.cs-det .art-top {
  padding: 96px 24px 48px;
  max-width: 1100px;
  margin: 0 auto
}

.cs-det .art-meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px
}

.cs-det .tag-pill {
  display: inline-block;
  background: #D6CEB3;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase
}

.cs-det .cat-pill {
  display: inline-block;
  border: 1px solid #ABABAB;
  color: #555;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .06em;
  padding: 4px 12px;
  border-radius: 6px;
  text-transform: uppercase
}

.cs-det .read-time {
  font-size: 14px;
  color: #828181;
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.cs-det .read-time svg {
  flex-shrink: 0
}

.cs-det .art-h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 900;
  color: #1e1e1e;
  margin-bottom: 24px;
  max-width: 820px
}

.cs-det .art-sub {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  max-width: 680px;
  margin-bottom: 48px;
  letter-spacing: .01em
}

.cs-det .art-sub-line {
  display: block;
  width: 48px;
  height: 2px;
  background: #D6CEB3;
  margin-bottom: 24px
}

.cs-det .hero-img-wrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 5px 22px 1px #8281811a;
  aspect-ratio: 16/9
}

.cs-det .hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cs-det .hero-img-wrap:hover img {
  transform: scale(1.02)
}

.cs-det .art-body-sec {
  padding: 48px 24px 96px;
  max-width: 1100px;
  margin: 0 auto
}

.cs-det .art-body-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.cs-det .art-aside {
  position: sticky;
  top: 24px
}

.cs-det .aside-label {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #828181;
  margin-bottom: 12px;
  font-weight: 600
}

.cs-det .aside-box {
  background: #f5f3ee;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 2px 1px 3px 1px #ababab0d
}

.cs-det .aside-box .like-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D6CEB3
}

.cs-det .like-num {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #1e1e1e;
  letter-spacing: -.02em
}

.cs-det .like-lbl {
  font-size: 14px;
  color: #828181;
  letter-spacing: .04em;
  line-height: 1.6
}

.cs-det .aside-nav-lbl {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #828181;
  margin-bottom: 12px;
  font-weight: 600
}

.cs-det .back-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #2a2a2a;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #D6CEB3;
  background: #fff;
  box-shadow: 2px 1px 3px 1px #8281810d;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1);
  width: auto;
  letter-spacing: .02em;
  font-weight: 600
}

.cs-det .back-link:hover {
  background: #D6CEB3;
  box-shadow: 2px 5px 22px 1px #8281811a;
  padding-left: 20px;
  padding-right: 28px
}

.cs-det .back-link:focus {
  outline: 2px solid #828181;
  outline-offset: 2px
}

.cs-det .art-body-content {
  min-width: 0
}

.cs-det .art-body-content p {
  font-size: 20px;
  line-height: 1.9;
  color: #2a2a2a;
  margin-bottom: 24px;
  letter-spacing: .01em
}

.cs-det .art-body-content h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #1e1e1e;
  letter-spacing: -.02em;
  margin-top: 48px;
  margin-bottom: 24px
}

.cs-det .art-body-content h3 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 800;
  color: #1e1e1e;
  letter-spacing: -.01em;
  margin-top: 24px;
  margin-bottom: 12px
}

.cs-det .art-body-content mark {
  background: linear-gradient(120deg, #d6ceb373 0%, #ababab40 100%);
  color: inherit;
  padding: 2px 6px;
  border-radius: 2px
}

.cs-det .art-body-content ol {
  padding-left: 24px;
  margin-bottom: 24px
}

.cs-det .art-body-content li {
  font-size: 20px;
  line-height: 1.9;
  color: #2a2a2a;
  margin-bottom: 4px;
  list-style: none;
  padding-left: 12px;
  position: relative
}

.cs-det .art-body-content li::before {
  content: "–";
  position: absolute;
  left: -12px;
  color: #828181
}

.cs-det .art-body-content blockquote {
  margin: 48px 0;
  padding: 24px;
  background: #f5f3ee;
  border-radius: 12px;
  box-shadow: inset 0 2px 4px #ababab1a inset 0 -2px 6px #82818112
}

.cs-det .art-body-content blockquote p {
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  color: #3a3a3a;
  margin-bottom: 12px
}

.cs-det .art-body-content cite {
  font-size: 14px;
  color: #828181;
  letter-spacing: .06em;
  font-style: normal;
  text-transform: uppercase
}

.cs-det .art-body-content figure {
  margin: 48px 0;
  border-radius: 12px;
  overflow: hidden
}

.cs-det .art-body-content figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border-radius: 12px
}

.cs-det .art-body-content figcaption {
  font-size: 14px;
  color: #828181;
  letter-spacing: .04em;
  margin-top: 12px;
  padding: 0 4px;
  line-height: 1.6
}

.cs-det .accent-sent {
  background: linear-gradient(105deg, #d6ceb359 0%, #ababab26 100%);
  border-radius: 6px;
  padding: 12px 24px;
  margin: 24px 0;
  font-size: 20px;
  line-height: 1.6;
  color: #2a2a2a;
  font-weight: 600
}

.cs-det .btm-bar {
  padding: 48px 24px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #D6CEB3
}

.cs-det .btm-bar .tag-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.cs-det .top-anchor {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #2a2a2a;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  background: #D6CEB3;
  font-weight: 600;
  letter-spacing: .04em;
  box-shadow: 2px 1px 3px 1px #8281810d;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.0, 0, 0.2, 1), padding .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cs-det .top-anchor:hover {
  background: #ABABAB;
  box-shadow: 2px 5px 22px 1px #8281811a;
  padding-left: 20px;
  padding-right: 28px
}

.cs-det .top-anchor:focus {
  outline: 2px solid #828181;
  outline-offset: 2px
}

.cs-det .draw-line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, #D6CEB3 0%, #ABABAB 60%, transparent 100%);
  max-width: 1100px;
  margin: 0 auto;
  animation: line-draw .7s cubic-bezier(0.4, 0, 0.2, 1) both;
  transform-origin: left center
}

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

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

.cs-det .deco-box {
  border: 1px dashed #ABABAB;
  border-radius: 12px;
  padding: 24px;
  margin-top: 48px;
  background: transparent
}

.cs-det .deco-box .deco-lbl {
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #828181;
  margin-bottom: 12px;
  font-weight: 600
}

.cs-det .deco-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0
}

@media (max-width: 768px) {
  .cs-det .art-h1 {
    font-size: 36px
  }

  .cs-det .art-body-grid {
    grid-template-columns: 1fr
  }

  .cs-det .art-aside {
    position: static
  }

  .cs-det .btm-bar {
    flex-direction: column;
    align-items: flex-start
  }

  .cs-det .art-top {
    padding: 48px 24px 24px
  }
}

@media print {

  .cs-det .draw-line,
  .cs-det .deco-box,
  .cs-det .art-aside,
  .cs-det .btm-bar .top-anchor,
  .cs-det .hero-img-wrap {
    display: none !important
  }

  .cs-det .art-body-grid {
    grid-template-columns: 1fr
  }

  .cs-det .art-body-content p,
  .cs-det .art-body-content li {
    font-size: 14px;
    line-height: 1.6;
    color: #000
  }

  .cs-det .art-h1 {
    font-size: 36px;
    color: #000
  }

  .cs-det .art-body-content h2 {
    font-size: 20px;
    color: #000
  }

  .cs-det .art-body-content blockquote {
    background: none;
    box-shadow: none;
    border: 1px solid #ccc
  }

  .cs-det .art-body-content mark {
    background: none;
    text-decoration: underline
  }
}

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

.cmp-pg .bd {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.cmp-pg .div-line {
  height: 2px;
  background: linear-gradient(135deg, #828181, #D6CEB3);
  border: none;
  margin: 0
}

.cmp-pg ::selection {
  background: #D6CEB3;
  color: #2a2a2a
}

@keyframes rowUp {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

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

.cmp-pg .anim-r1 {
  animation: rowUp .5s cubic-bezier(0.4, 0, 0.2, 1) .1s both
}

.cmp-pg .anim-r2 {
  animation: rowUp .5s cubic-bezier(0.4, 0, 0.2, 1) .22s both
}

.cmp-pg .anim-r3 {
  animation: rowUp .5s cubic-bezier(0.4, 0, 0.2, 1) .34s both
}

.cmp-pg .anim-r4 {
  animation: rowUp .5s cubic-bezier(0.4, 0, 0.2, 1) .46s both
}

.cmp-pg .anim-r5 {
  animation: rowUp .5s cubic-bezier(0.4, 0, 0.2, 1) .58s both
}

.cmp-pg .ttl-blk {
  padding: 96px 24px;
  background: #fff;
  position: relative
}

.cmp-pg .ttl-blk .bd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px
}

.cmp-pg .ttl-pat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.cmp-pg .ttl-pat svg {
  width: 100%;
  height: 100%;
  opacity: .045
}

.cmp-pg .ttl-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1
}

.cmp-pg .ttl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 4px 12px;
  border: 1px solid #D6CEB3;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: .08em;
  color: #828181;
  background: #d6ceb31f
}

.cmp-pg .ttl-dot {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #828181;
  position: relative
}

.cmp-pg .ttl-dot::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: 1px solid #D6CEB3
}

.cmp-pg .ttl-h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 900;
  color: #1e1e1e;
  max-width: 720px;
  margin: 0
}

.cmp-pg .ttl-sub {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  max-width: 560px;
  margin: 0
}

.cmp-pg .ttl-img-wrap {
  position: relative;
  width: 100%;
  max-width: 820px
}

.cmp-pg .ttl-img-wrap::before,
.cmp-pg .ttl-img-wrap::after {
  content: '';
  position: absolute;
  border-radius: 12px;
  pointer-events: none
}

.cmp-pg .ttl-img-wrap::before {
  inset: -8px;
  border: 1px solid #D6CEB3
}

.cmp-pg .ttl-img-wrap::after {
  inset: -4px;
  border: 1px solid #82818140
}

.cmp-pg .ttl-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  filter: saturate(0.7) contrast(1.08);
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cmp-pg .ttl-img-wrap:hover .ttl-img {
  filter: saturate(1) contrast(1.05)
}

.cmp-pg .crd-sec {
  padding: 96px 24px;
  background: #f5f3ee;
  position: relative
}

.cmp-pg .crd-sec .bd {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.cmp-pg .sec-lbl {
  font-size: 14px;
  letter-spacing: .1em;
  color: #828181;
  text-transform: uppercase
}

.cmp-pg .sec-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin: 0;
  max-width: 600px
}

.cmp-pg .sec-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.cmp-pg .sec-intro-narrow {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cmp-pg .sec-intro-wide {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
  margin: 0
}

.cmp-pg .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start
}

.cmp-pg .crd {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 2px 1px 3px 1px #8281810d;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cmp-pg .crd:hover {
  box-shadow: 2px 5px 22px 1px #8281811a
}

.cmp-pg .crd.tall {
  padding-top: 48px
}

.cmp-pg .crd.taller {
  padding-top: 72px
}

.cmp-pg .crd-icon-wrap {
  position: relative;
  display: inline-flex;
  margin-bottom: 24px
}

.cmp-pg .crd-icon-dot {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #D6CEB3;
  border: 1.5px solid #fff
}

.cmp-pg .crd-icon-wrap svg {
  width: 28px;
  height: 28px;
  color: #828181
}

.cmp-pg .crd-h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.01em;
  color: #1e1e1e;
  margin: 0 0 12px
}

.cmp-pg .crd-p {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  margin: 0 0 24px
}

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

.cmp-pg .crd-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  padding-left: 16px;
  position: relative
}

.cmp-pg .crd-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #ABABAB
}

.cmp-pg .crd-accent {
  margin-top: 24px;
  padding: 12px;
  background: #d6ceb333;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #444
}

.cmp-pg .slide-lbl {
  position: absolute;
  top: 24px;
  left: -120px;
  background: #828181;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 0 6px 6px 0;
  letter-spacing: .04em;
  transition: left .22s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.cmp-pg .crd:hover .slide-lbl {
  left: 0
}

.cmp-pg .inv-sec {
  padding: 96px 24px;
  background: #2a2826;
  position: relative
}

.cmp-pg .inv-sec .bd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center
}

.cmp-pg .inv-txt {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cmp-pg .inv-eyebrow {
  font-size: 14px;
  letter-spacing: .1em;
  color: #D6CEB3;
  text-transform: uppercase
}

.cmp-pg .inv-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #f0ede6;
  margin: 0
}

.cmp-pg .inv-p {
  font-size: 20px;
  line-height: 1.6;
  color: #b5b0a6;
  margin: 0
}

.cmp-pg .inv-p-sm {
  font-size: 14px;
  line-height: 1.9;
  color: #9a9590;
  margin: 0
}

.cmp-pg .inv-accent {
  background: #d6ceb31f;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #D6CEB3
}

.cmp-pg .inv-profiles {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 12px
}

.cmp-pg .prof-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: #ffffff0d;
  border-radius: 12px;
  padding: 12px;
  flex: 1
}

.cmp-pg .prof-img-wrap {
  width: 48px;
  height: 67px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0
}

.cmp-pg .prof-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.cmp-pg .prof-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cmp-pg .prof-name {
  font-size: 14px;
  font-weight: 700;
  color: #f0ede6;
  line-height: 1.2
}

.cmp-pg .prof-role {
  font-size: 14px;
  line-height: 1.6;
  color: #9a9590
}

.cmp-pg .chart-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.cmp-pg .donut-wrap {
  position: relative;
  width: 220px;
  height: 220px
}

.cmp-pg .donut-wrap svg {
  width: 220px;
  height: 220px;
  transform: rotate(-90deg)
}

.cmp-pg .donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none
}

.cmp-pg .donut-num {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #f0ede6;
  letter-spacing: -.02em
}

.cmp-pg .donut-label {
  font-size: 14px;
  color: #9a9590;
  line-height: 1.6
}

.cmp-pg .legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%
}

.cmp-pg .leg-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.cmp-pg .leg-dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0
}

.cmp-pg .leg-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #b5b0a6;
  flex: 1
}

.cmp-pg .leg-val {
  font-size: 14px;
  font-weight: 700;
  color: #f0ede6
}

@keyframes donutFill {
  from {
    stroke-dashoffset: 565
  }
}

.cmp-pg .donut-seg {
  transition: stroke-dashoffset .8s cubic-bezier(0.0, 0, 0.2, 1)
}

.cmp-pg .steps-sec {
  padding: 96px 24px;
  background: #fff;
  position: relative
}

.cmp-pg .steps-sec .bd {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.cmp-pg .steps-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: end
}

.cmp-pg .steps-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin: 0 0 12px
}

.cmp-pg .steps-lede {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  margin: 0
}

.cmp-pg .steps-aside {
  font-size: 14px;
  line-height: 1.9;
  color: #828181;
  border-top: 1px solid #D6CEB3;
  padding-top: 12px
}

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

.cmp-pg .step-crd {
  border: 1px solid #e8e4da;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  position: relative;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cmp-pg .step-crd:hover {
  border-color: #D6CEB3;
  box-shadow: 2px 5px 22px 1px #8281811a
}

.cmp-pg .step-num {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #D6CEB3;
  margin: 0 0 12px
}

.cmp-pg .step-h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1e1e1e;
  margin: 0 0 12px
}

.cmp-pg .step-p {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  margin: 0
}

.cmp-pg .step-nested {
  margin-top: 24px;
  background: #f5f3ee;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cmp-pg .nested-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.cmp-pg .nested-bar-bg {
  flex: 1;
  height: 6px;
  background: #e8e4da;
  border-radius: 2px;
  overflow: hidden
}

.cmp-pg .nested-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(135deg, #828181, #D6CEB3);
  transition: width .6s cubic-bezier(0.0, 0, 0.2, 1)
}

.cmp-pg .nested-lbl {
  font-size: 14px;
  color: #828181;
  white-space: nowrap;
  min-width: 80px
}

.cmp-pg .nested-pct {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
  min-width: 36px;
  text-align: right
}

.cmp-pg .step-crd.featured {
  background: linear-gradient(155deg, #f5f3ee 0%, #fff 60%);
  grid-column: span 1
}

.cmp-pg .steps-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 48px;
  background: #f5f3ee;
  border-radius: 12px;
  box-shadow: 2px 1px 3px 1px #8281810d
}

.cmp-pg .cta-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cmp-pg .cta-h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin: 0
}

.cmp-pg .cta-p {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  margin: 0
}

.cmp-pg .btn-pri {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: #2a2826;
  color: #f0ede6;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 2px 5px 22px 1px #8281811a;
  transition: padding .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cmp-pg .btn-pri:hover {
  padding: 12px 36px;
  box-shadow: 2px 12px 40px 1px #8281811a
}

.cmp-pg .btn-pri svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.cmp-pg .crd-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20l8-8 2 2-6 6 6 6-2 2-8-8zm12 0l8-8 2 2-6 6 6 6-2 2-8-8z' fill='%23828181' fill-opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none
}

@media (max-width: 768px) {
  .cmp-pg .cards-grid {
    grid-template-columns: 1fr
  }

  .cmp-pg .inv-sec .bd {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .cmp-pg .sec-intro {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .cmp-pg .steps-head {
    grid-template-columns: 1fr;
    gap: 24px
  }

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

  .cmp-pg .steps-cta {
    flex-direction: column;
    align-items: flex-start
  }

  .cmp-pg .inv-profiles {
    flex-direction: column
  }

  .cmp-pg .ttl-h1 {
    font-size: 36px
  }
}

.cs-pg {
  background-color: #f5f3ee;
  overflow-x: clip
}

.cs-pg .band-top {
  border-top: 2px solid #D6CEB3
}

.cs-pg .band-bot {
  border-bottom: 2px solid #D6CEB3
}

.cs-pg .mx {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.cs-pg .pg-lead {
  background-color: #2a2825;
  padding-top: 48px;
  padding-bottom: 48px
}

.cs-pg .pg-lead .mx {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px
}

.cs-pg .lead-txt {
  flex: 1 1 0
}

.cs-pg .lead-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #D6CEB3;
  background-color: #d6ceb31f;
  border: 1px solid #d6ceb34d;
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 24px
}

.cs-pg .lead-h {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f0ece3;
  font-weight: 900;
  margin: 0 0 24px
}

.cs-pg .lead-h em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #D6CEB3;
  text-underline-offset: 6px
}

.cs-pg .lead-sub {
  font-size: 20px;
  line-height: 1.6;
  color: #ABABAB;
  margin: 0;
  max-width: 480px
}

.cs-pg .lead-img-wrap {
  flex: 0 0 340px;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  position: relative
}

.cs-pg .lead-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.cs-pg .lead-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #2a2825b3 0%, transparent 60%);
  pointer-events: none
}

.cs-pg .metrics-strip {
  background-color: #D6CEB3;
  padding-top: 24px;
  padding-bottom: 24px
}

.cs-pg .metrics-strip .mx {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.cs-pg .met-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.cs-pg .met-nums {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px
}

.cs-pg .met-before {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #828181;
  letter-spacing: -.02em
}

.cs-pg .met-sep {
  font-size: 20px;
  color: #828181;
  font-weight: 300
}

.cs-pg .met-after {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #2a2825;
  letter-spacing: -.02em
}

.cs-pg .met-label {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5a5855
}

.cs-pg .met-div {
  width: 1px;
  height: 48px;
  background-color: #8281814d
}

.cs-pg .posts-area {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #f5f3ee;
  position: relative
}

.cs-pg .posts-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 20% 30%, #d6ceb32e 0%, transparent 55%), radial-gradient(ellipse at 80% 70%, #ababab1a 0%, transparent 50%);
  pointer-events: none;
  background-size: 120% 120%;
  animation: bg-breathe 10s ease-in-out infinite
}

@keyframes bg-breathe {

  0%,
  100% {
    background-size: 120% 120%
  }

  50% {
    background-size: 130% 130%
  }
}

.cs-pg .posts-hd {
  margin-bottom: 48px
}

.cs-pg .posts-hd h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #2a2825;
  margin: 0 0 12px
}

.cs-pg .posts-hd p {
  font-size: 20px;
  line-height: 1.6;
  color: #828181;
  margin: 0;
  max-width: 540px
}

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

.cs-pg .post-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 2px 5px 22px 1px #8281811a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.cs-pg .post-card:hover {
  box-shadow: 2px 12px 40px 1px #8281811a;
  transform: translateY(-4px)
}

.cs-pg .post-card:hover .card-border-outer {
  opacity: 1;
  transition-delay: .12s
}

.cs-pg .card-border-outer {
  position: absolute;
  inset: -3px;
  border-radius: 14px;
  border: 2px solid #d6ceb399;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cs-pg .card-img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative
}

.cs-pg .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.cs-pg .post-card:hover .card-img-wrap img {
  transform: scale(1.04)
}

.cs-pg .card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2a2825;
  background-color: #D6CEB3;
  border-radius: 6px;
  padding: 4px 12px;
  font-weight: 700
}

.cs-pg .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 12px
}

.cs-pg .card-tag {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #828181
}

.cs-pg .card-ttl {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 900;
  color: #2a2825;
  margin: 0;
  letter-spacing: -.01em
}

.cs-pg .card-sub {
  font-size: 14px;
  line-height: 1.9;
  color: #828181;
  margin: 0
}

.cs-pg .card-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #5a5855;
  margin: 0
}

.cs-pg .card-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #ede9df
}

.cs-pg .card-read {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: #828181
}

.cs-pg .card-read svg {
  flex-shrink: 0
}

.cs-pg .card-likes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: #828181
}

.cs-pg .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: #2a2825;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .04em;
  padding: 4px 0;
  transition: letter-spacing .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cs-pg .card-link:hover {
  letter-spacing: .08em
}

.cs-pg .experts-area {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #2a2825;
  position: relative
}

.cs-pg .experts-area .mx {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.cs-pg .exp-aside {
  flex: 0 0 220px
}

.cs-pg .exp-aside-tag {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #D6CEB3;
  margin-bottom: 12px;
  display: block
}

.cs-pg .exp-aside h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #f0ece3;
  margin: 0 0 24px
}

.cs-pg .exp-aside p {
  font-size: 14px;
  line-height: 1.9;
  color: #ABABAB;
  margin: 0
}

.cs-pg .exp-list {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cs-pg .exp-card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  background-color: #d6ceb30f;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #d6ceb31f;
  transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cs-pg .exp-card:hover {
  background-color: #d6ceb31c;
  border-color: #d6ceb347
}

.cs-pg .exp-portrait {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 2px 1px 3px 1px #8281810d
}

.cs-pg .exp-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.cs-pg .exp-info {
  flex: 1 1 0
}

.cs-pg .exp-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #f0ece3;
  margin: 0 0 4px;
  letter-spacing: -.01em
}

.cs-pg .exp-role {
  font-size: 14px;
  line-height: 1.2;
  color: #D6CEB3;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block
}

.cs-pg .exp-bio {
  font-size: 14px;
  line-height: 1.9;
  color: #ABABAB;
  margin: 0
}

.cs-pg .accent-sent {
  display: inline;
  background-color: #d6ceb326;
  border-radius: 2px;
  padding: 0 4px
}

.cs-pg .approach-area {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #edeae3;
  position: relative
}

.cs-pg .approach-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D6CEB3, transparent)
}

.cs-pg .approach-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ABABAB, transparent)
}

.cs-pg .approach-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.cs-pg .approach-lbl {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #828181;
  margin-bottom: 12px;
  display: block
}

.cs-pg .approach-h {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #2a2825;
  margin: 0 0 24px;
  letter-spacing: -.02em
}

.cs-pg .approach-intro {
  font-size: 14px;
  line-height: 1.9;
  color: #828181;
  margin: 0
}

.cs-pg .approach-right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cs-pg .step-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #8281812e
}

.cs-pg .step-row:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.cs-pg .step-num {
  flex: 0 0 48px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #D6CEB3;
  letter-spacing: -.02em
}

.cs-pg .step-body h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #2a2825;
  margin: 0 0 12px;
  letter-spacing: -.01em
}

.cs-pg .step-body p {
  font-size: 14px;
  line-height: 1.9;
  color: #5a5855;
  margin: 0
}

@media (max-width: 900px) {
  .cs-pg .pg-lead .mx {
    flex-direction: column;
    gap: 24px
  }

  .cs-pg .lead-img-wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .cs-pg .cards-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .cs-pg .experts-area .mx {
    flex-direction: column;
    gap: 48px
  }

  .cs-pg .exp-aside {
    flex: 0 0 auto
  }

  .cs-pg .approach-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .cs-pg .metrics-strip .mx {
    flex-wrap: wrap;
    justify-content: center
  }
}

@media (max-width: 600px) {
  .cs-pg .cards-grid {
    grid-template-columns: 1fr
  }

  .cs-pg .lead-h {
    font-size: 36px
  }

  .cs-pg .exp-card {
    flex-direction: column;
    gap: 12px
  }
}

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

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

.ab-us .tb {
  background: #2a2a2b;
  padding: 96px 0 48px;
  position: relative
}

.ab-us .tb-bg-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(127deg, #8281812e 0%, #ababab14 40%, #d6ceb31f 80%, #8281810f 100%);
  animation: tb-fade 5s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes tb-fade {
  0% {
    opacity: .4
  }

  100% {
    opacity: 1
  }
}

.ab-us .tb-curl {
  position: absolute;
  top: 24px;
  right: 48px;
  width: 90px;
  height: 90px;
  opacity: .08;
  pointer-events: none
}

.ab-us .tb-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px
}

.ab-us .tb-text {
  flex: 1 1 60%
}

.ab-us .tb-img-col {
  flex: 0 0 34%;
  position: relative
}

.ab-us .tb-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  opacity: .38
}

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

.ab-us .tb-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #D6CEB3;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ab-us .tb-label-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #D6CEB3
}

.ab-us .tb-h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #f2f0ea;
  font-weight: 900;
  margin: 0 0 24px
}

.ab-us .tb-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #c8c5bc;
  max-width: 560px;
  margin: 0
}

.ab-us .tb-accent {
  display: inline;
  background: #d6ceb321;
  border-radius: 2px;
  padding: 2px 6px
}

.ab-us .div-curve {
  display: block;
  width: 100%;
  line-height: 0;
  background: #2a2a2b
}

.ab-us .div-curve svg {
  display: block;
  width: 100%
}

.ab-us .abt {
  background: #f5f3ee;
  padding: 96px 0;
  position: relative
}

.ab-us .abt-chevron-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.ab-us .abt-chevron-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, #8281810b 0px, #8281810b 1px, transparent 1px, transparent 18px)
}

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

.ab-us .abt-left {
  position: relative
}

.ab-us .abt-num {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.04em;
  color: #828181;
  opacity: .18;
  position: absolute;
  top: -24px;
  left: -12px;
  pointer-events: none;
  user-select: none;
  font-variant-numeric: tabular-nums
}

.ab-us .abt-h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.015em;
  font-weight: 900;
  color: #1e1d1c;
  margin: 0 0 24px;
  padding-top: 12px
}

.ab-us .abt-imgs {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ab-us .abt-img-main {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 2px 5px 22px 1px #8281811a
}

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

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

.ab-us .abt-img-sm {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 1px 3px 1px #8281810d
}

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

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

.ab-us .abt-cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  align-items: start
}

.ab-us .abt-side-label {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #828181;
  line-height: 1.9;
  padding-top: 4px
}

.ab-us .abt-body {
  font-size: 20px;
  line-height: 1.6;
  color: #3a3836
}

.ab-us .abt-body p {
  margin: 0 0 24px
}

.ab-us .abt-body p:last-child {
  margin: 0
}

.ab-us .abt-hl {
  background: #d6ceb361;
  border-radius: 2px;
  padding: 2px 4px
}

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

.ab-us .abt-list li {
  font-size: 20px;
  line-height: 1.6;
  color: #3a3836;
  padding-left: 20px;
  position: relative
}

.ab-us .abt-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #ABABAB
}

.ab-us .met-strip {
  background: #828181;
  padding: 48px 0;
  position: relative
}

.ab-us .met-inner {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch
}

.ab-us .met-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 24px 12px;
  border-radius: 0;
  position: relative;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .met-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: #ffffff2e
}

.ab-us .met-item:hover {
  background: #ffffff14
}

.ab-us .met-big {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #f2f0ea
}

.ab-us .met-lbl {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f2f0eab3;
  line-height: 1.2;
  text-align: center
}

.ab-us .team-row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #8281812e
}

.ab-us .team-card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  flex: 1 1 0
}

.ab-us .team-port {
  width: 80px;
  height: 107px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 2px 5px 22px 1px #8281811a
}

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

.ab-us .team-info {
  flex: 1
}

.ab-us .team-name {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1e1d1c;
  margin: 0 0 4px
}

.ab-us .team-role {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #828181;
  margin: 0 0 12px;
  line-height: 1.2
}

.ab-us .team-quote {
  font-size: 14px;
  line-height: 1.9;
  color: #5a5856;
  margin: 0
}

.ab-us .met-big span {
  display: inline-block;
  transition: color .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.ab-us .met-item:hover .met-big span:nth-child(1) {
  color: #D6CEB3;
  transition-delay: 0s
}

.ab-us .met-item:hover .met-big span:nth-child(2) {
  color: #D6CEB3;
  transition-delay: .05s
}

.ab-us .met-item:hover .met-big span:nth-child(3) {
  color: #D6CEB3;
  transition-delay: .1s
}

.ab-us .met-item:hover .met-big span:nth-child(4) {
  color: #D6CEB3;
  transition-delay: .15s
}

@media (max-width: 820px) {
  .ab-us .tb-inner {
    flex-direction: column;
    gap: 24px
  }

  .ab-us .tb-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .ab-us .tb-h1 {
    font-size: 36px
  }

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

  .ab-us .abt-num {
    font-size: 36px
  }

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

  .ab-us .met-inner {
    flex-wrap: wrap
  }

  .ab-us .met-item {
    flex: 1 1 40%
  }

  .ab-us .team-row {
    flex-direction: column;
    gap: 24px
  }
}

@media (max-width: 520px) {
  .ab-us .tb {
    padding: 48px 0 24px
  }

  .ab-us .abt {
    padding: 48px 0
  }

  .ab-us .tb-h1 {
    font-size: 36px
  }

  .ab-us .abt-h2 {
    font-size: 36px
  }

  .ab-us .met-big {
    font-size: 36px
  }

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

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

.cu-pg .inner-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px
}

.cu-pg .pg-band {
  height: 4px;
  background: linear-gradient(135deg, #828181 0%, #D6CEB3 50%, #ABABAB 100%);
  width: 100%
}

.cu-pg .title-blk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  background: #fff
}

.cu-pg .title-blk .txt-side {
  padding: 96px 48px 96px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.cu-pg .title-blk .txt-side::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #D6CEB3;
  border-left: 2px solid #D6CEB3;
  border-radius: 2px 0 0 0
}

.cu-pg .title-blk .txt-side::after {
  content: '';
  position: absolute;
  bottom: 24px;
  right: 48px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #D6CEB3;
  border-right: 2px solid #D6CEB3;
  border-radius: 0 0 2px 0
}

.cu-pg .pre-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #828181;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.2
}

.cu-pg .pg-h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #2a2a2a;
  font-weight: 900;
  margin-bottom: 24px
}

.cu-pg .pg-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 24px
}

.cu-pg .img-side {
  position: relative;
  overflow: hidden
}

.cu-pg .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  display: block;
  animation: img-wipe .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes img-wipe {
  from {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 0% 0 0)
  }
}

.cu-pg .img-side .duo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #82818173 0%, #d6ceb34d 100%);
  mix-blend-mode: multiply;
  pointer-events: none
}

.cu-pg .dot-pattern {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(5, 6px);
  gap: 6px;
  pointer-events: none
}

.cu-pg .dot-pattern span {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #d6ceb3b3;
  display: block
}

.cu-pg .contact-strip {
  background: #2e2d2d;
  padding: 48px 0
}

.cu-pg .contact-strip .inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: start
}

.cu-pg .c-item {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cu-pg .c-item .c-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.cu-pg .c-item .c-icon svg {
  width: 24px;
  height: 24px
}

.cu-pg .c-label {
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ABABAB;
  line-height: 1.2
}

.cu-pg .c-val {
  font-size: 20px;
  color: #f0ede6;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .c-val:hover {
  color: #D6CEB3
}

.cu-pg .c-addr {
  font-size: 14px;
  color: #ABABAB;
  line-height: 1.9
}

.cu-pg .stat-accent {
  background: #D6CEB3;
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 12px
}

.cu-pg .stat-num {
  font-size: 36px;
  font-weight: 900;
  color: #2e2d2d;
  line-height: 1.2;
  letter-spacing: -.02em
}

.cu-pg .stat-note {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-top: 4px
}

.cu-pg .form-blk {
  background: #f5f3ee;
  padding: 96px 0
}

.cu-pg .form-blk .inner-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 96px;
  align-items: start
}

.cu-pg .form-aside {
  position: relative
}

.cu-pg .form-aside::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 2px solid #828181;
  border-left: 2px solid #828181;
  border-radius: 2px 0 0 0
}

.cu-pg .form-aside::after {
  content: '';
  position: absolute;
  bottom: -24px;
  right: 0;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #828181;
  border-right: 2px solid #828181;
  border-radius: 0 0 2px 0
}

.cu-pg .aside-h {
  font-size: 36px;
  font-weight: 900;
  color: #2a2a2a;
  line-height: 1.2;
  letter-spacing: -.02em;
  padding-top: 24px;
  margin-bottom: 24px
}

.cu-pg .aside-p {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 24px
}

.cu-pg .aside-link {
  font-size: 14px;
  color: #828181;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .aside-link:hover {
  color: #2a2a2a
}

.cu-pg .cf {
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: 2px 5px 22px 1px #8281811a
}

.cu-pg .cf .f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px
}

.cu-pg .cf .f-group {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cu-pg .cf .f-group.full {
  grid-column: 1 / -1
}

.cu-pg .cf label {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #555;
  line-height: 1.2
}

.cu-pg .cf input[type="text"],
.cu-pg .cf input[type="email"],
.cu-pg .cf select,
.cu-pg .cf textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  font-size: 14px;
  color: #2a2a2a;
  background: #fff;
  line-height: 1.6;
  box-shadow: inset 2px 1px 3px 1px #8281810d inset 0 -1px 0 0 #d6ceb34d;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box
}

.cu-pg .cf input::placeholder,
.cu-pg .cf textarea::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  color: #ABABAB;
  letter-spacing: .06em
}

.cu-pg .cf input[type="text"]:focus,
.cu-pg .cf input[type="email"]:focus,
.cu-pg .cf select:focus,
.cu-pg .cf textarea:focus {
  border-color: #828181;
  box-shadow: inset 2px 1px 3px 1px #8281810d 2px 1px 3px 1px #8281810d
}

.cu-pg .cf input[type="text"]:focus-visible,
.cu-pg .cf input[type="email"]:focus-visible,
.cu-pg .cf select:focus-visible,
.cu-pg .cf textarea:focus-visible {
  outline: 2px solid #828181 !important;
  outline-offset: 2px !important
}

.cu-pg .cf select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23828181' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer
}

.cu-pg .cf textarea {
  resize: vertical;
  min-height: 120px
}

.cu-pg .cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px
}

.cu-pg .cat-opt {
  position: relative
}

.cu-pg .cat-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.cu-pg .cat-opt label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.6;
  background: #fff;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.cu-pg .cat-opt label:hover {
  border-color: #828181;
  background: #f5f3ee
}

.cu-pg .cat-opt input[type="radio"]:checked+label {
  border-color: #828181;
  background: #f5f3ee;
  color: #2a2a2a
}

.cu-pg .cat-opt input[type="radio"]:focus-visible+label {
  outline: 2px solid #828181 !important;
  outline-offset: 2px !important
}

.cu-pg .cat-dot {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid #ABABAB;
  flex-shrink: 0;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .cat-opt input[type="radio"]:checked+label .cat-dot {
  border-color: #828181;
  background: #828181
}

.cu-pg .privacy-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px
}

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

.cu-pg .privacy-row input[type="checkbox"]:focus-visible {
  outline: 2px solid #828181 !important;
  outline-offset: 2px !important
}

.cu-pg .priv-txt {
  font-size: 14px;
  color: #555;
  line-height: 1.9
}

.cu-pg .priv-txt a {
  color: #828181;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .priv-txt a:hover {
  color: #2a2a2a
}

.cu-pg .f-cat-label {
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #555;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block
}

.cu-pg .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 48px;
  background: #2e2d2d;
  color: #f0ede6;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 2px 5px 22px 1px #8281811a;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), padding .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.cu-pg .submit-btn:hover {
  background: #828181;
  padding: 12px 60px
}

.cu-pg .submit-btn:focus-visible {
  outline: 2px solid #828181 !important;
  outline-offset: 2px !important
}

.cu-pg .submit-btn:active {
  background: #555
}

.cu-pg .compare-note {
  margin-top: 24px;
  padding: 12px;
  background: #f5f3ee;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
  line-height: 1.9
}

.cu-pg .compare-note a {
  color: #828181;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .compare-note a:hover {
  color: #2a2a2a
}

@media (max-width: 900px) {
  .cu-pg .title-blk {
    grid-template-columns: 1fr
  }

  .cu-pg .img-side {
    height: 260px
  }

  .cu-pg .contact-strip .inner-wrap {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .cu-pg .form-blk .inner-wrap {
    grid-template-columns: 1fr;
    gap: 48px
  }

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

  .cu-pg .cat-grid {
    grid-template-columns: 1fr
  }

  .cu-pg .title-blk .txt-side {
    padding: 48px 24px
  }
}

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

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

@keyframes grid-pulse {

  0%,
  100% {
    opacity: .04
  }

  50% {
    opacity: .12
  }
}

@keyframes ch-shift {

  0%,
  100% {
    filter: saturate(1.1) brightness(1.02)
  }

  33% {
    filter: saturate(0.85) brightness(1.05) hue-rotate(0deg)
  }

  66% {
    filter: saturate(1.2) brightness(0.98)
  }
}

.rt ::selection {
  background: #D6CEB3;
  color: #2a2a2a
}

.rt .t-blk {
  padding: 96px 0 48px;
  background: #f5f3ee;
  position: relative
}

.rt .t-blk .pg-wrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.rt .t-blk .t-left {
  flex: 0 0 55%;
  position: relative;
  z-index: 1
}

.rt .t-blk .t-right {
  flex: 0 0 calc(45% - 48px);
  position: relative
}

.rt .t-blk .dot-grid {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 220px;
  height: 180px;
  background-image: radial-gradient(circle, #828181 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: .18;
  pointer-events: none;
  z-index: 0
}

.rt .t-blk .t-eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .12em;
  color: #828181;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  z-index: 1
}

.rt .t-blk .t-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #828181;
  vertical-align: middle;
  margin-right: 12px
}

.rt .t-blk .t-h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1e1e1e;
  font-weight: 900;
  margin-bottom: 24px;
  position: relative;
  z-index: 1
}

.rt .t-blk .t-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
  max-width: 480px;
  position: relative;
  z-index: 1
}

.rt .t-blk .strokes {
  position: absolute;
  bottom: 48px;
  left: -12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
  z-index: 0
}

.rt .t-blk .strokes span {
  display: block;
  height: 2px;
  background: #D6CEB3;
  border-radius: 2px
}

.rt .t-blk .strokes span:nth-child(1) {
  width: 32px
}

.rt .t-blk .strokes span:nth-child(2) {
  width: 24px
}

.rt .t-blk .strokes span:nth-child(3) {
  width: 40px
}

.rt .t-blk .strokes span:nth-child(4) {
  width: 20px
}

.rt .t-blk .t-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9
}

.rt .t-blk .t-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: ch-shift 8s ease-in-out infinite;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .t-blk .t-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #82818126 0%, #d6ceb31a 100%);
  pointer-events: none;
  border-radius: 12px
}

.rt .t-blk .t-img-wrap:hover img {
  box-shadow: 2px 12px 40px 1px #8281811a
}

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

.rt .div-fade {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #D6CEB3 30%, #ABABAB 50%, #D6CEB3 70%, transparent 100%);
  margin: 0
}

.rt .gap-blk {
  padding: 96px 0;
  background: #fff;
  position: relative
}

.rt .gap-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.rt .gap-blk .g-label {
  position: sticky;
  top: 48px
}

.rt .gap-blk .g-accent-bar {
  width: 40px;
  height: 3px;
  background: #828181;
  border-radius: 2px;
  margin-bottom: 12px
}

.rt .gap-blk .g-side-h {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin-bottom: 12px
}

.rt .gap-blk .g-side-sub {
  font-size: 14px;
  line-height: 1.6;
  color: #828181;
  letter-spacing: .04em
}

.rt .gap-blk .g-body {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.rt .gap-blk .g-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 12px;
  background: #f5f3ee;
  box-shadow: 2px 1px 3px 1px #8281810d;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.rt .gap-blk .g-item:hover {
  box-shadow: 2px 5px 22px 1px #8281811a;
  background: #f0ede4
}

.rt .gap-blk .g-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #D6CEB3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .gap-blk .g-item:hover .g-icon {
  background: #828181
}

.rt .gap-blk .g-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #1e1e1e;
  stroke-width: 1.8;
  transition: stroke .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .gap-blk .g-item:hover .g-icon svg {
  stroke: #fff
}

.rt .gap-blk .g-txt h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1e1e1e;
  margin-bottom: 12px
}

.rt .gap-blk .g-txt p {
  font-size: 14px;
  line-height: 1.9;
  color: #555
}

.rt .gap-blk .g-img-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 4px
}

.rt .gap-blk .g-img-box {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative
}

.rt .gap-blk .g-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .gap-blk .g-img-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: border-color .22s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none
}

.rt .gap-blk .g-img-box:hover::before {
  border-color: #828181
}

.rt .gap-blk .g-img-box:hover img {
  transform: scale(1.03)
}

.rt .exp-blk {
  padding: 96px 0;
  background: #f5f3ee;
  position: relative
}

.rt .exp-blk::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 320px;
  background-image: radial-gradient(circle, #ABABAB 1.5px, transparent 1.5px);
  background-size: 20px 20px;
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 0%, transparent 65%);
  mask-image: radial-gradient(ellipse at 100% 0%, black 0%, transparent 65%);
  opacity: .35;
  pointer-events: none
}

.rt .exp-blk .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.rt .exp-blk .exp-top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.rt .exp-blk .exp-img-col {
  flex: 0 0 42%;
  position: relative
}

.rt .exp-blk .exp-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  box-shadow: 2px 5px 22px 1px #8281811a
}

.rt .exp-blk .exp-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .exp-blk .exp-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  z-index: 1;
  pointer-events: none;
  transition: border-color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.rt .exp-blk .exp-img-wrap:hover::before {
  border-color: #828181
}

.rt .exp-blk .exp-img-wrap:hover img {
  transform: scale(1.02)
}

.rt .exp-blk .exp-txt-col {
  flex: 1
}

.rt .exp-blk .exp-accent-bar {
  width: 40px;
  height: 3px;
  background: #ABABAB;
  border-radius: 2px;
  margin-bottom: 12px
}

.rt .exp-blk .exp-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin-bottom: 24px
}

.rt .exp-blk .exp-p {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 12px
}

.rt .exp-blk .exp-cards {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.rt .exp-blk .exp-card {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 2px 1px 3px 1px #8281810d;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.rt .exp-blk .exp-card:hover {
  box-shadow: 2px 5px 22px 1px #8281811a
}

.rt .exp-blk .exp-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: inset 0 0 0 0 #d6ceb300;
  transition: box-shadow .28s cubic-bezier(0.0, 0, 0.2, 1);
  pointer-events: none
}

.rt .exp-blk .exp-card:hover::after {
  box-shadow: inset 0 0 18px 4px #d6ceb359
}

.rt .exp-blk .card-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px
}

.rt .exp-blk .card-portrait {
  width: 48px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 48px
}

.rt .exp-blk .card-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.rt .exp-blk .card-no-portrait {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #D6CEB3;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center
}

.rt .exp-blk .card-no-portrait svg {
  width: 24px;
  height: 24px;
  fill: #828181
}

.rt .exp-blk .card-name {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: .02em
}

.rt .exp-blk .card-role {
  font-size: 14px;
  color: #828181;
  line-height: 1.6
}

.rt .exp-blk .card-quote {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  font-style: italic
}

.rt .exp-blk .card-highlight {
  display: inline;
  background: #d6ceb366;
  padding: 0 4px;
  border-radius: 2px
}

.rt .inv-blk {
  padding: 96px 0;
  background: #fff;
  position: relative
}

.rt .inv-blk .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px
}

.rt .inv-blk .inv-top {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.rt .inv-blk .inv-head-col {
  flex: 0 0 38%
}

.rt .inv-blk .inv-accent-bar {
  width: 40px;
  height: 3px;
  background: #D6CEB3;
  border-radius: 2px;
  margin-bottom: 12px
}

.rt .inv-blk .inv-h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin-bottom: 24px
}

.rt .inv-blk .inv-p {
  font-size: 14px;
  line-height: 1.9;
  color: #555
}

.rt .inv-blk .inv-detail-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.rt .inv-blk .inv-row {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.rt .inv-blk .inv-card {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  background: #f5f3ee;
  box-shadow: 2px 1px 3px 1px #8281810d;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.0, 0, 0.2, 1);
  position: relative
}

.rt .inv-blk .inv-card:hover {
  box-shadow: 2px 5px 22px 1px #8281811a;
  background: #ede9de
}

.rt .inv-blk .inv-card-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #828181;
  margin-bottom: 4px
}

.rt .inv-blk .inv-card-val {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1e1e1e;
  margin-bottom: 4px
}

.rt .inv-blk .inv-card-note {
  font-size: 14px;
  line-height: 1.6;
  color: #828181
}

.rt .inv-blk .inv-accent-card {
  background: #D6CEB3
}

.rt .inv-blk .inv-accent-card:hover {
  background: #ccc5a8
}

.rt .inv-blk .inv-accent-card .inv-card-val {
  color: #1e1e1e
}

.rt .inv-blk .inv-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  box-shadow: 2px 5px 22px 1px #8281811a
}

.rt .inv-blk .inv-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .inv-blk .inv-img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  z-index: 1;
  pointer-events: none;
  transition: border-color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.rt .inv-blk .inv-img-wrap:hover::before {
  border-color: #828181
}

.rt .inv-blk .inv-img-wrap:hover img {
  transform: scale(1.02)
}

.rt .inv-blk .inv-formats {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.rt .inv-blk .inv-fmt {
  flex: 1;
  border-radius: 12px;
  padding: 24px;
  background: #f5f3ee;
  box-shadow: 2px 1px 3px 1px #8281810d;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .inv-blk .inv-fmt:hover {
  box-shadow: 2px 5px 22px 1px #8281811a
}

.rt .inv-blk .inv-fmt-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #ABABAB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .inv-blk .inv-fmt:hover .inv-fmt-icon {
  background: #828181
}

.rt .inv-blk .inv-fmt-icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8
}

.rt .inv-blk .inv-fmt h5 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1e1e1e;
  margin-bottom: 12px
}

.rt .inv-blk .inv-fmt p {
  font-size: 14px;
  line-height: 1.9;
  color: #555
}

.rt .inv-blk .inv-fmt ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0
}

.rt .inv-blk .inv-fmt ul li {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  padding-left: 16px;
  position: relative
}

.rt .inv-blk .inv-fmt ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #828181
}

.rt .inv-blk .inv-cta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #f5f3ee;
  border-radius: 12px;
  box-shadow: inset 2px 1px 3px 1px #8281810d inset 0 -2px 4px 0 #82818114
}

.rt .inv-blk .inv-cta-txt {
  flex: 1;
  font-size: 14px;
  line-height: 1.9;
  color: #555
}

.rt .inv-blk .inv-cta-txt strong {
  color: #1e1e1e
}

.rt .inv-blk .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #828181;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), padding .22s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 2px 1px 3px 1px #8281810d;
  white-space: nowrap
}

.rt .inv-blk .btn-primary:hover {
  background: #6a6969;
  padding: 12px 32px;
  box-shadow: 2px 5px 22px 1px #8281811a
}

.rt .inv-blk .btn-primary:focus {
  outline: 2px solid #828181;
  outline-offset: 4px
}

.rt .inv-blk .btn-primary svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2
}

@media (max-width: 900px) {
  .rt .t-blk .pg-wrap {
    flex-direction: column
  }

  .rt .t-blk .t-left,
  .rt .t-blk .t-right {
    flex: none;
    width: 100%
  }

  .rt .gap-blk .pg-wrap {
    grid-template-columns: 1fr
  }

  .rt .gap-blk .g-label {
    position: static
  }

  .rt .exp-blk .exp-top {
    flex-direction: column
  }

  .rt .exp-blk .exp-img-col {
    flex: none;
    width: 100%
  }

  .rt .exp-blk .exp-cards {
    flex-direction: column
  }

  .rt .inv-blk .inv-top {
    flex-direction: column
  }

  .rt .inv-blk .inv-head-col {
    flex: none;
    width: 100%
  }

  .rt .inv-blk .inv-formats {
    flex-direction: column
  }

  .rt .inv-blk .inv-cta-row {
    flex-direction: column;
    align-items: flex-start
  }

  .rt .gap-blk .g-img-row {
    flex-direction: column
  }

  .rt .inv-blk .inv-row {
    flex-direction: column
  }
}

@media (max-width: 600px) {
  .rt .t-blk .t-h1 {
    font-size: 36px
  }

  .rt .t-blk {
    padding: 48px 0
  }
}

.suc-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: linear-gradient(158deg, #fff 60%, #D6CEB3 160%)
}

.suc-pg .suc-wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.suc-pg .suc-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.suc-pg .suc-icon circle {
  fill: none;
  stroke: #828181;
  stroke-width: 2.5
}

.suc-pg .suc-icon polyline {
  fill: none;
  stroke: #828181;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.suc-pg .suc-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  max-width: 560px
}

.suc-pg .suc-title {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.03em;
  font-weight: 900;
  color: #2a2a2a;
  margin: 0
}

.suc-pg .suc-sub {
  font-size: 20px;
  line-height: 1.6;
  color: #828181;
  margin: 0
}

.suc-pg .suc-divider {
  width: 48px;
  height: 2px;
  background: #D6CEB3;
  border-radius: 2px
}

.suc-pg .suc-note {
  font-size: 14px;
  line-height: 1.9;
  color: #ABABAB;
  margin: 0;
  letter-spacing: .02em
}

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

.suc-pg .btn-prim {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #828181;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2px 5px 22px 1px #8281811a;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), padding .18s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-pg .btn-prim:hover {
  background: #6a6969;
  padding: 12px 32px;
  box-shadow: 2px 12px 40px 1px #8281811a
}

.suc-pg .btn-prim:focus {
  outline: 2px solid #828181;
  outline-offset: 3px
}

.suc-pg .btn-sec {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: transparent;
  color: #828181;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid #ABABAB;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), padding .18s cubic-bezier(0.0, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-pg .btn-sec:hover {
  border-color: #828181;
  color: #4a4a4a;
  padding: 12px 32px
}

.suc-pg .btn-sec:focus {
  outline: 2px solid #828181;
  outline-offset: 3px
}

.suc-pg .btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}