html {
  box-sizing: border-box;
  font-family: 'Spectral', Georgia, serif;
}

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

body {
  margin: 0;
}

.hx-skip {
  display: none;
}

.pg-head {
  background-color: #0D151A;
  position: relative;
}

.pg-head__bar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 80px;
}

.brand-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-box__hex {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #04E5B2;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  box-shadow: -1px 2px 2px -2px rgba(4, 229, 178, 0.06), -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
}

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

.brand-box__name {
  font-family: 'Spectral', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pg-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.pg-nav__item {
  display: flex;
  align-items: center;
}

.pg-nav__lnk {
  font-family: 'Spectral', Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 20px;
  line-height: 1.55;
  display: block;
  min-height: 44px;
  display: flex;
  align-items: center;
  transition: color 0.45s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 3px;
}

.pg-nav__lnk:hover,
.pg-nav__lnk:focus {
  color: #04E5B2;
  background-color: rgba(4, 229, 178, 0.08);
  outline: none;
  box-shadow: 0 0 0 3px rgba(4, 229, 178, 0.35);
}

.pg-nav__lnk:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(4, 229, 178, 0.35);
}

.pg-nav__sep {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.pg-head__accent {
  height: 3px;
  background: linear-gradient(90deg, #04E5B2 0%, rgba(4, 229, 178, 0.2) 60%, transparent 100%);
}

.ft-root {
  background-color: #0D151A;
  font-family: 'Spectral', Georgia, serif;
}

.ft-root__top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

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

.ft-brand__hex {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(4, 229, 178, 0.12);
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  border: 2px solid rgba(4, 229, 178, 0.4);
  box-shadow: -1px 2px 2px -2px rgba(4, 229, 178, 0.06), -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
}

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

.ft-brand__name {
  font-size: 21px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ft-brand__tag {
  font-size: 15px;
  font-weight: 400;
  color: #04E5B2;
  line-height: 1.75;
}

.ft-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.ft-col__label {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.ft-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ft-col__lnk {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  line-height: 1.75;
  display: inline-block;
  transition: color 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 44px;
  display: flex;
  align-items: center;
}

.ft-col__lnk:hover,
.ft-col__lnk:focus {
  color: #04E5B2;
  outline: none;
}

.ft-col__lnk:focus-visible {
  box-shadow: 0 0 0 3px rgba(4, 229, 178, 0.35);
  border-radius: 3px;
}

.ft-root__mid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 40px;
}

.ft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(4, 229, 178, 0.3) 30%, rgba(4, 229, 178, 0.3) 70%, transparent 100%);
  margin-bottom: 40px;
}

.ft-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.ft-contact__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ft-contact__lbl {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.ft-contact__val {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  text-decoration: none;
  transition: color 0.38s ease-in-out;
}

a.ft-contact__val:hover,
a.ft-contact__val:focus {
  color: #04E5B2;
  outline: none;
}

a.ft-contact__val:focus-visible {
  box-shadow: 0 0 0 3px rgba(4, 229, 178, 0.35);
  border-radius: 3px;
}

.ft-root__btm {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-copy {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.55;
}

.ft-legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ft-legal__lnk {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  line-height: 1.55;
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  min-height: 44px;
  display: flex;
  align-items: center;
}

.ft-legal__lnk:hover,
.ft-legal__lnk:focus {
  color: #04E5B2;
  outline: none;
}

.ft-legal__lnk:focus-visible {
  box-shadow: 0 0 0 3px rgba(4, 229, 178, 0.35);
  border-radius: 3px;
}

.ft-legal__dot {
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .pg-head__bar {
    padding: 0 20px;
    gap: 20px;
  }

  .ft-root__top {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px 40px;
  }

  .ft-root__mid {
    padding: 0 20px 40px;
  }

  .ft-root__btm {
    padding: 20px 20px;
  }
}

@media (max-width: 768px) {
  .pg-head__bar {
    flex-direction: column;
    align-items: center;
    padding: 20px 16px;
    min-height: auto;
    gap: 16px;
  }

  .pg-nav {
    justify-content: center;
  }

  .ft-links {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .ft-root__btm {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .ft-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pg-nav {
    flex-direction: column;
    align-items: center;
  }

  .pg-nav__sep {
    width: 40px;
    height: 1px;
  }

  .ft-contact-row {
    flex-direction: column;
    gap: 20px;
  }
}

.doc-text-nfrr {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
  color: #0D151A;
  background: #FFFFFF;
}

.doc-text-nfrr h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #0D151A;
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #04E5B2;
}

.doc-text-nfrr h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #0D151A;
  margin-top: 80px;
  margin-bottom: 20px;
}

.doc-text-nfrr h3 {
  font-size: 21px;
  line-height: 1.3;
  color: #0D151A;
  margin-top: 40px;
  margin-bottom: 16px;
}

.doc-text-nfrr h4 {
  font-size: 21px;
  line-height: 1.55;
  color: #0D151A;
  margin-top: 40px;
  margin-bottom: 16px;
}

.doc-text-nfrr h5 {
  font-size: 15px;
  line-height: 1.55;
  color: #0D151A;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.doc-text-nfrr h6 {
  font-size: 15px;
  line-height: 1.55;
  color: #0D151A;
  margin-top: 20px;
  margin-bottom: 8px;
}

.doc-text-nfrr p {
  font-size: 15px;
  line-height: 1.75;
  color: #0D151A;
  margin-top: 0;
  margin-bottom: 20px;
}

.doc-text-nfrr ul {
  margin: 0 0 20px 0;
  padding-left: 20px;
  list-style: none;
}

.doc-text-nfrr ol {
  margin: 0 0 20px 0;
  padding-left: 20px;
  list-style: none;
  counter-reset: policy-counter;
}

.doc-text-nfrr ul li {
  font-size: 15px;
  line-height: 1.75;
  color: #0D151A;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}

.doc-text-nfrr ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #04E5B2;
  border-radius: 3px;
}

.doc-text-nfrr ol li {
  font-size: 15px;
  line-height: 1.75;
  color: #0D151A;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
  counter-increment: policy-counter;
}

.doc-text-nfrr ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #04E5B2;
  font-weight: 700;
  transform: translateX(-100%);
}

.doc-text-nfrr ul ul,
.doc-text-nfrr ol ol,
.doc-text-nfrr ul ol,
.doc-text-nfrr ol ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 20px;
}

.doc-text-nfrr em,
.doc-text-nfrr i {
  font-style: italic;
  color: #0D151A;
}

.doc-text-nfrr a {
  color: #0D151A;
  text-decoration: underline;
  text-decoration-color: #04E5B2;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: color 0.45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.doc-text-nfrr a:hover {
  color: #04E5B2;
  text-decoration-color: #04E5B2;
}

.doc-text-nfrr a:focus-visible {
  outline: 2px solid #04E5B2;
  outline-offset: 3px;
  border-radius: 3px;
}

.doc-text-nfrr table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
  border-radius: 18px;
  overflow: hidden;
}

.doc-text-nfrr thead {
  background: #0D151A;
}

.doc-text-nfrr thead th {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.55;
  padding: 16px 20px;
  text-align: left;
  font-weight: 700;
}

.doc-text-nfrr tbody tr {
  border-bottom: 1px solid rgba(13, 21, 26, 0.08);
  transition: background-color 0.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.doc-text-nfrr tbody tr:last-child {
  border-bottom: none;
}

.doc-text-nfrr tbody tr:nth-child(even) {
  background: rgba(4, 229, 178, 0.04);
}

.doc-text-nfrr tbody tr:hover {
  background: rgba(4, 229, 178, 0.09);
}

.doc-text-nfrr td {
  color: #0D151A;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.55;
  vertical-align: top;
}

.doc-text-nfrr th {
  color: #FFFFFF;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
}

.doc-text-nfrr div {
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .doc-text-nfrr {
    padding: 80px 40px;
  }

  .doc-text-nfrr h1 {
    font-size: 37px;
  }

  .doc-text-nfrr h2 {
    font-size: 21px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .doc-text-nfrr {
    padding: 40px 20px;
  }

  .doc-text-nfrr h1 {
    font-size: 37px;
    margin-bottom: 20px;
  }

  .doc-text-nfrr h2 {
    font-size: 21px;
    margin-top: 40px;
  }

  .doc-text-nfrr h3 {
    font-size: 21px;
    margin-top: 20px;
  }

  .doc-text-nfrr table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .doc-text-nfrr {
    padding: 40px 16px;
  }

  .doc-text-nfrr h1 {
    font-size: 21px;
  }

  .doc-text-nfrr h2 {
    font-size: 21px;
  }

  .doc-text-nfrr h3 {
    font-size: 15px;
  }
}

.nws {
  background: #f4f6f5;
  overflow-x: clip;
}

.nws .pg-schema {
  display: none;
}

.nws .arc-top {
  background: linear-gradient(173deg, #0D151A 0%, #1a2d38 55%, #0a3d2e 100%);
  padding: 80px 40px 80px;
  position: relative;
  overflow: hidden;
}

.nws .arc-top__bg-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nws .arc-top__bg-lines svg {
  width: 100%;
  height: 100%;
  opacity: 0.18;
}

.nws .arc-top__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.nws .arc-top__text {
  flex: 1 1 0;
}

.nws .arc-top__label {
  display: inline-block;
  background: rgba(4, 229, 178, 0.15);
  color: #04E5B2;
  font-size: 15px;
  line-height: 1.3;
  padding: 4px 16px;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid rgba(4, 229, 178, 0.3);
}

.nws .arc-top__h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0 0 20px;
}

.nws .arc-top__h1 strong {
  color: #04E5B2;
  font-weight: 700;
}

.nws .arc-top__desc {
  font-size: 21px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 480px;
}

.nws .arc-top__img-col {
  flex: 0 0 420px;
  position: relative;
}

.nws .arc-top__img-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.14);
  position: relative;
}

.nws .arc-top__img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  filter: saturate(0.7) brightness(0.85);
}

.nws .arc-top__img-wrap:hover img {
  filter: saturate(1) brightness(1);
}

.nws .arc-top__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgba(13, 21, 26, 0.45) 0%, rgba(4, 229, 178, 0.08) 100%);
  pointer-events: none;
  border-radius: 18px;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.nws .arc-top__img-wrap:hover .arc-top__img-overlay {
  opacity: 0;
}

.nws .arc-top__glow {
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(4, 229, 178, 0.18);
  border-radius: 50%;
  top: -40px;
  right: -40px;
  filter: blur(60px);
  pointer-events: none;
}

.nws .feed {
  padding: 80px 40px;
  background: #FFFFFF;
  border-top: 3px solid #04E5B2;
  border-bottom: 3px solid rgba(13, 21, 26, 0.08);
}

.nws .feed__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.nws .feed__head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px;
}

.nws .feed__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #0D151A;
  font-weight: 300;
  margin: 0;
}

.nws .feed__h2 em {
  font-style: normal;
  color: #04E5B2;
  font-weight: 700;
}

.nws .feed__sub {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(13, 21, 26, 0.6);
  max-width: 320px;
  text-align: right;
  margin: 0;
}

.nws .feed__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.nws .art {
  background: #f4f6f5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: -1px 2px 2px -2px rgba(13, 21, 26, 0.06);
  transition: box-shadow 0.42s cubic-bezier(0.16, 1, 0.3, 1), transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.nws .art:hover {
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
  transform: translateY(-4px);
}

.nws .art--tall {
  grid-row: span 2;
}

.nws .art__img-wrap {
  position: relative;
  overflow: hidden;
}

.nws .art__img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  filter: saturate(0.75);
}

.nws .art--tall .art__img-wrap img {
  height: 300px;
}

.nws .art__img-wrap:hover img {
  filter: saturate(1);
}

.nws .art__img-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgba(13, 21, 26, 0.3) 0%, rgba(4, 229, 178, 0.06) 100%);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nws .art__img-wrap:hover .art__img-tint {
  opacity: 0;
}

.nws .art__body {
  padding: 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nws .art__cat {
  font-size: 15px;
  line-height: 1.3;
  color: #04E5B2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nws .art__h3 {
  font-size: 21px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 700;
  margin: 0;
}

.nws .art__p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(13, 21, 26, 0.72);
  margin: 0;
  flex: 1 1 auto;
}

.nws .art__link {
  display: inline-block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #04E5B2;
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color 0.38s ease-in-out, border-color 0.38s ease-in-out;
}

.nws .art__link:hover {
  color: #04E5B2;
  border-color: #0D151A;
}

.nws .deep {
  padding: 80px 40px;
  background: linear-gradient(173deg, #f4f6f5 0%, #e8f5f1 60%, #d6f0e8 100%);
  position: relative;
  overflow: hidden;
}

.nws .deep__bg-pan {
  position: absolute;
  inset: -40px 0 -40px 0;
  background-image: repeating-linear-gradient(173deg,
      transparent,
      transparent 38px,
      rgba(4, 229, 178, 0.06) 38px,
      rgba(4, 229, 178, 0.06) 39px);
  animation: bgpan 12s linear infinite;
  pointer-events: none;
}

@keyframes bgpan {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(40px);
  }
}

.nws .deep__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.nws .deep__row {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
}

.nws .deep__left {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nws .deep__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #0D151A;
  font-weight: 300;
  margin: 0;
}

.nws .deep__h2 strong {
  font-weight: 700;
  color: #04E5B2;
}

.nws .deep__intro {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(13, 21, 26, 0.72);
  margin: 0;
}

.nws .deep__voices {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nws .voice {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 20px;
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.nws .voice__portrait {
  flex: 0 0 64px;
  width: 64px;
  height: 80px;
  overflow: hidden;
  border-radius: 3px;
}

.nws .voice__portrait img {
  width: 64px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.nws .voice__body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nws .voice__name {
  font-size: 15px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 700;
}

.nws .voice__role {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(13, 21, 26, 0.5);
}

.nws .voice__quote {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(13, 21, 26, 0.72);
  margin: 4px 0 0;
  font-style: italic;
}

.nws .deep__right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.nws .deep__space {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.nws .deep__space-line {
  flex: 1 1 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(4, 229, 178, 0.5) 0%, rgba(13, 21, 26, 0.08) 100%);
}

.nws .deep__space-dot {
  width: 8px;
  height: 8px;
  background: #04E5B2;
  border-radius: 50%;
  flex-shrink: 0;
}

.nws .cats {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nws .cat-grp {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 20px;
  box-shadow: -1px 2px 2px -2px rgba(13, 21, 26, 0.06);
  transition: box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.nws .cat-grp:hover {
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.14);
}

.nws .cat-grp__head {
  font-size: 15px;
  line-height: 1.3;
  color: #04E5B2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(4, 229, 178, 0.2);
}

.nws .cat-grp__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nws .cat-grp__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.nws .cat-grp__num {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(13, 21, 26, 0.35);
  font-weight: 600;
  min-width: 20px;
}

.nws .cat-grp__text {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(13, 21, 26, 0.8);
}

.nws .cat-grp__text a {
  color: #0D151A;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.38s ease-in-out;
}

.nws .cat-grp__text a:hover {
  color: #04E5B2;
}

@media (max-width: 1024px) {
  .nws .arc-top__inner {
    flex-direction: column;
    gap: 40px;
  }

  .nws .arc-top__img-col {
    flex: 0 0 auto;
    width: 100%;
  }

  .nws .arc-top__img-wrap img {
    height: 260px;
  }

  .nws .feed__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nws .art--tall {
    grid-row: span 1;
  }

  .nws .art--tall .art__img-wrap img {
    height: 220px;
  }

  .nws .deep__row {
    flex-direction: column;
    gap: 40px;
  }

  .nws .deep__left {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .nws .arc-top {
    padding: 40px 20px;
  }

  .nws .arc-top__h1 {
    font-size: 37px;
  }

  .nws .arc-top__desc {
    font-size: 15px;
  }

  .nws .feed {
    padding: 40px 20px;
  }

  .nws .feed__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .nws .feed__sub {
    text-align: left;
    max-width: 100%;
  }

  .nws .feed__grid {
    grid-template-columns: 1fr;
  }

  .nws .deep {
    padding: 40px 20px;
  }

  .nws .deep__h2 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  .nws .arc-top__h1 {
    font-size: 21px;
  }

  .nws .feed__h2 {
    font-size: 21px;
  }

  .nws .voice {
    flex-direction: column;
  }
}

.cu {
  background: #f4f6f7;
  overflow-x: clip;
}

.cu .pg-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.cu .reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: cu-reveal 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.cu .reveal--2 {
  animation-delay: 0.1s;
}

.cu .reveal--3 {
  animation-delay: 0.2s;
}

.cu .reveal--4 {
  animation-delay: 0.32s;
}

.cu .reveal--5 {
  animation-delay: 0.44s;
}

@keyframes cu-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cu .hb {
  padding: 80px 0 40px;
  position: relative;
}

.cu .hb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(173deg, transparent 60%, rgba(4, 229, 178, 0.07) 100%);
  pointer-events: none;
}

.cu .hb__inner {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: stretch;
}

.cu .hb__img-col {
  flex: 0 0 340px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.cu .hb__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.82) brightness(0.96);
  transition: filter 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.cu .hb__img-col:hover img {
  filter: saturate(1) brightness(1);
}

.cu .hb__img-col::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 229, 178, 0.18) 0%, transparent 55%);
  z-index: 1;
  pointer-events: none;
  border-radius: 18px;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.cu .hb__img-col:hover::before {
  opacity: 0;
}

.cu .hb__img-col::after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle at 0% 0%, rgba(4, 229, 178, 0.22) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}

.cu .hb__text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.cu .hb__label {
  font-size: 15px;
  line-height: 1.55;
  color: #04E5B2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cu .hb__h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #0D151A;
  font-weight: 800;
  margin: 0;
}

.cu .hb__divider {
  width: 48px;
  height: 3px;
  background: #04E5B2;
  border-radius: 3px;
}

.cu .hb__desc {
  font-size: 21px;
  line-height: 1.55;
  color: #2a3d49;
  margin: 0;
  max-width: 540px;
}

.cu .hb__meta {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 8px;
}

.cu .hb__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cu .hb__meta-item strong {
  font-size: 15px;
  color: #0D151A;
  font-weight: 700;
}

.cu .hb__meta-item span {
  font-size: 15px;
  color: #4a6070;
  line-height: 1.55;
}

.cu .hb__dec {
  position: absolute;
  right: -20px;
  top: 40px;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(4, 229, 178, 0.15);
  border-radius: 28px;
  pointer-events: none;
}

.cu .fb {
  padding: 80px 0;
  background: #0D151A;
  position: relative;
}

.cu .fb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgba(4, 229, 178, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.cu .fb__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.cu .fb__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cu .fb__eyebrow {
  font-size: 15px;
  color: #04E5B2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.cu .fb__h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0;
}

.cu .fb__body {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.cu .fb__body+.fb__body {
  margin-top: 8px;
}

.cu .fb__matrix {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.14);
}

.cu .fb__mz {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cu .fb__mz--a {
  background: rgba(4, 229, 178, 0.12);
  border-bottom-right-radius: 0;
}

.cu .fb__mz--b {
  background: rgba(4, 229, 178, 0.06);
}

.cu .fb__mz--c {
  background: rgba(255, 255, 255, 0.04);
}

.cu .fb__mz--d {
  background: rgba(4, 229, 178, 0.04);
}

.cu .fb__mz-label {
  font-size: 15px;
  font-weight: 700;
  color: #04E5B2;
}

.cu .fb__mz-text {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

.cu .fb__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cu .fb__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cu .fb__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cu .fb__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cu .fb__field label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.cu .fb__field input,
.cu .fb__field select,
.cu .fb__field textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 15px;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: inset 0 1px 3px rgba(4, 229, 178, 0.04);
  appearance: none;
  -webkit-appearance: none;
}

.cu .fb__field input::placeholder,
.cu .fb__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  opacity: 0.55;
}

.cu .fb__field select option {
  background: #0D151A;
  color: #FFFFFF;
}

.cu .fb__field input:focus,
.cu .fb__field select:focus,
.cu .fb__field textarea:focus {
  border-color: #04E5B2;
  background: rgba(4, 229, 178, 0.06);
  box-shadow: inset 0 1px 4px rgba(4, 229, 178, 0.09), -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
}

.cu .fb__field textarea {
  resize: vertical;
  min-height: 100px;
}

.cu .fb__channel {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cu .fb__channel-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.cu .fb__ch-opts {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.cu .fb__ch-opt {
  position: relative;
}

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

.cu .fb__ch-opt label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.42s cubic-bezier(0.16, 1, 0.3, 1), color 0.42s cubic-bezier(0.16, 1, 0.3, 1), background 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  background: rgba(255, 255, 255, 0.04);
}

.cu .fb__ch-opt input[type="radio"]:checked+label {
  border-color: #04E5B2;
  color: #04E5B2;
  background: rgba(4, 229, 178, 0.1);
}

.cu .fb__ch-opt label:hover {
  border-color: rgba(4, 229, 178, 0.5);
  color: rgba(255, 255, 255, 0.9);
}

.cu .fb__ch-opt input[type="radio"]:focus-visible+label {
  outline: 2px solid #04E5B2;
  outline-offset: 2px;
}

.cu .fb__privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-top: 4px;
}

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

.cu .fb__privacy-text {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}

.cu .fb__privacy-text a {
  color: #04E5B2;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.38s ease-in-out;
}

.cu .fb__privacy-text a:hover {
  color: #FFFFFF;
}

.cu .fb__submit {
  background: #04E5B2;
  color: #0D151A;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 40px;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.14);
  transition: background 0.42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.42s cubic-bezier(0.16, 1, 0.3, 1), transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cu .fb__submit:hover {
  background: #02c99c;
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.22);
  transform: translateY(-2px);
}

.cu .fb__submit:focus-visible {
  outline: 2px solid #04E5B2;
  outline-offset: 3px;
}

.cu .fb__submit:active {
  transform: translateY(0);
  background: #02b08a;
}

.cu .db {
  padding: 80px 0;
  background: #FFFFFF;
  position: relative;
}

.cu .db::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(173deg, #04E5B2 0%, rgba(4, 229, 178, 0.1) 100%);
}

.cu .db__inner {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
}

.cu .db__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cu .db__h3 {
  font-size: 37px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 700;
  margin: 0;
}

.cu .db__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cu .db__card {
  border: 1.5px solid rgba(13, 21, 26, 0.1);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: -1px 2px 2px -2px rgba(13, 21, 26, 0.06);
  transition: box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.cu .db__card:hover {
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
  border-color: rgba(4, 229, 178, 0.4);
}

.cu .db__card-type {
  font-size: 15px;
  font-weight: 700;
  color: #04E5B2;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.cu .db__card-val {
  font-size: 21px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 600;
}

.cu .db__card-val a {
  color: #0D151A;
  text-decoration: none;
  transition: color 0.42s ease-in-out;
}

.cu .db__card-val a:hover {
  color: #04E5B2;
}

.cu .db__card-note {
  font-size: 15px;
  color: #4a6070;
  line-height: 1.55;
}

.cu .db__card--tooltip {
  position: relative;
}

.cu .db__card--tooltip .db__tt {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 20px;
  background: #0D151A;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.55;
  padding: 8px 16px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.14);
  transition: opacity 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10 !important;
}

.cu .db__card--tooltip .db__tt::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  border: 6px solid transparent;
  border-top-color: #0D151A;
}

.cu .db__card--tooltip:focus-within .db__tt {
  opacity: 1;
}

.cu .db__card--tooltip:focus-within {
  outline: 2px solid #04E5B2;
  outline-offset: 2px;
  border-radius: 18px;
}

.cu .db__right {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cu .db__aside-h {
  font-size: 21px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 700;
  margin: 0;
}

.cu .db__aside-body {
  font-size: 15px;
  line-height: 1.75;
  color: #2a3d49;
  margin: 0;
}

.cu .db__aside-num {
  font-size: 15px;
  color: #04E5B2;
  font-weight: 700;
  margin-right: 8px;
}

.cu .db__aside-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cu .db__aside-list li {
  font-size: 15px;
  line-height: 1.55;
  color: #2a3d49;
  padding: 16px;
  background: rgba(4, 229, 178, 0.05);
  border-radius: 3px;
  border: 1px solid rgba(4, 229, 178, 0.12);
}

.cu .db__aside-border {
  border: 1.5px solid rgba(13, 21, 26, 0.1);
  border-radius: 28px;
  padding: 20px;
  box-shadow: inset 0 1px 4px rgba(4, 229, 178, 0.06);
}

@media (max-width: 1024px) {
  .cu .hb__inner {
    flex-direction: column;
    gap: 40px;
  }

  .cu .hb__img-col {
    flex: 0 0 260px;
    height: 260px;
  }

  .cu .hb__h1 {
    font-size: 51px;
  }

  .cu .fb__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cu .db__inner {
    flex-direction: column;
    gap: 40px;
  }

  .cu .db__right {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cu .pg-wrap {
    padding: 0 20px;
  }

  .cu .hb {
    padding: 40px 0 20px;
  }

  .cu .hb__h1 {
    font-size: 37px;
  }

  .cu .hb__meta {
    flex-direction: column;
    gap: 16px;
  }

  .cu .fb {
    padding: 40px 0;
  }

  .cu .fb__row {
    grid-template-columns: 1fr;
  }

  .cu .db {
    padding: 40px 0;
  }

  .cu .fb__matrix {
    grid-template-columns: 1fr;
  }

  .cu .fb__ch-opts {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .cu .hb__h1 {
    font-size: 37px;
  }

  .cu .fb__submit {
    width: 100%;
    text-align: center;
  }
}

.au {
  background: #fff;
  overflow-x: clip;
}

.au__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.au__load-target {
  animation: auBlurIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes auBlurIn {
  from {
    filter: blur(8px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}

.au__split {
  display: flex;
  flex-direction: row;
  min-height: 92vh;
  position: relative;
}

.au__split-txt {
  flex: 0 0 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px 40px 40px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.au__split-img {
  flex: 0 0 58%;
  position: relative;
  overflow: hidden;
}

.au__split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(30%);
  transition: filter 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.au__split-img:hover img {
  filter: grayscale(0%);
}

.au__img-tint {
  position: absolute;
  inset: 0;
  background: rgba(4, 229, 178, 0.28);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.au__split-img:hover .au__img-tint {
  opacity: 0;
}

.au__curves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.au__curves svg {
  position: absolute;
  bottom: -40px;
  left: -20px;
  opacity: 0.08;
  width: 340px;
  height: 340px;
}

.au__counter-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
}

.au__counter-num {
  font-size: 68px;
  line-height: 1.1;
  font-weight: 800;
  color: #04E5B2;
  letter-spacing: -2px;
}

.au__counter-label {
  font-size: 15px;
  line-height: 1.55;
  color: #0D151A;
  opacity: 0.6;
  max-width: 120px;
}

.au__h1 {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #0D151A;
  margin: 0 0 20px 0;
}

.au__h1-outline {
  -webkit-text-stroke: 2px #0D151A;
  color: transparent;
}

.au__lead {
  font-size: 15px;
  line-height: 1.75;
  color: #0D151A;
  opacity: 0.75;
  max-width: 380px;
  margin: 0 0 40px 0;
}

.au__badge {
  display: inline-block;
  background: #0D151A;
  color: #04E5B2;
  font-size: 15px;
  line-height: 1.3;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: 600;
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
}

.au__circles {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.au__circles--tr {
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
}

.au__circles--tr svg {
  width: 220px;
  height: 220px;
  opacity: 0.07;
}

.au__story {
  background: #f4faf8;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.au__story-streak {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.au__story-streak::after {
  content: '';
  position: absolute;
  top: -60px;
  left: -80px;
  width: 600px;
  height: 8px;
  background: linear-gradient(173deg, #04E5B2 0%, transparent 100%);
  transform: rotate(173deg);
  transform-origin: left center;
  opacity: 0.35;
}

.au__story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.au__story-col--wide {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.au__story-col--img {
  position: relative;
}

.au__story-img-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: -1px 8px 52px -2px rgba(13, 21, 26, 0.14);
}

.au__story-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.au__story-img-wrap:hover img {
  filter: grayscale(0%);
}

.au__story-img-tint {
  position: absolute;
  inset: 0;
  background: rgba(4, 229, 178, 0.22);
  border-radius: 18px;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.au__story-img-wrap:hover .au__story-img-tint {
  opacity: 0;
}

.au__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #04E5B2;
  background: rgba(4, 229, 178, 0.12);
  border-radius: 3px;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.au__h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #0D151A;
  margin: 0 0 16px 0;
}

.au__h2-outline {
  -webkit-text-stroke: 2px #0D151A;
  color: transparent;
}

.au__para {
  font-size: 15px;
  line-height: 1.75;
  color: #0D151A;
  opacity: 0.78;
  margin: 0;
}

.au__para--num {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.au__para-num {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: #04E5B2;
  min-width: 20px;
}

.au__metrics {
  background: #0D151A;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.au__metrics-streak {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.au__metrics-streak::before {
  content: '';
  position: absolute;
  top: 30px;
  right: -100px;
  width: 700px;
  height: 6px;
  background: linear-gradient(173deg, transparent 0%, #04E5B2 100%);
  transform: rotate(173deg);
  transform-origin: right center;
  opacity: 0.25;
}

.au__metrics-circles {
  position: absolute;
  bottom: -40px;
  left: -40px;
  pointer-events: none;
  overflow: hidden;
  width: 260px;
  height: 260px;
}

.au__metrics-circles svg {
  width: 260px;
  height: 260px;
  opacity: 0.06;
}

.au__metrics-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 40px;
}

.au__h2--light {
  color: #fff;
}

.au__metrics-sub {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  max-width: 320px;
  margin: 0;
}

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

.au__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(4, 229, 178, 0.12);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  box-shadow: -1px 2px 2px -2px rgba(4, 229, 178, 0.06);
}

.au__card:hover {
  transform: translateY(-8px);
  background: rgba(4, 229, 178, 0.07);
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.14);
}

.au__card-val {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #04E5B2;
}

.au__card-desc {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

.au__card-detail {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 4px;
}

.au__team {
  background: #fff;
  padding: 80px 0;
  position: relative;
}

.au__team-streak {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.au__team-streak::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -120px;
  width: 800px;
  height: 5px;
  background: linear-gradient(173deg, #04E5B2 0%, transparent 80%);
  transform: rotate(173deg);
  transform-origin: right center;
  opacity: 0.18;
}

.au__team-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.au__team-portrait {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.au__portrait-wrap {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.14), inset 0 0 0 4px rgba(4, 229, 178, 0.2);
  flex-shrink: 0;
}

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

.au__portrait-name {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  color: #0D151A;
  text-align: center;
}

.au__portrait-role {
  font-size: 15px;
  line-height: 1.3;
  color: #04E5B2;
  font-weight: 600;
  text-align: center;
}

.au__team-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.au__h3 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #0D151A;
  margin: 0;
}

.au__h3-outline {
  -webkit-text-stroke: 2px #0D151A;
  color: transparent;
}

.au__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.au__list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #0D151A;
  opacity: 0.78;
}

.au__list-dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #04E5B2;
  margin-top: 6px;
  flex-shrink: 0;
}

.au__img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.au__img-pair-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
  position: relative;
}

.au__img-pair-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.au__img-pair-item:hover img {
  filter: grayscale(0%);
}

.au__img-pair-tint {
  position: absolute;
  inset: 0;
  background: rgba(4, 229, 178, 0.2);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.au__img-pair-item:hover .au__img-pair-tint {
  opacity: 0;
}

@media (max-width: 1024px) {
  .au__split {
    flex-direction: column;
    min-height: auto;
  }

  .au__split-txt {
    flex: none;
    padding: 80px 40px 40px 40px;
  }

  .au__split-img {
    flex: none;
    height: 400px;
  }

  .au__story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .au__story-col--wide {
    grid-column: span 1;
  }

  .au__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .au__team-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .au__metrics-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .au__container {
    padding: 0 20px;
  }

  .au__h1 {
    font-size: 37px;
  }

  .au__split-txt {
    padding: 40px 20px 40px 20px;
  }

  .au__counter-num {
    font-size: 51px;
  }

  .au__cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .au__story {
    padding: 40px 0;
  }

  .au__metrics {
    padding: 40px 0;
  }

  .au__team {
    padding: 40px 0;
  }

  .au__img-pair {
    grid-template-columns: 1fr;
  }

  .au__h2 {
    font-size: 37px;
  }

  .au__h3 {
    font-size: 37px;
  }
}

@media (max-width: 480px) {
  .au__cards {
    grid-template-columns: 1fr;
  }

  .au__split-img {
    height: 280px;
  }

  .au__counter-num {
    font-size: 37px;
  }

  .au__h1 {
    font-size: 37px;
  }

  .au__portrait-wrap {
    width: 180px;
    height: 180px;
  }
}

.frt {
  background: #fff;
  overflow-x: hidden;
}

.frt .pg-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.frt .tb {
  background: #fff;
  padding: 80px 0 40px;
  position: relative;
}

.frt .tb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, transparent 48%, rgba(4, 229, 178, 0.07) 48.5%, rgba(4, 229, 178, 0.07) 51%, transparent 51.5%);
  pointer-events: none;
}

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

.frt .tb__line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.frt .tb__grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  position: relative;
}

.frt .tb__left {
  flex: 1 1 0;
  min-width: 0;
}

.frt .tb__right {
  flex: 0 0 340px;
  width: 340px;
}

.frt .tb__tag {
  display: inline-block;
  background: rgba(4, 229, 178, 0.12);
  color: #0D151A;
  font-size: 15px;
  line-height: 1.55;
  padding: 4px 16px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.frt .tb__h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #0D151A;
  font-weight: 800;
  margin: 0 0 20px;
}

.frt .tb__desc {
  font-size: 21px;
  line-height: 1.55;
  color: #2a3a44;
  margin: 0 0 40px;
  max-width: 560px;
}

.frt .tb__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.frt .btn-pri {
  display: inline-block;
  background: #0D151A;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  padding: 16px 40px;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
}

.frt .btn-pri:hover {
  background: #04E5B2;
  color: #0D151A;
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.14);
}

.frt .btn-pri:focus {
  outline: 2px solid #04E5B2;
  outline-offset: 3px;
}

.frt .btn-sec {
  display: inline-block;
  background: transparent;
  color: #0D151A;
  font-size: 15px;
  line-height: 1.55;
  padding: 16px 40px;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #0D151A;
  cursor: pointer;
  transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.frt .btn-sec:hover {
  border-color: #04E5B2;
  color: #04E5B2;
}

.frt .btn-sec:focus {
  outline: 2px solid #04E5B2;
  outline-offset: 3px;
}

.frt .tb__img-wrap {
  width: 340px;
  height: 420px;
  overflow: hidden;
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
  box-shadow: -1px 8px 52px -2px rgba(13, 21, 26, 0.14);
  border-radius: 18px;
}

.frt .tb__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.75);
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.frt .tb__img-wrap:hover img {
  filter: saturate(1);
}

.frt .div-line {
  height: 1px;
  background: rgba(13, 21, 26, 0.1);
  max-width: 1400px;
  margin: 0 auto;
}

.frt .who {
  padding: 80px 0;
  background: #f4f7f6;
  position: relative;
}

.frt .who::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, transparent 60%, rgba(4, 229, 178, 0.05) 60.5%, rgba(4, 229, 178, 0.05) 63%, transparent 63.5%);
  pointer-events: none;
}

.frt .who__grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

.frt .who__side {
  position: sticky;
  top: 40px;
}

.frt .who__label {
  font-size: 15px;
  line-height: 1.55;
  color: #04E5B2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}

.frt .who__h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 700;
  margin: 0 0 20px;
}

.frt .who__img-wrap {
  width: 220px;
  height: 280px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
  margin-top: 20px;
}

.frt .who__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.75);
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.frt .who__img-wrap:hover img {
  filter: saturate(1);
}

.frt .who__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.frt .who__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.frt .who__card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: -1px 2px 2px -2px rgba(13, 21, 26, 0.06);
  transition: box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  animation: scaleIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.frt .who__card:hover {
  box-shadow: -1px 8px 52px -2px rgba(13, 21, 26, 0.14);
  transform: scale(1.02);
}

.frt .who__card--yes {
  border-top: 2px solid #04E5B2;
}

.frt .who__card--no {
  border-top: 2px solid rgba(13, 21, 26, 0.2);
}

.frt .who__card-ttl {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: #0D151A;
  margin: 0 0 8px;
}

.frt .who__card-ttl--yes {
  color: #04E5B2;
}

.frt .who__card-ttl--no {
  color: #888;
}

.frt .who__card p {
  font-size: 15px;
  line-height: 1.55;
  color: #2a3a44;
  margin: 0;
}

.frt .who__note {
  font-size: 15px;
  line-height: 1.55;
  color: #2a3a44;
  background: rgba(4, 229, 178, 0.08);
  border-radius: 3px;
  padding: 16px 20px;
}

.frt .who__note strong {
  color: #0D151A;
}

.frt .div-accent {
  height: 1px;
  background: linear-gradient(90deg, transparent, #04E5B2 40%, transparent);
  max-width: 1400px;
  margin: 0 auto;
}

.frt .exp {
  padding: 80px 0;
  background: #0D151A;
  position: relative;
}

.frt .exp::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, transparent 30%, rgba(4, 229, 178, 0.04) 30.5%, rgba(4, 229, 178, 0.04) 33%, transparent 33.5%);
  pointer-events: none;
}

.frt .exp__top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.frt .exp__label {
  font-size: 15px;
  line-height: 1.55;
  color: #04E5B2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}

.frt .exp__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  margin: 0;
  max-width: 520px;
}

.frt .exp__intro {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  max-width: 360px;
  margin: 0;
}

.frt .exp__cards {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow: hidden;
}

.frt .exp__card {
  flex: 1 1 0;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(4, 229, 178, 0.12);
  transition: background 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  animation: scaleIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.frt .exp__card:hover {
  background: rgba(4, 229, 178, 0.07);
  border-color: rgba(4, 229, 178, 0.35);
}

.frt .exp__num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #04E5B2;
  margin: 0 0 16px;
  display: block;
}

.frt .exp__card-h {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  margin: 0 0 8px;
}

.frt .exp__card p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.frt .exp__imgs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px;
}

.frt .exp__img-a {
  flex: 2 1 0;
  height: 220px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
}

.frt .exp__img-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) brightness(0.85);
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.frt .exp__img-a:hover img {
  filter: saturate(1) brightness(1);
}

.frt .exp__img-b {
  flex: 1 1 0;
  height: 220px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
}

.frt .exp__img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) brightness(0.85);
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.frt .exp__img-b:hover img {
  filter: saturate(1) brightness(1);
}

.frt .div-sparse {
  height: 1px;
  background: rgba(13, 21, 26, 0.08);
  max-width: 1400px;
  margin: 0 auto;
}

.frt .scale {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.frt .scale::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, transparent 70%, rgba(4, 229, 178, 0.06) 70.5%, rgba(4, 229, 178, 0.06) 73%, transparent 73.5%);
  pointer-events: none;
}

.frt .scale__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.frt .scale__left {
  flex: 1 1 0;
}

.frt .scale__label {
  font-size: 15px;
  line-height: 1.55;
  color: #04E5B2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
}

.frt .scale__h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #0D151A;
  font-weight: 800;
  margin: 0;
}

.frt .scale__right {
  flex: 1 1 0;
  padding-top: 8px;
}

.frt .scale__right p {
  font-size: 15px;
  line-height: 1.75;
  color: #2a3a44;
  margin: 0 0 16px;
}

.frt .scale__right p:last-child {
  margin: 0;
}

.frt .scale__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.frt .scale__met {
  background: #0D151A;
  border-radius: 18px;
  padding: 20px;
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  animation: scaleIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.frt .scale__met:hover {
  transform: scale(1.03);
  box-shadow: -1px 8px 52px -2px rgba(13, 21, 26, 0.14);
}

.frt .scale__met-val {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #04E5B2;
  display: block;
  margin-bottom: 8px;
}

.frt .scale__met-lbl {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.frt .scale__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.frt .scale__review {
  flex: 1 1 0;
  background: rgba(4, 229, 178, 0.07);
  border-radius: 18px;
  padding: 20px;
  box-shadow: inset 0 0 0 1px rgba(4, 229, 178, 0.2), -1px 2px 2px -2px rgba(4, 229, 178, 0.06);
}

.frt .scale__rev-stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 8px;
}

.frt .scale__star {
  width: 16px;
  height: 16px;
  display: block;
}

.frt .scale__rev-text {
  font-size: 15px;
  line-height: 1.55;
  color: #0D151A;
  margin: 0 0 16px;
  font-style: italic;
}

.frt .scale__rev-who {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.frt .scale__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.frt .scale__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.frt .scale__rev-name {
  font-size: 15px;
  line-height: 1.55;
  color: #0D151A;
  font-weight: 700;
  margin: 0;
}

.frt .scale__rev-role {
  font-size: 15px;
  line-height: 1.55;
  color: #2a3a44;
  margin: 0;
}

.frt .scale__news {
  flex: 1 1 0;
  background: #f4f7f6;
  border-radius: 18px;
  padding: 20px;
}

.frt .scale__news-ttl {
  font-size: 21px;
  line-height: 1.3;
  color: #0D151A;
  font-weight: 700;
  margin: 0 0 8px;
}

.frt .scale__news-p {
  font-size: 15px;
  line-height: 1.55;
  color: #2a3a44;
  margin: 0 0 16px;
}

.frt .scale__news-link {
  display: inline-block;
  color: #0D151A;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #04E5B2;
  padding-bottom: 2px;
  transition: color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.frt .scale__news-link:hover {
  color: #04E5B2;
  border-color: #0D151A;
}

.frt .scale__news-link:focus {
  outline: 2px solid #04E5B2;
  outline-offset: 3px;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

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

@media (max-width: 1024px) {
  .frt .tb__h1 {
    font-size: 51px;
  }

  .frt .tb__right {
    flex: 0 0 260px;
    width: 260px;
  }

  .frt .tb__img-wrap {
    width: 260px;
    height: 320px;
  }

  .frt .scale__metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .frt .exp__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .frt .pg-wrap {
    padding: 0 20px;
  }

  .frt .tb {
    padding: 40px 0 40px;
  }

  .frt .tb__grid {
    flex-direction: column;
    gap: 40px;
  }

  .frt .tb__right {
    flex: 0 0 auto;
    width: 100%;
  }

  .frt .tb__img-wrap {
    width: 100%;
    height: 260px;
  }

  .frt .tb__h1 {
    font-size: 37px;
  }

  .frt .tb__desc {
    font-size: 15px;
  }

  .frt .who__grid {
    grid-template-columns: 1fr;
  }

  .frt .who__side {
    position: static;
  }

  .frt .who__img-wrap {
    display: none;
  }

  .frt .who__cols {
    grid-template-columns: 1fr;
  }

  .frt .exp__top {
    flex-direction: column;
    gap: 20px;
  }

  .frt .exp__h2 {
    font-size: 37px;
  }

  .frt .exp__cards {
    grid-template-columns: 1fr;
  }

  .frt .exp__imgs {
    flex-direction: column;
  }

  .frt .exp__img-a,
  .frt .exp__img-b {
    height: 180px;
  }

  .frt .scale__top {
    flex-direction: column;
    gap: 20px;
  }

  .frt .scale__h2 {
    font-size: 37px;
  }

  .frt .scale__metrics {
    grid-template-columns: 1fr 1fr;
  }

  .frt .scale__met-val {
    font-size: 37px;
  }

  .frt .scale__bottom {
    flex-direction: column;
    gap: 20px;
  }

  .frt .who {
    padding: 40px 0;
  }

  .frt .exp {
    padding: 40px 0;
  }

  .frt .scale {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .frt .tb__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .frt .scale__metrics {
    grid-template-columns: 1fr;
  }

  .frt .tb__h1 {
    font-size: 37px;
  }

  .frt .exp__h2 {
    font-size: 37px;
  }
}

.srv {
  background: #f5f7f6;
  overflow-x: clip;
}

.srv .pg-reveal {
  animation: revealUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

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

.srv .pg-reveal--delayed {
  animation: revealUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}

.srv .pg-reveal--late {
  animation: revealUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}

.srv__lede {
  background: #0D151A;
  padding: 80px 40px;
  position: relative;
}

.srv__lede-cap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
}

.srv__lede-text {
  flex: 0 0 58%;
}

.srv__lede-aside {
  flex: 1;
  padding-top: 20px;
}

.srv__lede-tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  color: #04E5B2;
  border: 1px solid rgba(4, 229, 178, 0.35);
  border-radius: 3px;
  padding: 4px 16px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.srv__lede-h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0 0 20px;
}

.srv__lede-h1 em {
  color: #04E5B2;
  font-style: normal;
}

.srv__lede-desc {
  font-size: 21px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 520px;
}

.srv__lede-stat {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.srv__lede-stat-item {
  border-top: 1px solid rgba(4, 229, 178, 0.25);
  padding-top: 16px;
}

.srv__lede-stat-num {
  font-size: 37px;
  line-height: 1.1;
  color: #04E5B2;
  font-weight: 700;
}

.srv__lede-stat-label {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.55);
  margin: 4px 0 0;
}

.srv__lede-strokes {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.srv__lede-stroke {
  height: 2px;
  background: rgba(4, 229, 178, 0.3);
  border-radius: 3px;
}

.srv__lede-stroke:nth-child(1) {
  width: 40px;
}

.srv__lede-stroke:nth-child(2) {
  width: 28px;
}

.srv__lede-stroke:nth-child(3) {
  width: 16px;
}

.srv__catalog {
  padding: 80px 40px;
  background: #FFFFFF;
  position: relative;
}

.srv__catalog::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgba(4, 229, 178, 0.06) 0%, transparent 45%, rgba(13, 21, 26, 0.04) 100%);
  pointer-events: none;
}

.srv__catalog-cap {
  max-width: 1400px;
  margin: 0 auto;
}

.srv__catalog-head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
}

.srv__catalog-h2 {
  font-size: 51px;
  line-height: 1.1;
  color: #0D151A;
  font-weight: 700;
  margin: 0;
  flex: 0 0 auto;
}

.srv__catalog-h2 em {
  color: #04E5B2;
  font-style: normal;
}

.srv__catalog-lead {
  font-size: 15px;
  line-height: 1.55;
  color: #3a4a52;
  margin: 0;
  max-width: 360px;
}

.srv__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.srv__card {
  background: #f5f7f6;
  border-radius: 18px;
  padding: 40px;
  position: relative;
  box-shadow: -1px 2px 2px -2px rgba(13, 21, 26, 0.06), -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
  transition: box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.srv__card:hover {
  box-shadow: -1px 8px 52px -2px rgba(13, 21, 26, 0.14);
  transform: translateY(-4px);
}

.srv__card--accent {
  background: #0D151A;
}

.srv__card-num {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 700;
  color: rgba(4, 229, 178, 0.18);
}

.srv__card--accent .srv__card-num {
  color: rgba(4, 229, 178, 0.25);
}

.srv__card-icon {
  width: 40px;
  height: 40px;
}

.srv__card-h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: #0D151A;
  margin: 0;
}

.srv__card--accent .srv__card-h3 {
  color: #FFFFFF;
}

.srv__card-body {
  font-size: 15px;
  line-height: 1.55;
  color: #3a4a52;
  margin: 0;
}

.srv__card--accent .srv__card-body {
  color: rgba(255, 255, 255, 0.65);
}

.srv__card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 3px;
  margin-top: 8px;
  transition: filter 0.45s ease-in-out;
  filter: saturate(0.7) brightness(0.92);
}

.srv__card:hover .srv__card-img {
  filter: saturate(1) brightness(1);
}

.srv__checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.srv__checklist li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.55;
  color: #3a4a52;
}

.srv__card--accent .srv__checklist li {
  color: rgba(255, 255, 255, 0.7);
}

.srv__check-svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.srv__team {
  padding: 80px 40px;
  background: #f5f7f6;
  position: relative;
}

.srv__team::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(173deg, rgba(13, 21, 26, 0.03) 0%, transparent 50%, rgba(4, 229, 178, 0.05) 100%);
  pointer-events: none;
}

.srv__team-cap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.srv__team-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
}

.srv__team-intro {
  flex: 0 0 44%;
}

.srv__team-h2 {
  font-size: 37px;
  line-height: 1.3;
  font-weight: 700;
  color: #0D151A;
  margin: 0 0 16px;
}

.srv__team-h2 em {
  color: #04E5B2;
  font-style: normal;
}

.srv__team-p {
  font-size: 15px;
  line-height: 1.55;
  color: #3a4a52;
  margin: 0 0 16px;
}

.srv__team-p::before {
  content: attr(data-n) '. ';
  color: #04E5B2;
  font-weight: 700;
}

.srv__team-profiles {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}

.srv__profile {
  flex: 1;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 20px;
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.srv__profile-img-wrap {
  width: 120px;
  height: 120px;
  border-radius: 28px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: -1px 2px 2px -2px rgba(4, 229, 178, 0.06), inset 0 0 0 2px rgba(4, 229, 178, 0.2);
}

.srv__profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.srv__profile-name {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #0D151A;
  margin: 0;
}

.srv__profile-role {
  font-size: 15px;
  line-height: 1.3;
  color: #04E5B2;
  margin: 4px 0 0;
}

.srv__profile-quote {
  font-size: 15px;
  line-height: 1.55;
  color: #3a4a52;
  margin: 0;
  font-style: italic;
}

.srv__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.srv__rating-val {
  font-size: 15px;
  font-weight: 700;
  color: #0D151A;
}

.srv__rating-stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.srv__star {
  width: 14px;
  height: 14px;
}

.srv__team-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 21, 26, 0.1);
}

.srv__btn {
  display: inline-block;
  background: #04E5B2;
  color: #0D151A;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  padding: 16px 40px;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.42s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.09);
}

.srv__btn:hover {
  background: #02c99c;
  box-shadow: -1px 8px 52px -2px rgba(4, 229, 178, 0.14);
}

.srv__btn:focus {
  outline: 2px solid #04E5B2;
  outline-offset: 3px;
}

.srv__btn--outline {
  background: transparent;
  color: #0D151A;
  border: 2px solid #0D151A;
  box-shadow: none;
}

.srv__btn--outline:hover {
  background: #0D151A;
  color: #FFFFFF;
  box-shadow: -1px 6px 22px -2px rgba(13, 21, 26, 0.14);
}

.srv__pulse-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #04E5B2;
  animation: dotPulse 1.8s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  flex-shrink: 0;
}

@keyframes dotPulse {

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

  50% {
    transform: scale(1.45);
    opacity: 0.6;
  }
}

.srv__team-cta-text {
  font-size: 15px;
  line-height: 1.55;
  color: #3a4a52;
  margin: 0;
}

.srv__img-feature {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  filter: saturate(0.75) brightness(0.9);
  transition: filter 0.48s ease-in-out;
}

.srv__img-feature:hover {
  filter: saturate(1) brightness(1);
}

@media (max-width: 1024px) {
  .srv__lede-h1 {
    font-size: 51px;
  }

  .srv__lede-cap {
    gap: 40px;
  }

  .srv__grid {
    grid-template-columns: 1fr 1fr;
  }

  .srv__catalog-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .srv__team-top {
    flex-direction: column;
    gap: 40px;
  }

  .srv__team-intro {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .srv__lede {
    padding: 40px 20px;
  }

  .srv__lede-cap {
    flex-direction: column;
    gap: 40px;
  }

  .srv__lede-h1 {
    font-size: 37px;
  }

  .srv__lede-desc {
    font-size: 15px;
  }

  .srv__catalog {
    padding: 40px 20px;
  }

  .srv__catalog-h2 {
    font-size: 37px;
  }

  .srv__grid {
    grid-template-columns: 1fr;
  }

  .srv__team {
    padding: 40px 20px;
  }

  .srv__team-profiles {
    flex-direction: column;
  }

  .srv__team-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .srv__lede-h1 {
    font-size: 37px;
  }

  .srv__catalog-h2 {
    font-size: 21px;
  }

  .srv__card {
    padding: 20px;
  }

  .srv__team-h2 {
    font-size: 21px;
  }
}

.suc {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: #f4f7f6;
}

.suc .suc__wrap {
  max-width: 560px;
  width: 100%;
  background: #ffffff;
  border-radius: 28px;
  padding: 80px 40px;
  box-shadow: -1px 2px 2px -2px rgba(4, 229, 178, 0.06), -1px 6px 22px -2px rgba(4, 229, 178, 0.09), -1px 8px 52px -2px rgba(4, 229, 178, 0.14);
  text-align: center;
  position: relative;
}

.suc .suc__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #04E5B2;
  box-shadow: inset 0 -2px 8px rgba(4, 229, 178, 0.3), -1px 6px 22px -2px rgba(4, 229, 178, 0.14);
}

.suc .suc__icon svg {
  display: block;
}

.suc .suc__label {
  font-size: 15px;
  line-height: 1.55;
  color: #04E5B2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.suc .suc__title {
  font-size: 37px;
  line-height: 1.1;
  color: #0D151A;
  font-weight: 700;
  margin-bottom: 20px;
}

.suc .suc__body {
  font-size: 15px;
  line-height: 1.75;
  color: #3a4a52;
  margin-bottom: 40px;
}

.suc .suc__body p {
  margin-bottom: 8px;
}

.suc .suc__body p:last-child {
  margin-bottom: 0;
}

.suc .suc__divider {
  width: 48px;
  height: 3px;
  border-radius: 3px;
  background: #04E5B2;
  margin: 0 auto 40px;
}

.suc .suc__btn {
  display: inline-block;
  padding: 16px 40px;
  background: #0D151A;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.45s cubic-bezier(0.16, 1, 0.3, 1), color 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease-in-out;
  box-shadow: -1px 2px 2px -2px rgba(13, 21, 26, 0.06);
}

.suc .suc__btn:hover {
  background: #04E5B2;
  color: #0D151A;
  box-shadow: -1px 6px 22px -2px rgba(4, 229, 178, 0.14);
}

.suc .suc__btn:focus {
  outline: 2px solid #04E5B2;
  outline-offset: 4px;
}

.suc .suc__btn:active {
  background: #03c99d;
  color: #0D151A;
}

.suc .suc__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  pointer-events: none;
}

.suc .suc__accent::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -80px;
  width: 220px;
  height: 220px;
  background: linear-gradient(173deg, rgba(4, 229, 178, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.suc .suc__accent::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: linear-gradient(173deg, transparent 30%, rgba(4, 229, 178, 0.06) 100%);
  border-radius: 50%;
}

@media (max-width: 480px) {
  .suc {
    padding: 40px 16px;
  }

  .suc .suc__wrap {
    padding: 40px 20px;
  }

  .suc .suc__title {
    font-size: 21px;
  }
}