html {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: 'Arimo', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  color: #2a2a2e
}

.site-body {
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 48px
}

.site-head {
  background: #F9FAF5;
  border-bottom: 1px solid #97994a2e;
  box-shadow: 0 3px 5px 0 #97994a12;
  position: relative;
  overflow: hidden
}

.site-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #97994A 0%, #BECAA3 60%, #F9FAF5 100%);
  pointer-events: none
}

.head-upper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 0 24px;
  gap: 48px
}

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

.brand-hex-frame {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #becaa338;
  border: 1.5px solid #97994a4d;
  box-shadow: 0 3px 5px 0 #97994a12 inset 0 1px 0 #f9faf5cc inset 0 -1px 0 #97994a1f;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%)
}

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

.brand-name {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: #2a2a2e
}

.brand-tagline {
  font-size: 15px;
  color: #97994A;
  line-height: 1.6;
  font-style: italic;
  margin-top: -6px
}

.head-contact-strip {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding-top: 6px
}

.head-contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #4a4a50;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.head-contact-item:hover {
  color: #97994A
}

.head-contact-item:focus {
  background: #becaa340;
  outline: none;
  border-radius: 1px
}

.head-contact-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.head-contact-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #97994A;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

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

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

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

.head-nav-link {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #2a2a2e;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 1px;
  background: transparent;
  transition: color 450ms cubic-bezier(0.34, 1.56, 0.64, 1), border-color 450ms cubic-bezier(0.34, 1.56, 0.64, 1), background 450ms cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px
}

.head-nav-link:hover {
  color: #97994A;
  border-color: #97994a4d;
  background: #97994a0f;
  filter: brightness(1.05)
}

.head-nav-link:focus {
  background: #becaa340;
  outline: none;
  border-color: #97994a66
}

.head-nav-link.active-pg {
  color: #97994A;
  border-color: #97994a40;
  background: #97994a14
}

.site-foot {
  background: #F9FAF5;
  border-top: none;
  box-shadow: 0 -3px 5px 0 #97994a12 0 -7px 14px 0 #97994a0d;
  margin-top: 96px
}

.foot-top-row {
  border-bottom: 1px solid #97994a2e;
  padding: 48px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.foot-top-label {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2e;
  letter-spacing: -.02em;
  line-height: 1.1
}

.foot-top-desc {
  font-size: 15px;
  color: #5a5a62;
  line-height: 1.6;
  max-width: 480px
}

.foot-logo-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #becaa338;
  border: 1.5px solid #97994a4d;
  box-shadow: 0 3px 5px 0 #97994a12 inset 0 1px 0 #f9faf5cc inset 0 -1px 0 #97994a1f;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  flex-shrink: 0
}

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

.foot-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  padding: 48px 0
}

.foot-col-head {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #97994A;
  margin: 0 0 24px;
  line-height: 1.1
}

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

.foot-col-links li a {
  font-size: 15px;
  color: #4a4a50;
  text-decoration: none;
  line-height: 1.6;
  transition: color 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block;
  min-height: 44px;
  display: flex;
  align-items: center
}

.foot-col-links li a:hover {
  color: #97994A
}

.foot-col-links li a:focus {
  background: #becaa340;
  outline: none;
  border-radius: 1px
}

.foot-contact-detail {
  font-size: 15px;
  color: #4a4a50;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.foot-contact-detail a {
  color: #4a4a50;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.foot-contact-detail a:hover {
  color: #97994A
}

.foot-contact-detail a:focus {
  background: #becaa340;
  outline: none;
  border-radius: 1px
}

.foot-bottom-bar {
  border-top: 1px solid #97994a26;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.foot-copy {
  font-size: 15px;
  color: #7a7a82;
  line-height: 1.6
}

.foot-legal-links {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0
}

.foot-legal-links li a {
  font-size: 15px;
  color: #7a7a82;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.foot-legal-links li a:hover {
  color: #97994A
}

.foot-legal-links li a:focus {
  background: #becaa340;
  outline: none;
  border-radius: 1px
}

.ck-popup {
  display: none;
  position: fixed;
  top: 24px;
  left: 24px;
  width: 300px;
  background: #fff;
  border: 1px solid #97994a47;
  border-radius: 22px;
  box-shadow: 0 8px 40px 0 #97994a21;
  z-index: 2000;
  padding: 24px;
  box-sizing: border-box
}

.ck-headline {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2e;
  line-height: 1.1;
  margin: 0 0 12px
}

.ck-desc {
  font-size: 15px;
  color: #4a4a50;
  line-height: 1.6;
  margin: 0 0 24px
}

.ck-desc a {
  color: #97994A;
  text-decoration: underline
}

.ck-cats-panel {
  display: none;
  margin-bottom: 24px
}

.ck-cats-panel.open-panel {
  display: block
}

.ck-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #97994a1f;
  gap: 12px
}

.ck-cat-row:last-child {
  border-bottom: none
}

.ck-cat-label {
  font-size: 15px;
  color: #2a2a2e;
  line-height: 1.6;
  flex: 1
}

.ck-cat-sub {
  font-size: 15px;
  color: #7a7a82;
  line-height: 1.6;
  display: block
}

.ck-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0
}

.ck-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.ck-toggle-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #97994a40;
  border-radius: 22px;
  cursor: pointer;
  transition: background 450ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-toggle input:checked+.ck-toggle-track {
  background: #97994A
}

.ck-toggle-track::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 22px;
  background: #fff;
  top: 3px;
  left: 3px;
  transition: transform 450ms cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 3px 5px 0 #97994a12
}

.ck-toggle input:checked+.ck-toggle-track::after {
  transform: translateX(18px)
}

.ck-toggle input:disabled+.ck-toggle-track {
  opacity: .6;
  cursor: not-allowed
}

.ck-toggle input:focus+.ck-toggle-track {
  background: #becaa380
}

.ck-manage-btn {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 15px;
  color: #97994A;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 12px;
  font-family: 'Arimo', sans-serif;
  min-height: 44px;
  display: flex;
  align-items: center
}

.ck-manage-btn:hover {
  filter: brightness(1.1)
}

.ck-manage-btn:focus {
  background: #becaa340;
  outline: none;
  border-radius: 1px
}

.ck-btns {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ck-btn-accept {
  background: transparent;
  border: 1px solid #97994A;
  color: #97994A;
  border-radius: 1px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  padding: 12px 24px;
  cursor: pointer;
  min-height: 44px;
  transition: background 450ms cubic-bezier(0.34, 1.56, 0.64, 1), color 450ms cubic-bezier(0.34, 1.56, 0.64, 1), filter 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: .02em
}

.ck-btn-accept:hover {
  background: #97994a1a;
  filter: brightness(1.08)
}

.ck-btn-accept:focus {
  background: #becaa340;
  outline: none
}

.ck-btn-reject {
  background: transparent;
  border: 1px solid #97994a59;
  color: #4a4a50;
  border-radius: 1px;
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  padding: 12px 24px;
  cursor: pointer;
  min-height: 44px;
  transition: background 450ms cubic-bezier(0.34, 1.56, 0.64, 1), color 450ms cubic-bezier(0.34, 1.56, 0.64, 1), filter 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: .02em
}

.ck-btn-reject:hover {
  background: #97994a0d;
  filter: brightness(1.05)
}

.ck-btn-reject:focus {
  background: #becaa340;
  outline: none
}

.pref-tab {
  display: none;
  position: fixed;
  bottom: 96px;
  left: 0;
  z-index: 1999
}

.pref-tab-btn {
  background: #97994A;
  color: #fff;
  border: none;
  border-radius: 0 1px 1px 0;
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding: 12px;
  cursor: pointer;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  min-height: 44px;
  letter-spacing: .04em;
  transition: background 450ms cubic-bezier(0.34, 1.56, 0.64, 1), filter 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 7px 14px 0 #97994a1a
}

.pref-tab-btn:hover {
  background: #7a7c3a;
  filter: brightness(1.08)
}

.pref-tab-btn:focus {
  background: #becaa399;
  color: #2a2a2e;
  outline: none
}

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

  .foot-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
  }
}

@media (max-width: 768px) {
  .head-upper {
    flex-direction: column;
    gap: 24px;
    padding: 24px 0
  }

  .head-contact-strip {
    align-items: flex-start
  }

  .foot-cols {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .foot-top-row {
    flex-direction: column;
    align-items: flex-start
  }

  .foot-logo-anchor {
    align-self: flex-end
  }

  .foot-bottom-bar {
    flex-direction: column;
    align-items: flex-start
  }
}

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

  .brand-name {
    font-size: 26px
  }

  .ck-popup {
    width: calc(100vw - 24px);
    left: 12px;
    top: 12px
  }
}

.policy-page {
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #2a2a1f
}

.policy-page h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #97994A;
  margin-bottom: 48px;
  margin-top: 0
}

.policy-page h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2a2a1f;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #BECAA3
}

.policy-page h3 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #2a2a1f;
  margin-top: 48px;
  margin-bottom: 24px
}

.policy-page h4 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -.01em;
  color: #3a3a28;
  margin-top: 24px;
  margin-bottom: 12px
}

.policy-page h5 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #97994A;
  margin-top: 24px;
  margin-bottom: 12px
}

.policy-page h6 {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3a;
  margin-top: 24px;
  margin-bottom: 12px
}

.policy-page p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a1f;
  margin-top: 0;
  margin-bottom: 24px;
  max-width: 80ch
}

.policy-page ul {
  margin: 0 0 24px;
  padding-left: 24px;
  list-style: none
}

.policy-page ol {
  margin: 0 0 24px;
  padding-left: 24px;
  list-style: none;
  counter-reset: policy-counter
}

.policy-page ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a1f;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative
}

.policy-page ul li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #97994A;
  border-radius: 1px;
  transform: rotate(45deg)
}

.policy-page ol li {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a1f;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative;
  counter-increment: policy-counter
}

.policy-page ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: -18px;
  top: 0;
  font-size: 15px;
  color: #97994A;
  font-weight: 600;
  line-height: 1.6
}

.policy-page ul ul,
.policy-page ol ol,
.policy-page ul ol,
.policy-page ol ul {
  margin-top: 12px;
  margin-bottom: 0
}

.policy-page em,
.policy-page i {
  font-style: italic;
  color: #5a5a3a
}

.policy-page a {
  color: #97994A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-page a:hover {
  color: #6b6c33;
  text-decoration-color: #BECAA3
}

.policy-page table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 3px 5px 0 #97994a12;
  border-radius: 1px;
  overflow: hidden
}

.policy-page thead {
  background: #F9FAF5
}

.policy-page thead tr {
  border-bottom: 2px solid #97994A
}

.policy-page tbody tr {
  border-bottom: 1px solid #e8ead8;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.policy-page tbody tr:last-child {
  border-bottom: none
}

.policy-page tbody tr:hover {
  background: #F9FAF5
}

.policy-page th {
  padding: 12px 24px;
  text-align: left;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #97994A;
  font-weight: 700
}

.policy-page td {
  padding: 12px 24px;
  color: #2a2a1f;
  vertical-align: top
}

.policy-page hr {
  border: none;
  border-top: 1px solid #BECAA3;
  margin: 48px 0;
  opacity: .6
}

.policy-page div {
  margin-bottom: 24px
}

@media (max-width: 1024px) {
  .policy-page h1 {
    font-size: 36px
  }

  .policy-page h2 {
    font-size: 26px
  }

  .policy-page h3 {
    font-size: 20px
  }

  .policy-page {
    padding: 48px 24px
  }
}

@media (max-width: 768px) {
  .policy-page {
    padding: 24px
  }

  .policy-page h1 {
    font-size: 36px;
    margin-bottom: 24px
  }

  .policy-page h2 {
    font-size: 26px;
    margin-top: 24px
  }

  .policy-page h3 {
    font-size: 20px;
    margin-top: 24px
  }

  .policy-page table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .policy-page th,
  .policy-page td {
    padding: 12px
  }
}

@media (max-width: 640px) {
  .policy-page h1 {
    font-size: 26px
  }

  .policy-page h2 {
    font-size: 20px
  }

  .policy-page h3,
  .policy-page h4 {
    font-size: 15px
  }
}

.digd {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden
}

.digd .art-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 420px
}

.digd .art-img-col {
  position: relative;
  overflow: hidden;
  border-radius: 0 22px 22px 0
}

.digd .art-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 1px solid #97994a2e;
  border-radius: 0 22px 22px 0
}

.digd .art-img-col .img-leak {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle at 0% 0%, #97994a47 0%, #f9faf514 60%, transparent 100%);
  pointer-events: none;
  border-radius: 22px 0 0 0
}

.digd .art-img-col .img-decor {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 80px;
  height: 80px;
  border: 2px solid #97994a38;
  border-radius: 22px;
  pointer-events: none
}

.digd .art-text-col {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F9FAF5
}

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

.digd .art-tag {
  font-size: 15px;
  line-height: 1.6;
  color: #97994A;
  border: 1px solid #97994a66;
  border-top: 2px solid #97994A;
  border-radius: 1px;
  padding: 6px 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .45s cubic-bezier(0.34, 1.56, 0.64, 1), color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.digd .art-cat-tag {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3b1a;
  background: #becaa338;
  border-radius: 1px;
  padding: 6px 12px;
  letter-spacing: .04em
}

.digd .art-readtime {
  font-size: 15px;
  line-height: 1.6;
  color: #6a6b38;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.digd .art-readtime .rt-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0
}

.digd .art-readtime .rt-icon svg {
  width: 16px;
  height: 16px
}

.digd .art-h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 300;
  color: #1e1f0a;
  margin: 0 0 12px
}

.digd .art-subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: #4a4b22;
  margin: 0 0 24px;
  font-weight: 400
}

.digd .art-author-line {
  font-size: 15px;
  line-height: 1.6;
  color: #6a6b38;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.digd .art-author-line .author-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #97994A;
  display: inline-block;
  flex-shrink: 0
}

.digd .art-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap
}

.digd .btn-print {
  font-size: 15px;
  line-height: 1.6;
  color: #97994A;
  background: transparent;
  border: 1px solid #97994a80;
  border-radius: 1px;
  padding: 6px 24px;
  cursor: pointer;
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1), color .5s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.digd .btn-print:hover {
  background: #97994A;
  color: #F9FAF5;
  border-color: #97994A
}

.digd .btn-print:focus-visible {
  outline: 2px solid #97994A !important;
  outline-offset: 3px !important
}

.digd .divider-band {
  height: 6px;
  background: linear-gradient(73deg, #97994A 0%, #97994a00 45%, #becaa300 55%, #BECAA3 100%)
}

.digd .art-body-wrap {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 48px;
  padding: 48px;
  background: #fff
}

.digd .art-pull {
  padding: 24px;
  border-left: 3px solid #97994A;
  border-top: 1px solid #97994a33;
  border-right: 1px solid #97994a1a;
  border-bottom: 1px solid #97994a1a;
  border-radius: 1px;
  background: #f9faf5b3;
  box-shadow: 0 7px 14px 0 #97994a1a;
  align-self: start;
  position: sticky;
  top: 24px
}

.digd .art-pull .pull-label {
  font-size: 15px;
  line-height: 1.6;
  color: #97994A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
  display: block
}

.digd .art-pull .pull-quote {
  font-size: 20px;
  line-height: 1.6;
  color: #1e1f0a;
  font-weight: 300;
  font-style: italic
}

.digd .art-pull .pull-views {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #6a6b38;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px
}

.digd .art-pull .views-num {
  font-size: 26px;
  line-height: 1.1;
  color: #97994A;
  font-weight: 600
}

.digd .art-body {
  min-width: 0
}

.digd .art-body .body-text {
  font-size: 20px;
  line-height: 1.6;
  color: #1e1f0a
}

.digd .art-body .body-text p {
  margin: 0 0 24px
}

.digd .art-body .body-text h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 300;
  color: #1e1f0a;
  margin: 48px 0 12px
}

.digd .art-body .body-text h3 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em;
  font-weight: 400;
  color: #2a2b10;
  margin: 24px 0 12px
}

.digd .art-body .body-text em {
  color: #97994A;
  font-style: italic
}

.digd .art-body .body-text del {
  color: #8a8b5a;
  text-decoration: line-through
}

.digd .art-body .body-text ul {
  padding-left: 24px;
  margin: 0 0 24px
}

.digd .art-body .body-text ul li {
  margin-bottom: 6px;
  color: #1e1f0a
}

.digd .art-body .body-text blockquote {
  margin: 24px 0;
  padding: 24px;
  border-left: 3px solid #BECAA3;
  border-top: 1px solid #becaa34d;
  border-right: 1px solid #becaa326;
  border-bottom: 1px solid #becaa326;
  background: #becaa31a;
  border-radius: 1px;
  font-size: 20px;
  line-height: 1.6;
  color: #3a3b1a;
  font-style: italic
}

.digd .art-body .body-text details {
  margin: 0 0 24px;
  border: 1px solid #97994a40;
  border-radius: 1px;
  padding: 12px 24px;
  background: #f9faf599
}

.digd .art-body .body-text details summary {
  font-size: 20px;
  line-height: 1.6;
  color: #97994A;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .02em;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.digd .art-body .body-text details summary::-webkit-details-marker {
  display: none
}

.digd .art-body .body-text a {
  color: #97994A;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.digd .art-body .body-text a:hover {
  color: #1e1f0a
}

.digd .divider-geom {
  height: 1px;
  background: linear-gradient(73deg, transparent 0%, #97994a00 20%, #97994A 50%, #becaa300 80%, transparent 100%);
  margin: 0 48px
}

.digd .react-like-row {
  padding: 48px;
  background: #F9FAF5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow: hidden
}

.digd .react-like-row .geom-bg {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border: 40px solid #becaa321;
  border-radius: 22px;
  pointer-events: none;
  transform: rotate(18deg)
}

.digd .react-like-row .react-label {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em;
  font-weight: 300;
  color: #1e1f0a;
  text-align: center
}

.digd .react-like-row .react-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #6a6b38;
  text-align: center
}

.digd .emoji-reactions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.digd .emoji-reactions input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none
}

.digd .emoji-reactions .react-opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer
}

.digd .emoji-reactions .react-opt .react-face {
  width: 56px;
  height: 56px;
  border-radius: 22px;
  border: 2px solid #97994a33;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 5px 0 #97994a12;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .4s cubic-bezier(0.34, 1.56, 0.64, 1), background .4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .4s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.digd .emoji-reactions .react-opt .react-face svg {
  width: 28px;
  height: 28px
}

.digd .emoji-reactions .react-opt .react-name {
  font-size: 15px;
  line-height: 1.6;
  color: #6a6b38;
  transition: color .4s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.digd .emoji-reactions input[type="radio"]:checked+.react-opt .react-face {
  background: #97994a1f;
  border-color: #97994A;
  box-shadow: 0 7px 14px 0 #97994a1a;
  transform: scale(1.13)
}

.digd .emoji-reactions input[type="radio"]:checked+.react-opt .react-name {
  color: #97994A;
  font-weight: 600
}

.digd .emoji-reactions .react-opt:hover .react-face {
  transform: scale(1.08);
  border-color: #97994a80
}

.digd .emoji-reactions input[type="radio"]:focus-visible+.react-opt .react-face {
  outline: 2px solid #97994A !important;
  outline-offset: 2px !important
}

.digd .likes-display {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid #97994a33;
  border-top: 2px solid #97994A;
  border-radius: 1px;
  background: #fff;
  box-shadow: 0 3px 5px 0 #97994a12
}

.digd .likes-display .likes-num {
  font-size: 36px;
  line-height: 1.1;
  color: #97994A;
  font-weight: 600
}

.digd .likes-display .likes-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4b22
}

@keyframes border-trace {
  0% {
    clip-path: inset(0 100% 100% 0)
  }

  25% {
    clip-path: inset(0 0 100% 0)
  }

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

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

.digd .art-top .art-text-col {
  animation: border-trace .55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

@media (max-width: 1024px) {
  .digd .art-top {
    grid-template-columns: 1fr
  }

  .digd .art-img-col {
    height: 320px;
    border-radius: 0 0 22px 22px;
    order: 2
  }

  .digd .art-img-col img {
    border-radius: 0 0 22px 22px
  }

  .digd .art-text-col {
    order: 1;
    padding: 48px 24px 24px
  }

  .digd .art-h1 {
    font-size: 36px
  }

  .digd .art-body-wrap {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px
  }

  .digd .art-pull {
    position: static
  }

  .digd .react-like-row {
    padding: 48px 24px
  }

  .digd .divider-geom {
    margin: 0 24px
  }
}

@media (max-width: 768px) {
  .digd .art-text-col {
    padding: 24px
  }

  .digd .art-h1 {
    font-size: 36px
  }

  .digd .art-body-wrap {
    padding: 24px 12px
  }

  .digd .art-actions {
    flex-direction: column;
    align-items: flex-start
  }
}

@media (max-width: 640px) {
  .digd .art-h1 {
    font-size: 26px
  }

  .digd .art-subtitle {
    font-size: 15px
  }

  .digd .emoji-reactions {
    gap: 6px
  }

  .digd .emoji-reactions .react-opt .react-face {
    width: 44px;
    height: 44px
  }
}

.dg-root {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden
}

.dg-root .pg-band {
  background: linear-gradient(73deg, #97994A 0%, transparent 40%, transparent 70%, #BECAA3 100%);
  padding: 96px 48px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.dg-root .pg-img-col {
  flex: 0 0 30%;
  position: relative;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 8px 40px 0 #97994a21
}

.dg-root .pg-img-col img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  border: 1px solid #97994a2e;
  border-radius: 1px
}

.dg-root .pg-img-col::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, #282814b8 0%, transparent 100%);
  pointer-events: none
}

.dg-root .pg-text-col {
  flex: 0 0 70%;
  padding: 12px 0 12px 24px
}

.dg-root .pg-label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .12em;
  color: #97994A;
  border: 1px solid #97994A;
  border-radius: 1px;
  padding: 6px 12px;
  margin-bottom: 24px;
  text-transform: uppercase
}

.dg-root .pg-h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 300;
  color: #2a2a1a;
  margin-bottom: 24px
}

.dg-root .pg-sep {
  width: 48px;
  height: 2px;
  background: #97994A;
  margin-bottom: 24px
}

.dg-root .pg-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #3a3a28;
  max-width: 620px
}

.dg-root .pg-dots {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-top: 24px
}

.dg-root .pg-dot {
  width: 6px;
  height: 6px;
  background: #BECAA3;
  border-radius: 1px;
  transform: rotate(45deg)
}

.dg-root .pg-dot.active {
  background: #97994A
}

.dg-root .zigzag-div {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.dg-root .zigzag-div svg {
  display: block;
  width: 100%
}

.dg-root .posts-band {
  background: #F9FAF5;
  padding: 48px
}

.dg-root .posts-hd {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.01em;
  font-weight: 300;
  color: #2a2a1a;
  margin-bottom: 6px;
  text-align: center
}

.dg-root .posts-sub {
  font-size: 15px;
  color: #6a6a4a;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.dg-root .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.dg-root .post-card {
  background: #fff;
  border-radius: 1px;
  border: 1px solid #becaa366;
  box-shadow: 0 3px 5px 0 #97994a12;
  display: flex;
  flex-direction: column;
  transition: box-shadow .5s cubic-bezier(0.34, 1.56, 0.64, 1), transform .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: card-in .55s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.dg-root .post-card:nth-child(1) {
  animation-delay: .05s
}

.dg-root .post-card:nth-child(2) {
  animation-delay: .12s
}

.dg-root .post-card:nth-child(3) {
  animation-delay: .19s
}

.dg-root .post-card:nth-child(4) {
  animation-delay: .26s
}

.dg-root .post-card:nth-child(5) {
  animation-delay: .33s
}

.dg-root .post-card:nth-child(6) {
  animation-delay: .4s
}

@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

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

.dg-root .post-card:hover {
  box-shadow: 0 8px 40px 0 #97994a21;
  transform: translateY(-3px)
}

.dg-root .post-card-top {
  padding: 24px 24px 12px;
  border-bottom: 1px solid #becaa34d;
  flex: 1
}

.dg-root .post-tags {
  display: flex;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px
}

.dg-root .post-tag {
  font-size: 15px;
  color: #97994A;
  background: #97994a14;
  border-radius: 1px;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.dg-root .post-cat {
  font-size: 15px;
  color: #5a6a4a;
  background: #becaa338;
  border-radius: 1px;
  padding: 6px 12px;
  letter-spacing: .04em
}

.dg-root .post-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  color: #2a2a1a;
  margin-bottom: 6px;
  letter-spacing: -.01em
}

.dg-root .post-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3a;
  margin-bottom: 12px
}

.dg-root .post-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a32
}

.dg-root .post-card-bot {
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap
}

.dg-root .post-meta {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}

.dg-root .post-author {
  font-size: 15px;
  color: #5a5a3a;
  font-weight: 500
}

.dg-root .post-readtime {
  font-size: 15px;
  color: #8a8a6a
}

.dg-root .post-stats {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center
}

.dg-root .post-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #8a8a6a
}

.dg-root .post-stat svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.dg-root .post-link {
  display: block;
  margin: 0 24px 24px;
  padding: 12px 24px;
  border: 1px solid #97994A;
  border-radius: 1px;
  color: #97994A;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  transition: background .45s cubic-bezier(0.34, 1.56, 0.64, 1), color .45s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden
}

.dg-root .post-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background: #97994A;
  transition: left .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0
}

.dg-root .post-link:hover::before {
  left: 0
}

.dg-root .post-link:hover {
  color: #fff;
  filter: brightness(1.08)
}

.dg-root .post-link span {
  position: relative;
  z-index: 1
}

.dg-root .diam {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #BECAA3;
  transform: rotate(45deg);
  margin: 0 6px;
  vertical-align: middle;
  flex-shrink: 0
}

.dg-root .zigzag2 {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.dg-root .about-band {
  background: #2a2a1a;
  padding: 96px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.dg-root .about-left {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dg-root .about-accent {
  font-size: 68px;
  line-height: 1.1;
  font-weight: 300;
  color: #97994A;
  letter-spacing: -.02em
}

.dg-root .about-label {
  font-size: 15px;
  color: #BECAA3;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-left: 3px solid #97994A;
  border-top: 1px solid #becaa34d;
  padding: 6px 12px
}

.dg-root .about-right {
  flex: 0 0 70%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.dg-root .about-item {
  background: #97994a14;
  border: 1px solid #97994a33;
  border-radius: 1px;
  padding: 24px;
  box-shadow: 0 7px 14px 0 #97994a1a;
  transition: background .48s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.dg-root .about-item:hover {
  background: #97994a26
}

.dg-root .about-item-h {
  font-size: 20px;
  font-weight: 600;
  color: #BECAA3;
  margin-bottom: 12px;
  letter-spacing: .02em
}

.dg-root .about-item-p {
  font-size: 15px;
  line-height: 1.6;
  color: #c8c8a8
}

.dg-root .topics-band {
  background: #F9FAF5;
  padding: 48px
}

.dg-root .topics-hd {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  color: #2a2a1a;
  margin-bottom: 6px;
  text-align: center;
  letter-spacing: -.01em
}

.dg-root .topics-sub {
  font-size: 15px;
  color: #6a6a4a;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.dg-root .topics-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto
}

.dg-root .topic-pill {
  font-size: 15px;
  color: #3a3a20;
  background: #fff;
  border: 1px solid #97994a59;
  border-radius: 22px;
  padding: 12px 24px;
  letter-spacing: .04em;
  box-shadow: 0 3px 5px 0 #97994a12;
  transition: background .42s cubic-bezier(0.34, 1.56, 0.64, 1), color .42s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .42s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default
}

.dg-root .topic-pill:hover {
  background: #97994A;
  color: #fff;
  box-shadow: 0 7px 14px 0 #97994a1a
}

.dg-root .zigzag3 {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.dg-root .cta-band {
  background: linear-gradient(73deg, #F9FAF5 0%, transparent 45%, transparent 60%, #BECAA3 100%);
  padding: 96px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.dg-root .cta-h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  color: #2a2a1a;
  letter-spacing: -.01em;
  max-width: 700px
}

.dg-root .cta-p {
  font-size: 20px;
  line-height: 1.6;
  color: #3a3a28;
  max-width: 560px
}

.dg-root .cta-diamonds {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center
}

.dg-root .cta-d {
  width: 10px;
  height: 10px;
  background: #97994A;
  transform: rotate(45deg);
  border-radius: 1px
}

.dg-root .cta-d.sm {
  width: 6px;
  height: 6px;
  background: #BECAA3
}

.dg-root .cta-btn {
  display: inline-block;
  padding: 12px 48px;
  border: 1px solid #97994A;
  border-radius: 1px;
  color: #97994A;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: .06em;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: color .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.dg-root .cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background: #97994A;
  transition: left .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0
}

.dg-root .cta-btn:hover::before {
  left: 0
}

.dg-root .cta-btn:hover {
  color: #fff;
  filter: brightness(1.07)
}

.dg-root .cta-btn span {
  position: relative;
  z-index: 1
}

.dg-root .contact-band {
  background: #fff;
  padding: 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  border-top: 1px solid #becaa366
}

.dg-root .contact-left {
  flex: 0 0 30%
}

.dg-root .contact-h {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 300;
  color: #2a2a1a;
  margin-bottom: 12px;
  letter-spacing: -.01em
}

.dg-root .contact-p {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3a
}

.dg-root .contact-right {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dg-root .contact-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #becaa34d;
  border-radius: 1px;
  background: #F9FAF5
}

.dg-root .contact-row svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #97994A
}

.dg-root .contact-val {
  font-size: 15px;
  color: #3a3a20;
  text-decoration: none;
  border-bottom: 1px dotted #97994A;
  transition: color .42s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.dg-root .contact-val:hover {
  color: #97994A
}

@media (max-width: 1024px) {
  .dg-root .pg-band {
    flex-direction: column;
    padding: 48px 24px 24px
  }

  .dg-root .pg-img-col,
  .dg-root .pg-text-col {
    flex: 0 0 100%
  }

  .dg-root .pg-text-col {
    padding: 0
  }

  .dg-root .pg-h1 {
    font-size: 36px
  }

  .dg-root .posts-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .dg-root .about-band {
    flex-direction: column;
    padding: 48px 24px
  }

  .dg-root .about-left,
  .dg-root .about-right {
    flex: 0 0 100%
  }

  .dg-root .contact-band {
    flex-direction: column;
    padding: 48px 24px
  }

  .dg-root .contact-left,
  .dg-root .contact-right {
    flex: 0 0 100%
  }
}

@media (max-width: 768px) {

  .dg-root .posts-band,
  .dg-root .topics-band,
  .dg-root .cta-band {
    padding: 48px 24px
  }

  .dg-root .posts-grid {
    grid-template-columns: 1fr
  }

  .dg-root .about-right {
    grid-template-columns: 1fr
  }

  .dg-root .cta-h2 {
    font-size: 26px
  }
}

@media (max-width: 640px) {
  .dg-root .pg-h1 {
    font-size: 26px
  }

  .dg-root .about-accent {
    font-size: 36px
  }
}

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

.prm .pm-inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.prm .t-head {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 300
}

.prm .t-sub {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 300
}

.prm .t-med {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em
}

.prm .t-base {
  font-size: 15px;
  line-height: 1.6
}

.prm .t-label {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase
}

.prm .tblock {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(73deg, #F9FAF5 0%, #F9FAF5 28%, transparent 55%, #BECAA3 100%), linear-gradient(0deg, #F9FAF5 0%, #e8eadb 100%);
  background-color: #F9FAF5
}

.prm .tblock-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.prm .tblock-dots svg {
  position: absolute;
  top: 48px;
  right: 48px;
  opacity: .25
}

.prm .tblock-grid {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1
}

.prm .tblock-text {
  flex: 1 1 0
}

.prm .tblock-label {
  color: #97994A;
  margin-bottom: 24px
}

.prm .tblock-h1 {
  color: #1e2008;
  margin-bottom: 24px
}

.prm .tblock-desc {
  color: #3a3c1e;
  max-width: 520px
}

.prm .tblock-img-col {
  flex: 0 0 420px;
  position: relative
}

.prm .tblock-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #97994a38;
  box-shadow: 0 8px 40px 0 #97994a21;
  position: relative
}

.prm .tblock-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prm .tblock-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, #97994a2e 0%, transparent 60%);
  mix-blend-mode: multiply;
  border-radius: 22px
}

.prm .tblock-curve {
  position: absolute;
  left: -32px;
  top: 50%;
  width: 32px;
  height: 80px;
  pointer-events: none
}

.prm .avail {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #1e2008;
  position: relative;
  animation: bgpulse 8s ease-in-out infinite
}

@keyframes bgpulse {

  0%,
  100% {
    filter: brightness(1)
  }

  50% {
    filter: brightness(1.04)
  }
}

.prm .avail-head {
  text-align: center;
  margin-bottom: 48px
}

.prm .avail-h2 {
  color: #F9FAF5
}

.prm .avail-sub {
  color: #BECAA3;
  margin-top: 12px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.prm .avail-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start
}

.prm .avail-main-card {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #becaa333;
  box-shadow: 0 7px 14px 0 #97994a1a;
  background: #ffffff0a;
  position: relative
}

.prm .avail-main-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-bottom: 1px solid #becaa326
}

.prm .avail-main-body {
  padding: 24px
}

.prm .avail-main-body .t-med {
  color: #F9FAF5;
  margin-bottom: 12px
}

.prm .avail-main-body .t-base {
  color: #BECAA3
}

.prm .avail-main-tag {
  display: inline-block;
  background: #97994A;
  color: #F9FAF5;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 1px;
  margin-bottom: 12px
}

.prm .avail-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm .avail-item {
  border-radius: 22px;
  border: 1px solid #becaa326;
  padding: 24px;
  background: #ffffff08;
  box-shadow: 0 3px 5px 0 #97994a12
}

.prm .avail-item .t-label {
  color: #97994A;
  margin-bottom: 12px
}

.prm .avail-item .t-base {
  color: #BECAA3
}

.prm .avail-num {
  font-size: 68px;
  line-height: 1.1;
  color: #F9FAF5;
  font-weight: 300;
  letter-spacing: -.03em;
  display: block
}

.prm .avail-bar {
  height: 2px;
  background: #becaa326;
  border-radius: 1px;
  margin-top: 6px;
  margin-bottom: 12px;
  position: relative
}

.prm .avail-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #97994A;
  border-radius: 1px;
  transition: width .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm .avail-link {
  display: inline-block;
  color: #BECAA3;
  font-size: 15px;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
  margin-top: 12px;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.prm .avail-link:hover {
  color: #F9FAF5
}

.prm .people {
  padding-top: 96px;
  padding-bottom: 48px;
  background: #F9FAF5
}

.prm .people-grid {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.prm .people-portrait {
  flex: 0 0 300px
}

.prm .people-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #97994a2e;
  box-shadow: 0 7px 14px 0 #97994a1a
}

.prm .people-img-wrap img {
  width: 300px;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prm .people-text {
  flex: 1 1 0
}

.prm .people-label {
  color: #97994A;
  margin-bottom: 24px
}

.prm .people-h2 {
  color: #1e2008;
  margin-bottom: 24px
}

.prm .people-pull {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px
}

.prm .people-quote {
  flex: 0 0 180px;
  font-size: 20px;
  line-height: 1.6;
  color: #97994A;
  font-weight: 600;
  border-left: 2px solid #97994A;
  border-top: 1px solid #97994a33;
  padding-left: 12px;
  padding-top: 6px
}

.prm .people-body {
  flex: 1 1 0;
  color: #3a3c1e
}

.prm .people-name {
  font-size: 20px;
  line-height: 1.6;
  color: #1e2008;
  font-weight: 600;
  margin-top: 24px
}

.prm .people-role {
  font-size: 15px;
  color: #97994A;
  letter-spacing: .06em;
  text-transform: uppercase
}

.prm .comm {
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(73deg, #BECAA3 0%, #BECAA3 18%, transparent 50%, #F9FAF5 100%), linear-gradient(0deg, #F9FAF5 0%, #F9FAF5 100%);
  background-color: #F9FAF5
}

.prm .comm-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.prm .comm-lead {
  grid-column: 1 / 2
}

.prm .comm-lead .t-label {
  color: #97994A;
  margin-bottom: 12px
}

.prm .comm-lead .t-sub {
  color: #1e2008;
  margin-bottom: 24px
}

.prm .comm-lead .t-base {
  color: #3a3c1e
}

.prm .comm-img-block {
  grid-column: 2 / 3
}

.prm .comm-img-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #97994a33;
  box-shadow: 0 8px 40px 0 #97994a21
}

.prm .comm-img-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prm .comm-stats {
  grid-column: 3 / 4;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.prm .comm-stat {
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #97994a1f;
  box-shadow: 0 3px 5px 0 #97994a12;
  text-align: center
}

.prm .comm-stat-num {
  font-size: 36px;
  line-height: 1.1;
  color: #97994A;
  font-weight: 300;
  letter-spacing: -.02em;
  display: block
}

.prm .comm-stat-bar {
  height: 2px;
  background: #97994a1f;
  border-radius: 1px;
  margin: 6px auto;
  width: 80%;
  position: relative
}

.prm .comm-stat-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #97994A;
  border-radius: 1px
}

.prm .comm-stat-label {
  font-size: 15px;
  color: #3a3c1e;
  line-height: 1.6
}

.prm .current {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #2c2e10;
  position: relative;
  animation: bgpulse 10s ease-in-out infinite
}

.prm .current-divider {
  text-align: center;
  margin-bottom: 48px;
  position: relative
}

.prm .current-divider::before {
  content: "";
  display: block;
  height: 1px;
  background: #becaa333;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0
}

.prm .current-divider-word {
  display: inline-block;
  position: relative;
  background: #2c2e10;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  color: #BECAA3;
  letter-spacing: .1em;
  text-transform: uppercase
}

.prm .current-grid {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center
}

.prm .current-img-col {
  flex: 0 0 480px
}

.prm .current-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #becaa326;
  box-shadow: 0 8px 40px 0 #97994a21
}

.prm .current-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block
}

.prm .current-text {
  flex: 1 1 0
}

.prm .current-label {
  color: #97994A;
  margin-bottom: 24px
}

.prm .current-h2 {
  color: #F9FAF5;
  margin-bottom: 24px
}

.prm .current-body {
  color: #BECAA3;
  margin-bottom: 24px
}

.prm .current-digest-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: #F9FAF5;
  font-size: 15px;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
  border: 1px solid #becaa34d;
  border-radius: 22px;
  padding: 12px 24px;
  transition: background .5s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none
}

.prm .current-digest-link:hover {
  background: #97994a26;
  border-color: #97994a80
}

.prm .current-digest-link .t-label {
  color: #F9FAF5
}

.prm .current-digest-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center
}

.prm .current-digest-arrow svg {
  display: block
}

.prm .rep {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #F9FAF5
}

.prm .rep-divider {
  text-align: center;
  margin-bottom: 48px;
  position: relative
}

.prm .rep-divider::before {
  content: "";
  display: block;
  height: 1px;
  background: #97994a33;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0
}

.prm .rep-divider-word {
  display: inline-block;
  position: relative;
  background: #F9FAF5;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  color: #97994A;
  letter-spacing: .1em;
  text-transform: uppercase
}

.prm .rep-head {
  text-align: center;
  margin-bottom: 48px
}

.prm .rep-h2 {
  color: #1e2008;
  margin-bottom: 12px
}

.prm .rep-sub {
  color: #3a3c1e;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto
}

.prm .rep-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.prm .rep-card {
  border-radius: 22px;
  border: 1px solid #97994a24;
  padding: 24px;
  background: #fff;
  box-shadow: 0 3px 5px 0 #97994a12;
  position: relative;
  overflow: hidden
}

.prm .rep-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #97994a0f;
  opacity: 0;
  transition: opacity .45s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  border-radius: 22px
}

.prm .rep-card:hover .rep-card-overlay {
  opacity: 1
}

.prm .rep-card-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 12px
}

.prm .rep-card-icon svg {
  display: block
}

.prm .rep-card-h {
  font-size: 20px;
  line-height: 1.6;
  color: #1e2008;
  font-weight: 600;
  margin-bottom: 12px
}

.prm .rep-card .t-base {
  color: #3a3c1e
}

.prm .rep-rating {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
  border-top: 1px solid #97994a24;
  padding-top: 48px
}

.prm .rep-rating-num {
  font-size: 68px;
  line-height: 1.1;
  color: #97994A;
  font-weight: 300;
  letter-spacing: -.03em
}

.prm .rep-rating-text {
  max-width: 260px
}

.prm .rep-rating-text .t-label {
  color: #97994A;
  margin-bottom: 6px
}

.prm .rep-rating-text .t-base {
  color: #3a3c1e
}

.prm .rep-stars {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 6px
}

.prm .rep-star {
  width: 18px;
  height: 18px
}

.prm .rep-star svg {
  display: block
}

@media (max-width: 1024px) {
  .prm .tblock-img-col {
    flex: 0 0 320px
  }

  .prm .tblock-img-wrap img {
    height: 380px
  }

  .prm .t-head {
    font-size: 52px
  }

  .prm .avail-grid {
    grid-template-columns: 1fr
  }

  .prm .avail-side {
    flex-direction: row
  }

  .prm .avail-item {
    flex: 1 1 0
  }

  .prm .comm-inner {
    grid-template-columns: 1fr 1fr
  }

  .prm .comm-stats {
    grid-column: 2 / 3;
    grid-row: 1 / 3
  }

  .prm .comm-img-block {
    grid-column: 1 / 2;
    grid-row: 2 / 3
  }

  .prm .current-img-col {
    flex: 0 0 360px
  }
}

@media (max-width: 768px) {
  .prm .tblock-grid {
    flex-direction: column
  }

  .prm .tblock-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .prm .tblock-img-wrap img {
    height: 280px
  }

  .prm .t-head {
    font-size: 36px
  }

  .prm .t-sub {
    font-size: 26px
  }

  .prm .people-grid {
    flex-direction: column
  }

  .prm .people-portrait {
    flex: 0 0 auto;
    width: 100%
  }

  .prm .people-img-wrap img {
    width: 100%;
    height: 300px
  }

  .prm .people-pull {
    flex-direction: column
  }

  .prm .people-quote {
    flex: 0 0 auto
  }

  .prm .comm-inner {
    grid-template-columns: 1fr
  }

  .prm .comm-stats {
    grid-column: 1;
    grid-row: auto;
    flex-direction: row;
    flex-wrap: wrap
  }

  .prm .comm-stat {
    flex: 1 1 140px
  }

  .prm .comm-img-block {
    grid-column: 1;
    grid-row: auto
  }

  .prm .current-grid {
    flex-direction: column
  }

  .prm .current-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .prm .rep-grid {
    grid-template-columns: 1fr
  }

  .prm .rep-rating {
    flex-direction: column;
    text-align: center
  }

  .prm .avail-side {
    flex-direction: column
  }
}

@media (max-width: 640px) {
  .prm .tblock {
    padding-top: 48px;
    padding-bottom: 96px
  }

  .prm .avail {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .prm .people {
    padding-top: 48px;
    padding-bottom: 24px
  }

  .prm .comm {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .prm .current {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .prm .rep {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .prm .pm-inner {
    padding-left: 12px;
    padding-right: 12px
  }
}

.abt-us {
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: clip
}

.abt-us .dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #97994a2e 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none
}

.abt-us .top-band {
  position: relative;
  padding: 96px 48px;
  background: linear-gradient(73deg, #F9FAF5 0%, #F9FAF5 30%, transparent 60%, #BECAA3 100%);
  border-bottom: 1px solid #97994a26
}

.abt-us .top-band .band-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

.abt-us .top-band .eyebrow {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #97994A;
  margin-bottom: 24px;
  border-bottom: 1px dotted #97994A;
  padding-bottom: 6px
}

.abt-us .top-band .main-heading {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #2a2a1e;
  font-weight: 300;
  margin-bottom: 24px
}

.abt-us .top-band .main-heading .underline-word {
  position: relative;
  display: inline-block;
  font-weight: 600
}

.abt-us .top-band .main-heading .underline-word::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: linear-gradient(73deg, #97994A 0%, #97994A 40%, transparent 70%, #BECAA3 100%);
  border-radius: 1px
}

.abt-us .top-band .sub-text {
  font-size: 20px;
  line-height: 1.6;
  color: #3a3a28;
  max-width: 680px;
  margin: 0 auto 48px
}

.abt-us .top-band .pull-stat-row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap
}

.abt-us .top-band .stat-item {
  text-align: center;
  animation: dropIn .55s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.abt-us .top-band .stat-item:nth-child(1) {
  animation-delay: .1s
}

.abt-us .top-band .stat-item:nth-child(2) {
  animation-delay: .22s
}

.abt-us .top-band .stat-item:nth-child(3) {
  animation-delay: .34s
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-22px) rotate(-2deg)
  }

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

.abt-us .top-band .stat-num {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: #97994A;
  letter-spacing: -.02em
}

.abt-us .top-band .stat-label {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3e;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 6px
}

.abt-us .top-band .outlined-shape {
  position: absolute;
  right: -40px;
  top: 24px;
  width: 320px;
  height: 320px;
  border: 1.5px solid #97994a21;
  border-radius: 22px;
  transform: rotate(18deg);
  pointer-events: none;
  z-index: 0
}

.abt-us .top-band .outlined-shape2 {
  position: absolute;
  left: -30px;
  bottom: 12px;
  width: 200px;
  height: 200px;
  border: 1px solid #becaa338;
  border-radius: 22px;
  transform: rotate(-12deg);
  pointer-events: none;
  z-index: 0
}

.abt-us .detail-band {
  background: #F9FAF5;
  padding: 96px 48px
}

.abt-us .detail-band .detail-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  gap: 24px;
  max-width: 1500px;
  margin: 0 auto 48px
}

.abt-us .detail-band .grid-side {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .detail-band .grid-center {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .detail-band .img-frame {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 7px 14px 0 #97994a1a;
  border: 1px solid #97994a24;
  flex-shrink: 0
}

.abt-us .detail-band .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .detail-band .img-frame:hover img {
  transform: scale(1.04)
}

.abt-us .detail-band .img-tall {
  height: 340px
}

.abt-us .detail-band .img-med {
  height: 220px
}

.abt-us .detail-band .img-short {
  height: 180px
}

.abt-us .detail-band .text-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 3px 5px 0 #97994a12;
  border: 1px solid #becaa34d;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .detail-band .text-card .card-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #2a2a1e;
  letter-spacing: -.01em
}

.abt-us .detail-band .text-card .card-body {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a32
}

.abt-us .detail-band .matte-card {
  background: #97994A;
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .detail-band .matte-card .mc-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #F9FAF5;
  letter-spacing: -.01em
}

.abt-us .detail-band .matte-card .mc-body {
  font-size: 15px;
  line-height: 1.6;
  color: #f9faf5e0
}

.abt-us .detail-band .team-strip {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.abt-us .detail-band .person-card {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 8px 40px 0 #becaa321;
  border: 1px solid #becaa340;
  transition: box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .detail-band .person-card:hover {
  box-shadow: 0 7px 14px 0 #97994a1a
}

.abt-us .detail-band .portrait-wrap {
  width: 90px;
  height: 126px;
  flex-shrink: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #97994a2e;
  box-shadow: 0 3px 5px 0 #97994a12
}

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

.abt-us .detail-band .person-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left
}

.abt-us .detail-band .person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #2a2a1e;
  letter-spacing: -.01em
}

.abt-us .detail-band .person-role {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #97994A
}

.abt-us .detail-band .person-bio {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a32;
  margin-top: 6px
}

.abt-us .detail-band .pull-quote-row {
  max-width: 1500px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  background: linear-gradient(73deg, #BECAA3 0%, #becaa34d 50%, transparent 100%);
  border-radius: 22px;
  padding: 48px;
  border: 1px solid #97994a1f
}

.abt-us .detail-band .pull-left {
  flex: 0 0 280px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  color: #2a2a1e;
  letter-spacing: -.02em;
  border-right: 2px solid #97994a4d;
  padding-right: 48px
}

.abt-us .detail-band .pull-right {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a28;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt-us .detail-band .contact-row {
  max-width: 1500px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center
}

.abt-us .detail-band .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #3a3a28;
  text-decoration: none;
  border: 1px solid #97994a33;
  border-radius: 22px;
  padding: 12px 24px;
  background: #fff;
  transition: background .45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .45s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 3px 5px 0 #97994a12
}

.abt-us .detail-band .contact-item:hover {
  background: #97994A;
  color: #F9FAF5;
  box-shadow: 0 7px 14px 0 #97994a1a
}

.abt-us .detail-band .contact-item .ci-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.abt-us .detail-band .contact-item .ci-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor
}

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

  .abt-us .detail-band .team-strip {
    grid-template-columns: 1fr
  }

  .abt-us .top-band .main-heading {
    font-size: 36px
  }
}

@media (max-width: 768px) {
  .abt-us .top-band {
    padding: 48px 24px
  }

  .abt-us .detail-band {
    padding: 48px 24px
  }

  .abt-us .detail-band .detail-grid {
    grid-template-columns: 1fr
  }

  .abt-us .detail-band .pull-quote-row {
    flex-direction: column;
    padding: 24px;
    gap: 24px
  }

  .abt-us .detail-band .pull-left {
    flex: none;
    border-right: none;
    border-bottom: 2px solid #97994a4d;
    padding-right: 0;
    padding-bottom: 24px
  }

  .abt-us .top-band .main-heading {
    font-size: 36px
  }

  .abt-us .top-band .pull-stat-row {
    gap: 24px
  }
}

@media (max-width: 640px) {
  .abt-us .top-band {
    padding: 48px 12px
  }

  .abt-us .detail-band {
    padding: 48px 12px
  }

  .abt-us .detail-band .person-card {
    flex-direction: column
  }

  .abt-us .detail-band .contact-row {
    flex-direction: column;
    align-items: stretch
  }

  .abt-us .top-band .main-heading {
    font-size: 26px
  }
}

.cont-pg {
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: clip
}

.cont-pg .pg-band {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 480px;
  background: #F9FAF5;
  border-bottom: 1px solid #BECAA3;
  position: relative
}

.cont-pg .pg-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(73deg, #97994a14 0%, transparent 45%, #becaa31f 100%);
  pointer-events: none
}

.cont-pg .pg-band-text {
  flex: 1 1 0;
  padding: 96px 48px 96px 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1
}

.cont-pg .pg-band-aside {
  width: 340px;
  flex-shrink: 0;
  background: #97994A;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
  overflow: hidden
}

.cont-pg .pg-band-aside::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #f9faf512;
  pointer-events: none
}

.cont-pg .pg-band-aside::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #becaa31a;
  pointer-events: none
}

.cont-pg .aside-label {
  font-size: 15px;
  line-height: 1.6;
  color: #f9faf5b3;
  letter-spacing: .08em;
  text-transform: uppercase
}

.cont-pg .aside-val {
  font-size: 20px;
  line-height: 1.6;
  color: #F9FAF5;
  font-weight: 600
}

.cont-pg .aside-val a {
  color: #F9FAF5;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
  transition: color .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .aside-val a:hover {
  color: #BECAA3
}

.cont-pg .aside-sep {
  width: 40px;
  height: 1px;
  background: #f9faf54d
}

.cont-pg .aside-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 1
}

.cont-pg .band-eyebrow {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #97994A;
  margin-bottom: 12px
}

.cont-pg .band-h1 {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2a2a18;
  font-weight: 300;
  margin-bottom: 24px
}

.cont-pg .band-desc {
  font-size: 20px;
  line-height: 1.6;
  color: #4a4a30;
  max-width: 520px
}

.cont-pg .divider-cross {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 24px 96px;
  background: #F9FAF5
}

.cont-pg .divider-cross .dline {
  flex: 1 1 0;
  height: 1px;
  background: #BECAA3
}

.cont-pg .divider-cross .dcross {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0
}

.cont-pg .divider-cross .dcross::before,
.cont-pg .divider-cross .dcross::after {
  content: "";
  position: absolute;
  background: #97994A;
  border-radius: 1px
}

.cont-pg .divider-cross .dcross::before {
  width: 18px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.cont-pg .divider-cross .dcross::after {
  width: 1px;
  height: 18px;
  left: 50%;
  top: 0;
  transform: translateX(-50%)
}

.cont-pg .form-blk {
  background: #fff;
  padding: 96px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 48px;
  align-items: start
}

.cont-pg .form-pull {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px
}

.cont-pg .form-pull-quote {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  color: #97994A;
  letter-spacing: -.01em;
  border-left: 3px solid #BECAA3;
  border-top: 1px solid #BECAA3;
  padding: 12px 12px 6px 24px
}

.cont-pg .form-pull-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3a
}

.cont-pg .form-pull-nums {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px
}

.cont-pg .form-num-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.cont-pg .form-num {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #97994a38;
  flex-shrink: 0;
  width: 40px;
  text-align: right
}

.cont-pg .form-num-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a30;
  padding-top: 6px
}

.cont-pg .form-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center
}

.cont-pg .form-col-head {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 300;
  color: #2a2a18;
  letter-spacing: -.01em
}

.cont-pg .field-grp {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left
}

.cont-pg .field-lbl {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5a5a3a
}

.cont-pg .field-inp {
  width: 100%;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.6;
  border: 1px solid #BECAA3;
  border-radius: 1px;
  background: #F9FAF5;
  color: #2a2a18;
  outline: none;
  box-shadow: inset 0 2px 4px 0 #97994a0d inset 0 -1px 2px 0 #97994a12;
  transition: border-color .5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-sizing: border-box
}

.cont-pg .field-inp::placeholder {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #9a9a70;
  font-size: 15px
}

.cont-pg .field-inp:focus {
  border-color: #97994A;
  box-shadow: inset 0 2px 4px 0 #97994a12 0 3px 5px 0 #97994a12
}

.cont-pg .rating-grp {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left
}

.cont-pg .rating-lbl {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5a5a3a
}

.cont-pg .rating-stars {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: center
}

.cont-pg .rating-stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.cont-pg .rating-stars label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.cont-pg .star-shape {
  width: 36px;
  height: 36px;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .star-shape polygon {
  fill: #BECAA3;
  transition: fill .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .rating-stars label:hover .star-shape polygon {
  fill: #97994A
}

.cont-pg .rating-stars label:hover .star-shape {
  transform: scale(1.18)
}

.cont-pg .rating-stars input[type="radio"]:checked+label .star-shape polygon {
  fill: #97994A
}

.cont-pg .rating-stars input[type="radio"]:focus-visible+label .star-shape {
  outline: 2px solid #97994A;
  border-radius: 1px
}

.cont-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  text-align: left
}

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

.cont-pg .privacy-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3a
}

.cont-pg .privacy-txt a {
  color: #97994A;
  text-decoration: underline dotted;
  text-underline-offset: 3px;
  transition: color .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .privacy-txt a:hover {
  color: #2a2a18
}

.cont-pg .submit-btn {
  display: inline-block;
  padding: 12px 48px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #97994A;
  background: transparent;
  border: 1px solid #97994A;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0
}

.cont-pg .submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: auto;
  bottom: 0;
  width: 100%;
  background: #97994A;
  transition: left .5s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: -1
}

.cont-pg .submit-btn:hover {
  color: #F9FAF5;
  filter: brightness(1.08)
}

.cont-pg .submit-btn:hover::before {
  left: 0
}

.cont-pg .submit-btn:focus-visible {
  outline: 2px solid #97994A;
  outline-offset: 3px
}

.cont-pg .form-right-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px
}

.cont-pg .char-hover-head {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  color: #2a2a18;
  letter-spacing: .04em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0
}

.cont-pg .char-hover-head .ch {
  display: inline-block;
  transition: color .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.cont-pg .char-hover-head:hover .ch:nth-child(1) {
  color: #97994A;
  transition-delay: 0s
}

.cont-pg .char-hover-head:hover .ch:nth-child(2) {
  color: #97994A;
  transition-delay: .03s
}

.cont-pg .char-hover-head:hover .ch:nth-child(3) {
  color: #97994A;
  transition-delay: .06s
}

.cont-pg .char-hover-head:hover .ch:nth-child(4) {
  color: #97994A;
  transition-delay: .09s
}

.cont-pg .char-hover-head:hover .ch:nth-child(5) {
  color: #97994A;
  transition-delay: .12s
}

.cont-pg .char-hover-head:hover .ch:nth-child(6) {
  color: #97994A;
  transition-delay: .15s
}

.cont-pg .char-hover-head:hover .ch:nth-child(7) {
  color: #97994A;
  transition-delay: .18s
}

.cont-pg .char-hover-head:hover .ch:nth-child(8) {
  color: #97994A;
  transition-delay: .21s
}

.cont-pg .char-hover-head:hover .ch:nth-child(9) {
  color: #97994A;
  transition-delay: .24s
}

.cont-pg .char-hover-head:hover .ch:nth-child(10) {
  color: #97994A;
  transition-delay: .27s
}

.cont-pg .char-hover-head:hover .ch:nth-child(n+11) {
  color: #97994A;
  transition-delay: .3s
}

.cont-pg .info-note {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3a;
  border-top: 1px solid #BECAA3;
  border-bottom: 1px dashed #BECAA3;
  padding: 12px 0
}

.cont-pg .dashed-connect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 0
}

.cont-pg .dashed-connect .dc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #97994A
}

.cont-pg .dashed-connect .dc-line {
  width: 1px;
  height: 48px;
  border-left: 1px dashed #BECAA3
}

.cont-pg .dashed-connect .dc-dot2 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #97994A;
  background: transparent
}

@media (max-width: 1024px) {
  .cont-pg .pg-band {
    flex-direction: column
  }

  .cont-pg .pg-band-aside {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    padding: 48px
  }

  .cont-pg .pg-band-text {
    padding: 48px
  }

  .cont-pg .band-h1 {
    font-size: 36px
  }

  .cont-pg .form-blk {
    grid-template-columns: 1fr;
    padding: 48px;
    gap: 24px
  }

  .cont-pg .form-pull-nums {
    display: none
  }

  .cont-pg .divider-cross {
    padding: 24px 48px
  }
}

@media (max-width: 768px) {
  .cont-pg .pg-band-text {
    padding: 48px 24px
  }

  .cont-pg .pg-band-aside {
    padding: 24px;
    flex-direction: column
  }

  .cont-pg .form-blk {
    padding: 24px;
    gap: 24px
  }

  .cont-pg .divider-cross {
    padding: 24px
  }

  .cont-pg .band-h1 {
    font-size: 36px
  }
}

@media (max-width: 640px) {
  .cont-pg .band-h1 {
    font-size: 26px
  }

  .cont-pg .rating-stars {
    gap: 6px
  }
}

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

.success-pg .success-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  padding: 48px;
  box-shadow: 0 8px 40px 0 #97994a21;
  border: 1px solid #BECAA3
}

.success-pg .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 22px;
  background: linear-gradient(73deg, #97994A 0%, transparent 60%, #BECAA3 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

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

.success-pg .success-title {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 300;
  color: #2a2a1f;
  margin: 0 0 12px
}

.success-pg .success-msg {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3d2a;
  margin: 0 0 24px
}

.success-pg .success-divider {
  width: 48px;
  height: 1px;
  background: linear-gradient(73deg, #97994A 0%, transparent 60%, #BECAA3 100%);
  margin: 0 auto 24px;
  border: none
}

.success-pg .success-note {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a3a;
  margin: 0 0 48px
}

.success-pg .back-btn {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  color: #97994A;
  text-decoration: none;
  border: 1px solid #97994A;
  border-radius: 1px;
  padding: 12px 48px;
  background: transparent;
  letter-spacing: .04em;
  transition: background .45s cubic-bezier(0.34, 1.56, 0.64, 1), color .45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .5s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-pg .back-btn:hover {
  background: #97994A;
  color: #F9FAF5;
  box-shadow: 0 7px 14px 0 #97994a1a
}

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

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

  .success-pg .success-wrap {
    padding: 24px
  }

  .success-pg .success-title {
    font-size: 26px
  }
}