/* line 1, engines/public/app/assets/stylesheets/errors.scss */
html, body {
  margin: 0;
  height: 100%;
}

/* line 5, engines/public/app/assets/stylesheets/errors.scss */
body::before {
  background-color: rgba(9, 54, 110, 0.36);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 13, engines/public/app/assets/stylesheets/errors.scss */
body.p-404 {
  background-image: url(/assets/bg-404-01-33926260d8f8850e968bdc86b5ffd9e407429c1d4cc72e869c65cdc242122006.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999;
}

/* line 21, engines/public/app/assets/stylesheets/errors.scss */
body.p-500 {
  background-image: url(/assets/bg-500-3f203c3fb1b312231c05e3ed6aad5556c562efd92d4fc2f4111f4ab1f2920337.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999;
}

/* line 29, engines/public/app/assets/stylesheets/errors.scss */
.lost-page-block {
  line-height: 200px;
  text-align: center;
  width: 100%;
  margin-top: 150px;
}

/* line 35, engines/public/app/assets/stylesheets/errors.scss */
.lost-page-msg {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 50px;
}

/* line 42, engines/public/app/assets/stylesheets/errors.scss */
.lost-page-msg h1 {
  font-size: 150px;
}

/* line 45, engines/public/app/assets/stylesheets/errors.scss */
.lost-page-block a.nav-link {
  color: #fff;
}

/* line 48, engines/public/app/assets/stylesheets/errors.scss */
.white-divider {
  border-top: 1px solid white;
}

@media (max-width: 475px) {
  /* line 52, engines/public/app/assets/stylesheets/errors.scss */
  .nav {
    display: block;
  }
  /* line 55, engines/public/app/assets/stylesheets/errors.scss */
  .lost-page-block {
    margin-top: 30px;
  }
}

@media (max-width: 425px) {
  /* line 60, engines/public/app/assets/stylesheets/errors.scss */
  .lost-page-msg h1 {
    font-size: 96px;
  }
}

@media (max-width: 350px) {
  /* line 65, engines/public/app/assets/stylesheets/errors.scss */
  .lost-page-msg p {
    font-size: 18px;
  }
  /* line 68, engines/public/app/assets/stylesheets/errors.scss */
  .lost-page-msg h1 {
    font-size: 90px;
  }
}

@media (max-width: 320px) {
  /* line 73, engines/public/app/assets/stylesheets/errors.scss */
  .lost-page-block {
    margin-top: 30px;
  }
  /* line 76, engines/public/app/assets/stylesheets/errors.scss */
  .lost-page-msg {
    padding: 15px;
  }
}
