.hero-gif {
  position: relative;
  z-index: 2;
  padding: 0 0 1px;
  font-family: 'tenon', sans-serif;
  background-color: #000C30;
}
.hero-gif-bg {
  position: absolute;
  background-color: #040b2f;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  right: 0;
  height: 100%;
}

.hero-gif-container {
  padding: 0 15px;
  max-width: 1395px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-gif-content {
  width: 50%;
}

.hero-gif-logo {
  padding: 35px 0;
  max-width: 165px;
}

.hero-gif h3 {
  text-transform: uppercase;
  color: #2CC4EC;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 0 2px;
  letter-spacing: 1.2px;
}

.hero-gif h2 {
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 5px 3px;
}

.hero-gif h5 {
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 10px -2px;
}

.hero-gif .hero-gif-content hr {
  background: #7853F9;
  width: 88px;
  height: 5px;
  border:none;
  margin: 12px 0 12px -3px;
}

.hero-gif p {
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
  margin: 0 0 37px -2px;
}

.hero-gif-form {
  margin: 27px 0 -25px -3px;
  max-width: 69.1%;
  padding: 33px 37px 19px;
  background: #F4F9FF;
  border-radius: 5px;
  box-shadow: 0 3px 6px #8f8f8f;
}

.hero-gif-form h5 {
  font-size: 20px;
  line-height: 25px;
  color: #000C30;
  margin: 0 0 19px 1px;
}
.hero-gif-form label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 6px 0 7px;
  display: block;
  color: #4A4E57;
}

.hero-gif-form input[type="text"],
.hero-gif-form input[type="email"] {
  width: 100%;
  border: 1px solid #D4D9E2;
  border-radius: 2px;
  line-height: 38px;
  padding: 0 10px;
}

.hero-gif-form input[type="submit"] {
  width: 100%;
  font-size: 16px;
  padding: 12px 25px 10px;
  margin: 14px 0 9px;
  border: none;
  background: #000C30;
  color: #ffff;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-gif-form .form-row {
  margin: 0 0 11px;
}

.hero-gif-form .form-row span {
  color: #fff;
}

.hero-gif-form p {
  color: #fff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .hero-gif-content {
    width: 80%;
  }

  .hero-gif-logo {
    text-align: center;
    padding: 30px 0 20px;
  }

  .hero-gif h3 {
    font-size: 26px;
  }

  .hero-gif h2 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 10px;
  }

  .hero-gif h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0;
  }

  .hero-gif .hero-gif-content hr {
    margin: 20px 0 13px;
    color: #fff
  }

  .hero-gif p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0;
  }

  .hero-gif-form {
    margin: 40px 0 -56px;
    max-width: 100%;
    padding: 20px 20px 19px;
    background: #2FC4E6;
    border-radius: 5px;
  }

  .hero-gif-bg {
    opacity: 0.4;
    filter: blur(5px);
    background-size: cover;
    background-position: center;
    left: 0;
  }
}

.hero-gif .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-gif .hs-dependent-field a {
  color: #dc3545;
}

.hero-gif .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-gif .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  color: #dc3545;
}

.hero-gif .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 10px;
  position: relative;
  top: 1px;
  color: #dc3545;
}

.hero-gif .hs-error-msgs.inputs-list label, .hero-gif .hs-form label.hs-error-msg {
  color: #dc3545;
  font-size: 13px;
}

.hero-gif-form input.invalid {
  border-color: #dc3545;
}

.hero-gif-form .submitted-message {
  padding-bottom: 10px;
}

.hero-gif .legal-consent-container,
.hero-gif .legal-consent-container span,
.hero-gif .legal-consent-container label,
.hero-gif .legal-consent-container p,
.hero-gif .legal-consent-container a {
  color: #0000FF