/*----------------------------------------------------------------------------------------------------------------------------
NEO GRAVITY (FALLS)
----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------
PAGE LEVEL
------------------------------------------------*/
@media screen and (max-width: 64em) {
    .neo-form .fusion-column-wrapper{
        margin-inline: 0;
    }
}
@media screen and (min-width: 641px) {
    .neo-form .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .collapsible-sections-collapsible-body{
        grid-column-gap: var(--spacing-50);
    }
}

/*------------------------------------------------
EXTRA HELPERS
------------------------------------------------*/
.label-offer{
    width: fit-content;
    font-size: var(--font-base16);
    font-weight: var(--font-semibold);
    color: var(--color-racc-900);
    background-color: var(--color-racc-200);
    border-radius: 2px;
    padding: calc(var(--spacing-10) * 1.5) var(--spacing-20) var(--spacing-10) var(--spacing-20);
}
.positioned-realtive + .collapsible-sections-collapsible-body{
    position: relative;
}
.positioned-top-right{
    position: absolute;
    top: 0;
    right: 0;
}

/*------------------------------------------------
RESET
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .neo-style{
    --radius: 4px;
    --max-width-choices: 465px;

    --form_input_height: auto;
    --form_bg_color: var(--color-contrast);
    --form_text_size: var(--font-base);
    --form_text_color: var(--color-base);
    --form_border_color: var(--color-neutral-500);
    --form_focus_border_color: var(--color-racc-600);
    --form_border_radius: var(--radius);

    display: flex;
    flex-direction: column;
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro {
    --gfsp--base-font-size: var(--color-base);
    font-size: var(--gfsp--base-font-size) !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro .gform_body{
    width: 100%;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gform_footer{
    border: none;
    margin-block-start: var(--spacing-50);
}
.neo-style_wrapper .gf_stylespro .chosen-choices,
.neo-style_wrapper .gf_stylespro .gfsp_icon,
.neo-style_wrapper .gf_stylespro input:not([type="radio"]):not([type="checkbox"]):not([type="button"]):not([type="submit"]):not(.chosen-search-input),
.neo-style_wrapper .gf_stylespro input[type="email"],
.neo-style_wrapper .gf_stylespro input[type="number"],
.neo-style_wrapper .gf_stylespro input[type="password"],
.neo-style_wrapper .gf_stylespro input[type="search"],
.neo-style_wrapper .gf_stylespro input[type="tel"],
.neo-style_wrapper .gf_stylespro input[type="text"],
.neo-style_wrapper .gf_stylespro input[type="url"],
.neo-style_wrapper .gf_stylespro select,
.neo-style_wrapper .gf_stylespro textarea{
    line-height: 1 !important;
}
.neo-style_wrapper .gf_stylespro textarea{
    line-height: 1.4 !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex{
    display: grid;
    grid-column-gap: 2%;
    grid-row-gap: 16px;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
    margin: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span{
    grid-column: span 12;
    width: 100%;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_left,
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_right,
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_2 span{
    grid-column: span 6;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_3 span{
    grid-column: span 4;
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro ::placeholder{
    color: var(--color-neutral-700) !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_progressbar_percentage{
    border-radius: 2px;
}

.neo-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro .gfield{
    max-width: 100%;
}

@media (min-width: 641px) {
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full),
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full),
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 640px) {
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span,
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_left,
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex span.ginput_right,
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_2 span,
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.gf_name_has_3 span{
        grid-column: 1/-1;
    }
}


/*------------------------------------------------
INPUTS WITH VISIBILITY HIDDEN
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield_visibility_hidden,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield_visibility_administrative,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield--input-type-adminonly_hidden{
    margin: 0 !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield_visibility_administrative{
    display: none;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_notvisible{
    visibility: hidden !important;
    height: 0;
    margin:0;
}


/*------------------------------------------------
SPACING
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield--width-full,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield.gfield--width-half{
    width: 100%;
    margin-bottom: var(--spacing-20) !important;
    margin-inline: 0;
}

@media screen and (max-width: 700px) {
    .neo-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos){
        width: 100%;
        max-width: 100%;
    }
}


/*------------------------------------------------
REQUIERED & SPINNER
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_required,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_required.gfield_required_asterisk{
    display: none;
}
.neo-style_wrapper .gform_ajax_spinner{
    display: none;
}


/*------------------------------------------------
ERROR MESAGES
------------------------------------------------*/
.neo-style_wrapper .gf_stylespro .validation_error,
.neo-style_wrapper .gf_stylespro_wrapper .gf_stylespro .gfield_description.validation_message,
.neo-style_wrapper .gf_stylespro_wrapper .gfield_validation_message,
.neo-style_wrapper .gf_stylespro_wrapper .gform_validation_errors,
.neo-style_wrapper .gf_stylespro_wrapper .validation_message {
    --gfsp--warning-color: var(--color-error-500);
    --gfsp--warning-bg-color: transparent;

    margin-top: 0;
    border-color: transparent !important;
    line-height: 1;
}
.neo-style_wrapper.gf_stylespro_wrapper .gform_validation_errors{
    --gfsp--warning-bg-color: var(--color-neutral-50);
    padding: var(--spacing-30);
    margin-block-end: var(--spacing-50);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gform_validation_errors > h2{
    font-size: var(--font-base) !important;
    line-height: var(--font-height-heading) !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gform_validation_errors .gform-icon--circle-error{
    color: var(--color-error-500)
}
.neo-style_wrapper .gform-icon--circle-error{
    margin-right: calc(var(--spacing-40) / 5);
}
.neo-style_wrapper.gform_wrapper .gfield_description.validation_message, .gf_stylespro_wrapper .gfield_validation_message{
    background-color: transparent !important;
    border: none;
}
.neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])[aria-invalid="true"],
.neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"], .neo-style_wrapper.gform_wrapper .gfield textarea[aria-invalid="true"],
.neo-style_wrapper.gform_wrapper .gfield.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.neo-style_wrapper.gform_wrapper .gfield.gfield_error select,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .gfield_select,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .chosen-container-multi .chosen-choices,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .ts-wrapper:not(.form-control):not(.form-select).single .ts-control,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .gfsp_dot input[type]:not(old) + label::before,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .gfield-choice-input + label,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error textarea,
.neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])[style*="border-color: red;"],
.neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"][style*="border-color: red;"],
.neo-style_wrapper.gform_wrapper .gfield textarea[style*="border-color: red;"]{
    border-color: var(--color-error-500) !important;
}
.neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])[style*="border-color: rgb(210, 210, 210);"],
.neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"][style*="border-color: rgb(210, 210, 210);"],
.neo-style_wrapper.gform_wrapper .gfield textarea[style*="border-color: rgb(210, 210, 210);"]{
    border-color: var(--color-neutral-500) !important;
}
.neo-style_wrapper .sp_inherit .ginput_container_consent input[type="checkbox"] + label,
.neo-style_wrapper .sp_inherit .gfield[data-field-class*="gfsp_"] .ginput_container_consent input[type="checkbox"] + label,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice label,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice label,
.neo-style_wrapper.gform_wrapper .gfield.gfield_error .gfield-choice-input + label{
    --body_typography-font-size: var(--font-small);
    color: var(--color-base);
    opacity: 1;
}
#main .neo-style_wrapper.gform_wrapper .gform_submission_error,
.neo-style_wrapper.gform_wrapper .gform_wrapper .gform_submission_error{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: var(--spacing-20);
    text-wrap: initial;
}
.neo-style_wrapper.gform_wrapper .gpld-error-message{
    color: var(--color-error-500) !important;
}


/*------------------------------------------------
PROGRESS BAR
------------------------------------------------*/
.neo-style_wrapper .gf_progressbar_wrapper{
    width: 100%;
    margin-bottom: var(--spacing-100);
}

.neo-style_wrapper .gf_progressbar_wrapper .gf_progressbar{
    width: 100%;
    margin-bottom: 0 !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_progressbar_title{
    color: var(--color-neutral-700);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_progressbar_blue{
    background-color: var(--color-neutral-300);
    border-radius: 2px;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_progressbar_percentage{
    height: 28px;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: var(--color-racc-500);
    border-radius: 2px;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_progressbar_percentage span{
    color: var(--color-base);
    font-size: var(--font-base);
    line-height: 28px;
    text-shadow: none;
}

@media screen and (min-width: 1025px) {
    .neo-form-wrapper-nofull .neo-style_wrapper .gf_progressbar_wrapper{
        width: calc(100% + 38%);
        margin-left: -19%;
    }
}
@media screen and (max-width: 1024px) {
    .neo-style_wrapper .gf_progressbar_wrapper{
        margin-bottom: var(--spacing-60);
    }
}


/*------------------------------------------------
SECTIONS & HTMLS & TITLES
------------------------------------------------*/
.neo-style_wrapper.gf_stylespro_wrapper .gsection{
    padding: 0;
    border-bottom: 1px solid var(--color-neutral-200);
}
.neo-style_wrapper .gfield--input-type-section :where(h2, h3, h4){
    margin-block-start: var(--spacing-60);
    margin-block-end: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro.neo-style .gfield.html-fullwidth{
    max-width: 100%;
    width: 100%;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro.neo-style .gfield.html-fullwidth > .ginput_container{
    width: 100%;
    max-width: 100%;
    grid-column-gap: 2%;
}
.neo-style_wrapper .form-main-title{
    margin-block-start: var(--spacing-50);
    margin-block-end: var(--spacing-20);
}
.neo-style_wrapper .form-main-title h1{
    margin-block-start: 0;
    margin-block-end: var(--spacing-20);
}
.neo-style_wrapper .form-main-title h1 + p{
    font-size: var(--font-h4);
    line-height: 1.3;
}
.neo-style_wrapper .form-main-title p:last-child{
    margin-block-end: 0;
}
.neo-style_wrapper .form-main-title.fake-collapsible{
    text-align: left;
    background-color: var(--color-contrast);
    border-bottom: 1px solid var(--color-neutral-300);
    padding-bottom: calc(var(--break-rem) * 1.25);
    margin-block-start: 0;
    margin-block-end: calc(var(--break-rem) / 1.5);
}
.neo-style_wrapper .form-main-title.fake-collapsible p:last-child{
    margin-bottom: 0;
}
.neo-form .gform_wrapper .collapsible-sections-collapsible-body .gsection{
    border-bottom: none;
    margin-block-end: var(--spacing-40) !important;
}
.neo-form .gform_wrapper .collapsible-sections-collapsible-body .gsection:first-child{
    margin-block-start: 0;
}
.neo-form .gform_wrapper .collapsible-sections-collapsible-body .gsection:not(:first-child){
    border-top: 1px solid var(--color-neutral-400);
}
.neo-form .gform_wrapper .collapsible-sections-collapsible-body .gsection:first-child .gsection_title{
    margin-block-start: 0;
}

/*TITLE WITH ICONS*/
.neo-style_wrapper .gfield--type-section .gsection_title,
.neo-style_wrapper .gfield--input-type-section .gsection_title{
    font-size: var(--font-h6) !important;
    display: flex;
    align-items: center;
    gap: var(--spacing-10);
}
.neo-style_wrapper .gfield--input-type-section .gsection_title:where(h2,h3){
    font-weight: var(--font-semibold);
}
.neo-style_wrapper [class*="icon-"].gfield--type-section .gsection_title::before,
.neo-style_wrapper [class*="icon-"].gfield--input-type-section .gsection_title::before{
    content: "";
    width: 28px;
    height: 28px;
    background: url(https://racc.es/wp-content/uploads/2026/01/icon_car_colored.svg) no-repeat center center;
    background-size: contain;
}
.neo-style_wrapper .gfield--type-section.icon-user .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-user .gsection_title::before{
    background-image: url("https://racc.es/wp-content/uploads/2026/01/icon_user-data_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-address .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-address .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/03/icon_address_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-bill .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-bill .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/03/icon_bill_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-person-add .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-person-add .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/03/icon_person-add_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-addon .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-addon .gsection_title::before{
    background-image: url("https://www.racc.cat/wp-content/uploads/2026/02/icon_setting-cinematic.svg");
}
.neo-style_wrapper .gfield--type-section.icon-discount .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-discount .gsection_title::before{
    background-image: url("https://www.racc.cat/wp-content/uploads/2026/04/icon_discount_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-law .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-law .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_law_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-socio .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-socio .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_socio_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-telephone .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-telephone .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_telephone_colored-1.svg");
}
.neo-style_wrapper .gfield--type-section.icon-headphones .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-headphones .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_headphones_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-health .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-health .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_health_colored-1.svg");
}
.neo-style_wrapper .gfield--type-section.icon-doctor .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-doctor .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_doctor_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-location .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-location .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_location_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-house .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-house .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_home-parking_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-energy .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-energy .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_energy_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-sofa .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-sofa .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_sofa_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-house .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-house .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_home_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-battery .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-battery .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_battery_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-calendar .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-calendar .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_calendar_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-pet .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-pet .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/04/icon_pet_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-pdf .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-pdf .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/06/icon_pdf_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-euro .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-euro .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/06/icon_euro_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-premium .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-premium .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/06/icon_premium_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-form .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-form .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/06/icon_form_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-tools .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-tools .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/07/icon_tools_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-suitcase .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-suitcase .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/07/icon_suitcase_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-more .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-more .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/07/icon_more_colored.svg");
}
.neo-style_wrapper .gfield--type-section.icon-person .gsection_title::before,
.neo-style_wrapper .gfield--input-type-section.icon-person .gsection_title::before{
    background-image: url("https://www.racc.es/wp-content/uploads/2026/07/icon_person_colored.svg");
}

@media screen and (max-width: 640px) {
    .neo-style_wrapper .gfield--type-section .gsection_title,
    .neo-style_wrapper .gfield--input-type-section .gsection_title{
        flex-direction: column;
        align-items: flex-start;
        gap: calc(var(--break-rem) / 1.25);
    }
    .neo-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro.neo-style .gfield.html-fullwidth{
        max-width: var(--max-width-choices);
        margin-inline: auto;
    }
    .neo-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro.neo-style .input-spacer{
        display: none
    }
}


/*------------------------------------------------
LABEL
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .neo-style .gfield_label{
    display: flex;
    justify-content: flex-start;
    color: var(--color-base);
    font-size: var(--font-base) !important;
    font-weight: var(--font-semibold) !important;
    margin-block-end: var(--spacing-20) !important;
    max-width: var(--max-width-choices);
    /*margin-inline: auto;*/
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) .gfield_label,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield.html-fullwidth .gfield_label{
    margin-inline: initial;
    max-width: initial;
}


/*------------------------------------------------
SUPPORTING TEXT (DESCRIPTION)
------------------------------------------------*/
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gfield_description {
    --gfsp--desc-font-size: var(--font-tiny);
    --gfsp--desc-font-weight: var(--font-regular);
    --gfsp--desc-color: var(--color-neutral-800);
    --gfsp--desc-padding: 0;
    --gfsp--desc-margin-bottom: 0;
    --gfsp--desc-bg-color: transparent;

    font-family: var(--font-body) !important;
    line-height: var(--font-height-heading) !important;
    opacity: 1 !important;
    margin-block-start: var(--spacing-30);
}
.neo-style_wrapper.gf_stylespro_wrapper .gptos_input_container + .gfield_description{
    margin-block-start: var(--spacing-50);
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gfield_description:empty{
    padding: 0 !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .top_label .gsection_description{
    margin-block-start: var(--spacing-30);
    margin-block-end: 0;
    font-weight: var(--font-regular);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .top_label .gsection_description p:last-child{
    margin-block-end: 0;
}



/*------------------------------------------------
INPUTS
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"],
.neo-style_wrapper.gform_wrapper .gfield textarea {
    height: auto !important;
    width: 100%;
    font-size: var(--form_text_size) !important;
    padding: calc(var(--break-rem) / 1.3) var(--break-rem) !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield--input-type-date .ginput_complex .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex.ginput_container--name span input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    min-width: auto !important;
}
.neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):valid:not(:placeholder-shown):not(:focus-visible),
.neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"]:valid:not(:placeholder-shown):not(:focus-visible),
.neo-style_wrapper.gform_wrapper .gfield textarea:valid:not(:placeholder-shown):not(:focus-visible){
    --form_border_color: var(--color-base);
}

.neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"]:focus,
.neo-style_wrapper.gform_wrapper .gfield textarea:focus{
    background-color: var(--color-racc-10) !important;
    border-color: var(--color-racc-600) !important;
}
.neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):disabled,
.neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"]:disabled,
.neo-style_wrapper.gform_wrapper .gfield textarea:disabled{
    color: var(--color-neutral-700)!important;
    background-color: var(--color-neutral-50) !important;
    border-color: var(--color-neutral-400) !important;
}

@media screen and (min-width: 481px) {
    .neo-style_wrapper.gform_wrapper .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .neo-style_wrapper.gform_wrapper .gfield_select[multiple="multiple"],
    .neo-style_wrapper.gform_wrapper .gfield textarea {
        min-width: 250px !important;
    }
}

/*------------------------------------------------
SELECT
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper .gfield select{
    font-size: var(--font-base) !important;
    color: var(--color-base);
    padding: calc(var(--break-rem) / 1.3) var(--break-rem) !important;
}
.neo-style_wrapper.gform_wrapper .gfield select:focus{
    background-color: var(--color-racc-10) !important;
    border-color: var(--color-racc-600) !important;
}
.neo-style_wrapper .ginput_container_select,
.neo-style_wrapper .ginput_container_select > .ts-wrapper{
    width: 100%;
    border-radius: var(--radius);
}
.neo-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control{
    padding: 0 !important;
    border-radius: var(--radius);
    border-color: var(--color-neutral-500);
}
.neo-style_wrapper .ts-wrapper.has-items.single .ts-control,
.neo-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control:has(input:not(:placeholder-shown)){
    border-color: var(--color-base) !important;
}
.neo-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control > .item{
    width: 100%;
    padding: calc(var(--break-rem) / 1.3 - 2.5px) var(--break-rem) !important;
}
.neo-style_wrapper .ts-dropdown .active {
    background-color: var(--color-racc-200);
    color: var(--color-base);
}
.neo-style_wrapper .ts-control .item,
.neo-style_wrapper .ts-dropdown [data-selectable].option{
    font-weight: var(--font-regular);
}
.neo-style_wrapper .ts-wrapper.has-items.single .ts-control input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])[type="select-one"]{
    height: 0 !important;
    padding: 0 !important;
}

/*--------------------------------------------------------------
COLLAPSED (PSEUDO BOXED SYTLE)
--------------------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gsection.collapsible-sections-field,
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-sections-collapsible-body{
    background-color: var(--color-contrast);
    border: 1px solid var(--color-neutral-400);
    padding: var(--spacing-50);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gsection.collapsible-sections-field{
    border-bottom: none;
    margin-block: 0 !important;
    padding-block: var(--spacing-50);
    border-radius: var(--radius) var(--radius) 0 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-sections-collapsible-body{
    padding-top: 0;
    border-top: none;
    border-radius: 0 0 var(--radius) var(--radius);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-no-separation + .collapsible-sections-collapsible-body{
    padding-top: 0;
    border-top: none;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-sections-collapsible-body + .gsection.collapsible-sections-field{
    margin-block-start: var(--spacing-60) !important;
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro .collapsible-sections-collapsible-body,
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro .collapsible-sections-field{
    max-width: 100%;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-sections-field > :where(h2, h3, h4){
    font-size: var(--font-h5) !important;
    text-align: left;
    background-color: var(--color-contrast);
    border-bottom: 1px solid var(--color-neutral-300);
    padding-bottom: calc(var(--break-rem) * 1.25);
    margin-block-start: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-sections-field.description-above > :where(h2, h3, h4) {
  border-bottom: none;
  padding-bottom: 0;
  margin-block-start: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-sections-field.description-above .gsection_description {
    border-bottom: 1px solid var(--color-neutral-300);
    padding-bottom: calc(var(--break-rem) * 1.25);
    margin-block-start: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .collapsible-sections-field.description-above .gsection_description > :where(h2, h3, h4, h5) {
    font-size: var(--font-h6) !important;
    margin-block-start: 0;
}


/*------------------------------------------------
SUBMIT & BUTTONS
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gform_page_footer{
    display: flex;
    justify-content: center;
    gap: var(--spacing-50);
    padding-block: var(--spacing-40);
    margin-block-start: var(--spacing-50);
}
.neo-style_wrapper.gform_wrapper .gform_page_footer,
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gform_page_footer{
    border: none;
}
.neo-style_wrapper.gform_wrapper .button,
.neo-style_wrapper.gform_wrapper .gform_button,
.neo-style_wrapper.gform_wrapper .button,
.neo-style_wrapper.gform_wrapper .gform_page_footer input[type="button"],
.neo-style_wrapper .gform_page_footer input[type="button"],
.neo-style_wrapper .gform_page_footer input[type="submit"] {
    --button_padding-top: var(--break-rem);
    --button_padding-bottom: var(--break-rem);
    --button_padding-right: calc(var(--break-rem) * 2);
    --button_padding-left: calc(var(--break-rem) * 2);
    --button_line_height: 1;
    --button_font_size: var(--font-base);
    border-width: 2px;
    min-width: 150px;
}
.neo-style_wrapper.gform_wrapper .gform_page_footer input[type="button"],
.neo-style_wrapper .gform_page_footer input[type="button"],
.neo-style_wrapper .gform_page_footer input[type="submit"]
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style input[type="submit"],
.neo-style_wrapper.gform_wrapper .button,
.neo-style_wrapper.gform_wrapper .gform_button{
    padding: var(--button_padding-top) var( --button_padding-right) var( --button_padding-bottom) var( --button_padding-left);
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro input.button,
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style input[type="submit"],
.neo-style_wrapper.gf_stylespro_wrapper .gform_next_button,
.neo-style_wrapper.gf_stylespro_wrapper .gform_previous_button{
    width: auto;
    max-width: var(--max-width-choices);
    font-family: var(--font-body);
    font-size: var(--font-base);
    font-weight: var(--font-semibold);
    letter-spacing: 0;
    line-height: 1 !important;
    text-transform: initial;
    margin: 0 !important;
    padding: var(--spacing-30) var(--spacing-50) !important;
    border: 2px solid transparent !important;
    box-shadow: none !important;
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style .button.gform_previous_button,
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style .button.gform_previous_button:not(:is(:hover, :focus-visible)){
    font-weight: var(--font-regular) !important;
    color: var(--color-base) !important;
    font-weight: var(--font-semibold) !important;
    background-color: var(--color-skin-500) !important;
    border-color: var(--color-skin-500) !important;
    border-width: 2px !important;
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro input.button:is(:hover, :focus-visible),
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style input[type="submit"]:is(:hover, :focus-visible),
.neo-style_wrapper.gf_stylespro_wrapper .gform_next_button:is(:hover, :focus-visible),
.neo-style_wrapper.gf_stylespro_wrapper .gform_previous_button:is(:hover, :focus-visible),
.neo-style_wrapper.gf_stylespro_wrapper .fusion-button_type-3d .gform_wrapper .button.gform_previous_button:is(:hover, :focus-visible),
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style .button.gform_previous_button:is(:hover, :focus-visible){
    background-color: var(--color-racc-600) !important;
    border-color: var(--color-racc-600) !important;
}
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style .button.gform_previous_button:focus-visible,
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro.neo-style .button.gform_previous_button:focus-visible{
    background-color: var(--color-racc-600) !important;
    border-color: var(--color-racc-600) !important;
}
.neo-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform_button,
.neo-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform-footer .gform_button{
    box-shadow: none !important;
    margin-block-end: 0;
    padding: calc(var(--break-rem) * 1.118) calc(var(--break-rem) * 3);
    line-height: 21px;
    font-size: 18px;
}
.neo-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform_button:is(:hover, :focus-visible),
.neo-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform-footer .gform_button:is(:hover, :focus-visible){
    background-color: var(--color-racc-700) !important;
    border-color: var(--color-racc-700) !important;
}


/*------------------------------------------------
CHECKBOXES & RADIO BUTTONS
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_checkbox label,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_radio label{
    font-size: var(--font-base);
    margin-block-start: 0;
}
.neo-style_wrapper .gf_stylespro .gfield_checkbox,
.neo-style_wrapper .gf_stylespro .gfield_radio{
    margin-top: 0;
}
.neo-style_wrapper .gf_stylespro .gfield_checkbox > div,
.neo-style_wrapper .gf_stylespro .gfield_radio > div{
    align-items: center;
}
.neo-style_wrapper .gfsp_o_frame:not([class*="gf_list_"]) .gfield_checkbox > div,
.neo-style_wrapper .gfsp_o_frame:not([class*="gf_list_"]) .gfield_radio > div{
    margin-bottom: 0;
}
.neo-style_wrapper .gf_stylespro .gfsp_ios .gfield-choice-input + label::after,
.neo-style_wrapper .gf_stylespro .gfsp_ios .gfield_consent_label::after{
    top: 0.06em;
}
.neo-style_wrapper .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice,
.neo-style_wrapper .gf_stylespro .gfield_radio .gchoice input[type="radio"]:not(old) + label{
    transition: all 0.35 ease-out;
}
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice:is(:hover, :focus-visible),
.neo-style_wrapper .gf_stylespro .gfield_radio .gchoice:is(:hover, :focus-visible) input[type="radio"]:not(old) + label{
    border: 1px solid var(--color-racc-600);
}
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice),
.neo-style_wrapper .ginput_container_radio .gfield_radio{
    display: flex;
    flex-direction: column;
    gap: 0 var(--spacing-20);
}
.neo-style_wrapper .gfield.gf_list_2col .ginput_container_radio .gfield_radio{
    display: flex !important;
}
.neo-style_wrapper .ginput_container_radio .gfield_radio .gchoice,
.neo-style_wrapper .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice,
.neo-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_checkbox > div,
.neo-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_radio > div{
    position: relative;
    width: 100%;
    /*max-width: var(--max-width-choices);*/
    margin-bottom: var(--spacing-40);
}
.neo-style_wrapper .ginput_container_radio .gfield_radio .gchoice:only-child,
.neo-style_wrapper .ginput_container_radio .gfield_radio .gchoice:only-child input:checked + label{
    max-width: 100%;
}
.neo-style_wrapper .ginput_container_radio .gfield_radio .gchoice + .gchoice:last-child,
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice + .gchoice:last-child{
    margin-bottom: 0;
}

.neo-style_wrapper.gform_wrapper.gravity-theme .neo-style .in-a-row .ginput_container_radio .gfield_radio{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--spacing-20);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .neo-style .in-a-row .ginput_container_radio .gfield_radio .gchoice{
    margin-block: 0;
    max-width: 100%;
}
.neo-style_wrapper .gf_stylespro.neo-style .in-a-row input[type="radio"]:not(old) + label,
.neo-style_wrapper .ginput_container_radio .in-a-row .gfield_radio .gchoice input:checked + label{
    max-width: 100%;
}

@media screen and (min-width: 701px) {
    .neo-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_checkbox > div,
    .neo-style_wrapper .gf_stylespro .gfield[data-field-class*="gfsp_o_"] .gfield_radio > div{
        width: var(--max-width-choices)
    }
}
@media screen and (min-width: 601px) {
    .neo-style_wrapper .side-by-side .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice),
    .neo-style_wrapper .side-by-side .ginput_container_radio .gfield_radio{
        flex-direction: row;
        gap: var(--spacing-20);
    }

    .neo-style_wrapper .side-by-side .ginput_container_checkbox .gfield_checkbox .gchoice,
    .neo-style_wrapper .side-by-side .ginput_container_radio .gfield_radio .gchoice{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    .neo-style_wrapper.gform_wrapper.gravity-theme .neo-style .in-a-row .ginput_container_radio .gfield_radio{
        flex-direction: column;
    }
}

/*------------------------------------------------
CHECKBOXES
------------------------------------------------*/
.neo-style_wrapper .gfield-choice-input{
    width: 1.5rem !important;
    height: 1.5rem;
    accent-color: var(--color-racc-600);
}
.neo-style_wrapper .gf_stylespro .gfsp_ios .gfield-choice-input + label{
    margin-top: 0;
    margin-bottom: 0;
    min-width: fit-content;
}
.neo-style_wrapper .choice-bordered .ginput_container_checkbox .gfield_checkbox .gchoice,
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox:has(.gchoice + .gchoice) .gchoice{
    border: 1px solid var(--color-neutral-500);
    border-radius: var(--radius);
    padding: var(--spacing-40);
    accent-color: var(--color-racc-600);
    width: 100%;
    max-width: var(--max-width-choices);
}
.neo-style_wrapper .gf_stylespro .gfsp_ios .gfield-choice-input + label::before,
.neo-style_wrapper .gf_stylespro .gfsp_ios .gfield_consent_label::before{
    background-color: var(--color-neutral-700);
    border-color: var(--color-neutral-700);
    margin-block-end: 0;
}
.neo-style_wrapper .gf_stylespro .gfsp_flip input[type]:not(old) + label::after,
.neo-style_wrapper .gf_stylespro .gfsp_ios input[type]:not(old):checked + label::before,
.neo-style_wrapper .gf_stylespro .gfsp_toggle input[type]:not(old):checked + label::after {
    border-color: var(--color-racc-600);
    background-color: var(--color-racc-600) !important;
    margin-block-end: 0;
}




/*------------------------------------------------
CHECKBOX AS TOOGLE
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gf_stylespro .gfield.text-and-toogle{
    width: fit-content;
}

.neo-style_wrapper .gf_stylespro .text-and-toogle.gfsp_ios .gfield-choice-input + label{}



/*------------------------------------------------
RADIO BUTTONS
------------------------------------------------*/
.neo-style_wrapper .gf_stylespro.neo-style input[type="radio"]:not(old) + label,
.neo-style_wrapper .ginput_container_radio .gfield_radio .gchoice input:checked + label{
    width: 100%;
    /*max-width: var(--max-width-choices);*/
    accent-color: var(--color-racc-600);
    background-color: var(--color-contrast);
    border: 1px solid var(--color-neutral-500);
    border-radius: var(--radius);
    padding: calc(var(--break-rem) / 1.3) var(--break-rem);
    box-shadow: none;
    margin-block: 0;
}
.neo-style_wrapper .ginput_container_radio .gfield_radio .gchoice input:checked + label,
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice:has(input:checked),
.neo-style_wrapper .gf_stylespro .o-custom-border input:checked + label,
.neo-style_wrapper .gf_stylespro .o-custom-border li:not(.gfsp_choice_icn):not(.gfsp_choice_img) :checked + label{
    --gfsp--o-bg-color: var(--color-racc-600);
    border-color: var(--gfsp--o-bg-color);
}
.neo-style_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice:has(input:checked){
    border-color: var(--gfsp--o-bg-color) !important;
}
.neo-style_wrapper .gf_stylespro .gfsp_dot input[type]:not(old) + label::before{
    --gfsp-choice-style-color: var(--color-neutral-500);
}
.neo-style_wrapper .gf_stylespro .gfsp_dot input[type]:not(old):checked + label::before{
    --gfsp-choice-style-color: var(--color-racc-600);
}
.neo-style_wrapper .gf_stylespro .gfsp_dot input[type="checkbox"]:not(old) + label::before,
.neo-style_wrapper .gf_stylespro .gfsp_dot input[type="radio"]:not(old) + label::before{
    width: 18px;
    height: 18px;
    padding: 0;
    flex: 0 0 auto;
    margin-bottom: 0;
}
.neo-style_wrapper .sp_inherit .ginput_container_consent input[type="checkbox"]:checked{
    accent-color: var(--color-racc-600);;
}
.neo-style_wrapper .gf_stylespro .gfsp_dot .gfield-choice-input + label{
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

@media screen and (min-width: 701px) {
    .neo-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)) {
        display: block;
        column-count: 2;
        column-gap: var(--spacing-40);
        width: fit-content;
    }
    .neo-style_wrapper .gfield.gf_list_2col .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)){
        display: block !important;
    }
    .neo-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)) {
        display: block;
        column-count: 2;
        column-gap: var(--spacing-40);
        width: fit-content;
    }
    .neo-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n + 6)) > .gchoice{
        margin-bottom: var(--spacing-20);
    }
}
@media screen and (max-width: 996px) and (min-width: 701px) {
    .neo-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n+6)){
        margin-left: auto;
        margin-right: auto;
    }
    .neo-style_wrapper .ginput_container_radio .gfield_radio:has(div:nth-last-child(n+6)) > .gchoice {
        max-width: calc(var(--max-width-choices) / 1.5);
    }
}


/*------------------------------------------------
RADIO BUTTON SWITCH
------------------------------------------------*/
.neo-style_wrapper .gfield--type-choice.gfield--input-type-radio .gchoice{
    margin-block-start: var(--spacing-30);
    margin-block-end: 0;
}
.neo-style_wrapper .gfield--type-choice.gfield--input-type-radio .gchoice .gform-field-label{
    line-height: 22px;
    cursor: pointer;
}
.neo-style_wrapper .gfield--type-choice.gfield--input-type-radio .gchoice .gfield-choice-input:checked + .gform-field-label{
    background-color: var(--color-racc-10);
}
.neo-style_wrapper .gfield--type-choice.gfield--input-type-radio .gchoice .gform-field-label::after{
    top: calc(var(--break-rem) - 0.15rem);
    left: calc(var(--break-rem) + 2px);
    box-shadow: none;
}



/*------------------------------------------------
SELECTT & MULTICHOISES
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices{
    border-radius: var(--radius);
    border-color:var(--color-neutral-500);
    padding: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--spacing-40) var(--spacing-30);
    flex-wrap: wrap;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices:has(li.search-choice){
    border-color:var(--color-base);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi.chosen-container-active .chosen-choices,
.neo-style_wrapper .ginput_container_select > .ts-wrapper.focus .ts-control,
.neo-style_wrapper .ginput_container_select > .ts-wrapper.dropdown-active .ts-control,
.neo-style_wrapper .ts-wrapper:not(.form-control):not(.form-select).single .ts-control:where(:focus, :focus-visible){
    box-shadow: none;
    border-color: var(--color-racc-600) !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field{
    width: 100%
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices input[type="text"]{
    width: auto;
    padding: 0 !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice {
    background-clip: initial;
    background-color: var(--color-racc-200);
    background-image: none;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    color: var(--color-base);
    line-height: 1;
    margin: 0;
    padding: var(--spacing-30) var(--spacing-40);
    flex-basis: fit-content;
    display: flex;
    gap: var(--spacing-20);
    margin-top: var(--spacing-30);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice:first-child{
    margin-left: var(--spacing-30);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    position: relative;
    display: inline-block;
    right: 0;
    top: 0;
    width: auto;
    background: none !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after{
    content: "+";
    position: relative;
    display: block;
    width: 1ex;
    color: var(--color-base);
    font-size: var(--font-h2);
    transform: rotate(45deg);
    margin-top: calc(1ex - 1cap);

}
.neo-style_wrapper.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field{
   flex-basis: 100%;
}
.neo-style_wrapper.gform_wrapper .ginput_container_select > .ts-wrapper .ts-control .item + input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    height: 0 !important;
    padding: 0 !important;
}



/*------------------------------------------------
DATE > 3 INPUTS
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex{
    gap: var(--spacing-30);
    max-width: calc(var(--max-width-choices) * 3);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date{
    margin-left: 0;
    grid-column: span 4;
    max-width: 100%
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    min-width: fit-content !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date.gfield_date_year{
    max-width: 100% !important;
}

@media screen and (max-width: 380px) {
    .neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex{
        grid-template-columns: 1fr;
    }
    .neo-style_wrapper.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex{
        gap: var(--spacing-20);
    }
    .neo-style_wrapper.gform_wrapper.gravity-theme .gfield .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
        padding: var(--spacing-40) var(--spacing-20);
    }
}


/*------------------------------------------------
DATE > WITH ICON
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date{
    width: fit-content;
    position: relative;
}
/*.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date input.gform-datepicker:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    padding-right: var(--spacing-70) !important;
}*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date img.ui-datepicker-trigger{
    position: absolute;
    right: var(--spacing-40);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date input:not(:placeholder-shown){
    border-color: var(--color-base) !important;
}

@media screen and (min-width: 678px) {
    .neo-style_wrapper.gform_wrapper.gravity-theme .gfield_label + .ginput_container_date input.gform-datepicker:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
        width: var(--max-width-choices);
    }
}


/*------------------------------------------------
PASSWORD
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength {
    background-color: var(--color-smoke);
    border: 2px solid var(--color-neutral-300);
    border-bottom: 2px solid var(--color-neutral-300);
    margin-top: var(--spacing-40);
    padding: var(--spacing-20);
    border-radius: var(--radius)
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength.mismatch,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength.short {
  background-color: #F7E9E8;
  border-bottom: 2px solid var(--color-error-500);
  border-color: var(--color-error-500);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_password_strength.strong {
  background-color: #E6F6ED;
  border-bottom: 2px solid #09A24B;
  border-color: #09A24B;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_header_item,
.neo-style_wrapper.gform_wrapper.gravity-theme .gform_fileupload_rules,
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_complex label{
    font-size: var(--font-base);
    font-weight: var(--font-semibold);
    margin-top: 0;
    padding-top: var(--spacing-20);
}


/*------------------------------------------------
UPLOADFILE
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_container_fileupload .gform_drop_area{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dashed var(--color-neutral-500);
    background-color: transparent;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .upload-stretch .ginput_container_fileupload .gform_drop_area{
    flex-direction: row;
    justify-content: center;
    background-color: var(--color-contrast);
    gap: 1ch;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .upload-stretch .ginput_container_fileupload .gform_drop_instructions{
    margin-block-end: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_container_fileupload .gform_drop_area::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url("https://www.racc.es/wp-content/uploads/2025/09/icon_upload.svg") no-repeat center;
    background-size: contain;
    margin-block-end: var(--spacing-40);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .upload-stretch .ginput_container_fileupload .gform_drop_area::before {
    margin-block-end: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_container_fileupload .gform_button_select_files{
    color: var(--color-base);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    padding: calc(var(--break-rem) / 1.3) var(--break-rem);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .upload-stretch .ginput_container_fileupload .gform_button_select_files{
    padding: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_container_fileupload .gform_button_select_files:is(:hover, :focus-visible){
    color: var(--color-info-500) !important;
    text-decoration: none;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gform_fileupload_rules{
    text-align: center !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list {
    margin-block-start: var(--spacing-50);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list .ginput_preview{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: var(--font-small);
    border: 1px solid var(--color-neutral-800);
    background-color: transparent;
    padding: calc(var(--break-rem) / 1.3) var(--break-rem);
    border-radius: var(--radius) ;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list .ginput_preview .gfield_fileupload_percent{
    margin-right: 2ch;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list .ginput_preview > span:where(.gfield_fileupload_filename, .gfield_fileupload_filesize)::after{
    content: " | ";
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list .ginput_preview .gform_delete_file{
    margin-left: auto;
    margin-top: -7px;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list .ginput_preview .gform_delete_file:is(:hover, :focus-visible){
    opacity: 0.6;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list .ginput_preview .gform_delete_file::before{
    content: "Eliminar";
    font-size: var(--font-small);
    color: var(--color-error-500);
    margin-right: 3px;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_preview_list .ginput_preview .gform_delete_file::after{
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("https://www.racc.es/wp-content/uploads/2025/09/icon_delete-1.svg") no-repeat center;
    background-size: contain;
    vertical-align: -7px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3370%) hue-rotate(357deg) brightness(84%) contrast(80%);
}


/*------------------------------------------------
RANGE (Slider display)
------------------------------------------------*/
.neo-style_wrapper .slider-display span[class$="val-relation"]{
    position: absolute;
    top: -32px;
    margin: 0;
    color: var(--color-neutral-800);
    font-size: var(--font-small);
}
.neo-style_wrapper .slider-display span[class$="val-relation"].max-val-relation{
    right: 0;
}
.neo-style_wrapper .slider-display .noUi-tooltip{
    border-color: var(--color-neutral-300);
    font-size: var(--font-base);
    padding: 6px 8px;
}
.neo-style_wrapper .slider-display .noUi-connects{
    background-color: var(--color-racc-600);
    border-radius: var(--radius);
}
.neo-style_wrapper .slider-display .noUi-connects .noUi-connect{
    background-color: var(--color-racc-200) !important;
}


/*------------------------------------------------
SWITCHER WITH OPTIONS IN A BOX
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos)[class*="switcher-boxed-"]{
    position: relative;
    margin-block-end: 0 !important;
}
.sidebar-form.steps-style .neo-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos).switcher-box-suboption,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield + .gfield:not(.gsection):not(.gfield--type-tos).switcher-box-suboption{
    margin-block-start: -16px !important
}
.neo-style_wrapper.gform_wrapper.gravity-theme [class*="switcher-boxed-"]{
    margin-block-end: 0;
    padding: calc(var(--break-rem) / 1.3) var(--break-rem);
    border: 1px solid var(--color-neutral-500) !important;
    border-radius: var(--radius);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield_description:has(.switcher-box-dial-icon){
    position: absolute;
    left: 1rem;
    width: 40px;
    height: 40px;
    top: calc(1rem - 5px);
    margin: 0 !important;
    padding: 0 !important;
}
.neo-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gchoice{
    flex-direction: row-reverse;
}
.neo-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label{
    position: relative;
    width: 100%;
    max-width: 100%;
    perspective-origin: var(--spacing-110);
}
.neo-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label::before{
    position: absolute;
    left: initial;
    right: 0;
}
.neo-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label::after{
    left: initial;
    right: calc(1.35em + 11px);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial .gfield_description{
    --gfsp--desc-font-size: var(--font-base16);
    padding-top: var(--spacing-10) !important;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption.suboption-last{
    border-bottom: 1px solid var(--color-neutral-500) !important;
    border-radius: 0 0 var(--radius) var(--radius);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul.icon-list{
    padding-left: 0;
    margin: 0;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul > li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul > li:not(:first-child){
   margin-block-start: var(--spacing-30);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-suboption ul > li.info{
   color: var(--color-neutral-700);
}

@media screen and (min-width: 1025px) {
    .neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial{
        padding-top: calc(1rem + 5px);
    }
    .neo-style_wrapper .gf_stylespro .gfsp_ios.switcher-box-dial .gfield-choice-input + label,
    .neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial .gfield_description{
        max-width: calc(100% - 46px);
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
     .neo-style_wrapper.gform_wrapper.gravity-theme .switcher-box-dial-icon{
        display: none;
    }
}


/*------------------------------------------------
RANGE SELECTOR (SLIDER) WIDTH WIDE TOOLTIP
------------------------------------------------*/
.neo-style_wrapper .range-tooltip-wide .noUi-horizontal.noUi-target{
    height: 6px;
    border: none;
}
.neo-style_wrapper .range-tooltip-wide .slider-display{
    margin-block-start: var(--spacing-110);
    margin-block-end: var(--spacing-80);
}
.neo-style_wrapper .range-tooltip-wide .slider-display .noUi-connects .noUi-connect{
    background-color: var(--color-apollo) !important;
    border-color:  var(--color-apollo);
}
.neo-style_wrapper .range-tooltip-wide .slider-display span[class$="val-relation"]{
    top: var(--spacing-40);
    font-size: var(--font-base16);
}
.neo-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-handle{
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: -12px;
    background-color: var(--color-racc-500);
    border-color: var(--color-racc-500);
    box-shadow: none;
}
.neo-style_wrapper .range-tooltip-wide .slider-display .noUi-tooltip{
    border-color: var(--color-racc-500);
}
.neo-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-touch-area{
    cursor: pointer;
}
.neo-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-tooltip{
    bottom: initial;
    top: calc(var(--spacing-90) * -1);
    cursor: pointer;
}
.neo-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-handle::before,
.neo-style_wrapper .range-tooltip-wide .noUi-horizontal .noUi-handle::after{
    display: none
}


/*------------------------------------------------
SEARCH > WITH ICON
------------------------------------------------*/
.neo-style_wrapper .ginput_container.has_gfsp_icn{
    position: relative;
    display: flex;
    align-items: center;
}
.neo-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon{
    position: absolute;
    left: var(--spacing-30);
    height: 24px;
    border: none;
    padding: 0 !important;
}
.neo-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon::before{
    display: none;
}
.neo-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon .fa-search::after{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    background: url("https://www.racc.es/wp-content/uploads/2024/11/icon_google.svg") no-repeat center center;
}
.neo-style_wrapper .ginput_container.has_gfsp_icn .gfsp_icon .fa-search::before{
    display: none;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .ginput_container.has_gfsp_icn input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    width: 100%;
    max-width: var(--max-width-choices);
    padding-left: var(--spacing-70) !important;
}



/*------------------------------------------------
ADRESS
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper .gfield.gfield--type-address{
    display: flex;
    gap: var(--spacing-40);
}
.neo-style_wrapper.gform_wrapper .ginput_container_address span,
.neo-style_wrapper.gform_wrapper .ginput_full:not(:last-of-type){
    margin: 0;
    padding: 0;
}



/*------------------------------------------------
COUPON
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon{
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-40);
}
.neo-style_wrapper.gform_wrapper .gfield.gf_field_cupon input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
    width: max-content;
    flex-grow: 3;
}
.neo-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button{
    max-width: 190px;
    border-radius: var(--radius) !important;
}
.neo-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button:not(:is(:hover, :focus-visible)){
    background-color: var(--color-racc-contrast) !important;
    border-color: var(--color-racc-600) !important;
}
.neo-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button:is(:hover, :focus-visible){
    background-color: var(--color-racc-contrast) !important;
    border-color: var(--color-racc-700) !important;
}
@media screen and (max-width: 480px) {
    .neo-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon{
        flex-wrap: wrap;
    }
    .neo-style_wrapper.gform_wrapper .gfield.gf_field_cupon .ginput_container_coupon #gf_coupon_button.button {
        max-width: 100%;
        height: 53px;
    }
}


/*------------------------------------------------
I'M NOT A ROBOT
------------------------------------------------*/
.not-robot div.ginput_recaptcha{
    width: 100%;
}
.not-robot > div > div,
.not-robot div.ginput_recaptcha > div{
    margin-left: auto;
    margin-right: auto;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .neo-style .not-robot .gfield_label{
    display: none
}
.not-robot.flow-top{
    margin-block-start: var(--spacing-60) !important;
}
.not-robot.flow-bottom{
    margin-block-end: var(--spacing-50) !important;
    --gfsp--field-margin-bottom: var(--spacing-50);
}


/*------------------------------------------------
CONSENT
------------------------------------------------*/
.neo-style_wrapper .gfield--type-choice.gfield--input-type-consent{
    flex-direction: column;
}
.neo-style_wrapper .gfield--type-consent legend.gfield_label{
    display: none !important;
}
.neo-style_wrapper .gfield--type-consent .ginput_container_consent{
    margin-top: var(--spacing-50) !important;
}
.neo-style_wrapper .ginput_container_consent{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.neo-style_wrapper .gfield--type-tos .gfield-choice-input,
.neo-style_wrapper .sp_inherit .ginput_container_consent input[type="checkbox"],
.neo-style_wrapper .sp_inherit .gfield[data-field-class*="gfsp_"] .ginput_container_consent input[type="checkbox"]{
    position: relative;
    opacity: 1;
    width: 1.5rem !important;
    height: 1.5rem;
    accent-color: var(--color-racc-600);
}
.neo-style_wrapper .gf_stylespro .gfsp_dot .gfield_consent_label::before{
    display: none;
}
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container{
    width: 100%;
}
.neo-style_wrapper.gf_stylespro_wrapper .gptos_input_container{
    margin-block-start: var(--spacing-40);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox .gfield-choice-input:disabled + label,
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox .gfield-choice-input:disabled + label a{
    color: var(--color-neutral-700);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox .gfield-choice-input:not(:disabled) + label a{
    color: var(--color-base);
}
.neo-style_wrapper.gform_wrapper.gravity-theme .gfield--type-tos .gfield_checkbox label a:not(:is(:hover, :focus-visible)){
    text-decoration: underline;
    text-underline-offset: 2px;
}
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container,
.neo-style_wrapper.gf_stylespro_wrapper .gf_stylespro .gfield_description.gfield_consent_description{
    --gfsp--desc-padding: var(--spacing-40);
    margin-top: 0;
    background-color: var(--color-contrast) !important;
}
.neo-style_wrapper .consent-small .gfield_checkbox labe{
    font-size: var(--font-small);
}
.neo-style_wrapper .consent-small .gfield_description{
    margin-block-start: var(--spacing-60);
}
.neo-style_wrapper .consent-small .gfield_description *,
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container *,
.neo-style_wrapper .consent-small .gfield_description.gfield_consent_description *{
    font-size: var(--font-small);
    color: var(--color-base);
}
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p{
    margin-bottom: var(--spacing-30);
}
.neo-style_wrapper .consent-small .gfield_description.gfield_consent_description p{
    margin-bottom: var(--spacing-20);
}
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p,
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p *,
.neo-style_wrapper .consent-small .gfield_description.gfield_consent_description p,
.neo-style_wrapper .consent-small .gfield_description.gfield_consent_description p *{
    font-size: var(--font-tiny);
    color: var(--color-neutral-600);
}
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p a:not(:is(:hover, :focus-visible)),
.neo-style_wrapper .consent-small .gfield_description.gfield_consent_description p a:not(:is(:hover, :focus-visible)){
    text-decoration: underline;
}
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p > br + br,
.neo-style_wrapper.gf_stylespro_wrapper .gwtos_terms_container p + br + br,
.neo-style_wrapper .consent-small .gfield_description.gfield_consent_description p > br + br,
.neo-style_wrapper .consent-small .gfield_description.gfield_consent_description p + br + br{
    display: none;
}
.neo-style_wrapper .consent-check .gfield_checkbox > div{
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.neo-style_wrapper .consent-check .gfield_checkbox > div > *{
    flex: 1;
}
.neo-style_wrapper .consent-check .gfield-choice-input{
    position: relative;
    height: 1.5rem;
    width: 1.5rem !important;
    max-width: 1.5rem !important;
    accent-color: var(--color-racc-600);
    opacity: 1;
}
.neo-style_wrapper.gform_wrapper.gravity-theme .consent-check .gfield_checkbox label{
    font-size: var(--font-small);
}


/*------------------------------------------------
LOADER NEXT SUBMIT
------------------------------------------------*/
.neo-style_wrapper.gform_wrapper.gravity-theme .gform-loader{
    display: none
}



/*------------------------------------------------
EDIT FORM BUTTON (DEACTIVATE LOCKED INPUTS)
------------------------------------------------*/
.form-editable .form-edit-link{
    display: flex;
    justify-content: flex-end;
}
.form-editable .form-edit-link .edit-link.buttoned{
    background-color: var(--color-contrast);
}
.form-editable .form-edit-link .edit-link.buttoned:is(:hover, :focus-visible){
    background-color: var(--color-info-50);
}

.formedit_firstpage.gf-fields-locked input:not([type="button"]):not([type="submit"]):not([type="reset"]),
.formedit_firstpage.gf-fields-locked textarea {
    pointer-events: none;
}

.formedit_firstpage.gf-fields-locked .ts-wrapper,
.formedit_firstpage.gf-fields-locked select {
    pointer-events: none;
    opacity: 0.7;
}

.formedit_firstpage.gf-fields-locked .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):read-only,
.formedit_firstpage.gf-fields-locked .gfield textarea:read-only,
.formedit_firstpage.gf-fields-locked .ts-wrapper:not(.form-control):not(.form-select).single .ts-control,
.formedit_firstpage.gf-fields-locked .ts-wrapper:not(.form-control):not(.form-select).single .ts-control > .item {
    border-color: transparent !important;
    padding-inline: 0 !important;
    background-color: var(--color-contrast) !important;
    -moz-appearance: textfield;
    color: var(--color-base);
}

.formedit_firstpage.gf-fields-locked .ginput_container:has([readonly]) + .gfield_description,
.formedit_firstpage.gf-fields-locked .gform-theme__disable:has(.disabled) + .gfield_description {
   display: none !important;
}



/*--------------------------------------------------------------
NEW MODAL WITH BRAND DESIGN
--------------------------------------------------------------*/
.modal-brand .modal-title{
   display: none;
}
.modal-brand .modal-content{
    --awb-background: var(--color-contrast);
    border: none;
    border-radius: var(--radius);
    padding-top: 0;
}
.modal-brand .modal-content .modal-header{
    background-color: var(--color-contrast) !important;
    border: none;
    border-radius: var(--radius) var(--radius) 0 0;
    padding: var(--spacing-40) var(--spacing-40) var(--spacing-20) var(--spacing-40);
}
.modal-brand .modal-content .modal-header .close{
    font-weight: var(--font-light);
    color: var(--color-base);
    opacity: 1;
}
.modal-brand .modal-content .modal-body{
    padding: var(--spacing-40);
    padding-top: 0;
}
.modal-brand .modal-content .modal-body p.title{
    font-size: var(--font-h4);
    margin-block-start: calc(var(--spacing-20) * -1);
}
.modal-brand hr,
.modal-brand .modal-content .modal-body hr{
    height: 1px;
    background-color: var(--color-neutral-500);
    border: none;
    margin-block: var(--spacing-30);
}
.modal-brand .neo-style_wrapper.gf_stylespro_wrapper{
    margin-block-end: 0;
}

.modal-brand .neo-style_wrapper.gf_stylespro_wrapper .gsection{
    padding-bottom: calc(var(--break-rem) * 1.25);
}
.modal-brand .neo-style_wrapper .gfield--input-type-section :where(h2, h3, h4){
    margin-block-start: 0;
}
.modal-brand .neo-style_wrapper.gform_wrapper.gravity-theme .top_label .gsection_description{
    padding-top: 0;
    margin-block-start: var(--spacing-10);
    font-size: var(--font-base);
}
.modal-brand .neo-style_wrapper.gform_wrapper.gravity-theme .consent-small{
    margin-block-start: var(--spacing-20);
}
.modal-brand .neo-style_wrapper.gform_wrapper.gravity-theme .gfield--type-html p a:not(:is(:hover, :focus-visible)){
    text-decoration: underline;
}
.modal-brand .neo-style_wrapper.gform_wrapper.gravity-theme .gform_footer{
    margin-block-start: 0;
    padding: 0;
}
.modal-brand :where(#gform_wrapper_237, #gform_wrapper_238).neo-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform_button,
.modal-brand :where(#gform_wrapper_237, #gform_wrapper_238).neo-style_wrapper.gf_stylespro_wrapper.gform_wrapper .gform-footer .gform_button{
    width: 100%;
    max-width: 100%;
}

