.elementor-1879 .elementor-element.elementor-element-e6a955f{--display:flex;}.elementor-1879 .elementor-element.elementor-element-e6a955f:not(.elementor-motion-effects-element-type-background), .elementor-1879 .elementor-element.elementor-element-e6a955f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F620;}/* Start custom CSS for wpforms, class: .elementor-element-5944889 *//* Center the form container 
https://wpforms.com/developers/how-to-center-a-form/ */
.wpforms-container.wpf-center_2 {
    margin: 0 auto !important;
    max-width: 1000px !important;
    width: 1000px !important;
}
/* Center submit button and make it full width */
.wpf-center_2 .wpforms-submit-container {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
.wpf-center_button{
    border: none;
   border-radius: 15px !important; 
}

/* Mobile responsiveness */
@media only screen and (max-width: 600px) {
    .wpforms-container.wpf-center_2 {
        max-width: unset !important;
        width: auto !important;
    }
}/* End custom CSS */