/* ==========================================================================
404
========================================================================== */
.notFound {
  text-align: center;
}
.notFound .btn {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .notFound .btn {
    margin-top: 3.4722222222vw;
  }
}
.notFound .btn-circle {
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 1440px) {
  .notFound .btn-circle {
    margin-right: 1.3888888889vw;
  }
}
.notFound .btn-arrow::before,
.notFound .btn-arrow::after {
  transform: rotate(180deg);
}/*# sourceMappingURL=404.css.map */