.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-054b993 */ol {
  counter-reset: section var(--start-counter);
}
ol > li {
  display: block;
  counter-increment: section;
}
ol > li:before {
  content: counter(section) ". ";
}
ol > li > ol {
  counter-reset: subsection;
}
ol > li > ol > li {
  display: block;
  counter-increment: subsection;
}
ol > li > ol > li:before {
  content: counter(section) "." counter(subsection) ". ";
}
ol > li > ol > li > ol {
  counter-reset: subsubsection;
}
ol > li > ol > li > ol > li {
  display: block;
  counter-increment: subsubsection;
}
ol > li > ol > li > ol > li:before {
  content: counter(section) "." counter(subsection) "." counter(subsubsection) ". ";
}/* End custom CSS */