.section-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7eadc5), to(#7eadc5));
  background-image: linear-gradient(180deg, #7eadc5, #7eadc5);
}

.body {
  background-color: #000;
}

.logo {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.main-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.main-header.logo-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 61px;
}

.main-header.h2 {
  font-size: 2.5vh;
  line-height: 30px;
  text-transform: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-holder {
  margin-bottom: 100px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.main-header-h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.main-header-h2.logo-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 61px;
}

.main-header-h2.h2 {
  font-size: 2.5vh;
  line-height: 30px;
  text-transform: none;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  font-family: Helvetica, sans-serif;
  color: #fff;
}

.text-block {
  color: #fff;
}

.image {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

@media screen and (max-width: 991px) {
  .main-header {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .main-header.logo-text {
    font-size: 4vw;
  }

  .div-block-2 {
    padding-bottom: 15px;
  }

  .main-header-h2 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .main-header-h2.logo-text {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .section-image {
    padding: 20px;
  }

  .logo {
    width: 400px;
  }

  .main-header {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .main-header.logo-text {
    font-size: 6vw;
  }

  .div-block-2 {
    padding-bottom: 15px;
  }

  .content-holder {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-header-h2 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .main-header-h2.logo-text {
    font-size: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 300px;
  }

  .main-header.logo-text {
    margin-top: 0px;
  }

  .div-block-2 {
    padding-bottom: 35px;
  }

  .content-holder {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-header-h2.logo-text {
    margin-top: 0px;
  }
}

@font-face {
  font-family: 'Logo Font (Disco)';
  src: url('../fonts/DISCO___.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}