.gform-theme--framework {
  --gform-theme-field-page-progress-bar-background-color-blue: var(--colorPrimary);
}
.gf_progressbar_percentage {
  background-color: var(--colorPrimary) !important;
}
.entry-content > .intro-message:has(~ .gform_anchor) {
  display: none;
}
.entry-content > .intro-message:has(~ .gform_anchor + .gform_confirmation_wrapper) {
  display: none;
}
