.div-block {
  background-color: #0d4e9c;
  background-image: linear-gradient(#0d4e9c40, #0d4e9c40), url('../images/lobby.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  margin-left: 20%;
  margin-right: 20%;
}

.div-block-2.img {
  margin-bottom: 25px;
  margin-left: 17.5%;
  margin-right: 17.5%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: bicyclette, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.heading.small {
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.div-block-3 {
  width: 100%;
  margin-top: -12vh;
}

.div-block-110 {
  display: block;
  position: fixed;
  inset: auto 0% 10px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-4.foots {
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  font-size: .65rem;
  line-height: 1.1rem;
}

.div-block-111 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  width: 50%;
}

.div-block-112 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-2 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-2.img {
    margin-left: 17.5%;
    margin-right: 17.5%;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading.small {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .div-block-3 {
    margin-top: 0;
    padding-top: 10vh;
  }

  .paragraph-4 {
    text-align: left;
  }

  .paragraph-4.foots {
    color: #fff;
    font-size: 10px;
    line-height: 22px;
  }

  .image {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-2.img {
    margin-left: 12%;
    margin-right: 12%;
  }

  .paragraph-4.foots {
    font-size: .6rem;
    line-height: 1rem;
  }

  .image {
    width: 85%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-position: 20% 0;
  }

  .div-block-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-2.img {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .heading {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading.small {
    letter-spacing: .5px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .div-block-3 {
    padding-top: 12vh;
  }

  .div-block-110 {
    opacity: 1;
    display: block;
  }

  .paragraph-4 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-4.foots {
    color: #fff;
    text-align: center;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .image {
    width: 95%;
  }
}


