@charset "UTF-8";

@media (max-width: 860px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header__actions,
  .site-nav {
    width: 100%;
  }

  .site-header__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-nav a {
    max-width: 100%;
    line-height: 1.2;
    min-height: 34px;
    padding: 6px 0;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .site-nav__login {
    justify-content: center;
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .site-logo-lockup {
    margin: 0 auto;
    max-width: calc(100vw - 40px);
  }

  .hero::before {
    opacity: 0.34;
  }

  .hero__content {
    gap: 24px;
    padding-bottom: 44px;
    padding-top: 44px;
  }

  .hero__copy,
  .hero p,
  .hero-console,
  .contact-form,
  .simple-grid article,
  .product-grid article {
    min-width: 0;
  }

  .hero h1,
  .page-hero h1,
  .contact-page h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero p,
  .page-hero p,
  .contact-page > div > p {
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .split-copy h2,
  .section-heading h2,
  .contact-heading h2 {
    font-size: 30px;
  }

  .page-hero,
  .simple-grid,
  .product-grid,
  .section,
  .contact-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }

  .contact-info,
  .contact-form {
    justify-self: center;
    text-align: center;
  }

  .simple-grid,
  .simple-grid--three,
  .product-grid--full {
    grid-template-columns: 1fr;
  }

  .hero-console,
  .contact-form,
  .solution-card,
  .module-card,
  .metric-grid article,
  .simple-grid article,
  .product-grid article {
    max-width: 100%;
    min-width: 0;
  }

  .hero-console__body div,
  .hero-console strong,
  .solution-card,
  .module-card,
  .simple-grid article,
  .product-grid article {
    overflow-wrap: break-word;
  }
}
