@media only screen and (min-width: 576px) {
  .Vlt-S-only {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .Vlt-M-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .Vlt-M-only {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .Vlt-L-plus {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  .Vlt-M-plus {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .Vlt-M-less {
    display: none !important;
  }
}

.Vlt-error-page {
  padding: 0 24px;
}

.Vlt-error-page .Vlt-container {
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.Vlt-error-page .Vlt-logo {
  margin: 48px 0 100px;
  width: 138px;
}

@media only screen and (max-width: 767px) {
  .Vlt-error-page .Vlt-logo {
    margin-bottom: 60px;
  }
}

.Vlt-error-page h1 {
  font-size: 3.9rem;
  line-height: 4.3rem;
}

.Vlt-error-page p {
  margin-bottom: 16px;
}

.Vlt-error-page .Vlt-error-image {
  margin-top: 120px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .Vlt-error-page .Vlt-error-image {
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: left;
  }
}

.Vlt-error-page .Vlt-footer {
  border-top: 1px solid #c2c4cc;
  bottom: 0;
  padding: 24px 5px;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .Vlt-error-page .Vlt-footer {
    position: relative;
  }
}
