.gform-theme--api,
.gform-theme--framework {
  --gf-font-size-primary: 16px;
  --gf-color-primary: #0050a0 !important;
  --gf-color-primary-darker: #00376d !important;
  --gf-field-pg-prog-bar-bg-color-blue: #0050a0 !important;
}
.gform-theme--api ::placeholder,
.gform-theme--framework ::placeholder {
  color: #828995;
}
.gform-theme--api,
.gform-theme--foundation {
  --gf-form-gap-y: 20px !important;
}
.uk-section-primary .gform-theme--framework .gfield_list_group_item:before,
.uk-section-primary .gform-theme--framework .gform-field-label,
.uk-section-secondary .gform-theme--framework .gfield_list_group_item:before,
.uk-section-secondary .gform-theme--framework .gform-field-label,
.uk-card-primary .gform-theme--framework .gfield_list_group_item:before,
.uk-card-primary .gform-theme--framework .gform-field-label,
.uk-card-secondary .gform-theme--framework .gfield_list_group_item:before,
.uk-card-secondary .gform-theme--framework .gform-field-label {
  --gf-local-color: #fff !important;
}
.uk-section-primary .gform-theme--framework .gform-field-label--type-sub,
.uk-section-secondary .gform-theme--framework .gform-field-label--type-sub,
.uk-card-primary .gform-theme--framework .gform-field-label--type-sub,
.uk-card-secondary .gform-theme--framework .gform-field-label--type-sub {
  --gf-local-color: rgba(255,255,255,0.6) !important;
}
.uk-section-primary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-section-primary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-section-primary .gform-theme--framework .gfield_validation_message,
.uk-section-secondary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-section-secondary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-section-secondary .gform-theme--framework .gfield_validation_message,
.uk-card-primary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-card-primary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-card-primary .gform-theme--framework .gfield_validation_message,
.uk-card-secondary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-card-secondary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-card-secondary .gform-theme--framework .gfield_validation_message {
  --gf-local-color: #ff6f4f !important;
  color: #ff6f4f !important;
}
.captcha-image label > input {
  opacity: 0 !important;
  display: none !important;
}

