.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.51)), to(rgba(34, 34, 34, 0.51))), url('../images/bg---bg1.png'), url('../images/bg---lines1.png');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.51), rgba(34, 34, 34, 0.51)), url('../images/bg---bg1.png'), url('../images/bg---lines1.png');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
  font-family: Montserrat, sans-serif;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.div-block:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.coming-soon {
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.image {
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
}

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

.button {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1a1a1a;
  background-image: -webkit-gradient(linear, left top, right top, from(#13afbc), to(#a6ff33));
  background-image: linear-gradient(90deg, #13afbc, #a6ff33);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.image-2 {
  display: none;
}

.ht {
  margin-top: 0px;
  color: #fff;
  font-size: 56px;
  line-height: 100%;
}

.text-span {
  font-weight: 400;
}

.text-span-2 {
  color: #a6ff33;
}

@media screen and (max-width: 767px) {
  .ht {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon {
    font-size: 12px;
  }

  .ht {
    font-size: 26px;
  }
}

