/* Versioned front-page correction to prevent stale hosted CSS. */
body main .hero.section-dark {
  background: #ffffff !important;
  color: #102b3c !important;
}

body main .hero h1 {
  color: #102b3c !important;
}

body main .hero h1 span {
  color: #138f9a !important;
}

body main .hero .hero-lede {
  color: #385668 !important;
}

body main .hero .hero-proof {
  color: #577181 !important;
}

body main .hero .button.secondary {
  border-color: #597586 !important;
  color: #102b3c !important;
}

body main .hero .network-field {
  opacity: 0.4;
  background-image:
    radial-gradient(circle at 75% 35%, rgba(36, 185, 187, 0.13), transparent 25%),
    linear-gradient(rgba(16, 43, 60, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 43, 60, 0.045) 1px, transparent 1px) !important;
}

body main .hero .hero-visual {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body main .hero .hero-visual figcaption {
  border-top: 0 !important;
  padding: 14px 4px 0 !important;
}

body main .hero .visual-orbit {
  display: none !important;
}
