.elementor-5409 .elementor-element.elementor-element-5e37aff4{--display:flex;}.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 *//* FORCE TEXT VISIBILITY */
body.page {
  color: #222 !important;
}

/* Headings */
body.page h1,
body.page h2,
body.page h3,
body.page h4,
body.page h5,
body.page h6 {
  color: #003366 !important;
}

/* Paragraphs + lists */
body.page p,
body.page li,
body.page span,
body.page div {
  color: #222 !important;
}

/* Fix links (including active state issue) */
body.page a {
  color: #0B72E7 !important;
}
body.page a:hover,
body.page a:focus {
  color: #005bb5 !important;
}
body.page a:active {
  color: #0B72E7 !important;
}

/* Elementor text widgets override */
.elementor-widget-text-editor,
.elementor-widget-heading {
  color: #222 !important;
}

/* Fix invisible text caused by opacity or blend modes */
body.page * {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Fix if background is forcing white text */
body.page {
  background-color: #ffffff !important;
}/* End custom CSS */