html:not(.is-ready) { overflow: visible; }

#smooth-wrapper {
  opacity: 1;
  transform: none;
}

.word-group {
  display: inline;
  white-space: nowrap;
}

.word {
  display: inline-block;
  clip-path: inset(0 0 -0.15em 0);
}

.word-inner {
  display: inline-block;
}

.split-line {
  display: block;
  overflow: hidden;
}

.s-cd__feature-link {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 1024px) {
  .s-cd__grid .s-cd__feature {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

.s-outro__image {
  height: auto;
  min-height: 348px;
  align-self: stretch;
}

.s-outro__content {
  min-height: 348px;
  gap: 16px;
}

footer.section {
  padding-bottom: 160px;
}

.s-ft__msg {
  max-width: 22ch;
}

.s-ft__copy {
  grid-row: 2;
  justify-self: end;
  padding-top: 24px;
}

.s-cd__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-cg__item--article {
  min-height: 163px;
  padding: 16px 14px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
}

.s-cg__item .t-body {
  max-width: none;
  font-size: 13px;
}

@media (prefers-reduced-motion: reduce) {
  #smooth-wrapper,
  [data-animate],
  [data-animate="fade-up"],
  [data-animate="fade-up-stagger"] > *,
  .word-inner {
    opacity: 1 !important;
    transform: none !important;
  }
}
