/* [project]/app/not-found.module.css [app-client] (css) */
.not-found-module__sxuMuG__root {
  padding-top: 80px;
  padding-bottom: 80px;
}

.not-found-module__sxuMuG__title {
  margin-bottom: var(--mantine-spacing-md);
  font-size: 34px;
  font-weight: 900;
  font-family: Greycliff CF,
      var(--mantine-font-family);
}

@media (max-width: 48em) {
  .not-found-module__sxuMuG__title {
    font-size: 32px;
  }

  .not-found-module__sxuMuG__control {
    width: 100%;
  }
}

@media (min-width: 48em) {
  .not-found-module__sxuMuG__mobileImage {
    display: none;
  }
}

@media (max-width: 47.99em) {
  .not-found-module__sxuMuG__desktopImage {
    display: none;
  }
}

/*# sourceMappingURL=app_not-found_module_0pw.qvt.css.map*/