body.error .error-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
  padding: 20px;
  background: #fff;
}
body.error .error-wrapper .error-content h1 {
  font-size: 12rem;
  line-height: 1.2;
  font-weight: 800;
  color: var(--brand-color);
  margin: 0;
}
body.error .error-wrapper .error-content h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 1.2rem 0;
  color: var(--content-color);
}
body.error .error-wrapper .error-content p {
  font-size: 1.6rem;
  color: var(--content-color);
  max-width: 50rem;
  margin: 1.2rem 0 2rem;
  opacity: 0.75;
}/*# sourceMappingURL=error.css.map */