/* ==========================================================================
   Block: Guide Form Hero
   ========================================================================== */
.spektrix-guide-form-hero {
  --spektrix-guide-form-hero-gap: var(--wp--style--block-gap, 1.5rem);
  --spektrix-guide-form-hero-wide-size: var(--wp--style--global--wide-size, 1278px);
  --spektrix-guide-form-hero-checklist-icon-size: 22px;
  --spektrix-guide-form-hero-preview-size: clamp(10rem, 18vw, 15rem);
  --spektrix-guide-form-hero-sticky-top: clamp(5rem, 12vh, 8rem);
  position: relative;
  isolation: isolate;
  background-color: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--white);
  padding: calc(var(--spektrix-guide-form-hero-gap) * 2.5) var(--spektrix-guide-form-hero-gap);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pt-compact {
  padding-top: calc(var(--spektrix-guide-form-hero-gap) * 1.5);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pt-comfortable {
  padding-top: calc(var(--spektrix-guide-form-hero-gap) * 2);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pt-spacious {
  padding-top: calc(var(--spektrix-guide-form-hero-gap) * 4);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pt-extra-spacious {
  padding-top: calc(var(--spektrix-guide-form-hero-gap) * 5);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pt-maximum {
  padding-top: calc(var(--spektrix-guide-form-hero-gap) * 6);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pt-none {
  padding-top: 0;
}
.spektrix-guide-form-hero.spektrix-block-spacing--pb-compact {
  padding-bottom: calc(var(--spektrix-guide-form-hero-gap) * 1.5);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pb-comfortable {
  padding-bottom: calc(var(--spektrix-guide-form-hero-gap) * 2);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pb-spacious {
  padding-bottom: calc(var(--spektrix-guide-form-hero-gap) * 4);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pb-extra-spacious {
  padding-bottom: calc(var(--spektrix-guide-form-hero-gap) * 5);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pb-maximum {
  padding-bottom: calc(var(--spektrix-guide-form-hero-gap) * 6);
}
.spektrix-guide-form-hero.spektrix-block-spacing--pb-none {
  padding-bottom: 0;
}
.spektrix-guide-form-hero--image-small {
  --spektrix-guide-form-hero-preview-size: clamp(8.5rem, 15vw, 12rem);
}
.spektrix-guide-form-hero--image-large {
  --spektrix-guide-form-hero-preview-size: clamp(12rem, 21vw, 17rem);
}
.spektrix-guide-form-hero__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 50rem) minmax(21rem, 28rem);
  align-items: start;
  justify-content: space-between;
  gap: clamp(3rem, 6vw, 5rem);
  width: 100%;
  max-width: var(--spektrix-guide-form-hero-wide-size);
  margin: 0 auto;
}
.spektrix-guide-form-hero__content {
  display: grid;
  align-content: start;
  gap: calc(var(--spektrix-guide-form-hero-gap) * 1.25);
  max-width: 50rem;
}
.spektrix-guide-form-hero__eyebrow {
  margin: 0 0 calc(var(--spektrix-guide-form-hero-gap) * 0.65);
}
.spektrix-guide-form-hero__heading {
  max-width: 42rem;
  margin: 0;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--heading-1, 40px);
  line-height: 1.15;
  letter-spacing: 0;
}
.spektrix-guide-form-hero__intro {
  max-width: 39rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--wp--preset--font-size--body-1, 20px);
  line-height: 1.45;
}
.spektrix-guide-form-hero__intro > :first-child, .spektrix-guide-form-hero__privacy > :first-child {
  margin-top: 0;
}
.spektrix-guide-form-hero__intro > :last-child, .spektrix-guide-form-hero__privacy > :last-child {
  margin-bottom: 0;
}
.spektrix-guide-form-hero__details {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.4rem, 3vw, 2.25rem);
  max-width: 50rem;
  margin-top: calc(var(--spektrix-guide-form-hero-gap) * 0.25);
}
.spektrix-guide-form-hero__checklist-area {
  min-width: 0;
  max-width: 38rem;
}
.spektrix-guide-form-hero__checklist-intro {
  margin: 0 0 calc(var(--spektrix-guide-form-hero-gap) * 0.85);
  color: var(--wp--preset--color--white);
}
.spektrix-guide-form-hero__checklist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spektrix-guide-form-hero__checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
}
.spektrix-guide-form-hero__checklist-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: var(--spektrix-guide-form-hero-checklist-icon-size);
  height: var(--spektrix-guide-form-hero-checklist-icon-size);
  margin-top: 0.15rem;
  border-radius: var(--spektrix-radius-full);
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.spektrix-guide-form-hero__checklist-icon svg {
  display: block;
  width: 11px;
  height: auto;
}
.spektrix-guide-form-hero__checklist-text {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--body-3, 16px);
  font-weight: 500;
  line-height: 1.45;
}
.spektrix-guide-form-hero__form-column {
  min-width: 0;
  width: 100%;
  max-width: 27rem;
  justify-self: end;
}
.spektrix-guide-form-hero__form-card {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--spektrix-radius-md);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  padding: clamp(1.25rem, 1.8vw, 1.55rem);
  color: var(--wp--preset--color--text-dark);
}
.spektrix-guide-form-hero__guide-preview {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  margin: 0;
  pointer-events: none;
}
.spektrix-guide-form-hero__guide-image {
  display: block;
  width: min(100%, var(--spektrix-guide-form-hero-preview-size));
  height: auto;
  border-radius: var(--spektrix-radius-sm);
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.24));
}
.spektrix-guide-form-hero--image-fit-crop .spektrix-guide-form-hero__guide-preview {
  width: var(--spektrix-guide-form-hero-preview-size);
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--spektrix-radius-sm);
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.24));
}
.spektrix-guide-form-hero--image-fit-crop .spektrix-guide-form-hero__guide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}
.spektrix-guide-form-hero__image-placeholder {
  aspect-ratio: 4/5;
  width: var(--spektrix-guide-form-hero-preview-size);
  border-radius: var(--spektrix-radius-sm);
  background-color: var(--wp--preset--color--bg-light);
}
.spektrix-guide-form-hero__form-title {
  margin: 0 0 calc(var(--spektrix-guide-form-hero-gap) * 0.75);
  color: var(--wp--preset--color--text-dark);
  font-size: clamp(1.35rem, 1.6vw, 1.65rem);
  line-height: 1.1;
  text-align: left;
}
.spektrix-guide-form-hero__privacy {
  max-width: 24rem;
  margin: calc(var(--spektrix-guide-form-hero-gap) * 0.9) auto 0;
  color: var(--wp--preset--color--text-dark);
  text-align: center;
}
.spektrix-guide-form-hero__privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.spektrix-guide-form-hero__privacy a:hover, .spektrix-guide-form-hero__privacy a:focus-visible {
  color: var(--wp--preset--color--primary-hover);
}
.spektrix-guide-form-hero__hubspot-form {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--developer {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  --hsf-background__background-color: transparent;
  --hsf-background__background-image: none;
  --hsf-background__border-width: 0;
  --hsf-background__border-radius: 0;
  --hsf-background__padding: 0;
  --hsf-default-background__padding: 0;
  --hsf-row__horizontal-spacing: 0;
  --hsf-row__vertical-spacing: calc(var(--spektrix-guide-form-hero-gap, 1.5rem) * 0.65);
  --hsf-module__vertical-spacing: 0;
  --hsf-global__font-family: var(--wp--preset--font-family--satoshi);
  --hsf-global__color: var(--wp--preset--color--text-dark);
  --hsf-field-label__font-family: var(--wp--preset--font-family--satoshi);
  --hsf-field-label__color: var(--wp--preset--color--text-dark);
  --hsf-field-input__font-family: var(--wp--preset--font-family--satoshi);
  --hsf-field-input__font-size: 16px;
  --hsf-field-input__color: var(--wp--preset--color--text-dark);
  --hsf-field-input__background-color: var(--wp--preset--color--white);
  --hsf-field-input__border-color: var(--wp--preset--color--border);
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-radius: 8px;
  --hsf-field-input__padding: 0.375rem 0.625rem;
  --hsf-field-input--focus__border-color: var(--wp--preset--color--primary);
  --hsf-field-input--focus__box-shadow: none;
  --hsf-button__background-color: var(--wp--preset--color--primary);
  --hsf-button__background-image: none;
  --hsf-button__color: var(--wp--preset--color--white);
  --hsf-button__border-color: var(--wp--preset--color--primary);
  --hsf-button__border-width: 2px;
  --hsf-button__border-radius: 50px;
  --hsf-button__padding: 0.75rem 1.5rem;
  --hsf-button__font-family: var(--wp--preset--font-family--satoshi);
  --hsf-button__font-size: 18px;
  --hsf-button__font-weight: 400;
  --hsf-button__width: 100%;
  --hsf-button--hover__background-color: var(--wp--preset--color--primary-hover);
  --hsf-button--hover__background-image: none;
  --hsf-button--hover__border-color: var(--wp--preset--color--primary-hover);
  --hsf-button--hover__color: var(--wp--preset--color--white);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--developer.hs-form-html,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--developer .hs-form-html {
  display: block;
  width: 100%;
  max-width: 100%;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--developer iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
  box-sizing: border-box;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--developer {
  --hsf-row__horizontal-spacing: 0;
  --hsf-row__vertical-spacing: 0.8rem;
  --hsf-field-input__border-radius: 8px;
  --hsf-field-input__padding: 0.5rem 0.75rem;
  --hsf-button__font-weight: 700;
  --hsf-button__padding: 0.7rem 3.5rem 0.7rem 1.25rem;
  --hsf-button__width: 100%;
  --hsf-navigationrow-buttons__justify-content: stretch;
  --hsf-navigationrow-buttons-single__justify-content: stretch;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
  box-sizing: border-box;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy form.hs-form {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-family: var(--wp--preset--font-family--satoshi);
  color: var(--wp--preset--color--text-dark);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form fieldset {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form-field,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-form-field {
  margin: 0 0 calc(var(--spektrix-guide-form-hero-gap, 1.5rem) * 0.65);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form label,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-form-field > label,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form legend {
  display: block;
  margin: 0 0 0.35rem;
  font-family: var(--wp--preset--font-family--satoshi);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--wp--preset--color--text-dark);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-form-required,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form label .hs-form-required,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-form-required--asterisk {
  color: var(--wp--preset--color--error);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form p,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-field-desc,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-field-desc p,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-richtext,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-richtext p {
  margin: 0 0 0.5rem;
  font-family: var(--wp--preset--font-family--satoshi);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--wp--preset--color--text-dark);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-input,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input.hs-input,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form textarea.hs-input,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form select.hs-input {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.375rem 0.625rem;
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 8px;
  background-color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--satoshi);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--wp--preset--color--text-dark);
  appearance: none;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-input:focus,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input.hs-input:focus,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form textarea.hs-input:focus,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form select.hs-input:focus {
  border-color: var(--wp--preset--color--primary);
  outline: none;
  box-shadow: none;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form textarea.hs-input {
  min-height: 6rem;
  resize: vertical;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .inputs-list label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-weight: 400;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .inputs-list input {
  width: auto;
  margin-top: 0.2rem;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs_error_rollup,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-error-msgs,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-error-msgs label {
  margin: 0.25rem 0 0;
  color: var(--wp--preset--color--error, #b42318);
  font-size: 0.8125rem;
  font-weight: 500;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs_submit,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-submit {
  margin-top: calc(var(--spektrix-guide-form-hero-gap, 1.5rem) * 1.15);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-button,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input.hs-button,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-button,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 50px;
  background-color: var(--wp--preset--color--primary);
  background-image: none;
  font-family: var(--wp--preset--font-family--satoshi);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-button:hover, .spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-button:focus-visible,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input.hs-button:hover,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input.hs-button:focus-visible,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-button:hover,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-button:focus-visible,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input[type=submit]:hover,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input[type=submit]:focus-visible {
  background-color: var(--wp--preset--color--primary-hover);
  border-color: var(--wp--preset--color--primary-hover);
  color: var(--wp--preset--color--white);
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-button:focus-visible,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input.hs-button:focus-visible,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form .hs-button:focus-visible,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-form input[type=submit]:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs_submit,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-submit {
  margin-top: 0.6rem;
}
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy .hs-button,
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy input[type=submit],
.spektrix-guide-form-hero__hubspot-form.spektrix-hubspot-form--legacy button[type=submit] {
  width: 100%;
  max-width: 100%;
}
.spektrix-guide-form-hero__hubspot-form form, .spektrix-guide-form-hero__hubspot-form .hs-form, .spektrix-guide-form-hero__hubspot-form .hsfc-Form {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 !important;
}
.spektrix-guide-form-hero__hubspot-form > :first-child, .spektrix-guide-form-hero__hubspot-form form > :first-child, .spektrix-guide-form-hero__hubspot-form .hs-form > :first-child, .spektrix-guide-form-hero__hubspot-form .hsfc-Form > :first-child {
  margin-top: 0 !important;
}
.spektrix-guide-form-hero__hubspot-form .hs-form-field:first-child, .spektrix-guide-form-hero__hubspot-form .hsfc-Field:first-child {
  margin-top: 0 !important;
}
.spektrix-guide-form-hero__hubspot-form .hsfc-Step, .spektrix-guide-form-hero__hubspot-form .hsfc-Row, .spektrix-guide-form-hero__hubspot-form .hsfc-Column {
  margin-top: 0 !important;
  margin-bottom: 0.8rem !important;
  padding: 0 !important;
}
.spektrix-guide-form-hero__hubspot-form fieldset, .spektrix-guide-form-hero__hubspot-form .hs-form-field, .spektrix-guide-form-hero__hubspot-form .hsfc-Field {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0.8rem;
  padding-inline: 0 !important;
}
.spektrix-guide-form-hero__hubspot-form .hs-submit, .spektrix-guide-form-hero__hubspot-form .actions, .spektrix-guide-form-hero__hubspot-form .hsfc-NavigationRow, .spektrix-guide-form-hero__hubspot-form .hsfc-NavigationRow__Buttons {
  margin-top: 0.6rem !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.spektrix-guide-form-hero__hubspot-form .hsfc-NavigationRow__Buttons, .spektrix-guide-form-hero__hubspot-form .hsfc-NavigationRow__Buttons:has(> :only-child) {
  justify-content: stretch !important;
}
.spektrix-guide-form-hero__hubspot-form .hs-submit + *, .spektrix-guide-form-hero__hubspot-form .actions + *, .spektrix-guide-form-hero__hubspot-form .hsfc-NavigationRow + * {
  margin-top: 0.75rem !important;
}
.spektrix-guide-form-hero__hubspot-form input, .spektrix-guide-form-hero__hubspot-form select, .spektrix-guide-form-hero__hubspot-form textarea, .spektrix-guide-form-hero__hubspot-form .hs-input, .spektrix-guide-form-hero__hubspot-form .hsfc-TextInput, .spektrix-guide-form-hero__hubspot-form .hsfc-SelectInput, .spektrix-guide-form-hero__hubspot-form .hsfc-TextAreaInput {
  width: 100%;
  max-width: none;
  min-height: 44px;
}
.spektrix-guide-form-hero__hubspot-form .hsfc-Button, .spektrix-guide-form-hero__hubspot-form .hs-button, .spektrix-guide-form-hero__hubspot-form button[type=submit], .spektrix-guide-form-hero__hubspot-form input[type=submit] {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 2.9rem;
  margin-inline: 0;
  text-align: left;
}
.spektrix-guide-form-hero__hubspot-form .hsfc-Button::after, .spektrix-guide-form-hero__hubspot-form .hs-button::after, .spektrix-guide-form-hero__hubspot-form button[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: var(--spektrix-radius-full);
  background-color: var(--wp--preset--color--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' fill='none' stroke='%23131313' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  transform: translateY(-50%);
}
.spektrix-guide-form-hero__form-preview-notice, .spektrix-guide-form-hero__placeholder {
  border: 1px dashed var(--wp--preset--color--border);
  border-radius: var(--spektrix-radius-sm);
  padding: 1rem;
  color: var(--wp--preset--color--text-dark);
  background-color: var(--wp--preset--color--bg-light);
}
.spektrix-guide-form-hero__form-preview-title, .spektrix-guide-form-hero__form-preview-text {
  margin: 0;
}
.spektrix-guide-form-hero__form-preview-title + .spektrix-guide-form-hero__form-preview-text {
  margin-top: 0.35rem;
}
@media (min-width: 1024px) {
  .spektrix-guide-form-hero__form-column {
    position: sticky;
    top: var(--spektrix-guide-form-hero-sticky-top);
  }
}
@media (max-width: 1023px) {
  .spektrix-guide-form-hero__container {
    grid-template-columns: 1fr;
    gap: calc(var(--spektrix-guide-form-hero-gap) * 2.5);
  }
  .spektrix-guide-form-hero__content, .spektrix-guide-form-hero__form-column {
    max-width: 42rem;
    justify-self: start;
  }
  .spektrix-guide-form-hero__heading {
    max-width: 42rem;
  }
  .spektrix-guide-form-hero__details {
    grid-template-columns: minmax(0, 1fr);
    max-width: 42rem;
  }
  .spektrix-guide-form-hero__checklist-area {
    max-width: 100%;
  }
  .spektrix-guide-form-hero__guide-preview {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .spektrix-guide-form-hero {
    padding-inline: calc(var(--spektrix-guide-form-hero-gap) * 0.75);
  }
  .spektrix-guide-form-hero__form-card {
    padding: clamp(1rem, 5vw, 1.25rem);
  }
}

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