.elementor-652 .elementor-element.elementor-element-f4fe65f{--display:flex;}.elementor-652 .elementor-element.elementor-element-227c6b8{width:100%;max-width:100%;}.elementor-652 .elementor-element.elementor-element-227c6b8.elementor-element{--align-self:flex-start;}#elementor-popup-modal-652 .dialog-widget-content{background-color:#FFFFFF;border-radius:22px 22px 22px 22px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-652{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-652 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-652 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-652 .elementor-element.elementor-element-227c6b8{width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-227c6b8 */.ff-el-input--label.ff-el-is-required.asterisk-right {
    display: none !important;
}

form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    background: linear-gradient(270deg, #3b00ff, #ff0099, #ff9900, #3b00ff);
    background-size: 800% 800%;
    animation: gradientMove 5s ease infinite;
    border: none;
    color: #ffffff;
    min-width: 100%;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
    transform: scale(1.03);
    color: #ffffff !important;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */