*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0a0a0a;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 24px;
  width: 100%;
  max-width: 700px;
}

.hero__logo {
  display: block;
  margin-bottom: 64px;
}
.hero__logo img {
  height: 48px;
  width: auto;
}

.hero__headline {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}

.hero__subtext {
  color: #fff;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 52px;
  max-width: 480px;
}

.hero__form-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-weight: 500;
}

.hero__form-box {
  width: 100%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  padding: 5px 5px 5px 22px;
}

.hero__form-box .gform_heading,
.hero__form-box .gform_title,
.hero__form-box .gform_description {
  display: none !important;
}
.hero__form-box .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.hero__form-box .gform_wrapper > form,
.hero__form-box form {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hero__form-box .gform_body {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.hero__form-box .gform_fields {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: unset !important;
}
.hero__form-box .gfield,
.hero__form-box .gfield--type-email {
  margin: 0 !important;
  padding: 0 !important;
}
.hero__form-box .gfield_label,
.hero__form-box label {
  display: none !important;
}
.hero__form-box .ginput_container,
.hero__form-box .ginput_container_email {
  margin: 0 !important;
  padding: 0 !important;
}
.hero__form-box input[type=email],
.hero__form-box input[type=text] {
  background: transparent !important;
  border: none !important;
  border-bottom: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 0.875rem !important;
  font-family: "Manrope", -apple-system, sans-serif !important;
  font-weight: 400 !important;
  text-align: left !important;
  width: 100% !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: 1.4 !important;
  border-radius: 0 !important;
}
.hero__form-box input[type=email]::placeholder,
.hero__form-box input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}
.hero__form-box .gform_footer,
.hero__form-box .gform_page_footer,
.hero__form-box .gform-footer {
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
  text-align: right !important;
}
.hero__form-box input[type=submit],
.hero__form-box button[type=submit],
.hero__form-box .gform_button {
  background: #ffffff !important;
  color: #111111 !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 10px 24px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  font-family: "Manrope", -apple-system, sans-serif !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  letter-spacing: 0.01em !important;
  transition: opacity 0.2s ease !important;
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
  height: auto !important;
}
.hero__form-box input[type=submit]:hover,
.hero__form-box button[type=submit]:hover,
.hero__form-box .gform_button:hover {
  opacity: 0.82 !important;
}
.hero__form-box .gform_validation_errors,
.hero__form-box .validation_message,
.hero__form-box .gfield_validation_message,
.hero__form-box .gfield_description {
  color: rgba(255, 175, 175, 0.9) !important;
  font-size: 0.75rem !important;
  margin: 4px 0 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.hero__form-box .gform_confirmation_wrapper {
  padding: 14px 0;
}

.gform_confirmation_message {
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 600px) {
  .hero__logo {
    margin-bottom: 48px;
  }
  .hero__logo img {
    height: 24px;
  }
  .hero__headline {
    font-size: 36px;
  }
  .hero__subtext {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .hero__form-box {
    padding: 4px 4px 4px 18px;
  }
  .hero__form-box input[type=email],
  .hero__form-box input[type=text] {
    font-size: 0.8rem !important;
    padding: 7px 0 !important;
  }
  .hero__form-box input[type=submit],
  .hero__form-box button[type=submit],
  .hero__form-box .gform_button {
    padding: 9px 18px !important;
    font-size: 0.8rem !important;
  }
}
/*# sourceMappingURL=style.min.css.map */
