.scope-text-content {
  --stc-link-color: #2c9a54;
  --stc-link-hover-color: #1f6f3c;
  font-size: 1rem;
}
.scope-text-content h6, .scope-text-content .h6, .scope-text-content h5, .scope-text-content .h5, .scope-text-content h4, .scope-text-content .h4, .scope-text-content h3, .scope-text-content .h3, .scope-text-content h2, .scope-text-content .h2, .scope-text-content h1, .scope-text-content .h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: var(--font-family-headings, inherit);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  color: var(--sct-heading-color, inherit);
}
.scope-text-content h1, .scope-text-content .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .scope-text-content h1, .scope-text-content .h1 {
    font-size: 2.5rem;
  }
}
.scope-text-content h2, .scope-text-content .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .scope-text-content h2, .scope-text-content .h2 {
    font-size: 2rem;
  }
}
.scope-text-content h3, .scope-text-content .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .scope-text-content h3, .scope-text-content .h3 {
    font-size: 1.75rem;
  }
}
.scope-text-content h4, .scope-text-content .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .scope-text-content h4, .scope-text-content .h4 {
    font-size: 1.5rem;
  }
}
.scope-text-content h5, .scope-text-content .h5 {
  font-size: 1.25rem;
}
.scope-text-content h6, .scope-text-content .h6 {
  font-size: 1rem;
}
.scope-text-content p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.scope-text-content ol,
.scope-text-content ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.scope-text-content ol ol, .scope-text-content ul ul {
  margin-bottom: 0;
}
.scope-text-content :is(dir, menu, ol, ul) ul {
  list-style-type: circle;
}
.scope-text-content ul {
  list-style-type: disc;
}
.scope-text-content ol {
  list-style-type: decimal;
}
.scope-text-content li {
  --sct-list-item-margin-bottom: 0.5rem;
  list-style: unset;
  margin-bottom: var(--sct-list-item-margin-bottom);
}
.scope-text-content table:not(.stc-ignore) tbody, .scope-text-content table:not(.stc-ignore) td, .scope-text-content table:not(.stc-ignore) tfoot, .scope-text-content table:not(.stc-ignore) th, .scope-text-content table:not(.stc-ignore) thead, .scope-text-content table:not(.stc-ignore) tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.scope-text-content table:not(.stc-ignore) {
  --table-color-type: initial;
  --table-bg-type: initial;
  --table-color-state: initial;
  --table-bg-state: initial;
  --table-color: inherit;
  --table-bg: transparent;
  --table-border-color: #dee2e6;
  --cell-padding-x: 0.5rem;
  --cell-padding-y: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--table-border-color);
}
.scope-text-content table:not(.stc-ignore) > :not(caption) > * > * {
  padding: var(--cell-padding-y) var(--cell-padding-x);
  color: var(--table-color-state, var(--table-color-type, var(--table-color)));
  background-color: var(--table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--table-bg-state, var(--table-bg-type, var(--table-accent-bg)));
}
.scope-text-content table:not(.stc-ignore) > tbody {
  vertical-align: inherit;
}
.scope-text-content table:not(.stc-ignore) > thead {
  vertical-align: bottom;
}
.scope-text-content table:not(.stc-ignore) > :not(caption) > * {
  border-width: 1px 0;
}
.scope-text-content table:not(.stc-ignore) > :not(caption) > * > * {
  border-width: 0 1px;
}
.scope-text-content a:not(.stc-ignore) {
  color: var(--stc-link-color);
  text-decoration: none;
  font-weight: 500;
}
.scope-text-content a:not(.stc-ignore):hover {
  color: var(--stc-link-hover-color);
  text-decoration: none;
}
.scope-text-content hr {
  margin: 1.25rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.25;
}
.scope-text-content img {
  max-width: 100%;
  height: auto;
}

[loading=lazy] {
  min-width: 1px;
  min-height: 1px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}/*# sourceMappingURL=scope-text-content.css.map */