.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-4026 .elementor-element.elementor-element-34fae3e .elementor-heading-title{color:#E21633E6;}.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 );}/* Start custom CSS for html, class: .elementor-element-b09020f *//* Adjust heights so the full calendar shows without an internal scrollbar */
.calendly-inline-widget {
  height: 1100px !important;   /* Desktop default */
  min-width: 320px;
}

/* Tablet */
@media (max-width: 1024px) {
  .calendly-inline-widget {
    height: 1250px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .calendly-inline-widget {
    height: 1400px !important;
  }
}/* End custom CSS */