:root {
  --news-purple: #320f44;
  --news-purple-light: #4b1c61;
  --news-cyan: #16aad3;
  --news-cyan-dark: #087f9f;
  --news-ink: #211927;
  --news-muted: #64616c;
  --news-line: #dfe3e8;
  --news-soft: #f4f6f8;
  --news-cyan-soft: #eaf7fb;
  --news-green: #21855b;
  --news-gold: #f2b134;
  --news-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body.news-modern-page {
  background: var(--news-white) !important;
}

body.news-modal-open {
  overflow: hidden !important;
}

.news-main {
  overflow: clip;
  background: var(--news-white);
}

#news-modern,
#news-modern * {
  box-sizing: border-box;
}

#news-modern img {
  max-width: 100%;
}

#news-modern [hidden] {
  display: none !important;
}

#news-modern .news-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

#news-modern .news-section {
  position: relative;
  padding: 104px 0;
}

#news-modern h1,
#news-modern h2,
#news-modern h3,
#news-modern p,
#news-modern button,
#news-modern a {
  letter-spacing: 0;
}

#news-modern h2 {
  margin: 0;
  color: var(--news-purple);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
}

#news-modern .news-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--news-cyan-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

#news-modern .news-section-label::before {
  width: 30px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

#news-modern .news-heading-row {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 64px;
}

#news-modern .news-heading-row > p {
  margin: 0;
  color: var(--news-muted);
  font-size: 18px;
  line-height: 1.75;
}

#news-modern .news-button {
  min-height: 50px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

#news-modern .news-button:hover,
#news-modern .news-button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

#news-modern .news-button-primary {
  background: var(--news-cyan);
  color: #071f27;
}

#news-modern .news-button-primary:hover,
#news-modern .news-button-primary:focus-visible {
  background: #42c0e1;
  color: #071f27;
}

#news-modern .news-button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: var(--news-white);
}

#news-modern .news-button-secondary:hover,
#news-modern .news-button-secondary:focus-visible {
  border-color: var(--news-white);
  background: var(--news-white);
  color: var(--news-purple);
}

#news-modern button:focus-visible,
#news-modern a:focus-visible {
  outline: 3px solid rgba(22, 170, 211, 0.45);
  outline-offset: 3px;
}

#news-modern .news-hero {
  min-height: 660px;
  isolation: isolate;
  background: var(--news-purple);
}

#news-modern .news-hero-media,
#news-modern .news-hero-shade {
  position: absolute;
  inset: 0;
}

#news-modern .news-hero-media {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  animation: news-hero-enter 1.1s ease-out both;
}

#news-modern .news-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(31, 7, 43, 0.9) 0%, rgba(31, 7, 43, 0.67) 50%, rgba(31, 7, 43, 0.26) 100%);
}

#news-modern .news-hero-content {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 190px 0 82px;
}

#news-modern .news-kicker {
  max-width: 680px;
  margin: 0 0 17px;
  color: #8edbf0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

#news-modern .news-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--news-white);
  font-size: 68px;
  font-weight: 700;
  line-height: 1.03;
}

#news-modern .news-hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 22px;
  line-height: 1.62;
}

#news-modern .news-hero-actions {
  gap: 12px;
  margin-top: 34px;
}

#news-modern .news-featured {
  background: var(--news-white);
}

#news-modern .news-feature-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.72fr);
  gap: 64px;
  margin-top: 56px;
}

#news-modern .news-video {
  position: relative;
}

#news-modern .news-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: var(--news-purple);
  box-shadow: 0 20px 50px rgba(35, 25, 42, 0.17);
}

#news-modern .news-video-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 8, 34, 0.05), rgba(25, 8, 34, 0.4));
  pointer-events: none;
  content: "";
}

#news-modern .news-video-frame img,
#news-modern .news-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

#news-modern .news-video-frame iframe {
  position: relative;
  z-index: 3;
}

#news-modern .news-video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 0 4px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: var(--news-cyan);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  color: #071f27;
  font-size: 23px;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s ease, transform 0.25s ease;
}

#news-modern .news-video-play:hover,
#news-modern .news-video-play:focus-visible {
  background: #42c0e1;
  transform: translate(-50%, -50%) scale(1.06);
}

#news-modern .news-video-duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--news-muted);
  font-size: 14px;
  font-weight: 700;
}

#news-modern .news-video-duration i {
  color: var(--news-cyan-dark);
}

#news-modern .news-feature-copy {
  padding-left: 32px;
  border-left: 3px solid var(--news-cyan);
}

#news-modern .news-feature-category {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--news-green);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#news-modern .news-feature-copy h3 {
  margin: 0;
  color: var(--news-purple);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

#news-modern .news-feature-copy > p {
  margin: 22px 0 0;
  color: var(--news-muted);
  font-size: 18px;
  line-height: 1.75;
}

#news-modern .news-feature-points {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

#news-modern .news-feature-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--news-ink);
  font-size: 16px;
  font-weight: 700;
}

#news-modern .news-feature-points i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--news-cyan-soft);
  color: var(--news-cyan-dark);
}

#news-modern .news-updates {
  background: var(--news-soft);
}

#news-modern .news-filter {
  width: fit-content;
  max-width: 100%;
  display: flex;
  gap: 4px;
  margin: 50px 0 32px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--news-line);
  border-radius: 8px;
  background: var(--news-white);
  scrollbar-width: thin;
}

#news-modern .news-filter button {
  min-height: 44px;
  width: auto;
  margin: 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  color: var(--news-purple);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

#news-modern .news-filter button:hover,
#news-modern .news-filter button:focus-visible {
  background: var(--news-cyan-soft);
}

#news-modern .news-filter button.is-active {
  background: var(--news-purple);
  color: var(--news-white);
}

#news-modern .news-filter-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

#news-modern .news-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

#news-modern .news-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--news-line);
  border-radius: 8px;
  background: var(--news-white);
  box-shadow: 0 9px 26px rgba(32, 25, 39, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

#news-modern .news-card:hover {
  border-color: rgba(22, 170, 211, 0.72);
  box-shadow: 0 17px 38px rgba(32, 25, 39, 0.12);
  transform: translateY(-4px);
}

#news-modern .news-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dce5e9;
}

#news-modern .news-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

#news-modern .news-card:hover .news-card-media img {
  transform: scale(1.035);
}

#news-modern .news-card-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--news-cyan);
  color: #071f27;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

#news-modern .news-card-badge-archive {
  background: var(--news-gold);
  color: #382707;
}

#news-modern .news-card-body {
  min-height: 315px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 24px 23px;
}

#news-modern .news-card-meta {
  min-height: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  color: var(--news-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

#news-modern .news-card-meta > * + * {
  position: relative;
}

#news-modern .news-card-meta > * + *::before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--news-cyan-dark);
  content: "";
  transform: translateY(-50%);
}

#news-modern .news-card h3 {
  margin: 15px 0 0;
  color: var(--news-purple);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}

#news-modern .news-card-body > p {
  margin: 16px 0 24px;
  color: var(--news-muted);
  font-size: 16px;
  line-height: 1.68;
}

#news-modern .news-card-action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: auto 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--news-cyan-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

#news-modern .news-card-action i {
  transition: transform 0.2s ease;
}

#news-modern .news-card-action:hover,
#news-modern .news-card-action:focus-visible {
  background: transparent;
  color: var(--news-purple);
}

#news-modern .news-card-action:hover i,
#news-modern .news-card-action:focus-visible i {
  transform: translateX(4px);
}

#news-modern .news-opportunity {
  position: relative;
  padding: 76px 0;
  overflow: hidden;
  background: var(--news-purple);
  color: var(--news-white);
}

#news-modern .news-opportunity::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 340px;
  height: 340px;
  border: 44px solid rgba(22, 170, 211, 0.13);
  border-radius: 50%;
  content: "";
}

#news-modern .news-opportunity-inner {
  position: relative;
  z-index: 1;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 30px;
}

#news-modern .news-opportunity-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--news-cyan);
  font-size: 28px;
}

#news-modern .news-opportunity .news-section-label {
  margin-bottom: 10px;
  color: #8edbf0;
}

#news-modern .news-opportunity h2 {
  color: var(--news-white);
  font-size: 36px;
}

#news-modern .news-opportunity p:not(.news-section-label) {
  max-width: 680px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

#news-modern .news-opportunity-actions {
  max-width: 245px;
  justify-content: flex-end;
  gap: 10px;
}

#news-modern .news-opportunity-actions .news-button {
  width: 100%;
}

#news-modern .news-social {
  background: var(--news-white);
}

#news-modern .news-social-links {
  gap: 10px;
  margin-top: 42px;
}

#news-modern .news-social-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--news-line);
  border-radius: 6px;
  background: var(--news-white);
  color: var(--news-purple);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#news-modern .news-social-links a:hover,
#news-modern .news-social-links a:focus-visible {
  border-color: var(--news-cyan);
  background: var(--news-cyan-soft);
  color: var(--news-cyan-dark);
  text-decoration: none;
}

#news-modern .news-social-links i,
#news-modern .news-x-icon {
  width: 20px;
  display: inline-flex;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

#news-modern .news-social-note {
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 24px;
  margin-top: 38px;
  padding: 28px;
  border: 1px solid var(--news-line);
  border-radius: 8px;
  background: var(--news-soft);
}

#news-modern .news-social-note-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--news-cyan-soft);
  color: var(--news-cyan-dark);
  font-size: 24px;
}

#news-modern .news-social-note h3 {
  margin: 0;
  color: var(--news-purple);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
}

#news-modern .news-social-note p {
  margin: 8px 0 0;
  color: var(--news-muted);
  font-size: 15px;
  line-height: 1.65;
}

#news-modern .news-social-note .news-button {
  background: var(--news-purple);
  color: var(--news-white);
}

#news-modern .news-social-note .news-button:hover,
#news-modern .news-social-note .news-button:focus-visible {
  background: var(--news-purple-light);
  color: var(--news-white);
}

#news-modern .news-story-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

#news-modern .news-story-modal.is-open {
  visibility: visible;
  opacity: 1;
}

#news-modern .news-story-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(22, 8, 29, 0.78);
  cursor: default;
}

#news-modern .news-story-dialog {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 8px;
  background: var(--news-white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  transform: translateY(18px);
  transition: transform 0.22s ease;
}

#news-modern .news-story-modal.is-open .news-story-dialog {
  transform: translateY(0);
}

#news-modern .news-story-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(25, 8, 34, 0.76);
  box-shadow: none;
  color: var(--news-white);
  font-size: 20px;
}

#news-modern .news-story-close:hover,
#news-modern .news-story-close:focus-visible {
  background: var(--news-cyan);
  color: #071f27;
}

#news-modern .news-story-image {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  display: block;
  object-fit: cover;
  background: var(--news-soft);
}

#news-modern .news-story-body {
  padding: 34px 38px 40px;
}

#news-modern .news-story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 14px;
  color: var(--news-cyan-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

#news-modern .news-story-dialog h2 {
  max-width: 700px;
  font-size: 36px;
  line-height: 1.18;
}

#news-modern .news-story-content {
  margin-top: 22px;
  color: var(--news-muted);
  font-size: 17px;
  line-height: 1.75;
}

#news-modern .news-story-content p {
  margin: 0;
}

#news-modern .news-story-content p + p {
  margin-top: 17px;
}

#news-modern.news-motion-ready .news-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

#news-modern.news-motion-ready .news-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes news-hero-enter {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1100px) {
  #news-modern .news-feature-grid {
    gap: 42px;
  }

  #news-modern .news-card-grid {
    gap: 20px;
  }

  #news-modern .news-card-body {
    padding-right: 20px;
    padding-left: 20px;
  }

  #news-modern .news-opportunity-inner {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  #news-modern .news-opportunity-actions {
    max-width: none;
    grid-column: 2;
    justify-content: flex-start;
  }

  #news-modern .news-opportunity-actions .news-button {
    width: auto;
  }

  #news-modern .news-social-note {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  #news-modern .news-social-note .news-button {
    width: fit-content;
    grid-column: 2;
  }
}

@media (min-width: 992px) and (max-height: 820px) {
  #news-modern .news-hero {
    min-height: 610px;
  }
}

@media (max-width: 991.98px) {
  #news-modern .news-section {
    padding: 88px 0;
  }

  #news-modern .news-heading-row,
  #news-modern .news-feature-grid {
    grid-template-columns: 1fr;
  }

  #news-modern .news-heading-row {
    gap: 24px;
  }

  #news-modern .news-heading-row > p {
    max-width: 720px;
  }

  #news-modern .news-feature-grid {
    gap: 42px;
  }

  #news-modern .news-feature-copy {
    max-width: 720px;
  }

  #news-modern .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #news-modern .news-card-body {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  #news-modern .news-shell,
  #news-modern .news-hero-content {
    width: min(100% - 32px, 620px);
  }

  #news-modern .news-section {
    padding: 72px 0;
  }

  #news-modern h2 {
    font-size: 36px;
    line-height: 1.17;
  }

  #news-modern .news-hero {
    min-height: 620px;
  }

  #news-modern .news-hero-media {
    object-position: 58% center;
  }

  #news-modern .news-hero-shade {
    background: linear-gradient(180deg, rgba(31, 7, 43, 0.26) 0%, rgba(31, 7, 43, 0.52) 40%, rgba(31, 7, 43, 0.94) 100%);
  }

  #news-modern .news-hero-content {
    padding: 178px 0 58px;
  }

  #news-modern .news-kicker {
    font-size: 13px;
  }

  #news-modern .news-hero h1 {
    font-size: 50px;
    line-height: 1.07;
  }

  #news-modern .news-hero-copy {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.55;
  }

  #news-modern .news-hero-actions {
    margin-top: 28px;
  }

  #news-modern .news-hero-actions .news-button {
    width: 100%;
  }

  #news-modern .news-feature-grid {
    margin-top: 40px;
  }

  #news-modern .news-feature-copy {
    padding-left: 22px;
  }

  #news-modern .news-feature-copy h3 {
    font-size: 29px;
  }

  #news-modern .news-feature-copy > p {
    font-size: 17px;
  }

  #news-modern .news-video-play {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }

  #news-modern .news-filter {
    width: calc(100vw - 16px);
    margin-top: 38px;
    margin-left: 0;
    padding-right: 8px;
  }

  #news-modern .news-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #news-modern .news-card-body {
    min-height: 0;
  }

  #news-modern .news-opportunity {
    padding: 68px 0;
  }

  #news-modern .news-opportunity-inner {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  #news-modern .news-opportunity-actions {
    grid-column: 1;
  }

  #news-modern .news-opportunity-actions .news-button {
    width: 100%;
  }

  #news-modern .news-opportunity h2 {
    font-size: 31px;
  }

  #news-modern .news-social-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #news-modern .news-social-links a {
    justify-content: flex-start;
  }

  #news-modern .news-social-note {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  #news-modern .news-social-note .news-button {
    width: 100%;
    grid-column: 1;
  }

  #news-modern .news-story-modal {
    align-items: end;
    padding: 12px;
  }

  #news-modern .news-story-dialog {
    max-height: calc(100vh - 24px);
  }

  #news-modern .news-story-image {
    aspect-ratio: 16 / 10;
  }

  #news-modern .news-story-body {
    padding: 28px 22px 32px;
  }

  #news-modern .news-story-dialog h2 {
    padding-right: 6px;
    font-size: 29px;
  }
}

@media (max-width: 420px) {
  #news-modern .news-hero h1 {
    font-size: 43px;
  }

  #news-modern .news-hero-copy {
    font-size: 18px;
  }

  #news-modern h2 {
    font-size: 33px;
  }

  #news-modern .news-social-links {
    grid-template-columns: 1fr;
  }

  #news-modern .news-card h3 {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #news-modern *,
  #news-modern *::before,
  #news-modern *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  #news-modern.news-motion-ready .news-reveal {
    opacity: 1;
    transform: none;
  }
}
