.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3638 .elementor-element.elementor-element-5cd4468c{--display:flex;--justify-content:center;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3638 .elementor-element.elementor-element-5a8e16d .elementor-heading-title{color:var( --e-global-color-0d4d5ed );}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5cd4468c *//* Desktop/tablet (what worked already) */
.elementor-3638 .elementor-element.elementor-element-5cd4468c {
  min-height: calc(100vh - 90px - 100px);
  box-sizing: border-box; /* be explicit */
}

/* Mobile: use *visible* viewport + allow for the notch/home bar */
@media (max-width: 767px) {
  /* If your mobile header/footer are different heights, set them here.
     Try these first; tweak if needed. */
  /* e.g., header ~60px, footer ~100px on mobile */
  .elementor-3638 .elementor-element.elementor-element-5cd4468c {
    /* Prefer 100svh; fallback to 100dvh if supported */
    min-height: calc(100svh - 86px - 100px - env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px); /* avoids clip on iOS */
    box-sizing: border-box;
  }

  @supports (height: 100dvh) {
    .elementor-3638 .elementor-element.elementor-element-5cd4468c {
      min-height: calc(100dvh - 86px - 100px - env(safe-area-inset-bottom, 0px));
    }
  }
}/* End custom CSS */