@font-face {
  font-family: Bicyclette;
  src: url('../fonts/Bicyclette-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/Bicyclette-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/Bicyclette-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/Bicyclette-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/Bicyclette-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/Bicyclette-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette Ultra;
  src: url('../fonts/Bicyclette-Ultra.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.div-block {
  background-image: url('../images/cover2.webp');
  background-position: 0%;
  background-size: cover;
  height: 100vh;
}

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

.div-block-3 {
  width: 50%;
}

.div-block-4 {
  z-index: 1000;
  position: fixed;
  inset: auto auto 10px 10px;
}

.paragraph-5 {
  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-5.foots {
  color: #545454;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.image {
  color: #3e65a5;
}

.heading {
  color: #3e65a5;
  text-align: center;
  font-family: bicyclette, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.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;
}

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

  .div-block-4 {
    width: 100%;
    inset: auto 0% 10px;
  }

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

  .paragraph-5.foots {
    color: #fff;
    font-size: .75rem;
    line-height: 1.35rem;
  }

  .heading {
    line-height: 38px;
  }
}

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

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-3 {
    width: 65%;
    margin-top: 5vh;
    margin-left: 10px;
  }

  .paragraph-5.foots {
    line-height: 1.3rem;
  }

  .heading {
    text-align: left;
    font-size: 36px;
    line-height: 36px;
  }
}

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

  .div-block-3 {
    width: 100%;
    margin-right: 10px;
  }

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

  .paragraph-5.foots {
    color: #fff;
    text-align: center;
    font-size: .75rem;
    line-height: 1.35rem;
  }

  .heading {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
}


@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/Bicyclette-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/Bicyclette-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/Bicyclette-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/Bicyclette-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/Bicyclette-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/Bicyclette-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette Ultra';
  src: url('../fonts/Bicyclette-Ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}