.form_section .gform_wrapper .gform_heading {
    display: none
}

.form_section .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0 !important;
    margin: 0 -8px;
    min-width: 100%;
    width: auto
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0 8px;
    width: 100%
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
    width: 50%
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .gfield_required.gfield_required_asterisk {
    color: red;
    font-size: 1rem
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    background: var(--color_Cotton_White);
    border: 1px solid var(--color_soft_gray_op_per_10);
    border-radius: 8px;
    color: var(--color_Charcoal_Black);
    font-family: var(--font_Roboto_Regular);
    font-size: 16px;
    height: auto;
    line-height: 24px !important;
    padding: 11px 15px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-moz-placeholder,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    color: var(--color_Concrete)
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::placeholder,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
    color: var(--color_Concrete)
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../images/select-arrow.svg);
    background-position: calc(100% - 28px) 50%;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    color: var(--color_Concrete);
    height: auto;
    padding-right: 80px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select .gf_placeholder {
    color: var(--color_Concrete)
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .intl-tel-input {
    width: 100%
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .intl-tel-input input {
    color: var(--color_Concrete);
    min-height: 48px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .intl-tel-input .flag-dropdown .country-list {
    top: 48px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .intl-tel-input .selected-flag {
    align-items: center;
    display: flex;
    height: 48px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .intl-tel-input .country-list {
    display: block !important;
    height: 250px;
    list-style-type: none;
    opacity: 1;
    padding: 16px;
    transition: height .5s ease;
    z-index: 1
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .intl-tel-input .country-list.hide {
    height: 0;
    opacity: 0;
    z-index: -1
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .intl-tel-input .country-list li:before {
    display: none
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
    height: 96px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label,
.form_section .gform_wrapper .gform_body .gform_fields .gfield label {
    color: var(--color_Charcoal_Black);
    display: block;
    font-family: var(--font_Roboto_Regular);
    font-size: 16px;
    font-weight: inherit;
    gap: 0;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: inherit
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .gfield_label:last-child,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label:last-child,
.form_section .gform_wrapper .gform_body .gform_fields .gfield label:last-child {
    margin-bottom: 0
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .gform-field-label .gfield_required,
.form_section .gform_wrapper .gform_body .gform_fields .gfield label .gfield_required {
    display: none
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
    display: flex;
    flex-wrap: wrap
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label {
    cursor: pointer;
    line-height: 1.5;
    margin: 0;
    padding-left: 15px;
    width: calc(100% - 20px)
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label a {
    color: var(--color_Charcoal_Black);
    font-family: var(--font_Roboto_Regular);
    font-size: 16px;
    line-height: 1.5
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent .gform-field-label .gfield_required_asterisk {
    display: none
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox] {
    accent-color: #000;
    align-content: center;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--color_soft_gray_op_per_10);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 20px;
    justify-content: center;
    margin: 2px 0 0;
    padding: 2px;
    width: 20px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox]:before {
    background-color: #000;
    clip-path: polygon(22% 48%, 41% 74%, 100% 0, 100% 29%, 39% 100%, 0 50%);
    content: "";
    height: 12px;
    transform: scale(0);
    width: 12px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox]:checked:before {
    transform: scale(1)
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield input[type=checkbox]:hover {
    color: #000
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield.gfield--input-type-consent .gfield_validation_message,
.form_section .gform_wrapper .gform_body .gform_fields .gfield.gfield--input-type-consent .validation_message {
    padding-left: 35px
}

.form_section .gform_wrapper .gform_body .gform_fields .gfield .gfield_validation_message,
.form_section .gform_wrapper .gform_body .gform_fields .gfield .validation_message {
    background-color: transparent;
    border: none;
    color: var(--color_Red);
    font-family: var(--font_HostGrotesk_Regular);
    font-size: 12px;
    line-height: 1;
    margin: 5px 0 0;
    padding: 0
}

.form_section .gform_wrapper .gform_footer {
    justify-content: center;
    margin: 32px 0 0 !important;
    padding: 0 !important
}

.form_section .gform_wrapper .gform_footer .gform_button {
    align-items: center !important;
    background: var(--color_Charcoal_Black) !important;
    border: 2px solid var(--color_Charcoal_Black) !important;
    border-radius: 10px !important;
    color: var(--color_Primary_White) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    font-family: var(--font_HostGrotesk_Regular) !important;
    font-size: 16px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    padding: 8px 24px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: inherit !important;
    transition: all .5s ease !important;
}

.form_section .gform_wrapper .gform_footer .gform_button:hover {
    box-shadow: 0 0 4px 2px var(--color_BlueBuild_Teal) !important;
    color: var(--color_Primary_White) !important;
    text-decoration: none !important;
}

.form_section .gform_wrapper .gform_footer .gform-loader,
.form_section .gform_wrapper .gform_footer .gform_ajax_spinner,
.form_section .gform_wrapper .gform_validation_errors {
    display: none
}

.form_section .gform_confirmation_wrapper {
    background-color: var(--color_BlueBuild_Teal_Dark);
    border: 2px solid var(--color_Charcoal_Black);
    margin: 20px 0;
    padding: 30px 20px;
    text-align: center
}

.form_section .gform_confirmation_wrapper .gform_confirmation_message {
    color: var(--color_Charcoal_Black);
    font-family: var(--font_HostGrotesk_Medium);
    font-size: 22px;
    line-height: normal
}

@media (max-width:767px) {
    .gravity_form_section .gform_wrapper .gform_body .gform_fields {
        gap: 22px 0 !important;
        margin: 0
    }

    .gravity_form_section .gform_wrapper .gform_body .gform_fields .gfield {
        padding: 0
    }

    .gravity_form_section .gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {
        width: 100%
    }

    .gravity_form_section .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
        background-position: calc(100% - 15px) 50%;
        padding-right: 50px
    }
}

/*# sourceMappingURL=global_form.css.map */