/* Input */
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container_text
    input[type="text"],
body
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container_email
    input,
body
    .gform_wrapper
    .gform_body
    .gform_fields
    .gfield
    .ginput_container_phone
    input {
    font-family: sans-serif;
    display: block;
    width: 100%;
    color: #495057;
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
    border: 1px solid #ddd;
    background: #fff;
    background-clip: padding-box;
    height: fit-content;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-family: var(--fm-gotham-med);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 12vh !important;
}

/* Spacing */
#gform_wrapper_1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

div.gform_heading {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.gform-theme--framework .gfield_list_group_item:before,
.gform-theme--framework
    .gform-field-label:where(:not([class*="gform-field-label--type-"])) {
    --gform-theme-local-margin-block: 0 0 !important;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 1.5rem !important;
}

/* Title */
h2.gform_title {
    font-family: var(--fm-mirage-bold);
    font-size: 2rem;
    margin-bottom: 0;
}

p.gform_description {
    font-family: var(--fm-gotham-book-italic);
    font-size: 1rem;
    line-height: 150%;
}

/* SUbMIT*/

body #gform_wrapper_1 .gform_footer input[type="submit"] {
    border-radius: 10px;
    border: 3px solid #344184;
    background-color: rgba(255, 255, 255);
    padding: 0.9rem 1rem 0.2rem;
    font-family: var(--fm-gotham-med-italic);
    line-height: 120%;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--primary-black);
}

.gform-theme--foundation .gform_footer {
    justify-content: center;
}
