#page-maintenance {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
#page-maintenance .hero {
  width: 100%;
  height: calc(100vh - 51px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#page-maintenance .hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: -1;
}
#page-maintenance .hero .logo {
  margin: 6vh 0 3vh 0;
}
#page-maintenance .hero .text {
  color: #1E4259;
  font-family: "Albert Sans";
  font-weight: 700;
  font-size: 30px;
  line-height: 25px;
  background-color: #fff;
  padding: 5px 10px;
}
#page-maintenance footer {
  width: 100%;
  height: 51px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#page-maintenance footer .link {
  color: #011323;
  font-family: "Parkinsans";
  font-weight: 400;
  font-size: 10px;
  line-height: 23px;
  text-decoration: none;
}
