.gform_fields .gfield .ginput_container input,
.gform_fields .gfield .ginput_container select,
.gform_fields .gfield .ginput_container textarea {
    --gf-ctrl-outline-color-focus: #ced6ea;
}
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    outline-color: var(--gf-local-outline-color);
    outline-offset: var(--gf-local-outline-offset);
    outline-style: var(--gf-local-outline-style);
    outline-width: var(--gf-local-outline-width);
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    
}

.gform-theme--api, .gform-theme--framework {
    --gf-font-size-primary: 18px;
    --gf-font-size-secondary: 16px;
    --gf-font-size-tertiary: 16px;
    --gf-ctrl-label-color-req: #376AE1;
    --gf-ctrl-label-font-size-req: 16px;
    --gf-ctrl-btn-bg-color-hover-primary: #4a5c86;
    --gf-ctrl-outline-color-focus: #ced6ea;
    --gf-label-space-primary: 4px;
    --gf-label-space-tertiary: 4px;
    --gf-ctrl-desc-font-size-error: 14px;
    --gf-ctrl-desc-line-height-error: 21px;
    --gf-color-danger: #910D0D;
    --gf-font-weight-secondary: 400;
    --gf-ctrl-select-icon: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23686E77'/%3E%3C/svg%3E");
}

.gform-theme--framework form {
    /* Button variables */
    --gf-ctrl-btn-font-size: 18px;
    --gf-ctrl-btn-line-height: 28px;
    --gf-ctrl-btn-font-weight: 400;
    --gf-ctrl-btn-padding-x: 20px;
}


.gform-theme--framework .gform_fields textarea,
.gform-theme--framework .gform_fields select,
.gform-theme--framework .gform_fields input[type] {
    color: #050505;
}


.gform-theme--framework form .gform_button.button {
    --gf-ctrl-btn-padding-y: 9px;
}

.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
    font-size: 14px;
}

.gform-theme--framework .gform_required_legend .gfield_required {
    color: var(--gf-ctrl-label-color-req);
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
    font-size: var(--gf-font-size-secondary);
}

.gform-theme--framework .gform_fields {
    --gf-form-gap-y: 27px;
}

.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    column-gap: 2px;
}

.gform-theme--framework .gfield_validation_message i.ph-warning-circle {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.gform_anchor {
    scroll-margin-top: 200px;
}


@media (min-width: 640px) {
    .gform-theme--framework .gform_fields {
        --gf-form-gap-x: 24px;
    }
}