/* Start custom CSS for text-editor, class: .elementor-element-10985e8 */ol {
  counter-reset: section var(--start-counter);
}
ol > li {
  display: block;
  counter-increment: section;
}
ol > li:before {
  content: counter(section) ". ";
}
ol[start] > li:before {
  font-weight: bold;
}
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) ". ";
}
.broken_link, a.broken_link {
    text-decoration: none!important;
}/* End custom CSS */