.elementor-504 .elementor-element.elementor-element-7e3beca{--display:flex;}.elementor-504 .elementor-element.elementor-element-4b17e4b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ff932c6 *//* Submit Button */
.ur-submit-button {
    background: #B70202 !important;
    border: 2px solid #B70202 !important;
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
    cursor: pointer;
}

/* Hover */
.ur-submit-button:hover {
    background: #B70202 !important;
    border-color: #B70202 !important;
    color: #fff !important;
}

/* Focus */
.ur-submit-button:focus {
    box-shadow: 0 0 0 4px rgba(140,198,63,.25);
}/* End custom CSS */