.pb-content-shell {
  max-width: var(--content-max, 1280px);
  box-sizing: border-box;
  padding-inline: var(--section-padding-x, 48px);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.pb-section-nav-sidebar {
  top: calc(var(--sticky-offset, 96px) + 16px);
  z-index: 5;
  position: sticky;
  align-self: start;
}

.pb-page-shell, main#main {
  width: 100%;
  max-width: none !important;
  min-width: 320px;
  position: relative;
  box-sizing: border-box;
  overflow-x: clip;
  background: var(--color-paper, #ffffff);
  margin-inline-end: 0px !important;
  padding-inline-end: 0px !important;
  margin-inline-start: 0px !important;
  padding-inline-start: 0px !important;
}

section {
  box-sizing: border-box;
}

.pb-nav__close-btn {
  cursor: pointer;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  flex-shrink: 0;
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgb(10, 10, 10);
  border-top-style: solid;
  border-top-width: 2px;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-left-color: rgb(10, 10, 10);
  border-left-style: solid;
  border-left-width: 2px;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgb(10, 10, 10);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: rgb(10, 10, 10);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 12px;
  background-attachment: scroll;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.pb-nav__menu-icon {
  width: 22px;
  height: 2px;
  display: block;
  position: relative;
  background-clip: border-box;
  background-size: auto;
  background-color: rgb(10, 10, 10);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 1px;
  background-attachment: scroll;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.pb-nav__chevron {
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(45deg);
  transition-delay: 0s;
  border-right-color: rgb(10, 10, 10);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: rgb(10, 10, 10);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  transition-behavior: normal;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.pb-nav__close-icon {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}

.pb-nav__submenu-toggle {
  cursor: pointer;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  flex-shrink: 0;
  background-clip: border-box;
  background-size: auto;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  justify-content: center;
  background-color: transparent;
  background-image: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-attachment: scroll;
}

.pb-nav__menu-icon::before, .pb-nav__menu-icon::after {
  left: 0px;
  width: 22px;
  height: 2px;
  content: "";
  position: absolute;
  background-clip: border-box;
  background-size: auto;
  background-color: rgb(10, 10, 10);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 1px;
  background-attachment: scroll;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.pb-nav__menu-icon::before {
  top: -6px;
}

.pb-nav__menu-icon::after {
  top: 6px;
}

.pb-nav__close-icon::before, .pb-nav__close-icon::after {
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  position: absolute;
  background-clip: border-box;
  background-size: auto;
  background-color: rgb(10, 10, 10);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 1px;
  background-attachment: scroll;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.pb-nav__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pb-nav__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pb-nav__submenu-toggle[aria-expanded="true"] .pb-nav__chevron {
  transform: rotate(-135deg);
}

.pb-section-nav-layout section[id] {
  scroll-margin-top: calc(var(--sticky-offset, 96px) + 8px);
}

.pb-section-nav-link[aria-current="true"] {
  color: var(--color-paper);
  background: var(--color-ink);
  font-weight: 700;
}

.pb-section-nav-link[aria-current="true"]:hover {
  background: var(--color-ink);
}

.pb-faq-chip[aria-current="true"] {
  color: var(--color-paper);
  background: var(--color-ink);
}

.pb-faq-chip[aria-current="true"]:hover {
  background: var(--color-ink);
}