.toc {
  padding: 32px 0;
}
@media screen and (max-width: 992px) {
  .toc {
    padding: 0 24px;
  }
}
.toc .container {
  max-width: 1200px;
}
.toc-wrapper {
  padding: 36px 12px;
  border-radius: 16px;
  border: 1px solid #d6dfe1;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.toc-wrapper .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 0 36px 12px;
  border-bottom: 2px solid #e2ecee;
}
@media screen and (max-width: 992px) {
  .toc-wrapper .title {
    flex-direction: column;
    align-items: baseline;
    padding: 0 0 12px;
  }
}
.toc-wrapper .title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.toc-wrapper .title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.toc-wrapper .title p::before {
  content: "/";
  color: #ff6f61;
  margin-right: 4px;
}
.toc-content {
  padding: 0 76px;
}
@media screen and (max-width: 992px) {
  .toc-content {
    padding: 0;
  }
}
.toc-content ol {
  counter-reset: item;
  padding-left: 0;
  list-style: none;
}
.toc-content ol li {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
  padding-bottom: 5px;
}
.toc-content ol li a {
  color: #002a93;
  text-decoration: none;
}
.toc-content ol li a:hover {
  text-decoration: underline;
}
.toc-content ol > li {
  counter-increment: item;
}
.toc-content ol ol > li {
  display: block;
}
.toc-content ol ol > li::before {
  content: counters(item, ".") ". ";
  margin-left: -20px;
  color: #00141a;
}
.toc-content ol ol {
  padding-bottom: 20px;
  padding-left: 30px;
  list-style: decimal;
}
.toc-content ol ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.toc-content ol ol li a {
  color: #00141a;
}
.toc-content ol ol li:last-child {
  padding-bottom: 0;
}
.toc-content ol ol ol {
  padding-left: 10px;
}
.toc-content ol ol ol:last-child {
  padding-bottom: 0;
}
.toc .entry-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .toc .entry-wrapper {
    padding: 64px 0 0;
  }
}
.toc .entry__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #ff6f61;
  padding-bottom: 20px;
}
.toc .entry__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}
.toc .entry__text p {
  padding-bottom: 20px;
}

/*# sourceMappingURL=table_of_contents.css.map*/