.mcd-landing-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(480px, 480px + (935px - 480px) * (100vw - 320px) / (1920px - 320px), 935px);
  padding-block: 110px;
  overflow: hidden;
  background-color: #14151c;
  color: #ffffff;
  isolation: isolate;
}
@media (max-width: 767px) {
  .mcd-landing-hero {
    padding-block: 70px;
  }
}
.editor-styles-wrapper .mcd-landing-hero {
  min-height: 400px;
}
.mcd-landing-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.mcd-landing-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #14151c;
}
.mcd-landing-hero__inner {
  display: grid;
  grid-template-columns: 1fr minmax(440px, 560px);
  align-items: center;
  gap: 70px;
}
@media (max-width: 1023px) {
  .mcd-landing-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.mcd-landing-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.mcd-landing-hero__title {
  max-width: 24ch;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 30px + (56px - 30px) * (100vw - 320px) / (1920px - 320px), 56px);
  line-height: 1;
  text-transform: none;
  color: #ffffff;
}
.mcd-landing-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.mcd-landing-hero__eyebrow-line {
  flex-shrink: 0;
  width: 32px;
  height: 2px;
  background-color: #f1563f;
}
.mcd-landing-hero__body {
  max-width: 60ch;
}
.mcd-landing-hero__body p {
  margin: 0 0 0.75em;
}
.mcd-landing-hero__body :last-child {
  margin-bottom: 0;
}
.mcd-landing-hero__body strong,
.mcd-landing-hero__body b {
  font-weight: 900;
}
.mcd-landing-hero__cta {
  margin-top: 20px;
}
.editor-styles-wrapper .mcd-landing-hero__cta {
  pointer-events: none;
}
.mcd-landing-hero__form {
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.28);
  color: #000000;
}
.mcd-landing-hero__form .gform_wrapper .gform_fields {
  row-gap: 20px;
}
.mcd-landing-hero__form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.mcd-landing-hero__form select,
.mcd-landing-hero__form textarea {
  width: 100%;
}
.mcd-landing-hero__form textarea {
  border: 1px solid rgba(20, 21, 28, 0.28);
  border-radius: 4px;
  padding: 10px 12px;
  background: transparent;
}
.mcd-landing-hero__form .gform_wrapper .gform_footer button.gform_button {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  color: #ffffff !important;
  font-family: "Kanit", sans-serif !important;
  font-weight: 300 !important;
  font-size: clamp(16px, 16px + (18px - 16px) * (100vw - 320px) / (1920px - 320px), 18px) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  padding: 15px 62px 15px 18px !important;
  cursor: pointer;
  background-color: #e41d10 !important;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'2.4'%20stroke-linecap%3D'square'%3E%3Cpath%20d%3D'M4%2012h14M12%206l6%206-6%206'%2F%3E%3C%2Fsvg%3E"), linear-gradient(#000000, #000000) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: right 13px center, right center !important;
  background-size: 18px 18px, 44px 100% !important;
}
.mcd-landing-hero__form .gform_wrapper .gform_footer button.gform_button:hover, .mcd-landing-hero__form .gform_wrapper .gform_footer button.gform_button:focus-visible {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'2.4'%20stroke-linecap%3D'square'%3E%3Cpath%20d%3D'M4%2012h14M12%206l6%206-6%206'%2F%3E%3C%2Fsvg%3E"), linear-gradient(#e41d10, #e41d10) !important;
}
.editor-styles-wrapper .mcd-landing-hero__form {
  pointer-events: none;
}
.mcd-landing-hero__form-title {
  margin: 0 0 20px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 20px + (30px - 20px) * (100vw - 320px) / (1920px - 320px), 30px);
  line-height: 1;
  text-transform: none;
  color: #e41d10;
}
.mcd-landing-hero__form-notice {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: clamp(14px, 14px + (16px - 14px) * (100vw - 320px) / (1920px - 320px), 16px);
  color: #e41d10;
}

/*# sourceMappingURL=style.css.map */