

html body [data-rasa-section-hidden="1"] {
    display: none !important;
}

@media (max-width: 767px) {
    html body [data-rasa-section-mobile-hidden="1"] {
        display: none !important;
    }
}

@media (min-width: 768px) {
    html body [data-rasa-section-desktop-hidden="1"] {
        display: none !important;
    }
}

html body main.rasa-pro-main,
html body .rasa-pro-main {
    display: block !important;
}

html body main.rasa-pro-main > section,
html body main.rasa-pro-main > div,
html body .rasa-pro-main > section,
html body .rasa-pro-main > div {
    order: initial !important;
}

html body [data-rasa-home-section="hero"],
html body [data-rasa-home-section="footer"] {
    display: revert !important;
}

