
.form-marketo-outer .header {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: center;
}

.form-marketo-outer .header .form-title {
  font-weight: 600;
  font-size: clamp(1.25rem,1.5vw,1.5rem);
  line-height: 1.75rem;
  color: hsl(240,10%,4%);
}

.form-marketo-outer .mktoForm * {
  font-family: "IBM Plex Sans", serif;
}

.form-marketo-holder .mktoForm .mktoFieldDescriptor {
  width: 100%;
  margin-bottom: 16px !important; /* overriding some weird inline style from the embed */
}

.form-marketo-holder .mktoForm .mktoFieldWrap {
  width: 100%;
}

.form-marketo-holder .mktoForm .mktoLabel {
  width: auto !important;
  padding-top: 0 !important;
  font-weight: 500;
  font-size: clamp(0.875rem,1vw,0.875rem);
  line-height: 0.875rem;
  color: hsl(240,10%,4%);
  margin-bottom: 8px;
  display: inline-block;
}

.form-marketo-holder .mktoForm .mktoLabel.mktoHasWidth {
  width: auto !important;
  clear: both;
}

.form-marketo-holder .mktoForm .mktoGutter {
  display: none;
}

.form-marketo-holder .mktoForm .mktoOffset {
  display: none;
}

.form-marketo-holder .mktoForm .mktoFieldWrap .mktoField {
  clear: both;
  width: 100% !important;
  background-color: hsl(240, 5%, 96%);
  margin: 0 0 8px 0;
  border-radius: 4px;
  border: 0;
  height: 44px;
  padding: 14px 14px 14px 16px;
  margin: 0;
}

.form-marketo-holder .mktoForm .mktoFieldWrap .mktoHtmlText {
  font-size: clamp(0.75rem, 1vw, 0.75rem);
  line-height: 1.125rem;
  /*padding-top: 6px;*/
  margin-bottom: 8px;
  font-weight: 400;
  color: hsl(240,10%,4%);
}

.form-marketo-holder .mktoForm .mktoFieldWrap .mktoHtmlText > span {
  font-size: clamp(0.75rem, 1vw, 0.75rem) !important; /* overriding weird inline style */
}

.form-marketo-holder .mktoForm .mktoFieldWrap .mktoHtmlText > span a {
  font-size: clamp(0.75rem, 1vw, 0.75rem);
  line-height: 1.125rem;
  color: hsl(185, 84%, 32%);
  text-decoration: underline;
}

.form-marketo-holder .mktoForm .mktoFieldWrap .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.form-marketo-holder .mktoForm .mktoButtonRow {
  width: 100%;
}

.form-marketo-holder .mktoForm .mktoButtonRow .mktoButtonWrap {
  display: inline-block;
  margin-left: 0 !important; /* overriding inline styles */
  width: 100%;
}

.form-marketo-holder .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton,
.form-marketo-holder .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:active {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: clamp(1rem, 1vw, 1rem);
  line-height: 1rem;
  background-color: var(--button_primary_surface);
  border: 1px solid var(--button_primary_surface);
  color: var(--button_primary_text);
  --icon_color: var(--button_primary_icon);
  font-weight: 500;
  padding: 12px 12px 12px 12px;
  border-radius: 4px;
    background-image: linear-gradient(to bottom, var(--button_primary_surface), var(--button_primary_surface));
}

@media(max-width: 950px) {
    .block_request_form .form-container .form-marketo-holder .mktoForm {
        width: 100% !important;
    }
}