.microflex-hubspot-card,
.microflex-hubspot-card * {
  box-sizing: border-box;
}

.microflex-hubspot-card {
  width: min(100%, var(--microflex-form-max-width, 460px));
  max-width: var(--microflex-form-max-width, 460px);
  margin: 0;
  padding: 0;
  color: #242121;
  background: transparent;
  font-family: Inter, Arial, sans-serif;
}

.microflex-hubspot-card[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
}

.microflex-hubspot-card[data-align="right"] {
  margin-left: auto;
  margin-right: 0;
}

.microflex-form-title {
  width: 100%;
  margin: 0 0 20px;
  color: #242121;
  font-family: Inter, Arial, sans-serif;
  font-size: 23.1358px;
  font-weight: 700;
  line-height: 28px;
}

.microflex-hubspot-form,
.microflex-hubspot-form form,
.microflex-hubspot-form .hs-form {
  width: 100% !important;
  max-width: var(--microflex-form-max-width, 460px) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #242121 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: Inter, Arial, sans-serif !important;
}

.microflex-hubspot-form {
  --hsf-global__font-family: Inter, Arial, sans-serif;
  --hsf-global__font-size: 14px;
  --hsf-global__color: #242121;

  --hsf-background__background-color: transparent;
  --hsf-background__padding: 0;

  --hsf-field-label__color: #000000;
  --hsf-field-label__font-size: 14px;
  --hsf-field-label-requiredindicator__color: #e63946;

  --hsf-field-input__background-color: #ffffff;
  --hsf-field-input__border-color: #242121;
  --hsf-field-input__border-width: 0.642661px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 6.42661px;
  --hsf-field-input__padding: 0 21px;

  --hsf-button__background-color: #89c540;
  --hsf-button__color: #ffffff;
  --hsf-button__border-radius: 5.14129px;
  --hsf-button__padding: 12.8532px;
}

.microflex-hubspot-form fieldset {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.microflex-hubspot-form .hs-form-field {
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.microflex-hubspot-form .form-columns-1 {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.microflex-hubspot-form .form-columns-1 .hs-form-field {
  width: 100% !important;
  max-width: 100% !important;
}

.microflex-hubspot-form .form-columns-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 20.57px !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}

.microflex-hubspot-form .form-columns-2 .hs-form-field {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.microflex-hubspot-form .input {
  width: 100% !important;
  margin: 0 !important;
}

.microflex-hubspot-form label {
  display: block !important;
  margin: 0 0 8.58px !important;
  color: #000000 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  line-height: 21px !important;
}

.microflex-hubspot-form .hs-form-required {
  color: #e63946 !important;
}

.microflex-hubspot-form input.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.microflex-hubspot-form select.hs-input,
.microflex-hubspot-form textarea.hs-input,
.microflex-hubspot-form input[type="text"],
.microflex-hubspot-form input[type="email"],
.microflex-hubspot-form input[type="tel"],
.microflex-hubspot-form input[type="number"],
.microflex-hubspot-form select,
.microflex-hubspot-form textarea {
  width: 100% !important;
  min-width: 0 !important;
  color: #242121 !important;
  background-color: #ffffff !important;
  border: 0.642661px solid #242121 !important;
  border-radius: 6.42661px !important;
  box-shadow: 0 1.28532px 2.57065px rgba(0, 0, 0, 0.05) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 400 !important;
  outline: none !important;
}

.microflex-hubspot-form input.hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.microflex-hubspot-form input[type="text"],
.microflex-hubspot-form input[type="email"],
.microflex-hubspot-form input[type="tel"],
.microflex-hubspot-form input[type="number"] {
  height: 42px !important;
  padding: 0 21px !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.microflex-hubspot-form select.hs-input,
.microflex-hubspot-form select {
  height: 42px !important;
  padding: 0 54px 0 21px !important;
  color: #40423c !important;
  font-size: 14px !important;
  line-height: 23px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #242121 50%),
    linear-gradient(135deg, #242121 50%, transparent 50%) !important;
  background-position:
    calc(100% - 23px) 17px,
    calc(100% - 16px) 17px !important;
  background-size: 7px 7px, 7px 7px !important;
  background-repeat: no-repeat !important;
}

.microflex-hubspot-form textarea.hs-input,
.microflex-hubspot-form textarea {
  height: 76px !important;
  min-height: 76px !important;
  padding: 13px 21px !important;
  resize: vertical !important;
  color: #40423c !important;
  font-size: 12px !important;
  line-height: 23px !important;
}

.microflex-hubspot-form textarea::placeholder {
  color: #40423c !important;
  opacity: 1 !important;
}

.microflex-hubspot-form input:focus,
.microflex-hubspot-form select:focus,
.microflex-hubspot-form textarea:focus {
  border-color: #242121 !important;
  box-shadow:
    0 1.28532px 2.57065px rgba(0, 0, 0, 0.05),
    0 0 0 2px rgba(137, 197, 64, 0.24) !important;
}

.microflex-hubspot-form .hs-error-msgs {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.microflex-hubspot-form .hs-error-msg,
.microflex-hubspot-form .hs-error-msgs label {
  margin: 0 !important;
  color: #b42318 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
}

.microflex-hubspot-form .legal-consent-container {
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.microflex-hubspot-form .legal-consent-container,
.microflex-hubspot-form .legal-consent-container p,
.microflex-hubspot-form .inputs-list,
.microflex-hubspot-form .hs-richtext {
  color: #242121 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  line-height: 15px !important;
}

.microflex-hubspot-form .legal-consent-container p,
.microflex-hubspot-form .hs-richtext p {
  margin: 0 0 14px !important;
  padding: 0 !important;
  text-align: justify !important;
}

.microflex-hubspot-form .legal-consent-container a,
.microflex-hubspot-form .hs-richtext a {
  color: inherit !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.microflex-hubspot-form .inputs-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.microflex-hubspot-form .inputs-list li {
  margin: 0 !important;
  padding: 0 !important;
}

.microflex-hubspot-form .hs-form-booleancheckbox,
.microflex-hubspot-form .hs-form-checkbox {
  margin: 0 !important;
  padding: 0 !important;
}

.microflex-hubspot-form .hs-form-booleancheckbox-display,
.microflex-hubspot-form .hs-form-checkbox-display {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: min(100%, 413px) !important;
  margin: 0 auto !important;
  color: #242121 !important;
  cursor: pointer !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 13px !important;
  letter-spacing: 0 !important;
}

.microflex-hubspot-form .hs-form-booleancheckbox-display span,
.microflex-hubspot-form .hs-form-checkbox-display span {
  margin: 0 !important;
  padding: 0 !important;
}

.microflex-hubspot-form input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: #242121 !important;
}

.microflex-hubspot-form .hs_recaptcha {
  margin: 14px 0 0 !important;
  padding: 0 !important;
}

.microflex-hubspot-form .grecaptcha-badge {
  margin: 14px 0 0 !important;
}

.microflex-hubspot-form .hs-submit,
.microflex-hubspot-form .hs-submit .actions {
  width: 100% !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.microflex-hubspot-form input[type="submit"],
.microflex-hubspot-form .hs-button,
.microflex-hubspot-form .hs-button.primary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 12.8532px !important;
  color: #ffffff !important;
  background: #89c540 !important;
  border: 0 !important;
  border-radius: 5.14129px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15.4239px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  text-align: center !important;
  text-shadow: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.microflex-hubspot-form input[type="submit"]:hover,
.microflex-hubspot-form .hs-button:hover,
.microflex-hubspot-form .hs-button.primary:hover {
  background: #82b83a !important;
  transform: translateY(-1px) !important;
}

.microflex-hubspot-form input[type="submit"]:focus-visible,
.microflex-hubspot-form .hs-button:focus-visible,
.microflex-hubspot-form .hs-button.primary:focus-visible {
  outline: 2px solid #242121 !important;
  outline-offset: 2px !important;
}

.microflex-hubspot-form .submitted-message {
  color: #147a3d !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}

.microflex-meetings-wrap {
  width: 100%;
  margin: 24px 0 0;
  padding: 0;
}

.microflex-meetings-wrap[hidden] {
  display: none !important;
}

.microflex-meetings-wrap .meetings-iframe-container {
  width: 100%;
  min-height: 700px;
}

@media (max-width: 480px) {
  .microflex-hubspot-card {
    width: 100%;
    max-width: 100%;
  }

  .microflex-hubspot-form,
  .microflex-hubspot-form form,
  .microflex-hubspot-form .hs-form {
    max-width: 100% !important;
  }

  .microflex-hubspot-form .form-columns-2 {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .microflex-hubspot-form .hs-form-booleancheckbox-display,
  .microflex-hubspot-form .hs-form-checkbox-display {
    align-items: flex-start !important;
    width: 100% !important;
  }

  .microflex-hubspot-form .legal-consent-container p,
  .microflex-hubspot-form .hs-richtext p {
    text-align: left !important;
  }
}
