.elementor-394 .elementor-element.elementor-element-bad4f7f{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-394 .elementor-element.elementor-element-bad4f7f:not(.elementor-motion-effects-element-type-background), .elementor-394 .elementor-element.elementor-element-bad4f7f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F4F7;}.elementor-394 .elementor-element.elementor-element-bed57cb{--spacer-size:100px;}.elementor-394 .elementor-element.elementor-element-7b15d83{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-394 .elementor-element.elementor-element-9a9dbd2{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9a9dbd2 *//* This hides the bottom 64 pixels where the bar lives */
.hide-jotform-bar {
    width: 100%;
    height: 480px; /* Adjust this so the Submit button is visible */
    overflow: hidden;
    position: relative;
    border: none;
}

.hide-jotform-bar iframe {
    height: 544px !important; /* This must be exactly 64px larger than the height above */
    position: absolute;
    top: 0;
    left: 0;
}

/* Fix for Mobile (where forms get taller) */
@media (max-width: 767px) {
    .hide-jotform-bar {
        height: 700px; 
    }
    .hide-jotform-bar iframe {
        height: 764px !important;
    }
}/* End custom CSS */