#static-content-component h2,
#static-content-component h3,
#static-content-component h4 {
  color: var(--primarytext);
  font-size: 1.25rem;
  font-weight: var(--weight-medium);
  margin-bottom: 0.8rem;
}
#static-content-component p {
  text-align: justify;
  color: var(--primarytext);
  font-size: 1rem;
  font-weight: var(--weight-regular);
}
#static-content-component a {
  text-decoration: underline;
  color: var(--primarytext);
}
#static-content-component a:hover {
  color: var(--tealblue);
}
#static-content-component ul li,
#static-content-component ol li {
  position: relative;
  text-align: justify;
  color: var(--primarytext);
  font-size: 1rem;
  font-weight: var(--weight-regular);
}
#static-content-component ul {
  list-style-type: none;
  margin-bottom: 1.875rem;
  padding-left: 0;
}
#static-content-component ul li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  position: relative;
}
#static-content-component ul li:before {
  content: "";
  left: -0.375rem;
  position: absolute;
  top: 0.5rem;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--tealblue);
}
#static-content-component ul li ul {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
#static-content-component ul li ul li:before {
  background-color: transparent;
  border: .0625rem solid var(--tealblue);
}
#static-content-component ul li ul li ul li:before {
  border-radius: 0;
  border: none;
  background-color: var(--tealblue);
}
#static-content-component ul li ul li ul li ul li:before {
  background-color: var(--tealblue);
  border-radius: 0;
  border: none;
}
#static-content-component ul li ol,
#static-content-component ol li ul {
  margin-top: 0.5rem;
}
#static-content-component ul li ol {
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}
#static-content-component ol {
  list-style-type: decimal;
  margin-bottom: 1.875rem;
  padding-left: 0.125rem;
  margin-left: 0.625rem;
  display: list-item;
}
#static-content-component ol li {
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
  position: relative;
}
#static-content-component ol li:before {
  content: none;
}
#static-content-component ol ol {
  margin-top: 0.5rem;
  padding-left: 0rem;
  list-style-type: lower-latin;
  margin-bottom: 1rem;
}
#static-content-component ol ol ol {
  list-style-type: lower-roman;
}
#static-content-component ol ol ol ol {
  list-style-type: upper-latin;
}
#static-content-component ol ol ol ol ol {
  list-style-type: upper-roman;
}
#static-content-component ol ul {
  margin-bottom: 1rem;
}
#static-content-component ol ul li:before {
  content: "";
}
