.elementor-74 .elementor-element.elementor-element-35970f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0.50em 0.50em;--row-gap:0.50em;--column-gap:0.50em;--flex-wrap:wrap;--padding-top:10em;--padding-bottom:3em;--padding-left:3em;--padding-right:3em;}.elementor-74 .elementor-element.elementor-element-37e6db8{--divider-border-style:solid;--divider-color:var( --e-global-color-accent );--divider-border-width:2px;padding:0.5em 0em 0em 0em;}.elementor-74 .elementor-element.elementor-element-37e6db8 .elementor-divider-separator{width:100%;}.elementor-74 .elementor-element.elementor-element-37e6db8 .elementor-divider{padding-block-start:0px;padding-block-end:0px;}@media(min-width:768px){.elementor-74 .elementor-element.elementor-element-35970f5{--content-width:950px;}}@media(max-width:1024px) and (min-width:768px){.elementor-74 .elementor-element.elementor-element-35970f5{--content-width:950px;}}@media(max-width:1024px){.elementor-74 .elementor-element.elementor-element-35970f5{--padding-top:10em;--padding-bottom:5em;--padding-left:1em;--padding-right:1em;}}@media(max-width:767px){.elementor-74 .elementor-element.elementor-element-35970f5{--padding-top:7.5em;--padding-bottom:5em;--padding-left:1em;--padding-right:1em;}}/* Start custom CSS */#field_2_7{
    display: flex;
    align-items: center;
    gap: 1em;
}

#field_2_7 legend{
    float: left;
    padding: 0 !important;
}

#field_2_7 .gfield_radio{
    gap: 0;
    background-color: #DEDEDE;
    border-radius: 5px;
    outline: 1px solid #CCC;
}

#field_2_7 .gfield_radio .gchoice{
    display: block;
}

#field_2_7 input{
    display: none;
}

#field_2_7 label{
    cursor: pointer;
    background-color: #DEDEDE;
    border-radius: 5px;
    padding: 5px 15px !important;
    margin: 0 !important;
    transition: all 0.2s ease-in-out;
    text-align: center;
}

#field_2_7 label:hover, #field_2_7 input:checked + label{
    background-color: #febd17;
    color: #000;
}

body .form-container .row-display{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1em;
}

body .form-container .row-display label.gfield_label{
    min-width: fit-content !important;
    padding: 0 !important;
}

body .form-container .row-display .ginput_container {
    min-width: fit-content !important;
}

body .form-container .row-display-description{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px 1em;
    justify-content: space-between;
}

body .form-container .row-display-description label.gfield_label, body .form-container .row-display-description .gfield_description{
    min-width: fit-content !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .form-container .row-display-description .ginput_container {
    min-width: 100% !important;
}

.form-container .gform_heading, .form-container .gfield_required .sr-only{
    display: none;
}

/*unchecked star*/
.gform-theme--foundation .gsurvey-rating:not(:checked)>label {
    background-image: url(/wp-content/uploads/empty-star.svg) !important;
}

/*checked star*/
.gform-theme--foundation .gsurvey-rating:not(:checked)>label:hover, .gform-theme--foundation .gsurvey-rating:not(:checked)>label:hover~label, .gform-theme--foundation .gsurvey-rating>input:checked~label{
    background-image: url(/wp-content/uploads/star-fill-yellow.svg) !important;
}

body .form-container .gform_wrapper .review-checkbox legend.gfield_label{
    font-family: "Inter", Sans-serif !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
}

.form-container a{
    color:#febd17 !important;
} 

#headerimg, #footer, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    display: none;
}

.form-container .gform_wrapper {
    padding: 0;
    background: none;
    box-shadow: none;
}

body .form-container .gform_wrapper label, body .form-container .gform_wrapper p, .gfield_description, body .form-container textarea{
    font-family: "Inter", Sans-serif !important;
}

body .form-container .gfield_consent_description{
    padding: 8px 10px;
    border-radius: 4px;
}
body .form-container .gform_wrapper p{
    margin-top: 5px;
    font-size: 1rem !important;
    line-height: 1.4em;
}

body .form-container .gform_wrapper .gfield_label{
    font-family: "Inter", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    color: #222;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.5em !important;
}

.form-container .gform-field-label a{
    color: #febd17;
}

.form-container .gsection_title{
    font-family: "Inter", Sans-serif !important;
    font-size: 1.75rem;
    line-height: 1;
}

.form-container span.review-title{
    font-family: "Inter", Sans-serif !important;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 600;
}

body .form-container .gform_wrapper select{
    font-family: "Inter", Sans-serif !important;
    font-size: 0.75rem !important;
}

body .form-container .gform_wrapper input, body .form-container .gform_wrapper select, .ts-control, body .form-container textarea{
    border:1px solid #ccc;
}

body .form-container .gform_wrapper input{
    line-height: 1 !important;
}

body .form-container .gform_wrapper input::placeholder, body .form-container textarea::placeholder{
    font-family: "Inter", Sans-serif !important;
    font-size: 0.75rem !important;
    color: #979797;
}

body .form-container .gform_wrapper .gfield_required{
    line-height: 1;
}

.gfield_radio input[type="radio"]{
    position: relative;
}

.gfield_radio label{
    padding: 0  !important;
    margin: 0 0 0 8px !important;
}

.ginput_container_select {
    height: auto !important;
}

.ts-wrapper{
    min-height: 2.25rem  !important;
    height: 100% !important;
}

.ts-wrapper.single .ts-control{
    border-color: #CCC !important;    
}

.gfield_radio label:before{
    display: none !important;
}


body .form-container .gform_wrapper legend.gfield_label:after{
    display: none;    
}

.ts-control{
    padding: 0 12px !important;
}

.form-container .gform-theme--foundation .gform_fields{
    gap: 1em;
}

.form-container .gfield_checkbox label{
    margin-left: 25px;
}

.form-container .gfield_checkbox label::before{
    display: none;
}

.form-container .button-wrapper{
    background: #febd17 !important;
    min-height: 0 !important;
    border:none !important;
    border-radius: 0 !important;
}

.form-container input[type="button"], .form-container input[type="submit"]{
    background: #febd17 !important;
    min-height: 0 !important;
    border:none !important;
    border-radius: 0 !important;
}

.form-container input[type="button"], .form-container input[type="submit"]{
    font-size: 1.125rem !important;
    background: #232323 !important;
    border: 2px solid #febd17 !important;
    padding: 0.6em 1.5em !important;
}

.form-container input[type="button"]:hover, .form-container input[type="submit"]:hover{
    background: #febd17 !important;
}

.form-container .button-wrapper:before{
    display: none;
}

body .form-container button, body .form-container button:hover{
    background-color: #febd17 !important;

}

@media screen and (max-width: 640px) {
    .gfield .gfield--width-half{
        width:100% !important;
    }
    
    .form-container .ts-dropdown, .form-container .ginput_container input, .form-container select{
        font-size: 1rem !important;
    }
    #field_2_7 {
        display: flex;
        align-items: center;
        gap: 1em;
        flex-wrap: wrap;
    }
    
    #field_2_7 legend{
        margin-bottom: 0;
    }
    #input_2_7{
        flex-direction: row;
    }
}/* End custom CSS */