/* ToC Sticky Bar
================================================== */
.c-table-of-contents {
  background: #FFFFFF;
  border-block-end: 1px dashed #B7B7B7;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 3;
  /* ToC Overlay
  ================================================== */
  /* Scroll Progress Bar
  ================================================== */
  /* ToC Navigation
  ================================================== */
  /* ToC Sidebar
  ================================================== */
}
.c-table-of-contents.is-active {
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.logged-in .c-table-of-contents.is-active {
  margin-block-start: 2rem;
}
.c-table-of-contents__inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding-block: 1.2rem 1.5rem;
}
.c-table-of-contents__item {
  color: #191919;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-box-trim: trim-start;
}
.c-table-of-contents__item:is(button, a) {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  transition: color 0.2s ease-in-out;
}
.c-table-of-contents__item:is(button, a):hover, .c-table-of-contents__item:is(button, a):focus {
  background-color: transparent;
  color: #327DA2;
}
.c-table-of-contents__item:is(button, a):focus-visible {
  outline: 0.125rem solid #327DA2;
  outline-offset: 2px;
}
.c-table-of-contents__item:is(button) {
  border: none;
  padding: 0;
}
.c-table-of-contents__item svg {
  flex-shrink: 0;
}
.c-table-of-contents__item--current-chapter {
  margin: 0;
  max-inline-size: 35vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .c-table-of-contents__item--current-chapter {
    max-width: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .c-table-of-contents__item--current-chapter {
    max-width: 40vw;
  }
}
.c-table-of-contents__label {
  text-box-trim: inherit;
}
@media screen and (max-width: 900px) {
  .c-table-of-contents:not(.c-table-of-contents--placeholder) .c-table-of-contents__label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    block-size: 1px;
    inline-size: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
  }
}
.c-table-of-contents__icon-wrapper {
  inline-size: 1.375rem;
}
.c-table-of-contents__icon {
  display: inline-block;
}
.c-table-of-contents__icon--close {
  display: none;
}
.c-table-of-contents.nav-open .c-table-of-contents__icon--open {
  display: none;
}
.c-table-of-contents.nav-open .c-table-of-contents__icon--close {
  display: inline-block;
}
.c-table-of-contents__overlay {
  inline-size: 100%;
  margin-block-start: 0.0625rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  .c-table-of-contents__overlay {
    background: #FFFFFF;
    box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
    max-block-size: calc(80dvh - 3.75rem);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media screen and (max-width: 900px) {
  .logged-in .c-table-of-contents__overlay {
    max-block-size: calc(80dvh - 3.75rem - 2rem);
  }
}
.c-table-of-contents__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-table-of-contents__overlay-inner {
  background: #FFFFFF;
  box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.1);
  inline-size: 33.33%;
  margin-inline: -0.25rem;
  max-block-size: calc(100dvh - 3.75rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 3.5rem 2.5rem 3.5rem 0;
}
.c-table-of-contents__overlay-inner:before {
  background: inherit;
  box-shadow: 0.375rem 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  content: "";
  inline-size: 100%;
  inset-block: 0;
  inset-inline-start: -100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .c-table-of-contents__overlay-inner:before {
    box-shadow: none;
  }
}
@media screen and (max-width: 900px) {
  .c-table-of-contents__overlay-inner {
    box-shadow: none;
    inline-size: 100%;
    margin-block: 2rem;
    max-block-size: 100%;
    overflow-y: hidden;
    padding: 0;
  }
}
.logged-in .c-table-of-contents__overlay-inner {
  max-block-size: calc(100dvh - 3.75rem - 2rem);
}
@media screen and (max-width: 900px) {
  .logged-in .c-table-of-contents__overlay-inner {
    max-block-size: 100%;
  }
}
.c-table-of-contents__progress {
  background-color: #DB1E0C;
  block-size: 0.125rem;
  inline-size: 0;
  inset-block-end: -0.0625rem;
  inset-inline-start: 0;
  position: absolute;
  transition: width 0.1s linear;
  z-index: 1;
}
.c-table-of-contents__list {
  padding: 0 0.25rem;
}
.c-table-of-contents__list-item {
  font-family: Overpass, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  list-style-type: none;
  padding-block-end: 1.5rem;
}
.c-table-of-contents__list-item ol {
  padding-block-start: 1.5rem;
}
.c-table-of-contents__link {
  background-image: none;
  color: #191919;
}
.c-table-of-contents__link:hover, .c-table-of-contents__link:focus {
  background-image: none;
  color: #327DA2;
}
.c-table-of-contents__link:focus-visible {
  outline: 0.125rem solid #327DA2;
}
.c-table-of-contents__sidebar-nav {
  margin-inline: -0.25rem;
}
.c-table-of-contents--placeholder {
  border-block-end: none;
  padding-block: 0.75rem 2.25rem;
  pointer-events: auto;
  position: static;
  transform: translateY(0);
  transition: opacity 0.3s ease;
  visibility: visible;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .c-table-of-contents--placeholder {
    padding-block: 0;
  }
}
.c-table-of-contents--placeholder.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.c-table-of-contents--placeholder .c-table-of-contents__label {
  color: #191919;
  font-family: "Overpass", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-block-end: 2rem;
}

/*# sourceMappingURL=table-of-contents.css.map */
