@import "https://cdn.jsdelivr.net/npm/@fontsource/eb-garamond@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/eb-garamond@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/eb-garamond@latest/600.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/eb-garamond@latest/700.css";

html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  padding: 0
}

.pg-head {
  background: #0F0F0F;
  position: relative;
  overflow: hidden
}

.pg-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #01FFB9 0%, #0F0F0F 60%);
  pointer-events: none
}

.head-plate {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 36px 0
}

.head-brand-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 12px;
  margin-bottom: 24px
}

.brand-pod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 46px;
  background: #ffffff12;
  border: 1.5px solid #01ffb947;
  box-shadow: 2px 3px 3px 0 #01ffb914 2px 4px 18px 0 #01ffb917;
  flex-shrink: 0
}

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

.brand-ident {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.brand-name {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #FFF
}

.brand-tag {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #01FFB9;
  opacity: .85
}

.head-accent {
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #01FFB9, transparent);
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
  align-self: center;
  flex-shrink: 0
}

.head-nav-strip {
  border-top: 1px solid #ffffff14;
  padding: 0
}

.head-nav-strip nav {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  margin-left: 12px
}

.nav-lnk {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .015em;
  color: #ffffffb8;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 0;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.nav-lnk::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background: #01FFB9;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav-lnk:hover {
  color: #01FFB9;
  background: #01ffb90d
}

.nav-lnk:hover::after {
  transform: scaleX(1)
}

.nav-lnk:focus {
  outline: none;
  color: #01FFB9;
  background: #01ffb914;
  border-color: #01FFB9
}

.nav-lnk.active {
  color: #01FFB9
}

.nav-lnk.active::after {
  transform: scaleX(1)
}

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

  .head-brand-row {
    margin-left: 0
  }

  .head-nav-strip nav {
    margin-left: 0
  }

  .nav-lnk {
    padding: 12px 16px
  }

  .nav-lnk::after {
    left: 16px;
    right: 16px
  }

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

@media (max-width: 360px) {
  .head-plate {
    padding: 24px 12px 0
  }

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

  .nav-lnk {
    padding: 12px;
    font-size: 15px
  }
}

.pg-foot {
  background: #0F0F0F;
  position: relative
}

.pg-foot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #01FFB9 40%, transparent);
  pointer-events: none
}

.foot-plate {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 36px 36px
}

.foot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 72px
}

.foot-brand-cell {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.foot-logo-pod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 46px;
  background: #ffffff0f;
  border: 1.5px solid #01ffb938;
  box-shadow: 2px 3px 3px 0 #01ffb914;
  flex-shrink: 0
}

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

.foot-brand-name {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #FFF
}

.foot-brand-desc {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffff85
}

.foot-col-cell {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.foot-col-label {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #01FFB9;
  text-transform: uppercase;
  margin-bottom: 4px
}

.foot-lnk-deck {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-lnk {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffa6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  transition: color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.foot-lnk:hover {
  color: #01FFB9
}

.foot-lnk:focus {
  outline: none;
  color: #01FFB9
}

.foot-contact-cell {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.foot-contact-label {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #01FFB9;
  text-transform: uppercase;
  margin-bottom: 4px
}

.foot-contact-deck {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffa6
}

.foot-contact-item a {
  color: #ffffffa6;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.foot-contact-item a:hover {
  color: #01FFB9
}

.foot-contact-item a:focus {
  outline: none;
  color: #01FFB9
}

.foot-contact-item .mi {
  color: #01FFB9;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 4px
}

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

.foot-copy {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffff61
}

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

.foot-legal-lnk {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffff73;
  text-decoration: none;
  padding: 4px 12px;
  border: 1px solid #ffffff1f;
  border-radius: 46px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.foot-legal-lnk:hover {
  color: #01FFB9;
  border-color: #01ffb966
}

.foot-legal-lnk:focus {
  outline: none;
  color: #01FFB9;
  border-color: #01FFB9
}

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

  .foot-brand-cell {
    grid-column: 1 / -1
  }
}

@media (max-width: 768px) {
  .foot-plate {
    padding: 36px 24px 24px
  }

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

  .foot-brand-cell {
    grid-column: auto
  }

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

@media (max-width: 360px) {
  .foot-plate {
    padding: 36px 12px 24px
  }
}

.legal-info {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 36px
}

.legal-info ul,
.legal-info ol {
  padding-left: 24px;
  margin-top: 12px;
  margin-bottom: 24px
}

.legal-info ul {
  list-style: none;
  padding-left: 0
}

.legal-info ul li {
  padding-left: 24px;
  position: relative
}

.legal-info ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #01FFB9;
  border-radius: 2px
}

.legal-info ol {
  list-style: decimal
}

.legal-info ol li {
  padding-left: 8px
}

.legal-info li {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin-bottom: 4px
}

.legal-info li+li {
  margin-top: 4px
}

.legal-info ul ul,
.legal-info ol ol,
.legal-info ul ol,
.legal-info ol ul {
  margin-top: 4px;
  margin-bottom: 8px
}

.legal-info strong,
.legal-info b {
  font-weight: 700;
  color: #0F0F0F;
  letter-spacing: .02em
}

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

.legal-info a:hover {
  color: #01FFB9;
  text-decoration-color: #01FFB9
}

.legal-info a:focus-visible {
  outline: 2px solid #01FFB9;
  outline-offset: 2px;
  border-radius: 2px
}

.legal-info hr {
  border: none;
  border-top: 1.5px solid #01FFB9;
  margin: 36px 0;
  opacity: .35
}

.legal-info div {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F
}

.legal-info div+div {
  margin-top: 12px
}

@media (max-width: 768px) {
  .legal-info {
    padding: 36px 24px
  }
}

@media (max-width: 360px) {
  .legal-info {
    padding: 24px 12px
  }
}

.anl-det {
  background: #FFF;
  overflow-x: clip
}

.anl-det .read-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0F0F0F 0%, #01FFB9 60%, #FFF 100%);
  z-index: 100;
  transition: width .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .post-top {
  position: relative;
  padding: 72px 24px 0
}

.anl-det .post-top__img-wrap {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  height: 480px
}

.anl-det .post-top__img-wrap img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center top;
  display: block;
  will-change: transform;
  transition: transform .2s cubic-bezier(0.0, 0, 0.2, 1);
  filter: grayscale(8%) contrast(1.04)
}

.anl-det .post-top__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: 2px
}

.anl-det .post-top__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #0f0f0fd1 0%, #0f0f0f4d 60%, transparent 100%);
  border-radius: 0 0 2px 2px;
  pointer-events: none
}

.anl-det .post-top__meta-over {
  position: absolute;
  bottom: 36px;
  left: 36px;
  right: 36px
}

.anl-det .post-top__tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px
}

.anl-det .tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 46px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 500;
  border: 1px solid #01ffb999;
  background: #01ffb91f;
  color: #01FFB9;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .tag-pill:hover {
  background: #01ffb938;
  border-color: #01FFB9
}

.anl-det .post-top__heading {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  font-weight: 700;
  margin: 0 0 12px;
  max-width: 780px
}

.anl-det .post-top__heading .kw-mark {
  display: inline;
  background: linear-gradient(100deg, #0F0F0F 0%, #01FFB9 55%, #FFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.anl-det .post-top__sub {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffc7;
  max-width: 560px;
  margin: 0
}

.anl-det .post-top__dot-grid {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 160px;
  pointer-events: none;
  overflow: hidden
}

.anl-det .post-top__dot-grid svg {
  width: 100%;
  height: 100%;
  opacity: .18
}

.anl-det .post-info-strip {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.anl-det .info-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #0F0F0F
}

.anl-det .info-chip .chip-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #01FFB9
}

.anl-det .info-chip strong {
  font-weight: 600
}

.anl-det .strip-div {
  width: 1px;
  height: 18px;
  background: #0f0f0f2e
}

.anl-det .post-body-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 72px;
  align-items: start
}

.anl-det .post-aside {
  position: sticky;
  top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.anl-det .aside-note {
  padding: 12px;
  border-radius: 2px;
  background: #0F0F0F;
  box-shadow: 2px 4px 18px 0 #0f0f0f17
}

.anl-det .aside-note__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #01FFB9;
  font-weight: 600;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px
}

.anl-det .aside-note__label svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.anl-det .aside-note__body {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffb8;
  margin: 0
}

.anl-det .aside-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 2px;
  background: linear-gradient(100deg, #0F0F0F 0%, #01FFB9 100%);
  color: #0F0F0F;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 2px 3px 3px 0 #01ffb914;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), padding .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .aside-back:hover {
  box-shadow: 2px 9px 44px 0 #01ffb91f;
  padding: 12px 28px
}

.anl-det .aside-back svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.anl-det .aside-pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 46px;
  background: #01FFB9;
  box-shadow: 0 0 0 0 #01ffb980;
  animation: anl-pulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  align-self: flex-start;
  margin-top: 4px
}

@keyframes anl-pulse {
  0% {
    box-shadow: 0 0 0 0 #01ffb980
  }

  60% {
    box-shadow: 0 0 0 8px #01ffb900
  }

  100% {
    box-shadow: 0 0 0 0 #01ffb900
  }
}

.anl-det .post-article {
  min-width: 0
}

.anl-det .post-article .art-body p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 24px
}

.anl-det .post-article .art-body h2 {
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  font-weight: 700;
  margin: 36px 0 12px;
  display: inline-block;
  background: linear-gradient(100deg, #01ffb938 0%, #01ffb90f 100%);
  padding: 4px 8px;
  border-radius: 2px
}

.anl-det .post-article .art-body h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  font-weight: 600;
  margin: 24px 0 8px;
  display: inline-block;
  background: #01ffb91a;
  padding: 4px 8px;
  border-radius: 2px
}

.anl-det .post-article .art-body h4 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #0F0F0F;
  font-weight: 700;
  margin: 24px 0 8px;
  text-transform: uppercase
}

.anl-det .post-article .art-body small {
  font-size: 15px;
  line-height: 1.6;
  color: #0f0f0f99;
  display: block;
  margin: 0 0 24px
}

.anl-det .post-article .art-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.anl-det .post-article .art-body ul li {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  padding-left: 24px;
  position: relative
}

.anl-det .post-article .art-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 2px solid #01FFB9;
  border-radius: 2px;
  background: #01ffb91f
}

.anl-det .post-article .art-body .accent-span {
  color: #0F0F0F;
  background: #01ffb947;
  padding: 0 4px;
  border-radius: 2px;
  font-weight: 600
}

.anl-det .post-article .art-body blockquote {
  position: relative;
  margin: 36px 0;
  padding: 24px 24px 24px 72px;
  background: #0F0F0F;
  border-radius: 2px;
  box-shadow: 2px 4px 18px 0 #0f0f0f17
}

.anl-det .post-article .art-body blockquote::before {
  position: absolute;
  left: 16px;
  top: 8px;
  font-size: 70px;
  line-height: 1;
  color: #01FFB9;
  font-weight: 700;
  content: '\201C';
  font-family: Georgia, serif;
  opacity: .7
}

.anl-det .post-article .art-body blockquote p {
  color: #FFF;
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  font-style: italic
}

.anl-det .post-article .art-trace {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  border: 2px solid transparent;
  animation: anl-trace 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  margin-bottom: 36px
}

@keyframes anl-trace {
  0% {
    border-color: transparent;
    box-shadow: none
  }

  40% {
    border-color: #01FFB9;
    box-shadow: inset 0 0 8px #01ffb92e
  }

  100% {
    border-color: #01ffb959;
    box-shadow: inset 0 0 4px #01ffb914
  }
}

.anl-det .post-article .art-trace .trace-label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #0f0f0f8c;
  font-weight: 500
}

.anl-det .divider-thick {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.anl-det .divider-thick__line {
  height: 2px;
  background: linear-gradient(90deg, #0f0f0f14 0%, #0f0f0f2e 40%, #0F0F0F 100%);
  border-radius: 2px
}

@media (max-width: 1024px) {
  .anl-det .post-body-wrap {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .anl-det .post-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .anl-det .aside-pulse-dot {
    display: none
  }

  .anl-det .post-top__img-wrap {
    height: 360px
  }

  .anl-det .post-top__heading {
    font-size: 31px
  }
}

@media (max-width: 768px) {
  .anl-det .post-top {
    padding: 36px 12px 0
  }

  .anl-det .post-top__img-wrap {
    height: 260px
  }

  .anl-det .post-top__meta-over {
    left: 12px;
    right: 12px;
    bottom: 12px
  }

  .anl-det .post-top__heading {
    font-size: 24px
  }

  .anl-det .post-top__sub {
    display: none
  }

  .anl-det .post-body-wrap {
    padding: 36px 12px;
    grid-template-columns: 1fr;
    gap: 24px
  }

  .anl-det .post-aside {
    grid-template-columns: 1fr
  }

  .anl-det .post-info-strip {
    padding: 12px 0 0;
    gap: 12px
  }

  .anl-det .strip-div {
    display: none
  }
}

@media (max-width: 360px) {
  .anl-det .post-top__heading {
    font-size: 15px
  }

  .anl-det .tag-pill {
    font-size: 15px;
    padding: 4px 8px
  }
}

.anlt-pg {
  background: #FFF;
  overflow-x: hidden
}

.anlt-pg .anlt-pg__posts-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 24px
}

.anlt-pg .pg-lede {
  margin-bottom: 72px
}

.anlt-pg .pg-lede__eyebrow {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #FFF;
  background: #0F0F0F;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 12px
}

.anlt-pg .pg-lede__hdg {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 12px
}

.anlt-pg .pg-lede__hdg span {
  background: #01FFB9;
  padding: 0 8px;
  border-radius: 2px
}

.anlt-pg .pg-lede__sub {
  font-size: 15px;
  line-height: 1.9;
  color: #0F0F0F;
  max-width: 560px;
  margin: 0
}

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

.anlt-pg .post-card {
  border-radius: 2px;
  background: #FFF;
  box-shadow: 2px 4px 18px 0 #0f0f0f17;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.anlt-pg .post-card:hover {
  box-shadow: 2px 9px 44px 0 #0f0f0f1f;
  transform: translateY(-2px)
}

.anlt-pg .post-card__img-wrap {
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  height: 180px
}

.anlt-pg .post-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
  filter: saturate(0.7) brightness(0.92)
}

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

.anlt-pg .post-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.anlt-pg .post-card__tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap
}

.anlt-pg .post-card__tag {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  background: #01FFB9;
  padding: 2px 8px;
  border-radius: 2px
}

.anlt-pg .post-card__cat {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  border: 1px solid #0F0F0F;
  padding: 2px 8px;
  border-radius: 2px
}

.anlt-pg .post-card__title {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 8px
}

.anlt-pg .post-card__subtitle {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 12px;
  opacity: .7
}

.anlt-pg .post-card__desc {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 24px;
  flex: 1
}

.anlt-pg .post-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px
}

.anlt-pg .post-card__author {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  opacity: .6
}

.anlt-pg .post-card__time {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  opacity: .6;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.anlt-pg .post-card__time svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.anlt-pg .post-card__link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  background: linear-gradient(135deg, #01FFB9 0%, #0FF0B0 60%, #FFF 100%);
  padding: 8px 24px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  border: 1.5px solid #0F0F0F;
  transition: padding .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.0, 0, 0.2, 1);
  align-self: flex-start
}

.anlt-pg .post-card__link:hover {
  padding: 8px 32px;
  box-shadow: 2px 3px 3px 0 #01ffb914
}

.anlt-pg .post-card__link:focus {
  outline: 2px solid #01FFB9;
  outline-offset: 2px
}

.anlt-pg .metric-strip {
  background: linear-gradient(180deg, #0F0F0F 0%, #1a2a22 60%, #0F0F0F 100%);
  position: relative;
  overflow: hidden
}

.anlt-pg .metric-strip__spotlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 400px 300px at 30% 40%, #01ffb912 0%, transparent 70%);
  animation: anlt-spot 8s ease-in-out infinite alternate
}

@keyframes anlt-spot {
  0% {
    background-position: 30% 40%
  }

  100% {
    background-position: 70% 60%
  }
}

.anlt-pg .metric-strip__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative;
  z-index: 1
}

.anlt-pg .metric-strip__badge {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #0F0F0F;
  background: #01FFB9;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 24px
}

.anlt-pg .metric-strip__hdg {
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0 0 24px
}

.anlt-pg .metric-strip__hdg span {
  color: #01FFB9
}

.anlt-pg .metric-strip__body {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffbf;
  margin: 0 0 24px
}

.anlt-pg .metric-strip__body-b {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffbf;
  margin: 0
}

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

.anlt-pg .metric-list__item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.anlt-pg .metric-list__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.anlt-pg .metric-list__label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #ffffffd9
}

.anlt-pg .metric-list__val {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #01FFB9;
  font-weight: 700
}

.anlt-pg .metric-list__bar-track {
  height: 6px;
  background: #ffffff1a;
  border-radius: 2px;
  overflow: hidden
}

.anlt-pg .metric-list__bar-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #01FFB9 0%, #01ffb966 100%);
  box-shadow: inset 0 0 6px 0 #01ffb94d;
  transition: width .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlt-pg .metric-list__bar-fill--w78 {
  width: 78%
}

.anlt-pg .metric-list__bar-fill--w64 {
  width: 64%
}

.anlt-pg .metric-list__bar-fill--w91 {
  width: 91%
}

.anlt-pg .metric-list__bar-fill--w55 {
  width: 55%
}

.anlt-pg .metric-list__bar-fill--w83 {
  width: 83%
}

.anlt-pg .intro-split {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 24px 36px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: start
}

.anlt-pg .intro-split__aside {
  padding-top: 4px
}

.anlt-pg .intro-split__aside-label {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #0F0F0F;
  opacity: .5;
  writing-mode: horizontal-tb;
  margin-bottom: 12px;
  display: block
}

.anlt-pg .intro-split__aside-deco {
  width: 40px;
  height: 3px;
  background: #01FFB9;
  border-radius: 2px
}

.anlt-pg .intro-split__hdg {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 24px
}

.anlt-pg .intro-split__hdg span {
  background: #01FFB9;
  padding: 0 8px;
  border-radius: 2px
}

.anlt-pg .intro-split__p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0;
  max-width: 640px
}

.anlt-pg .img-feature {
  background: linear-gradient(180deg, #f4fef9 0%, #e8fdf4 50%, #f4fef9 100%);
  position: relative
}

.anlt-pg .img-feature__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 72px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start
}

.anlt-pg .img-feature__img-col {
  position: relative
}

.anlt-pg .img-feature__img-wrap {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #01ffb91f;
  position: relative
}

.anlt-pg .img-feature__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #01ffb92e 0%, #0f0f0f14 100%);
  pointer-events: none
}

.anlt-pg .img-feature__img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: saturate(0.8) brightness(0.95)
}

.anlt-pg .img-feature__dot-grid {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, #01ffb959 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 0
}

.anlt-pg .img-feature__text-col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.anlt-pg .img-feature__eyebrow {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #0F0F0F;
  background: #01FFB9;
  padding: 4px 12px;
  border-radius: 2px;
  align-self: flex-start
}

.anlt-pg .img-feature__hdg {
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.anlt-pg .img-feature__hdg span {
  color: #01FFB9
}

.anlt-pg .img-feature__p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

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

.anlt-pg .img-feature__checklist li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F
}

.anlt-pg .img-feature__checklist li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 2px;
  border: 2px solid #01FFB9;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpolyline points='3,9 7,13 15,5' stroke='%2301FFB9' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  margin-top: 2px
}

.anlt-pg .img-feature__link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  background: linear-gradient(135deg, #01FFB9 0%, #01ffb999 100%);
  padding: 12px 36px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  border: 1.5px solid #0F0F0F;
  align-self: flex-start;
  transition: padding .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.anlt-pg .img-feature__link:hover {
  padding: 12px 48px;
  box-shadow: 2px 4px 18px 0 #01ffb917
}

.anlt-pg .img-feature__link:focus {
  outline: 2px solid #01FFB9;
  outline-offset: 2px
}

.anlt-pg .divider-fade {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #01FFB9 30%, #0F0F0F 50%, #01FFB9 70%, transparent 100%);
  margin: 0 auto;
  max-width: 1140px;
  border-radius: 2px
}

.anlt-pg .divider-fade-dark {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #01ffb966 30%, #01ffb9b3 50%, #01ffb966 70%, transparent 100%);
  margin: 0 24px
}

@media (max-width: 1024px) {
  .anlt-pg .posts-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .anlt-pg .metric-strip__inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .anlt-pg .intro-split {
    grid-template-columns: 140px 1fr;
    gap: 24px
  }

  .anlt-pg .img-feature__inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .anlt-pg .intro-split__hdg {
    font-size: 41px
  }
}

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

  .anlt-pg .intro-split {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 36px 24px 24px
  }

  .anlt-pg .intro-split__aside {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
  }

  .anlt-pg .intro-split__aside-label {
    margin-bottom: 0
  }

  .anlt-pg .intro-split__hdg {
    font-size: 31px
  }

  .anlt-pg .pg-lede__hdg {
    font-size: 31px
  }

  .anlt-pg .metric-strip__hdg {
    font-size: 24px
  }

  .anlt-pg .img-feature__hdg {
    font-size: 24px
  }

  .anlt-pg .metric-strip__inner,
  .anlt-pg .img-feature__inner,
  .anlt-pg .anlt-pg__posts-grid {
    padding: 36px 24px
  }
}

@media (max-width: 360px) {
  .anlt-pg .intro-split__hdg {
    font-size: 24px
  }

  .anlt-pg .pg-lede__hdg {
    font-size: 24px
  }
}

.abt-us {
  background: #FFF;
  overflow-x: clip
}

.abt-us .reveal-mask {
  animation: maskReveal .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes maskReveal {
  from {
    clip-path: inset(0 50% 0 50%);
    opacity: .4
  }

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

.abt-us .grad-line {
  height: 2px;
  background: linear-gradient(90deg, #01FFB9 0%, #0F0F0F 60%, #e8e8e8 100%);
  border: none;
  margin: 0
}

.abt-us .pg-intro {
  padding: 72px 24px;
  max-width: 1140px;
  margin: 0 auto
}

.abt-us .pg-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: center
}

.abt-us .pg-intro__left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt-us .pg-intro__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #0F0F0F;
  background: #FFF;
  border: 1.5px solid #01FFB9;
  border-radius: 2px;
  padding: 4px 12px;
  width: fit-content;
  box-shadow: 2px 3px 3px 0 #01ffb914
}

.abt-us .pg-intro__tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #01FFB9;
  flex-shrink: 0
}

.abt-us .pg-intro__h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.abt-us .pg-intro__h1 .brk {
  display: block
}

.abt-us .pg-intro__h1 .acc {
  color: #01FFB9
}

.abt-us .pg-intro__sub {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #3a3a3a;
  margin: 0
}

.abt-us .pg-intro__right {
  position: relative
}

.abt-us .pg-intro__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.abt-us .pg-intro__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #01ffb912;
  pointer-events: none
}

.abt-us .pg-intro__img-wrap .stripe-bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 18px, #01ffb90a 18px, #01ffb90a 20px);
  z-index: 1;
  pointer-events: none
}

.abt-us .pg-intro__img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center
}

.abt-us .pg-intro__badge {
  position: absolute;
  bottom: -24px;
  right: -12px;
  background: #0F0F0F;
  color: #01FFB9;
  border-radius: 2px;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  box-shadow: 2px 4px 18px 0 #0f0f0f17;
  z-index: 2
}

.abt-us .pg-intro__badge strong {
  display: block;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .01em
}

.abt-us .story-band {
  background: #0F0F0F;
  padding: 72px 24px;
  position: relative
}

.abt-us .story-band__graph-paper {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#01ffb90a 1px, transparent 1px), linear-gradient(90deg, #01ffb90a 1px, transparent 1px), linear-gradient(#01ffb905 1px, transparent 1px), linear-gradient(90deg, #01ffb905 1px, transparent 1px);
  background-size: 60px 60px, 60px 60px, 12px 12px, 12px 12px;
  pointer-events: none
}

.abt-us .story-band__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 72px;
  align-items: start
}

.abt-us .story-band__aside {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: sticky;
  top: 36px
}

.abt-us .story-band__label {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #01FFB9;
  text-transform: uppercase
}

.abt-us .story-band__aside-h2 {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0
}

.abt-us .story-band__aside-note {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffff8c;
  margin: 0;
  border-top: 1px solid #01ffb933;
  padding-top: 24px
}

.abt-us .story-band__body {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.abt-us .story-band__para {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: start
}

.abt-us .story-band__para-note {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #01FFB9;
  padding-top: 4px;
  text-align: right
}

.abt-us .story-band__para-text {
  font-size: 15px;
  line-height: 1.9;
  color: #fffc;
  margin: 0
}

.abt-us .story-band__img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px
}

.abt-us .story-band__img-wrap {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 2px 4px 18px 0 #01ffb917
}

.abt-us .story-band__img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .story-band__img-wrap:hover .story-band__img {
  transform: scale(1.03)
}

.abt-us .metrics-row {
  padding: 72px 24px;
  background: #FFF;
  max-width: 1140px;
  margin: 0 auto
}

.abt-us .metrics-row__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px
}

.abt-us .metrics-row__h2 {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0;
  display: inline-block;
  background: linear-gradient(90deg, #01FFB9 0%, #01ffb92e 100%);
  padding: 4px 12px;
  border-radius: 2px
}

.abt-us .metrics-row__sub {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0;
  max-width: 540px
}

.abt-us .metrics-row__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 36px
}

.abt-us .met-card {
  border: 1.5px solid #e8e2e2;
  border-radius: 2px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  background: #FFF
}

.abt-us .met-card:hover {
  box-shadow: 2px 9px 44px 0 #01ffb91f;
  border-color: #01FFB9
}

.abt-us .met-card__ring {
  width: 52px;
  height: 52px;
  flex-shrink: 0
}

.abt-us .met-card__num {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F
}

.abt-us .met-card__label {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a
}

.abt-us .metrics-row__feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch
}

.abt-us .feat-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  padding: 24px;
  border-radius: 2px;
  background: #f5f5f5
}

.abt-us .feat-item__check {
  width: 22px;
  height: 22px;
  border: 2px solid #01FFB9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px
}

.abt-us .feat-item__check svg {
  display: block
}

.abt-us .feat-item__body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-us .feat-item__ttl {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  font-weight: 600
}

.abt-us .feat-item__desc {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a3a;
  margin: 0
}

.abt-us .team-seg {
  padding: 72px 24px;
  background: linear-gradient(155deg, #0F0F0F 0%, #01FFB9 55%, #FFF 100%);
  position: relative
}

.abt-us .team-seg__inner {
  max-width: 1140px;
  margin: 0 auto
}

.abt-us .team-seg__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px;
  align-items: end
}

.abt-us .team-seg__h2 {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0
}

.abt-us .team-seg__intro {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffffd9;
  margin: 0
}

.abt-us .team-seg__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px
}

.abt-us .tm-card {
  background: #fffffff2;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 4px 18px 0 #0f0f0f17;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .tm-card:hover {
  transform: translateY(-4px);
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.abt-us .tm-card__portrait {
  width: 100%;
  aspect-ratio: 7/9;
  object-fit: cover;
  object-position: center;
  display: block;
  max-height: 260px
}

.abt-us .tm-card__no-portrait {
  width: 100%;
  height: 180px;
  background: linear-gradient(155deg, #0F0F0F 0%, #01FFB9 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .tm-card__no-portrait svg {
  opacity: .5
}

.abt-us .tm-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .tm-card__name {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  font-weight: 700;
  margin: 0
}

.abt-us .tm-card__role {
  font-size: 15px;
  line-height: 1.6;
  color: #01FFB9;
  background: #0F0F0F;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  width: fit-content
}

.abt-us .tm-card__bio {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a3a;
  margin: 0
}

.abt-us .team-seg__brace-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #ffffff1a;
  border-radius: 2px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid #fff3
}

.abt-us .brace-sym {
  font-size: 56px;
  line-height: 1.2;
  color: #01FFB9;
  font-weight: 300;
  flex-shrink: 0;
  user-select: none
}

.abt-us .team-seg__brace-text {
  font-size: 15px;
  line-height: 1.9;
  color: #FFF;
  margin: 0
}

.abt-us .team-seg__brace-text .acc-span {
  color: #01FFB9;
  font-weight: 600
}

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

  .abt-us .pg-intro__h1 {
    font-size: 41px
  }

  .abt-us .story-band__inner {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .abt-us .story-band__aside {
    position: static
  }

  .abt-us .metrics-row__grid {
    grid-template-columns: repeat(2, 1fr)
  }

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

@media (max-width: 768px) {
  .abt-us .pg-intro__grid {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .abt-us .pg-intro__badge {
    right: 0;
    bottom: -12px
  }

  .abt-us .story-band__para {
    grid-template-columns: 1fr;
    gap: 8px
  }

  .abt-us .story-band__para-note {
    text-align: left
  }

  .abt-us .story-band__img-row {
    grid-template-columns: 1fr
  }

  .abt-us .metrics-row__grid {
    grid-template-columns: 1fr 1fr
  }

  .abt-us .metrics-row__feat {
    grid-template-columns: 1fr
  }

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

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

  .abt-us .pg-intro__h1 {
    font-size: 31px
  }

  .abt-us .story-band__aside-h2 {
    font-size: 31px
  }

  .abt-us .metrics-row__h2 {
    font-size: 31px
  }

  .abt-us .team-seg__h2 {
    font-size: 31px
  }
}

@media (max-width: 360px) {

  .abt-us .pg-intro,
  .abt-us .story-band,
  .abt-us .metrics-row,
  .abt-us .team-seg {
    padding: 36px 12px
  }

  .abt-us .metrics-row__grid {
    grid-template-columns: 1fr
  }

  .abt-us .pg-intro__img {
    height: 260px
  }
}

.dbt {
  background: #FFF;
  overflow-x: clip;
  position: relative
}

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

.dbt .ttl-blk {
  padding: 72px 0 36px;
  position: relative
}

.dbt .ttl-blk .pg-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  min-height: 340px
}

.dbt .ttl-img {
  flex: 0 0 260px;
  position: relative
}

.dbt .ttl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 46px 2px 46px 2px;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.dbt .ttl-img.right img {
  border-radius: 2px 46px 2px 46px
}

.dbt .ttl-center {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  position: relative;
  padding: 36px 24px
}

.dbt .ttl-deco-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #01FFB9 40%, #01FFB9 60%, transparent 100%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0
}

.dbt .ttl-deco-arrow {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 16px;
  pointer-events: none;
  z-index: 0
}

.dbt .ttl-deco-arrow svg {
  width: 100%;
  height: 100%
}

.dbt .ttl-center h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  position: relative;
  z-index: 1;
  margin: 0
}

.dbt .ttl-center h1 .acnt {
  display: inline;
  background: #01FFB9;
  padding: 0 8px;
  border-radius: 2px
}

.dbt .ttl-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #0F0F0F;
  color: #01FFB9;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  border-radius: 46px;
  padding: 8px 24px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 4px 18px 0 #01ffb917
}

.dbt .adapt-sec {
  padding: 72px 0;
  background: #0F0F0F;
  position: relative
}

.dbt .adapt-sec .geo-outline {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  border: 1.5px solid #01ffb91f;
  border-radius: 46px;
  pointer-events: none;
  animation: geo-pulse 4s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

.dbt .adapt-sec .geo-outline2 {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  border: 1px solid #01ffb912;
  border-radius: 46px;
  pointer-events: none;
  animation: geo-pulse 4s cubic-bezier(0.4, 0, 0.2, 1) 1s infinite
}

@keyframes geo-pulse {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: 1
  }
}

.dbt .adapt-sec .pg-wrap {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.dbt .adapt-note {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px
}

.dbt .adapt-note .note-label {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #01FFB9;
  text-transform: uppercase
}

.dbt .adapt-note .note-num {
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  display: block
}

.dbt .adapt-body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt .adapt-body .sec-hdg {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0
}

.dbt .adapt-body .sec-hdg .hl {
  background: #01FFB9;
  color: #0F0F0F;
  padding: 0 8px;
  border-radius: 2px;
  display: inline
}

.dbt .adapt-para {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffd1;
  margin: 0
}

.dbt .adapt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px
}

.dbt .adapt-card {
  background: #ffffff0a;
  border: 1px solid #01ffb926;
  border-radius: 2px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .adapt-card:hover {
  border-color: #01ffb973;
  background: #01ffb90d
}

.dbt .adapt-card .card-icon {
  width: 28px;
  height: 28px;
  color: #01FFB9
}

.dbt .adapt-card h5 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #FFF;
  margin: 0
}

.dbt .adapt-card p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffa6;
  margin: 0
}

.dbt .scale-sec {
  padding: 72px 0;
  background: #FFF;
  position: relative
}

.dbt .scale-sec .geo-bg {
  position: absolute;
  bottom: 36px;
  left: 36px;
  width: 180px;
  height: 180px;
  border: 1.5px solid #01ffb926;
  border-radius: 2px;
  pointer-events: none;
  animation: geo-pulse 5s cubic-bezier(0.0, 0, 0.2, 1) .5s infinite
}

.dbt .scale-sec .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.dbt .scale-top {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-end
}

.dbt .scale-hdg-col {
  flex: 1 1 0
}

.dbt .scale-hdg-col h2 {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 12px
}

.dbt .scale-hdg-col h2 .hl {
  background: #01FFB9;
  padding: 0 8px;
  border-radius: 2px;
  display: inline
}

.dbt .scale-hdg-col p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0;
  max-width: 480px
}

.dbt .scale-img-col {
  flex: 0 0 320px
}

.dbt .scale-img-col img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 46px 2px;
  display: block;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.dbt .rank-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dbt .rank-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 12px 24px;
  background: #FFF;
  border: 1px solid #0f0f0f14;
  border-radius: 2px;
  box-shadow: 2px 3px 3px 0 #01ffb914;
  opacity: 0;
  animation: fade-up .25s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.dbt .rank-item:nth-child(1) {
  animation-delay: .05s
}

.dbt .rank-item:nth-child(2) {
  animation-delay: .12s
}

.dbt .rank-item:nth-child(3) {
  animation-delay: .19s
}

.dbt .rank-item:nth-child(4) {
  animation-delay: .26s
}

.dbt .rank-item:nth-child(5) {
  animation-delay: .33s
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

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

.dbt .rank-pos {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #01FFB9;
  font-weight: 700;
  flex: 0 0 36px;
  text-align: center;
  background: #0F0F0F;
  border-radius: 2px;
  padding: 4px 8px
}

.dbt .rank-label {
  flex: 0 0 200px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F
}

.dbt .rank-bar-wrap {
  flex: 1 1 0;
  height: 8px;
  background: #0f0f0f14;
  border-radius: 46px;
  overflow: hidden
}

.dbt .rank-bar {
  height: 100%;
  background: linear-gradient(90deg, #01FFB9 0%, #0F0F0F 180%);
  border-radius: 46px;
  transition: width .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .rank-val {
  flex: 0 0 48px;
  text-align: right;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #0F0F0F
}

.dbt .change-sec {
  padding: 72px 0;
  background: linear-gradient(160deg, #0F0F0F 0%, #01FFB9 60%, #FFF 100%);
  position: relative
}

.dbt .change-sec .geo-outline {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 120px;
  height: 120px;
  border: 1px solid #ffffff1f;
  border-radius: 46px;
  pointer-events: none;
  animation: geo-pulse 6s cubic-bezier(0.0, 0, 0.2, 1) 2s infinite
}

.dbt .change-sec .pg-wrap {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.dbt .change-img-col {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.dbt .change-img-col img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px 46px;
  display: block;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.dbt .change-body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 12px
}

.dbt .change-body h2 {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0
}

.dbt .change-body h2 .hl {
  background: #01FFB9;
  color: #0F0F0F;
  padding: 0 8px;
  border-radius: 2px;
  display: inline
}

.dbt .change-body p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffe0;
  margin: 0
}

.dbt .chk-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0
}

.dbt .chk-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffe0
}

.dbt .chk-box {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #01FFB9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px
}

.dbt .chk-box svg {
  width: 12px;
  height: 12px;
  stroke: #01FFB9;
  fill: none
}

.dbt .cases-sec {
  padding: 72px 0;
  background: #FFF;
  position: relative
}

.dbt .cases-sec .geo-bg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  border: 1.5px solid #01ffb91f;
  border-radius: 2px;
  pointer-events: none;
  animation: geo-pulse 5s cubic-bezier(0.4, 0, 0.2, 1) 1.5s infinite
}

.dbt .cases-sec .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 36px
}

.dbt .cases-hdr {
  max-width: 560px
}

.dbt .cases-hdr h2 {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0 0 12px
}

.dbt .cases-hdr h2 .hl {
  background: #01FFB9;
  padding: 0 8px;
  border-radius: 2px;
  display: inline
}

.dbt .cases-hdr p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.dbt .cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.dbt .case-card {
  border: 1px solid #0f0f0f1a;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 4px 18px 0 #01ffb917;
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fade-up .25s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.dbt .case-card:nth-child(1) {
  animation-delay: .08s
}

.dbt .case-card:nth-child(2) {
  animation-delay: .16s
}

.dbt .case-card:nth-child(3) {
  animation-delay: .24s
}

.dbt .case-card .card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block
}

.dbt .case-card .card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto
}

.dbt .case-card .card-num {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #01FFB9;
  background: #0F0F0F;
  border-radius: 2px;
  padding: 4px 12px;
  display: inline-block;
  align-self: flex-start
}

.dbt .case-card h4 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.dbt .case-card p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.dbt .case-portrait {
  grid-column: span 1;
  border: 1px solid #0f0f0f1a;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 4px 18px 0 #01ffb917;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  opacity: 0;
  animation: fade-up .25s cubic-bezier(0.4, 0, 0.2, 1) .32s forwards
}

.dbt .case-portrait .port-img-wrap {
  flex: 0 0 120px
}

.dbt .case-portrait .port-img-wrap img {
  width: 120px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.dbt .case-portrait .port-body {
  flex: 1 1 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center
}

.dbt .case-portrait .port-name {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #0F0F0F;
  font-weight: 700
}

.dbt .case-portrait .port-role {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0f0f0f8c
}

.dbt .case-portrait p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.dbt .recog-sec {
  padding: 72px 0;
  background: #0F0F0F;
  position: relative
}

.dbt .recog-sec .geo-outline {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 160px;
  border: 1px solid #01ffb914;
  border-radius: 46px;
  pointer-events: none;
  animation: geo-pulse 7s cubic-bezier(0.0, 0, 0.2, 1) .5s infinite
}

.dbt .recog-sec .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
  z-index: 1
}

.dbt .recog-hdr {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-end
}

.dbt .recog-hdr-text {
  flex: 1 1 0
}

.dbt .recog-hdr-text h2 {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0 0 12px
}

.dbt .recog-hdr-text h2 .hl {
  background: #01FFB9;
  color: #0F0F0F;
  padding: 0 8px;
  border-radius: 2px;
  display: inline
}

.dbt .recog-hdr-text p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffbf;
  margin: 0;
  max-width: 480px
}

.dbt .recog-img-col {
  flex: 0 0 260px
}

.dbt .recog-img-col img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 46px 2px 46px 2px;
  display: block;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

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

.dbt .assoc-item {
  background: #ffffff0a;
  border: 1px solid #01ffb91f;
  border-radius: 2px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 0 0 0 #01ffb900
}

.dbt .assoc-item:hover {
  border-color: #01ffb966;
  box-shadow: inset 0 0 18px 0 #01ffb90f 2px 4px 18px 0 #01ffb917
}

.dbt .assoc-num {
  position: absolute;
  top: -12px;
  right: 16px;
  background: #01FFB9;
  color: #0F0F0F;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  font-weight: 700;
  border-radius: 2px;
  padding: 0 8px
}

.dbt .assoc-item h5 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #FFF;
  margin: 0
}

.dbt .assoc-item p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffa6;
  margin: 0
}

.dbt .recog-portraits {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start
}

.dbt .recog-port-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: #ffffff0a;
  border: 1px solid #01ffb91f;
  border-radius: 2px;
  padding: 12px 24px
}

.dbt .recog-port-card img {
  width: 56px;
  height: 84px;
  object-fit: cover;
  object-position: center;
  border-radius: 46px;
  display: block;
  flex-shrink: 0
}

.dbt .recog-port-info {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.dbt .recog-port-info .r-name {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #FFF;
  font-weight: 700
}

.dbt .recog-port-info .r-role {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffff8c
}

.dbt .rating-chip {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #01ffb91a;
  border: 1px solid #01ffb94d;
  border-radius: 46px;
  padding: 8px 24px;
  margin-top: 12px;
  align-self: flex-start
}

.dbt .rating-chip .r-score {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #01FFB9;
  font-weight: 700
}

.dbt .rating-chip .r-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.dbt .rating-chip .r-stars span {
  display: block;
  width: 14px;
  height: 14px
}

.dbt .rating-chip .r-stars span svg {
  width: 14px;
  height: 14px;
  fill: #01FFB9
}

.dbt .rating-chip .r-count {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffffa6
}

@media (max-width: 1024px) {
  .dbt .ttl-blk .pg-wrap {
    gap: 12px
  }

  .dbt .ttl-img {
    flex: 0 0 180px
  }

  .dbt .ttl-center h1 {
    font-size: 41px
  }

  .dbt .adapt-sec .pg-wrap {
    gap: 36px
  }

  .dbt .adapt-note {
    flex: 0 0 160px
  }

  .dbt .scale-img-col {
    flex: 0 0 220px
  }

  .dbt .assoc-grid {
    grid-template-columns: 1fr 1fr
  }

  .dbt .change-sec .pg-wrap {
    gap: 24px
  }

  .dbt .change-img-col {
    flex: 0 0 220px
  }
}

@media (max-width: 768px) {
  .dbt .ttl-blk .pg-wrap {
    flex-direction: column;
    min-height: unset
  }

  .dbt .ttl-img {
    flex: 0 0 auto;
    height: 180px
  }

  .dbt .ttl-img img {
    width: 100%;
    height: 180px
  }

  .dbt .ttl-center h1 {
    font-size: 31px
  }

  .dbt .ttl-deco-line {
    display: none
  }

  .dbt .adapt-sec .pg-wrap {
    flex-direction: column;
    gap: 24px
  }

  .dbt .adapt-note {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 24px
  }

  .dbt .adapt-note .note-num {
    font-size: 41px
  }

  .dbt .adapt-grid {
    grid-template-columns: 1fr
  }

  .dbt .scale-top {
    flex-direction: column;
    gap: 24px
  }

  .dbt .scale-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .dbt .rank-label {
    flex: 0 0 140px
  }

  .dbt .change-sec .pg-wrap {
    flex-direction: column;
    gap: 24px
  }

  .dbt .change-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .dbt .change-img-col img {
    height: 200px;
    width: 100%
  }

  .dbt .cases-grid {
    grid-template-columns: 1fr
  }

  .dbt .case-portrait {
    grid-column: span 1
  }

  .dbt .recog-hdr {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start
  }

  .dbt .recog-img-col {
    flex: 0 0 auto;
    width: 100%
  }

  .dbt .recog-img-col img {
    height: 160px;
    width: 100%
  }

  .dbt .assoc-grid {
    grid-template-columns: 1fr
  }

  .dbt .recog-portraits {
    flex-direction: column;
    gap: 12px
  }
}

@media (max-width: 360px) {
  .dbt .ttl-center h1 {
    font-size: 24px
  }

  .dbt .adapt-body .sec-hdg,
  .dbt .scale-hdg-col h2,
  .dbt .change-body h2,
  .dbt .cases-hdr h2,
  .dbt .recog-hdr-text h2 {
    font-size: 31px
  }

  .dbt .rank-label {
    flex: 0 0 100px;
    font-size: 15px
  }

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

.cont-pg {
  background: #FFF;
  overflow-x: clip
}

.cont-pg .pg-strip {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px
}

.cont-pg .reach-band {
  background: #0F0F0F;
  padding: 72px 0;
  position: relative
}

.cont-pg .reach-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 60% 70% at 50% 50%, #01ffb912 0%, #01ffb905 55%, transparent 100%);
  pointer-events: none
}

.cont-pg .reach-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.cont-pg .reach-dots svg {
  width: 100%;
  height: 100%;
  opacity: .18
}

.cont-pg .reach-inner {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.cont-pg .reach-txt {
  flex: 1 1 340px;
  min-width: 0
}

.cont-pg .reach-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #01FFB9;
  margin-bottom: 24px;
  border-bottom: 1px solid #01ffb94d;
  padding-bottom: 8px
}

.cont-pg .reach-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0 0 24px
}

.cont-pg .reach-h1 span {
  color: #01FFB9
}

.cont-pg .reach-desc {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffb8;
  margin: 0 0 36px
}

.cont-pg .reach-facts {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cont-pg .reach-fact {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.cont-pg .fact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #01FFB9
}

.cont-pg .fact-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont-pg .fact-lbl {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #ffffff80
}

.cont-pg .fact-val {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #FFF
}

.cont-pg .reach-img-col {
  flex: 0 0 420px;
  position: relative
}

.cont-pg .reach-img-wrap {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.cont-pg .reach-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .reach-img-wrap:hover img {
  transform: scale(1.03)
}

.cont-pg .img-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #0f0f0feb 0%, #0f0f0f80 60%, transparent 100%);
  padding: 36px 24px 24px;
  transform: translateY(100%);
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .reach-img-wrap:hover .img-cap {
  transform: translateY(0)
}

.cont-pg .img-cap-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #FFF
}

.cont-pg .form-band {
  background: #FFF;
  padding: 72px 0;
  position: relative
}

.cont-pg .form-band::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #0F0F0F 0px, #0F0F0F 3px, transparent 3px, transparent 10px);
  opacity: .12
}

.cont-pg .form-inner {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start
}

.cont-pg .form-aside {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.cont-pg .aside-note {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cont-pg .aside-note-num {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  font-weight: 700
}

.cont-pg .aside-note-num span {
  color: #01FFB9
}

.cont-pg .aside-note-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0f0f0f99
}

.cont-pg .aside-step {
  display: flex;
  flex-direction: column;
  gap: 24px
}

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

.cont-pg .step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: #0F0F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #01FFB9;
  font-weight: 700
}

.cont-pg .step-desc {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  padding-top: 4px
}

.cont-pg .form-main {
  flex: 1 1 0;
  min-width: 0
}

.cont-pg .form-head {
  margin-bottom: 36px
}

.cont-pg .form-h2-wrap {
  display: inline-block;
  background: #01FFB9;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 12px
}

.cont-pg .form-h2 {
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.cont-pg .form-sub {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0f0f0fa6;
  margin: 0
}

.cont-pg .cf-form {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.cont-pg .cf-row {
  display: flex;
  flex-direction: row;
  gap: 24px
}

.cont-pg .cf-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0
}

.cont-pg .cf-field.full {
  flex: 1 1 100%
}

.cont-pg .cf-lbl {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F
}

.cont-pg .cf-lbl span {
  color: #01FFB9
}

.cont-pg .cf-inp {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #0f0f0f33;
  border-radius: 2px;
  background: #FFF;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0F0F0F;
  box-sizing: border-box;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none
}

.cont-pg .cf-inp::placeholder {
  color: #0f0f0f59;
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .cf-inp:focus::placeholder {
  opacity: 0
}

.cont-pg .cf-inp:focus {
  border-color: #01FFB9;
  box-shadow: 2px 4px 18px 0 #01ffb917 inset 0 0 0 1px #01ffb94d
}

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

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

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

.cont-pg .cf-privacy-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #0f0f0fa6
}

.cont-pg .cf-privacy-txt a {
  color: #0F0F0F;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .cf-privacy-txt a:hover {
  color: #01FFB9
}

.cont-pg .cf-submit {
  align-self: flex-start;
  padding: 12px 36px;
  border-radius: 46px;
  border: none;
  background: linear-gradient(135deg, #0F0F0F 0%, #01FFB9 80%, #FFF 100%);
  color: #0F0F0F;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  cursor: pointer;
  transition: width .2s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), padding .2s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 2px 3px 3px 0 #01ffb914;
  font-weight: 600
}

.cont-pg .cf-submit:hover {
  padding: 12px 48px;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.cont-pg .cf-submit:focus {
  outline: 2px solid #01FFB9;
  outline-offset: 3px
}

.cont-pg .cf-submit:active {
  box-shadow: 2px 3px 3px 0 #01ffb914
}

.cont-pg .alt-band {
  background: #0F0F0F;
  padding: 72px 0;
  position: relative
}

.cont-pg .alt-band::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, #01ffb90f 0%, transparent 70%);
  pointer-events: none
}

.cont-pg .alt-inner {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.cont-pg .alt-img-col {
  flex: 0 0 380px
}

.cont-pg .alt-img-wrap {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 9px 44px 0 #01ffb91f
}

.cont-pg .alt-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .alt-img-wrap:hover img {
  transform: scale(1.03)
}

.cont-pg .alt-img-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #0f0f0fe6 0%, transparent 100%);
  padding: 36px 24px 24px;
  transform: translateY(100%);
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .alt-img-wrap:hover .alt-img-cap {
  transform: translateY(0)
}

.cont-pg .alt-img-cap-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #FFF
}

.cont-pg .alt-detail {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 36px
}

.cont-pg .alt-h2-wrap {
  display: inline-block;
  background: #01ffb926;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 12px
}

.cont-pg .alt-h2 {
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #FFF;
  margin: 0
}

.cont-pg .alt-p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #ffffffb3;
  margin: 0
}

.cont-pg .alt-p span {
  color: #01FFB9
}

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

.cont-pg .ch-list li {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #fffc
}

.cont-pg .ch-box {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid #01FFB9;
  border-radius: 2px;
  margin-top: 3px;
  position: relative;
  background: transparent
}

.cont-pg .ch-box::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #01FFB9;
  border-bottom: 2px solid #01FFB9;
  transform: rotate(45deg)
}

.cont-pg .alt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  color: #01FFB9;
  text-decoration: none;
  border-bottom: 1px solid #01ffb966;
  padding-bottom: 4px;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start
}

.cont-pg .alt-link:hover {
  border-color: #01FFB9;
  color: #FFF
}

.cont-pg .alt-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

@keyframes col-appear {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

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

.cont-pg .reach-txt {
  animation: col-appear .25s cubic-bezier(0.4, 0, 0.2, 1) .05s both
}

.cont-pg .reach-img-col {
  animation: col-appear .25s cubic-bezier(0.4, 0, 0.2, 1) .15s both
}

@media (max-width: 1024px) {
  .cont-pg .reach-inner {
    flex-direction: column;
    gap: 36px
  }

  .cont-pg .reach-img-col {
    flex: none;
    width: 100%
  }

  .cont-pg .form-inner {
    flex-direction: column;
    gap: 36px
  }

  .cont-pg .form-aside {
    flex: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap
  }

  .cont-pg .aside-step {
    flex: 1 1 200px
  }

  .cont-pg .aside-note {
    flex: 0 0 auto
  }

  .cont-pg .alt-inner {
    flex-direction: column;
    gap: 36px
  }

  .cont-pg .alt-img-col {
    flex: none;
    width: 100%
  }
}

@media (max-width: 768px) {
  .cont-pg .reach-band {
    padding: 36px 0
  }

  .cont-pg .reach-h1 {
    font-size: 41px
  }

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

  .cont-pg .alt-band {
    padding: 36px 0
  }

  .cont-pg .cf-row {
    flex-direction: column;
    gap: 24px
  }

  .cont-pg .form-aside {
    flex-direction: column
  }
}

@media (max-width: 360px) {
  .cont-pg .reach-h1 {
    font-size: 31px
  }

  .cont-pg .pg-strip {
    padding: 0 12px
  }

  .cont-pg .cf-submit {
    width: 100%;
    text-align: center
  }
}

.ok-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: #FFF
}

.ok-page .ok-wrap {
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px
}

.ok-page .ok-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.ok-page .ok-icon circle {
  fill: none;
  stroke: #01FFB9;
  stroke-width: 2.5
}

.ok-page .ok-icon polyline {
  fill: none;
  stroke: #0F0F0F;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ok-page .ok-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  max-width: 560px
}

.ok-page .ok-body .ok-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #0F0F0F;
  background: #01FFB9;
  padding: 4px 12px;
  border-radius: 2px
}

.ok-page .ok-body .ok-heading {
  font-size: 41px;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0
}

.ok-page .ok-body .ok-text {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .01em;
  color: #0F0F0F;
  margin: 0;
  opacity: .75
}

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

.ok-page .ok-actions .ok-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: width .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .15s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 2px 3px 3px 0 #01ffb914
}

.ok-page .ok-actions .ok-btn.primary {
  background: linear-gradient(135deg, #0F0F0F 0%, #01FFB9 80%, #FFF 100%);
  color: #FFF
}

.ok-page .ok-actions .ok-btn.primary:hover {
  background: linear-gradient(135deg, #0F0F0F 0%, #01FFB9 60%, #FFF 100%);
  box-shadow: 2px 4px 18px 0 #01ffb917;
  padding-left: 36px;
  padding-right: 36px
}

.ok-page .ok-actions .ok-btn.primary:focus {
  outline: 2px solid #01FFB9;
  outline-offset: 2px
}

.ok-page .ok-actions .ok-btn.secondary {
  background: #FFF;
  color: #0F0F0F;
  border: 1.5px solid #0F0F0F
}

.ok-page .ok-actions .ok-btn.secondary:hover {
  background: #0F0F0F;
  color: #01FFB9;
  box-shadow: 2px 4px 18px 0 #0f0f0f17;
  padding-left: 36px;
  padding-right: 36px
}

.ok-page .ok-actions .ok-btn.secondary:focus {
  outline: 2px solid #0F0F0F;
  outline-offset: 2px
}

.ok-page .ok-divider {
  width: 48px;
  height: 2px;
  background: #01FFB9;
  border-radius: 2px
}

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

  .ok-page .ok-body .ok-heading {
    font-size: 31px
  }

  .ok-page .ok-actions .ok-btn {
    width: 100%;
    justify-content: center
  }

  .ok-page .ok-actions .ok-btn.primary:hover,
  .ok-page .ok-actions .ok-btn.secondary:hover {
    padding-left: 24px;
    padding-right: 24px
  }
}

@media (max-width: 360px) {
  .ok-page .ok-body .ok-heading {
    font-size: 24px
  }
}