=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/main.scss
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* VARIABLES */
:root {
  --bp-font-default: "Gilroy", sans-serif;
  --bp-font-mono: "DM Mono", monospace;
  --color-black: #151515;
  --color-white: #f1f1ec;
  --color-gray100: #9a9a97;
  --color-gray200: #747471;
  --color-gray300: #3d3d3d;
  --color-gray400: #272726;
  --color-accent1: #ddfa78;
  --color-accent2: #4433ff; }

.dark-mode {
  --bp-color-black: var(--color-black);
  --bp-color-white: var(--color-white);
  --bp-color-gray100: var(--color-gray100);
  --bp-color-gray200: var(--color-gray200);
  --bp-color-gray300: var(--color-gray300);
  --bp-color-gray400: var(--color-gray400);
  --bp-color-gray500: var(--color-gray500);
  --bp-color-accent1: var(--color-accent1);
  --bp-color-accent2: var(--color-accent2);
  --icon-filter: invert(0%); }

.light-mode {
  --bp-color-black: var(--color-white);
  --bp-color-white: var(--color-black);
  --bp-color-gray500: #D4D4D3;
  --bp-color-gray100: var(--color-gray400);
  --bp-color-gray200: var(--color-gray300);
  --bp-color-gray300: var(--color-gray200);
  --bp-color-gray400: var(--color-gray100);
  --bp-color-accent1: var(--color-accent2);
  --bp-color-accent2: var(--color-accent1);
  --icon-filter: invert(80%); }

.sun {
  display: none; }

body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }

.start-nav-explore ul.components li.component .versions {
  display: none; }

.start-nav-explore ul.components li.component {
  padding: 0;
  width: 100%;
  position: relative; }

.start-nav-explore ul.components li.component a.title {
  padding: 2em;
  border: solid 1px var(--bp-color-gray100);
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  color: var(--bp-color-gray100);
  height: 100%;
  line-height: 1.25;
  transition: all 0.25s ease-in-out;
  text-align: left;
  align-items: center;
  cursor: pointer; }

.start-nav-explore ul.components li.component a.title svg {
  aspect-ratio: 1/1;
  min-width: 24px !important;
  max-width: 24px !important; }

.start-nav-explore ul.components li.component a.title svg path {
  transition: all .25s ease-in-out; }

.start-nav-explore ul.components li.component a.title:hover {
  text-decoration: none;
  color: var(--bp-color-white);
  border-color: var(--bp-color-white);
  background-color: var(--bp-color-gray400); }
  .start-nav-explore ul.components li.component a.title:hover svg path {
    stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }

/* The switch - the box around the slider */
.switch {
  --height: 24px;
  position: relative;
  display: inline-block;
  height: var(--height);
  aspect-ratio: 60 / 34;
  align-self: center; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bp-color-black);
  border: solid 1px var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider .mode-switch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(var(--height) - 8px);
  width: calc(var(--height) - 8px);
  left: 4px;
  bottom: 3px;
  background-color: var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.switch input:checked + .slider .mode-switch-icon {
  -webkit-transform: translateX(calc(var(--height) - 8px));
  -ms-transform: translateX(calc(var(--height) - 8px));
  transform: translateX(calc(var(--height) - 8px)); }

/* Rounded sliders */
.slider.round {
  border-radius: var(--height); }

.slider.round .mode-switch-icon {
  border-radius: 50%; }

.mode-switch-icon svg {
  width: calc(var(--height) - 14px);
  height: auto; }

.mode-switch-icon svg path {
  fill: var(--bp-color-black); }

.doc .contract-item {
  border: solid 1px;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden; }

.doc .contract-item > h4 {
  position: absolute; }

.doc .contract-item > h4 {
  visibility: hidden; }

.light-mode .doc .contract-item {
  border-color: var(--bp-color-gray500); }

.light-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray500); }

.dark-mode .doc .contract-item {
  border-color: var(--bp-color-gray400); }

.dark-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray400); }

.contract-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: var(--bp-color-gray100);
  gap: 1em; }

.doc .contract-item-header code {
  font-size: .875rem;
  color: var(--bp-color-gray100); }

.contract-item-header .item-kind {
  white-space: nowrap;
  font-size: .75rem;
  color: var(--bp-color-gray100); }

.dark-mode .doc .contract-item-header code,
.light-mode .doc .contract-item-header code {
  background: transparent; }

.doc .contract-item > h4 > a.anchor {
  font-size: 1.1rem;
  margin-left: -2.5ex; }

.doc .contract-item > h4 > a.anchor::before {
  color: var(--bp-color-gray200); }

.doc .contract-item > h4 > a.anchor:hover::before {
  color: var(--bp-color-gray100); }

.doc .contract-item div.paragraph {
  padding: 16px;
  margin-top: 0; }

.doc .contract-item div.paragraph p {
  color: var(--bp-color-white); }

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-family: var(--bp-font-default);
  line-height: 1.15;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-wrap: anywhere; }

html, body {
  font-size: 16px; }

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 18px; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: none; }

code,
kbd,
pre {
  font-family: var(--bp-font-mono); }

b,
dt,
strong,
th {
  font-weight: 600; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

em em {
  font-style: normal; }

strong strong {
  font-weight: 400; }

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0; }

button::-moz-focus-inner {
  border: none;
  padding: 0; }

summary {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

table {
  border-collapse: collapse;
  word-wrap: normal; }

object[type="image/svg+xml"]:not([width]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (pointer: fine) {
  @supports (scrollbar-width: thin) {
    html {
      scrollbar-color: var(--bp-color-black) #fafafa; }
    body * {
      scrollbar-width: thin;
      scrollbar-color: var(--bp-color-black) transparent; } }
  html::-webkit-scrollbar {
    background-color: #fafafa;
    height: 12px;
    width: 12px; }
  body ::-webkit-scrollbar {
    height: 6px;
    width: 6px; }
  ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--bp-color-black);
    border: 3px solid transparent;
    border-radius: 12px; }
  body ::-webkit-scrollbar-thumb {
    border-width: 1.75px;
    border-radius: 6px; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #9c9c9c; } }

@media screen and (min-width: 1024px) {
  .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--nav {
    overflow-y: hidden; } }

.nav-container {
  position: fixed;
  top: 3.5rem;
  left: 0;
  font-size: 0.94444rem;
  z-index: 1;
  width: 100%;
  z-index: 1;
  display: none; }

.is-clipped--navbar .nav-container {
  display: block; }

@media screen and (min-width: 1024px) {
  .nav-container {
    display: block;
    font-size: 0.86111rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: static;
    top: 0;
    width: 15rem; } }

.nav {
  background: var(--bp-color-black);
  position: relative;
  top: 2.5rem;
  height: calc(100vh - 6rem);
  border-right: solid 1px var(--bp-color-gray300); }

@media screen and (min-width: 769px) {
  .nav {
    -webkit-box-shadow: 0.5px 0 3px var(--bp-color-black);
    box-shadow: 0.5px 0 3px var(--bp-color-black); } }

@media screen and (min-width: 1024px) {
  .nav {
    top: 3.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: sticky;
    height: calc(100vh - 3.5rem); } }

.nav a,
.nav-menu a {
  color: var(--bp-color-gray100);
  text-transform: capitalize; }

.nav .panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit; }

.nav-panel-menu {
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: calc(100% - 2.5rem); }

.nav-panel-menu:not(.is-active) .nav-menu {
  opacity: 0.75; }

.nav-panel-menu:not(.is-active)::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-menu {
  min-height: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
  position: relative; }

.nav-menu-toggle {
  background: transparent url(../img/octicons-16.svg#view-unfold) no-repeat 50%/100% 100%;
  border: none;
  float: right;
  height: 1em;
  margin-right: -0.5rem;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: sticky;
  top: 0.85rem;
  visibility: hidden;
  width: 1em; }

.nav-menu-toggle.is-active {
  background-image: url(../img/octicons-16.svg#view-fold); }

.nav-panel-menu.is-active:hover .nav-menu-toggle {
  visibility: visible; }

.nav-menu h3.title {
  color: var(--bp-color-gray100);
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.25em 0 0.125em; }

.nav-list {
  list-style: none;
  margin: 0 0 0 0.75rem;
  padding: 0; }

.nav-menu > .nav-list + .nav-list {
  margin-top: 0.5rem; }

.nav-item {
  margin-top: 0.5em; }

.nav-item-toggle ~ .nav-list {
  padding-bottom: 0.125rem; }

.nav-item[data-depth="0"] > .nav-list:first-child {
  display: block;
  margin: 0; }

.nav-item:not(.is-active) > .nav-list {
  display: none; }

.nav-item-toggle {
  background: transparent url(../img/caret.svg) no-repeat 50%/50%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  position: absolute;
  height: 1.35em;
  width: 1.35em;
  margin-top: -0.05em;
  margin-left: -1.35em; }

/* .nav-item-toggle.level-0 {
  background: none;
} */
.nav-item-toggle.level-0,
.nav-item-toggle.level-0 ~ span.nav-text {
  pointer-events: none;
  cursor: default; }

.nav-item.is-active > .nav-item-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is-current-page > .nav-link,
.is-current-page > .nav-text {
  color: var(--bp-color-white);
  font-weight: 600; }

.nav-panel-explore {
  background: var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-panel-explore:not(:first-child) {
  top: auto;
  max-height: calc(50% + 2.5rem); }

.nav-panel-explore .context {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--bp-color-white);
  border-top: solid 1px var(--bp-color-gray300);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  height: 2.5rem; }

.nav-panel-explore:not(:first-child) .context {
  cursor: pointer; }

.nav-panel-explore .context .version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  white-space: nowrap; }

.nav-panel-explore .context .version::after {
  content: "";
  background: url(../img/chevron.svg) no-repeat 100%/auto 100%;
  width: 1.25em;
  height: 0.75em; }

.nav-panel-explore .components {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: solid 1px var(--bp-color-gray300);
  background: var(--bp-color-black);
  padding: 0.5rem 0.75rem 0;
  margin: 0;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  max-height: 100%;
  display: block; }

.nav-panel-explore:not(.is-active) .components {
  display: none; }

.nav-panel-explore .component {
  display: block; }

.nav-panel-explore .component + .component {
  margin-top: 0.5rem; }

.nav-panel-explore .component:last-child {
  margin-bottom: 0.75rem; }

.nav-panel-explore .component .title {
  font-weight: 600; }

.nav-panel-explore .versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: -0.25rem -0.375rem 0 0.375rem;
  line-height: 1;
  list-style: none; }

.nav-panel-explore .component .version {
  margin: 0.375rem 0.375rem 0 0; }

.nav-panel-explore .component .version a {
  background: var(--bp-color-black);
  border-radius: 0.25rem;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  display: inherit;
  opacity: 0.75; }

.nav-panel-explore .component .is-current a {
  font-weight: 600;
  opacity: 1; }

@media screen and (max-width: 1023.5px) {
  aside.toc.sidebar {
    display: none; }
  main > .content {
    overflow-x: auto; } }

@media screen and (min-width: 1024px) {
  main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0; }
  main > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  aside.toc.embedded {
    display: none; }
  aside.toc.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 1216px) {
  aside.toc.sidebar {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem; } }

.toolbar {
  color: var(--bp-color-gray100);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bp-color-black);
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black);
  box-shadow: 0 1px 0 var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.83333rem;
  height: 2.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: sticky;
  top: 3.5rem;
  z-index: 2;
  border-bottom: solid 1px var(--bp-color-gray300); }

.toolbar a {
  color: inherit; }

.nav-toggle {
  background: url(../img/menu.svg) no-repeat 50% 47.5%;
  background-size: 49%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: -0.25rem; }

.body .nav-toggle {
  display: none; }

@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none; } }

.nav-toggle.is-active {
  background-image: url(../img/back.svg);
  background-size: 41.5%; }

.home-link {
  display: block;
  background: url(../img/home-o.svg) no-repeat 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.625rem; }

.home-link.is-current,
.home-link:hover {
  background-image: url(../img/home.svg); }

.edit-this-page {
  display: none;
  padding-right: 0.5rem; }

@media screen and (min-width: 1024px) {
  .edit-this-page {
    display: block; } }

.toolbar .edit-this-page a {
  color: #8e8e8e; }

.breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 0.5rem 0 0.75rem;
  line-height: 1.35; }

a + .breadcrumbs {
  padding-left: 0.05rem; }

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs li {
  display: inline;
  margin: 0; }

.breadcrumbs li::after {
  content: "/";
  padding: 0 0.5rem; }

.breadcrumbs li:last-of-type::after {
  content: none; }

.page-versions {
  margin: 0 0.2rem 0 auto;
  position: relative;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .page-versions {
    margin-right: 0.7rem; } }

.page-versions .version-menu-toggle {
  color: inherit;
  background: url(../img/chevron.svg) no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: auto 0.75em;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
  z-index: 3; }

.page-versions .version-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0)) no-repeat;
  background: linear-gradient(180deg, #f0f0f0 0, #f0f0f0) no-repeat;
  padding: 1.375rem 1.5rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.page-versions:not(.is-active) .version-menu {
  display: none; }

.page-versions .version {
  display: block;
  padding-top: 0.5rem; }

.page-versions .version.is-current {
  display: none; }

.page-versions .version.is-missing {
  color: #8e8e8e;
  font-style: italic;
  text-decoration: none; }

.toc-menu {
  display: none;
  color: var(--bp-color-gray100); }

.toc.sidebar .toc-menu {
  margin-right: 0.75rem;
  position: sticky;
  top: 6rem; }

.toc .toc-menu h3 {
  color: var(--bp-color-gray100);
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 -0.5px;
  padding-bottom: 0.25rem; }

.toc.sidebar .toc-menu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.toc .toc-menu ul {
  font-size: 0.83333rem;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0; }

.toc.sidebar .toc-menu ul {
  max-height: calc(100vh - 8.5rem);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

@supports (scrollbar-width: none) {
  .toc.sidebar .toc-menu ul {
    scrollbar-width: none; } }

.toc .toc-menu ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

@media screen and (min-width: 1024px) {
  .toc-menu {
    display: block; }
  .toc .toc-menu h3 {
    font-size: 0.83333rem; }
  .toc .toc-menu ul {
    font-size: 0.75rem; } }

.toc .toc-menu li {
  margin: 0; }

.toc .toc-menu a {
  color: inherit;
  border-left: 1px solid var(--bp-color-gray200);
  display: inline-block;
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-decoration: none; }

.toc .toc-menu li[data-level="2"] a {
  padding-left: 1rem; }

.toc .toc-menu li[data-level="3"] a {
  padding-left: 1.5rem; }

.sidebar.toc .toc-menu a {
  display: block;
  outline: none; }

.toc .toc-menu a:hover {
  color: var(--bp-color-white); }

.toc .toc-menu a.is-active {
  border-left-color: var(--bp-color-white);
  color: var(--bp-color-white); }

.sidebar.toc .toc-menu a:focus {
  background: var(--bp-color-gray300); }

.toc .toc-menu .is-hidden-toc {
  display: none !important; }

.doc {
  color: var(--bp-color-white);
  font-size: 1em;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1rem 4rem; }

@media screen and (min-width: 1024px) {
  .doc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 2rem;
    max-width: 46rem;
    min-width: 0; } }

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  font-weight: 300;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  margin: 1rem 0 0; }
  .doc h1 a,
  .doc h2 a,
  .doc h3 a,
  .doc h4 a,
  .doc h5 a,
  .doc h6 a {
    color: var(--bp-color-gray100); }
  .doc h1 a:hover,
  .doc h2 a:hover,
  .doc h3 a:hover,
  .doc h4 a:hover,
  .doc h5 a:hover,
  .doc h6 a:hover {
    color: var(--bp-color-white); }

.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  color: var(--bp-color-gray100); }

.doc > h1.page:first-child {
  font-size: 2rem;
  margin: 1.5rem 0; }

@media screen and (min-width: 769px) {
  .doc > h1.page:first-child {
    margin-top: 2.5rem; } }

.doc > h1.page:first-child + aside.toc.embedded {
  margin-top: -0.5rem; }

.doc > h2#name + .sectionbody {
  margin-top: 1rem; }

#preamble + .sect1,
.doc .sect1 + .sect1 {
  margin-top: 2rem; }

.doc h1.sect0 {
  background: var(--bp-color-gray300);
  font-size: 1.8em;
  margin: 1.5rem -1rem 0;
  padding: 0.5rem 1rem; }

.doc h3:not(.discrete) {
  font-weight: 600;
  font-size: 1.25em; }

.doc .discreet h3 {
  font-size: .875em;
  font-family: var(--bp-font-mono);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 2rem; }

.doc h4:not(.discrete) {
  font-weight: 600;
  color: var(--bp-color-white); }

.doc h1 .anchor,
.doc h2 .anchor,
.doc h3 .anchor,
.doc h4 .anchor,
.doc h5 .anchor,
.doc h6 .anchor {
  position: absolute;
  text-decoration: none;
  width: 1.75ex;
  margin-left: -1.5ex;
  visibility: hidden;
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 0.05em; }

.doc h1 .anchor::before,
.doc h2 .anchor::before,
.doc h3 .anchor::before,
.doc h4 .anchor::before,
.doc h5 .anchor::before,
.doc h6 .anchor::before {
  content: "\00a7";
  color: var(--bp-color-white); }

.doc h1:hover .anchor,
.doc h2:hover .anchor,
.doc h3:hover .anchor,
.doc h4:hover .anchor,
.doc h5:hover .anchor,
.doc h6:hover .anchor {
  visibility: visible; }

.doc dl,
.doc p {
  margin: 0; }

.doc a {
  color: var(--bp-color-accent1); }

.doc a:hover {
  color: var(--bp-color-accent1); }

.doc a.bare {
  -ms-hyphens: none;
  hyphens: none; }

.doc a.unresolved {
  color: #d32f2f; }

.doc i.fa {
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal; }

.doc code {
  color: var(--bp-color-white);
  border-radius: 0.25em;
  font-size: 0.95em;
  padding: 0.125em 0.25em; }

.light-mode .doc code {
  background: var(--bp-color-gray500); }

.dark-mode .doc code {
  background: var(--bp-color-gray400); }

.doc code,
.doc pre {
  -ms-hyphens: none;
  hyphens: none; }

.doc pre {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 0; }

.doc blockquote {
  margin: 0; }

.doc .paragraph.lead > p {
  font-size: 1rem; }

.doc .right {
  float: right; }

.doc .left {
  float: left; }

.doc .float-gap.right {
  margin: 0 1rem 1rem 0; }

.doc .float-gap.left {
  margin: 0 0 1rem 1rem; }

.doc .float-group::after {
  content: "";
  display: table;
  clear: both; }

.doc .text-left {
  text-align: left; }

.doc .text-center {
  text-align: center; }

.doc .text-right {
  text-align: right; }

.doc .text-justify {
  text-align: justify; }

.doc .stretch {
  width: 100%; }

.doc .big {
  font-size: larger; }

.doc .small {
  font-size: smaller; }

.doc .underline {
  text-decoration: underline; }

.doc .line-through {
  text-decoration: line-through; }

.doc .dlist,
.doc .exampleblock,
.doc .hdlist,
.doc .imageblock,
.doc .listingblock,
.doc .literalblock,
.doc .olist,
.doc .paragraph,
.doc .partintro,
.doc .quoteblock,
.doc .sidebarblock,
.doc .tabs,
.doc .ulist,
.doc .verseblock,
.doc .videoblock,
.doc details,
.doc hr {
  margin: 1rem 0 0; }

.doc .tablecontainer,
.doc .tablecontainer + *,
.doc :not(.tablecontainer) > table.tableblock,
.doc :not(.tablecontainer) > table.tableblock + *,
.doc > table.tableblock,
.doc > table.tableblock + * {
  margin-top: 1.5rem; }

.doc table.tableblock {
  font-size: 0.83333rem; }

.doc p.tableblock + p.tableblock {
  margin-top: 0.5rem; }

.doc table.tableblock pre {
  font-size: inherit; }

.doc td.tableblock > .content {
  word-wrap: anywhere; }

.doc td.tableblock > .content > :first-child {
  margin-top: 0; }

.doc table.tableblock td,
.doc table.tableblock th {
  padding: 0.5rem; }

.doc table.tableblock,
.doc table.tableblock > * > tr > * {
  border: 0 solid #e1e1e1; }

.doc table.grid-all > * > tr > * {
  border-width: 1px; }

.doc table.grid-cols > * > tr > * {
  border-width: 0 1px; }

.doc table.grid-rows > * > tr > * {
  border-width: 1px 0; }

.doc table.grid-all > thead th,
.doc table.grid-rows > thead th {
  border-bottom-width: 2.5px; }

.doc table.frame-all {
  border-width: 1px; }

.doc table.frame-ends {
  border-width: 1px 0; }

.doc table.frame-sides {
  border-width: 0 1px; }

.doc table.frame-none > colgroup + * > :first-child > *,
.doc table.frame-sides > colgroup + * > :first-child > * {
  border-top-width: 0; }

.doc table.frame-sides > :last-child > :last-child > * {
  border-bottom-width: 0; }

.doc table.frame-ends > * > tr > :first-child,
.doc table.frame-none > * > tr > :first-child {
  border-left-width: 0; }

.doc table.frame-ends > * > tr > :last-child,
.doc table.frame-none > * > tr > :last-child {
  border-right-width: 0; }

.doc table.stripes-all > tbody > tr,
.doc table.stripes-even > tbody > tr:nth-of-type(2n),
.doc table.stripes-hover > tbody > tr:hover,
.doc table.stripes-odd > tbody > tr:nth-of-type(odd) {
  background: #fafafa; }

.doc table.tableblock > tfoot {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(180deg, #f0f0f0 0, #fff); }

.doc .halign-left {
  text-align: left; }

.doc .halign-right {
  text-align: right; }

.doc .halign-center {
  text-align: center; }

.doc .valign-top {
  vertical-align: top; }

.doc .valign-bottom {
  vertical-align: bottom; }

.doc .valign-middle {
  vertical-align: middle; }

.doc .admonitionblock {
  margin: 1.4rem 0 0; }

.doc .admonitionblock p,
.doc .admonitionblock td.content {
  font-size: 0.88889rem; }

.doc .admonitionblock td.content > .title + *,
.doc .admonitionblock td.content > :not(.title):first-child {
  margin-top: 0; }

.doc .admonitionblock td.content pre {
  font-size: 0.83333rem; }

.doc .admonitionblock > table {
  table-layout: fixed;
  position: relative;
  width: 100%; }

.doc .admonitionblock td.content {
  padding: 1rem 1rem 0.75rem;
  background: #fafafa;
  width: 100%;
  word-wrap: anywhere; }

.doc .admonitionblock td.icon {
  font-size: 0.83333rem;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-0.5rem, -50%);
  transform: translate(-0.5rem, -50%); }

.doc .admonitionblock td.icon i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: initial;
  filter: none;
  height: 1.25rem;
  padding: 0 0.5rem;
  vertical-align: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.doc .admonitionblock td.icon i::after {
  content: attr(title);
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.doc .admonitionblock td.icon i.icon-caution {
  background-color: #a0439c;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-important {
  background-color: #d32f2f;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-note {
  background-color: #217ee7;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-tip {
  background-color: #41af46;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-warning {
  background-color: #e18114;
  color: #fff; }

.doc .imageblock,
.doc .videoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.doc .imageblock.text-left,
.doc .videoblock.text-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.doc .imageblock.text-right,
.doc .videoblock.text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.doc .image > img,
.doc .image > object,
.doc .image > svg,
.doc .imageblock img,
.doc .imageblock object,
.doc .imageblock svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.doc .image:not(.left):not(.right) > img {
  margin-top: -0.2em; }

.doc .image > img {
  border: solid 1px var(--bp-color-gray300); }

.doc .videoblock iframe,
.doc .videoblock video {
  max-width: 100%;
  vertical-align: middle; }

#preamble .abstract blockquote {
  background: #f0f0f0;
  border-left: 5px solid #e1e1e1;
  color: #4a4a4a;
  font-size: 0.88889rem;
  padding: 0.75em 1em; }

.doc .quoteblock,
.doc .verseblock {
  background: #fafafa;
  border-left: 5px solid #5d5d5d;
  color: #5d5d5d; }

.doc .quoteblock {
  padding: 0.25rem 2rem 1.25rem; }

.doc .quoteblock .attribution {
  color: #8e8e8e;
  font-size: 0.83333rem;
  margin-top: 0.75rem; }

.doc .quoteblock blockquote {
  margin-top: 1rem; }

.doc .quoteblock .paragraph {
  font-style: italic; }

.doc .quoteblock cite {
  padding-left: 1em; }

.doc .verseblock {
  font-size: 1.15em;
  padding: 1rem 2rem; }

.doc .verseblock pre {
  font-family: inherit;
  font-size: inherit; }

.doc ol,
.doc ul {
  margin: 0;
  padding: 0 0 0 2rem; }

.doc ol.none,
.doc ol.unnumbered,
.doc ol.unstyled,
.doc ul.checklist,
.doc ul.no-bullet,
.doc ul.none,
.doc ul.unstyled {
  list-style-type: none; }

.doc ol.unnumbered,
.doc ul.no-bullet {
  padding-left: 1.25rem; }

.doc ol.unstyled,
.doc ul.unstyled {
  padding-left: 0; }

.doc ul.circle {
  list-style-type: circle; }

.doc ul.disc {
  list-style-type: disc; }

.doc ul.square {
  list-style-type: square; }

.doc ul.circle ul:not([class]),
.doc ul.disc ul:not([class]),
.doc ul.square ul:not([class]) {
  list-style: inherit; }

.doc ol.arabic {
  list-style-type: decimal; }

.doc ol.decimal {
  list-style-type: decimal-leading-zero; }

.doc ol.loweralpha {
  list-style-type: lower-alpha; }

.doc ol.upperalpha {
  list-style-type: upper-alpha; }

.doc ol.lowerroman {
  list-style-type: lower-roman; }

.doc ol.upperroman {
  list-style-type: upper-roman; }

.doc ol.lowergreek {
  list-style-type: lower-greek; }

.doc ul.checklist {
  padding-left: 1.75rem; }

.doc ul.checklist p > i.fa-check-square-o:first-child,
.doc ul.checklist p > i.fa-square-o:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  margin-left: -1.25rem; }

.doc ul.checklist i.fa-check-square-o::before {
  content: "\2713"; }

.doc ul.checklist i.fa-square-o::before {
  content: "\274f"; }

.doc .dlist .dlist,
.doc .dlist .olist,
.doc .dlist .ulist,
.doc .olist .dlist,
.doc .olist .olist,
.doc .olist .ulist,
.doc .olist li + li,
.doc .ulist .dlist,
.doc .ulist .olist,
.doc .ulist .ulist,
.doc .ulist li + li {
  margin-top: 0.5rem; }

.doc .admonitionblock .listingblock,
.doc .olist .listingblock,
.doc .ulist .listingblock {
  padding: 0; }

.doc .admonitionblock .title,
.doc .exampleblock .title,
.doc .imageblock .title,
.doc .listingblock .title,
.doc .literalblock .title,
.doc .openblock .title,
.doc .videoblock .title,
.doc table.tableblock caption {
  color: #5d5d5d;
  font-size: 0.88889rem;
  font-style: italic;
  font-weight: 600;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: 0.01em;
  padding-bottom: 0.075rem; }

.doc table.tableblock caption {
  text-align: left; }

.doc .olist .title,
.doc .ulist .title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25rem; }

.doc .ulist a,
.doc .ulist a:hover {
  color: var(--bp-color-white); }

.doc .imageblock .title,
.doc .videoblock .title {
  margin-top: 0.5rem;
  padding-bottom: 0; }

.doc details {
  margin-left: 1rem; }

.doc details > summary {
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.5rem; }

.doc details > summary::-webkit-details-marker {
  display: none; }

.doc details > summary::before {
  content: "";
  border: solid transparent;
  border-left: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  position: absolute;
  top: 0.5em;
  left: -1rem;
  -webkit-transform: translateX(15%);
  transform: translateX(15%); }

.doc details[open] > summary::before {
  border-color: currentColor transparent transparent;
  border-width: 0.5rem 0.3rem 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%); }

.doc details > summary::after {
  content: "";
  width: 1rem;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: -1rem; }

.doc details.result {
  margin-top: 0.25rem; }

.doc details.result > summary {
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 0; }

.doc details.result > .content {
  margin-left: -1rem; }

.doc .exampleblock > .content,
.doc details.result > .content {
  background: #fff;
  border: 0.25rem solid #5d5d5d;
  border-radius: 0.5rem;
  padding: 0.75rem; }

.doc .exampleblock > .content::after,
.doc details.result > .content::after {
  content: "";
  display: table;
  clear: both; }

.doc .exampleblock > .content > :first-child,
.doc details > .content > :first-child {
  margin-top: 0; }

.doc .sidebarblock {
  background: #e1e1e1;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem; }

.doc .sidebarblock > .content > .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: center; }

.doc .sidebarblock > .content > .title + *,
.doc .sidebarblock > .content > :not(.title):first-child {
  margin-top: 0; }

.doc .listingblock.wrap pre,
.doc table.tableblock pre {
  white-space: pre-wrap; }

.doc .listingblock pre:not(.highlight),
.doc .literalblock pre,
.doc pre.highlight > code {
  display: block;
  overflow-x: auto;
  padding: 0.875em; }

.light-mode .doc .listingblock pre:not(.highlight),
.light-mode .doc .literalblock pre,
.light-mode .doc pre.highlight > code {
  background: var(--bp-color-gray500); }

.dark-mode .doc .listingblock pre:not(.highlight),
.dark-mode .doc .literalblock pre,
.dark-mode .doc pre.highlight > code {
  background: var(--bp-color-gray400); }

.doc .listingblock > .content {
  position: relative; }

.doc .source-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--bp-color-gray200);
  font-family: var(--bp-font-mono);
  font-size: 1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1; }

.doc .listingblock:hover .source-toolbox {
  visibility: visible; }

.doc .source-toolbox .source-lang {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: none; }

.doc .source-toolbox > :not(:last-child)::after {
  content: "|";
  letter-spacing: 0;
  padding: 0 1ch; }

.doc .source-toolbox .copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em; }

.doc .source-toolbox .copy-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: inherit;
  height: inherit; }

.doc .source-toolbox img.copy-icon {
  -webkit-filter: invert(50.2%);
  filter: invert(50.2%); }

.doc .source-toolbox svg.copy-icon {
  fill: currentColor; }

.doc .source-toolbox .copy-toast {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  background-color: #333;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #fff;
  cursor: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s; }

.doc .source-toolbox .copy-toast::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border: 0.55em solid transparent;
  border-left-color: #333;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.doc .source-toolbox .copy-button.clicked .copy-toast {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.doc .language-console .hljs-meta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.doc .dlist dt {
  font-style: italic; }

.doc .dlist dd {
  margin: 0 0 0 1.5rem; }

.doc .dlist dd + dt,
.doc .dlist dd > p:first-child {
  margin-top: 0.5rem; }

.doc td.hdlist1,
.doc td.hdlist2 {
  padding: 0.5rem 0 0;
  vertical-align: top; }

.doc tr:first-child > .hdlist1,
.doc tr:first-child > .hdlist2 {
  padding-top: 0; }

.doc td.hdlist1 {
  font-weight: 600;
  padding-right: 0.25rem; }

.doc td.hdlist2 {
  padding-left: 0.25rem; }

.doc .colist {
  font-size: 0.88889rem;
  margin: 0.25rem 0 -0.25rem; }

.doc .colist > table > tbody > tr > :first-child,
.doc .colist > table > tr > :first-child {
  padding: 0.25em 0.5rem 0;
  vertical-align: top; }

.doc .colist > table > tbody > tr > :last-child,
.doc .colist > table > tr > :last-child {
  padding: 0.25rem 0; }

.doc .conum[data-value] {
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  font-family: var(--bp-font-default);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  letter-spacing: -0.25ex;
  text-indent: -0.25ex; }

.doc .conum[data-value]::after {
  content: attr(data-value); }

.doc .conum[data-value] + b {
  display: none; }

.doc hr {
  border: solid #e1e1e1;
  border-width: 2px 0 0;
  height: 0; }

.doc b.button {
  white-space: nowrap; }

.doc b.button::before {
  content: "[";
  padding-right: 0.25em; }

.doc b.button::after {
  content: "]";
  padding-left: 0.25em; }

.doc kbd {
  display: inline-block;
  font-size: 0.66667rem;
  background: #fafafa;
  border: 1px solid var(--bp-color-black);
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black), 0 0 0 0.1em #fff inset;
  box-shadow: 0 1px 0 var(--bp-color-black), inset 0 0 0 0.1em #fff;
  padding: 0.25em 0.5em;
  vertical-align: text-bottom;
  white-space: nowrap; }

.doc .keyseq,
.doc kbd {
  line-height: 1; }

.doc .keyseq {
  font-size: 0.88889rem; }

.doc .keyseq kbd {
  margin: 0 0.125em; }

.doc .keyseq kbd:first-child {
  margin-left: 0; }

.doc .keyseq kbd:last-child {
  margin-right: 0; }

.doc .menuseq,
.doc .path {
  -ms-hyphens: none;
  hyphens: none; }

.doc .menuseq i.caret::before {
  content: "\203a";
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.90909; }

.doc :not(pre).nowrap {
  white-space: nowrap; }

.doc .nobreak {
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

.doc :not(pre).pre-wrap {
  white-space: pre-wrap; }

#footnotes {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 2rem -0.5rem 0; }

.doc td.tableblock > .content #footnotes {
  margin: 2rem 0 0; }

#footnotes hr {
  border-top-width: 1px;
  margin-top: 0;
  width: 20%; }

#footnotes .footnote {
  margin: 0.5em 0 0 1em; }

#footnotes .footnote + .footnote {
  margin-top: 0.25em; }

#footnotes .footnote > a:first-of-type {
  display: inline-block;
  margin-left: -2em;
  text-align: right;
  width: 1.5em; }

nav.pagination {
  border-top: 1px solid #e1e1e1;
  line-height: 1;
  margin: 2rem -1rem -1rem;
  padding: 0.75rem 1rem 0; }

nav.pagination,
nav.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

nav.pagination span {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

nav.pagination .prev {
  padding-right: 0.5rem; }

nav.pagination .next {
  margin-left: auto;
  padding-left: 0.5rem;
  text-align: right; }

nav.pagination span::before {
  color: #8e8e8e;
  font-size: 0.75em;
  padding-bottom: 0.1em; }

nav.pagination .prev::before {
  content: "Prev"; }

nav.pagination .next::before {
  content: "Next"; }

nav.pagination a {
  font-weight: 600;
  line-height: 1.3;
  position: relative; }

nav.pagination a::after,
nav.pagination a::before {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.75;
  position: absolute;
  top: 0;
  width: 1rem; }

nav.pagination .prev a::before {
  content: "\2039";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

nav.pagination .next a::after {
  content: "\203a"; }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--navbar {
    overflow-y: hidden; } }

body {
  padding-top: 3.5rem; }

.navbar {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-size: 0.88889rem;
  height: 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: solid 1px var(--bp-color-gray300); }

.navbar a {
  text-decoration: none; }

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 1rem;
  justify-content: space-between; }

.navbar-brand .navbar-item {
  color: var(--bp-color-white); }

.navbar-brand .navbar-item img {
  margin-right: 16px;
  filter: var(--icon-filter); }

.navbar-brand .navbar-item:first-child {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  font-size: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1; }

.navbar-brand .navbar-item:first-child a {
  color: inherit;
  word-wrap: normal; }

.navbar-brand .navbar-item.search {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none; }

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem; }

#search-input {
  background: var(--bp-color-black);
  padding: 4px 8px !important;
  border: solid 1px var(--bp-color-gray200);
  color: var(--bp-color-white);
  font-family: inherit;
  min-width: 150px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px; }

#search-input::-webkit-input-placeholder,
#search-input::-moz-placeholder,
#search-input:-ms-input-placeholder,
#search-input::-ms-input-placeholder,
#search-input::placeholder {
  color: var(--bp-color-accent1) !important; }

#search-input:disabled {
  border-color: var(--bp-color-gray200);
  cursor: not-allowed;
  pointer-events: all !important; }

#search-input:disabled::-webkit-input-placeholder,
#search-input:disabled::-moz-placeholder,
#search-input:disabled:-ms-input-placeholder,
#search-input:disabled::placeholder {
  color: var(--bp-color-gray200); }

#search-input:focus {
  outline: none; }

.search-result-dropdown-menu .search-result-dataset {
  background-color: var(--bp-color-black); }

.search-result-dropdown-menu .search-result-component-header,
.search-result-dropdown-menu .search-result-document-title {
  color: var(--bp-color-white); }

.search-result-dropdown-menu .search-result-component-header {
  font-weight: bold; }

.search-result-dropdown-menu .search-result-document-hit {
  color: var(--bp-color-gray100); }

.search-result-dropdown-menu .search-result-document-hit .search-result-highlight {
  background: none;
  color: var(--bp-color-white); }

.navbar-burger {
  background: none;
  border: none;
  outline: none;
  line-height: 1;
  position: relative;
  width: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0; }

.navbar-burger span {
  background-color: #fff;
  height: 1.5px;
  width: 1rem; }

.navbar-burger:not(.is-active) span {
  -webkit-transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out; }

.navbar-burger span + span {
  margin-top: 0.25rem; }

.navbar-burger.is-active span + span {
  margin-top: -1.5px; }

.navbar-burger.is-active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0; }

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navbar-item,
.navbar-link {
  color: #222;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1rem; }

.navbar-item.has-dropdown {
  padding: 0; }

.navbar-item .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block; }

.navbar-item .icon img,
.navbar-item .icon svg {
  fill: currentColor;
  width: inherit;
  height: inherit; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.navbar-dropdown .navbar-item.has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-dropdown .navbar-item small {
  color: #8e8e8e;
  font-size: 0.66667rem; }

.navbar-divider {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
  margin: 0.25rem 0; }

.navbar .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.15rem;
  height: 1.75rem;
  color: #222;
  padding: 0 0.75em;
  white-space: nowrap; }

@media screen and (max-width: 768.5px) {
  .navbar-brand .navbar-item.search {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 769px) {
  .navbar-brand .navbar-item.search {
    display: flex; }
  #search-input {
    width: 200px; }
  .navbar-right {
    padding-right: 1rem; } }

@media screen and (max-width: 1023.5px) {
  .navbar-brand {
    height: inherit; }
  .navbar-brand .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-menu {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0.5rem 0; }
  .navbar-menu:not(.is-active) {
    display: none; }
  .navbar-menu .navbar-link:hover,
  .navbar-menu a.navbar-item:hover {
    background: #f5f5f5; } }

@media screen and (min-width: 1024px) {
  .navbar-burger {
    display: none; }
  .navbar,
  .navbar-end,
  .navbar-item,
  .navbar-link,
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item,
  .navbar-link {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .navbar-item:not(.has-dropdown),
  .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-link::after {
    border-width: 0 0 1px 1px;
    border-style: solid;
    content: "";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%; }
  .navbar-end .navbar-link,
  .navbar-end > .navbar-item {
    color: #fff; }
  .navbar-end .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-end .navbar-link:hover,
  .navbar-end > a.navbar-item:hover {
    background: #000;
    color: #fff; }
  .navbar-end .navbar-link::after {
    border-color: currentColor; }
  .navbar-dropdown {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    display: none;
    top: 100%;
    left: 0;
    min-width: 100%;
    position: absolute; }
  .navbar-dropdown .navbar-item {
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap; }
  .navbar-dropdown .navbar-item small {
    position: relative;
    right: -2rem; }
  .navbar-dropdown .navbar-item:last-child {
    border-radius: inherit; }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0; }
  .navbar-dropdown a.navbar-item:hover {
    background: #f5f5f5; } }

footer.footer {
  background-color: #e1e1e1;
  color: #5d5d5d;
  font-size: 0.83333rem;
  line-height: 1.6;
  padding: 1.5rem;
  display: none; }

.footer p {
  margin: 0.5rem 0; }

.footer a {
  color: #191919; }

/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: 600; }

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
  color: teal; }

.hljs-doctag,
.hljs-string {
  color: #d14; }

.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: #900;
  font-weight: 600; }

.hljs-subst {
  font-weight: 400; }

.hljs-class .hljs-title,
.hljs-type {
  color: #458;
  font-weight: 600; }

.hljs-attribute,
.hljs-name,
.hljs-tag {
  color: navy;
  font-weight: 400; }

.hljs-link,
.hljs-regexp {
  color: #009926; }

.hljs-bullet,
.hljs-symbol {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: 600; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: 600; }

@page {
  margin: 0.5in; }

@media print {
  .hide-for-print {
    display: none !important; }
  html {
    font-size: 0.9375em; }
  a {
    color: inherit !important;
    text-decoration: underline; }
  a.bare,
  a[href^="#"],
  a[href^="mailto:"] {
    text-decoration: none; }
  img,
  object,
  svg,
  tr {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  pre {
    -ms-hyphens: none;
    hyphens: none;
    white-space: pre-wrap; }
  body {
    padding-top: 2rem; }
  .navbar {
    background: none;
    color: inherit;
    position: absolute; }
  .navbar * {
    color: inherit !important; }
  .nav-container,
  .navbar > :not(.navbar-brand),
  .toolbar,
  aside.toc,
  nav.pagination {
    display: none; }
  .doc {
    color: inherit;
    margin: auto;
    max-width: none;
    padding-bottom: 2rem; }
  .doc .admonitionblock td.icon {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .doc .listingblock code[data-lang]::before {
    display: block; }
  footer.footer {
    background: none;
    border-top: 1px solid #e1e1e1;
    color: #8e8e8e;
    padding: 0.25rem 0.5rem 0; }
  .footer * {
    color: inherit; } }
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/main.scss
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* VARIABLES */
:root {
  --bp-font-default: "Gilroy", sans-serif;
  --bp-font-mono: "DM Mono", monospace;
  --color-black: #151515;
  --color-white: #f1f1ec;
  --color-gray100: #9a9a97;
  --color-gray200: #747471;
  --color-gray300: #3d3d3d;
  --color-gray400: #272726;
  --color-accent1: #ddfa78;
  --color-accent2: #4433ff; }

.dark-mode {
  --bp-color-black: var(--color-black);
  --bp-color-white: var(--color-white);
  --bp-color-gray100: var(--color-gray100);
  --bp-color-gray200: var(--color-gray200);
  --bp-color-gray300: var(--color-gray300);
  --bp-color-gray400: var(--color-gray400);
  --bp-color-gray500: var(--color-gray500);
  --bp-color-accent1: var(--color-accent1);
  --bp-color-accent2: var(--color-accent2);
  --icon-filter: invert(0%); }

.light-mode {
  --bp-color-black: var(--color-white);
  --bp-color-white: var(--color-black);
  --bp-color-gray500: #D4D4D3;
  --bp-color-gray100: var(--color-gray400);
  --bp-color-gray200: var(--color-gray300);
  --bp-color-gray300: var(--color-gray200);
  --bp-color-gray400: var(--color-gray100);
  --bp-color-accent1: var(--color-accent2);
  --bp-color-accent2: var(--color-accent1);
  --icon-filter: invert(80%); }

.sun {
  display: none; }

body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }

.start-nav-explore ul.components li.component .versions {
  display: none; }

.start-nav-explore ul.components li.component {
  padding: 0;
  width: 100%;
  position: relative; }

.start-nav-explore ul.components li.component a.title {
  padding: 2em;
  border: solid 1px var(--bp-color-gray100);
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  color: var(--bp-color-gray100);
  height: 100%;
  line-height: 1.25;
  transition: all 0.25s ease-in-out;
  text-align: left;
  align-items: center;
  cursor: pointer; }

.start-nav-explore ul.components li.component a.title svg {
  aspect-ratio: 1/1;
  min-width: 24px !important;
  max-width: 24px !important; }

.start-nav-explore ul.components li.component a.title svg path {
  transition: all .25s ease-in-out; }

.start-nav-explore ul.components li.component a.title:hover {
  text-decoration: none;
  color: var(--bp-color-white);
  border-color: var(--bp-color-white);
  background-color: var(--bp-color-gray400); }
  .start-nav-explore ul.components li.component a.title:hover svg path {
    stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }

/* The switch - the box around the slider */
.switch {
  --height: 24px;
  position: relative;
  display: inline-block;
  height: var(--height);
  aspect-ratio: 60 / 34;
  align-self: center; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bp-color-black);
  border: solid 1px var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider .mode-switch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(var(--height) - 8px);
  width: calc(var(--height) - 8px);
  left: 4px;
  bottom: 3px;
  background-color: var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.switch input:checked + .slider .mode-switch-icon {
  -webkit-transform: translateX(calc(var(--height) - 8px));
  -ms-transform: translateX(calc(var(--height) - 8px));
  transform: translateX(calc(var(--height) - 8px)); }

/* Rounded sliders */
.slider.round {
  border-radius: var(--height); }

.slider.round .mode-switch-icon {
  border-radius: 50%; }

.mode-switch-icon svg {
  width: calc(var(--height) - 14px);
  height: auto; }

.mode-switch-icon svg path {
  fill: var(--bp-color-black); }

.doc .contract-item {
  border: solid 1px;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden; }

.doc .contract-item > h4 {
  position: absolute; }

.doc .contract-item > h4 {
  visibility: hidden; }

.light-mode .doc .contract-item {
  border-color: var(--bp-color-gray500); }

.light-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray500); }

.dark-mode .doc .contract-item {
  border-color: var(--bp-color-gray400); }

.dark-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray400); }

.contract-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: var(--bp-color-gray100);
  gap: 1em; }

.doc .contract-item-header code {
  font-size: .875rem;
  color: var(--bp-color-gray100); }

.contract-item-header .item-kind {
  white-space: nowrap;
  font-size: .75rem;
  color: var(--bp-color-gray100); }

.dark-mode .doc .contract-item-header code,
.light-mode .doc .contract-item-header code {
  background: transparent; }

.doc .contract-item > h4 > a.anchor {
  font-size: 1.1rem;
  margin-left: -2.5ex; }

.doc .contract-item > h4 > a.anchor::before {
  color: var(--bp-color-gray200); }

.doc .contract-item > h4 > a.anchor:hover::before {
  color: var(--bp-color-gray100); }

.doc .contract-item div.paragraph {
  padding: 16px;
  margin-top: 0; }

.doc .contract-item div.paragraph p {
  color: var(--bp-color-white); }

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-family: var(--bp-font-default);
  line-height: 1.15;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-wrap: anywhere; }

html, body {
  font-size: 16px; }

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 18px; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: none; }

code,
kbd,
pre {
  font-family: var(--bp-font-mono); }

b,
dt,
strong,
th {
  font-weight: 600; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

em em {
  font-style: normal; }

strong strong {
  font-weight: 400; }

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0; }

button::-moz-focus-inner {
  border: none;
  padding: 0; }

summary {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

table {
  border-collapse: collapse;
  word-wrap: normal; }

object[type="image/svg+xml"]:not([width]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (pointer: fine) {
  @supports (scrollbar-width: thin) {
    html {
      scrollbar-color: var(--bp-color-black) #fafafa; }
    body * {
      scrollbar-width: thin;
      scrollbar-color: var(--bp-color-black) transparent; } }
  html::-webkit-scrollbar {
    background-color: #fafafa;
    height: 12px;
    width: 12px; }
  body ::-webkit-scrollbar {
    height: 6px;
    width: 6px; }
  ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--bp-color-black);
    border: 3px solid transparent;
    border-radius: 12px; }
  body ::-webkit-scrollbar-thumb {
    border-width: 1.75px;
    border-radius: 6px; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #9c9c9c; } }

@media screen and (min-width: 1024px) {
  .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--nav {
    overflow-y: hidden; } }

.nav-container {
  position: fixed;
  top: 3.5rem;
  left: 0;
  font-size: 0.94444rem;
  z-index: 1;
  width: 100%;
  z-index: 1;
  display: none; }

.is-clipped--navbar .nav-container {
  display: block; }

@media screen and (min-width: 1024px) {
  .nav-container {
    display: block;
    font-size: 0.86111rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: static;
    top: 0;
    width: 15rem; } }

.nav {
  background: var(--bp-color-black);
  position: relative;
  top: 2.5rem;
  height: calc(100vh - 6rem);
  border-right: solid 1px var(--bp-color-gray300); }

@media screen and (min-width: 769px) {
  .nav {
    -webkit-box-shadow: 0.5px 0 3px var(--bp-color-black);
    box-shadow: 0.5px 0 3px var(--bp-color-black); } }

@media screen and (min-width: 1024px) {
  .nav {
    top: 3.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: sticky;
    height: calc(100vh - 3.5rem); } }

.nav a,
.nav-menu a {
  color: var(--bp-color-gray100);
  text-transform: capitalize; }

.nav .panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit; }

.nav-panel-menu {
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: calc(100% - 2.5rem); }

.nav-panel-menu:not(.is-active) .nav-menu {
  opacity: 0.75; }

.nav-panel-menu:not(.is-active)::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-menu {
  min-height: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
  position: relative; }

.nav-menu-toggle {
  background: transparent url(../img/octicons-16.svg#view-unfold) no-repeat 50%/100% 100%;
  border: none;
  float: right;
  height: 1em;
  margin-right: -0.5rem;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: sticky;
  top: 0.85rem;
  visibility: hidden;
  width: 1em; }

.nav-menu-toggle.is-active {
  background-image: url(../img/octicons-16.svg#view-fold); }

.nav-panel-menu.is-active:hover .nav-menu-toggle {
  visibility: visible; }

.nav-menu h3.title {
  color: var(--bp-color-gray100);
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.25em 0 0.125em; }

.nav-list {
  list-style: none;
  margin: 0 0 0 0.75rem;
  padding: 0; }

.nav-menu > .nav-list + .nav-list {
  margin-top: 0.5rem; }

.nav-item {
  margin-top: 0.5em; }

.nav-item-toggle ~ .nav-list {
  padding-bottom: 0.125rem; }

.nav-item[data-depth="0"] > .nav-list:first-child {
  display: block;
  margin: 0; }

.nav-item:not(.is-active) > .nav-list {
  display: none; }

.nav-item-toggle {
  background: transparent url(../img/caret.svg) no-repeat 50%/50%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  position: absolute;
  height: 1.35em;
  width: 1.35em;
  margin-top: -0.05em;
  margin-left: -1.35em; }

/* .nav-item-toggle.level-0 {
  background: none;
} */
.nav-item-toggle.level-0,
.nav-item-toggle.level-0 ~ span.nav-text {
  pointer-events: none;
  cursor: default; }

.nav-item.is-active > .nav-item-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is-current-page > .nav-link,
.is-current-page > .nav-text {
  color: var(--bp-color-white);
  font-weight: 600; }

.nav-panel-explore {
  background: var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-panel-explore:not(:first-child) {
  top: auto;
  max-height: calc(50% + 2.5rem); }

.nav-panel-explore .context {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--bp-color-white);
  border-top: solid 1px var(--bp-color-gray300);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  height: 2.5rem; }

.nav-panel-explore:not(:first-child) .context {
  cursor: pointer; }

.nav-panel-explore .context .version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  white-space: nowrap; }

.nav-panel-explore .context .version::after {
  content: "";
  background: url(../img/chevron.svg) no-repeat 100%/auto 100%;
  width: 1.25em;
  height: 0.75em; }

.nav-panel-explore .components {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: solid 1px var(--bp-color-gray300);
  background: var(--bp-color-black);
  padding: 0.5rem 0.75rem 0;
  margin: 0;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  max-height: 100%;
  display: block; }

.nav-panel-explore:not(.is-active) .components {
  display: none; }

.nav-panel-explore .component {
  display: block; }

.nav-panel-explore .component + .component {
  margin-top: 0.5rem; }

.nav-panel-explore .component:last-child {
  margin-bottom: 0.75rem; }

.nav-panel-explore .component .title {
  font-weight: 600; }

.nav-panel-explore .versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: -0.25rem -0.375rem 0 0.375rem;
  line-height: 1;
  list-style: none; }

.nav-panel-explore .component .version {
  margin: 0.375rem 0.375rem 0 0; }

.nav-panel-explore .component .version a {
  background: var(--bp-color-black);
  border-radius: 0.25rem;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  display: inherit;
  opacity: 0.75; }

.nav-panel-explore .component .is-current a {
  font-weight: 600;
  opacity: 1; }

@media screen and (max-width: 1023.5px) {
  aside.toc.sidebar {
    display: none; }
  main > .content {
    overflow-x: auto; } }

@media screen and (min-width: 1024px) {
  main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0; }
  main > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  aside.toc.embedded {
    display: none; }
  aside.toc.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 1216px) {
  aside.toc.sidebar {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem; } }

.toolbar {
  color: var(--bp-color-gray100);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bp-color-black);
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black);
  box-shadow: 0 1px 0 var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.83333rem;
  height: 2.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: sticky;
  top: 3.5rem;
  z-index: 2;
  border-bottom: solid 1px var(--bp-color-gray300); }

.toolbar a {
  color: inherit; }

.nav-toggle {
  background: url(../img/menu.svg) no-repeat 50% 47.5%;
  background-size: 49%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: -0.25rem; }

.body .nav-toggle {
  display: none; }

@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none; } }

.nav-toggle.is-active {
  background-image: url(../img/back.svg);
  background-size: 41.5%; }

.home-link {
  display: block;
  background: url(../img/home-o.svg) no-repeat 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.625rem; }

.home-link.is-current,
.home-link:hover {
  background-image: url(../img/home.svg); }

.edit-this-page {
  display: none;
  padding-right: 0.5rem; }

@media screen and (min-width: 1024px) {
  .edit-this-page {
    display: block; } }

.toolbar .edit-this-page a {
  color: #8e8e8e; }

.breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 0.5rem 0 0.75rem;
  line-height: 1.35; }

a + .breadcrumbs {
  padding-left: 0.05rem; }

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs li {
  display: inline;
  margin: 0; }

.breadcrumbs li::after {
  content: "/";
  padding: 0 0.5rem; }

.breadcrumbs li:last-of-type::after {
  content: none; }

.page-versions {
  margin: 0 0.2rem 0 auto;
  position: relative;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .page-versions {
    margin-right: 0.7rem; } }

.page-versions .version-menu-toggle {
  color: inherit;
  background: url(../img/chevron.svg) no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: auto 0.75em;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
  z-index: 3; }

.page-versions .version-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0)) no-repeat;
  background: linear-gradient(180deg, #f0f0f0 0, #f0f0f0) no-repeat;
  padding: 1.375rem 1.5rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.page-versions:not(.is-active) .version-menu {
  display: none; }

.page-versions .version {
  display: block;
  padding-top: 0.5rem; }

.page-versions .version.is-current {
  display: none; }

.page-versions .version.is-missing {
  color: #8e8e8e;
  font-style: italic;
  text-decoration: none; }

.toc-menu {
  display: none;
  color: var(--bp-color-gray100); }

.toc.sidebar .toc-menu {
  margin-right: 0.75rem;
  position: sticky;
  top: 6rem; }

.toc .toc-menu h3 {
  color: var(--bp-color-gray100);
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 -0.5px;
  padding-bottom: 0.25rem; }

.toc.sidebar .toc-menu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.toc .toc-menu ul {
  font-size: 0.83333rem;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0; }

.toc.sidebar .toc-menu ul {
  max-height: calc(100vh - 8.5rem);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

@supports (scrollbar-width: none) {
  .toc.sidebar .toc-menu ul {
    scrollbar-width: none; } }

.toc .toc-menu ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

@media screen and (min-width: 1024px) {
  .toc-menu {
    display: block; }
  .toc .toc-menu h3 {
    font-size: 0.83333rem; }
  .toc .toc-menu ul {
    font-size: 0.75rem; } }

.toc .toc-menu li {
  margin: 0; }

.toc .toc-menu a {
  color: inherit;
  border-left: 1px solid var(--bp-color-gray200);
  display: inline-block;
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-decoration: none; }

.toc .toc-menu li[data-level="2"] a {
  padding-left: 1rem; }

.toc .toc-menu li[data-level="3"] a {
  padding-left: 1.5rem; }

.sidebar.toc .toc-menu a {
  display: block;
  outline: none; }

.toc .toc-menu a:hover {
  color: var(--bp-color-white); }

.toc .toc-menu a.is-active {
  border-left-color: var(--bp-color-white);
  color: var(--bp-color-white); }

.sidebar.toc .toc-menu a:focus {
  background: var(--bp-color-gray300); }

.toc .toc-menu .is-hidden-toc {
  display: none !important; }

.doc {
  color: var(--bp-color-white);
  font-size: 1em;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1rem 4rem; }

@media screen and (min-width: 1024px) {
  .doc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 2rem;
    max-width: 46rem;
    min-width: 0; } }

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  font-weight: 300;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  margin: 1rem 0 0; }
  .doc h1 a,
  .doc h2 a,
  .doc h3 a,
  .doc h4 a,
  .doc h5 a,
  .doc h6 a {
    color: var(--bp-color-gray100); }
  .doc h1 a:hover,
  .doc h2 a:hover,
  .doc h3 a:hover,
  .doc h4 a:hover,
  .doc h5 a:hover,
  .doc h6 a:hover {
    color: var(--bp-color-white); }

.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  color: var(--bp-color-gray100); }

.doc > h1.page:first-child {
  font-size: 2rem;
  margin: 1.5rem 0; }

@media screen and (min-width: 769px) {
  .doc > h1.page:first-child {
    margin-top: 2.5rem; } }

.doc > h1.page:first-child + aside.toc.embedded {
  margin-top: -0.5rem; }

.doc > h2#name + .sectionbody {
  margin-top: 1rem; }

#preamble + .sect1,
.doc .sect1 + .sect1 {
  margin-top: 2rem; }

.doc h1.sect0 {
  background: var(--bp-color-gray300);
  font-size: 1.8em;
  margin: 1.5rem -1rem 0;
  padding: 0.5rem 1rem; }

.doc h3:not(.discrete) {
  font-weight: 600;
  font-size: 1.25em; }

.doc .discreet h3 {
  font-size: .875em;
  font-family: var(--bp-font-mono);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 2rem; }

.doc h4:not(.discrete) {
  font-weight: 600;
  color: var(--bp-color-white); }

.doc h1 .anchor,
.doc h2 .anchor,
.doc h3 .anchor,
.doc h4 .anchor,
.doc h5 .anchor,
.doc h6 .anchor {
  position: absolute;
  text-decoration: none;
  width: 1.75ex;
  margin-left: -1.5ex;
  visibility: hidden;
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 0.05em; }

.doc h1 .anchor::before,
.doc h2 .anchor::before,
.doc h3 .anchor::before,
.doc h4 .anchor::before,
.doc h5 .anchor::before,
.doc h6 .anchor::before {
  content: "\00a7";
  color: var(--bp-color-white); }

.doc h1:hover .anchor,
.doc h2:hover .anchor,
.doc h3:hover .anchor,
.doc h4:hover .anchor,
.doc h5:hover .anchor,
.doc h6:hover .anchor {
  visibility: visible; }

.doc dl,
.doc p {
  margin: 0; }

.doc a {
  color: var(--bp-color-accent1); }

.doc a:hover {
  color: var(--bp-color-accent1); }

.doc a.bare {
  -ms-hyphens: none;
  hyphens: none; }

.doc a.unresolved {
  color: #d32f2f; }

.doc i.fa {
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal; }

.doc code {
  color: var(--bp-color-white);
  border-radius: 0.25em;
  font-size: 0.95em;
  padding: 0.125em 0.25em; }

.light-mode .doc code {
  background: var(--bp-color-gray500); }

.dark-mode .doc code {
  background: var(--bp-color-gray400); }

.doc code,
.doc pre {
  -ms-hyphens: none;
  hyphens: none; }

.doc pre {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 0; }

.doc blockquote {
  margin: 0; }

.doc .paragraph.lead > p {
  font-size: 1rem; }

.doc .right {
  float: right; }

.doc .left {
  float: left; }

.doc .float-gap.right {
  margin: 0 1rem 1rem 0; }

.doc .float-gap.left {
  margin: 0 0 1rem 1rem; }

.doc .float-group::after {
  content: "";
  display: table;
  clear: both; }

.doc .text-left {
  text-align: left; }

.doc .text-center {
  text-align: center; }

.doc .text-right {
  text-align: right; }

.doc .text-justify {
  text-align: justify; }

.doc .stretch {
  width: 100%; }

.doc .big {
  font-size: larger; }

.doc .small {
  font-size: smaller; }

.doc .underline {
  text-decoration: underline; }

.doc .line-through {
  text-decoration: line-through; }

.doc .dlist,
.doc .exampleblock,
.doc .hdlist,
.doc .imageblock,
.doc .listingblock,
.doc .literalblock,
.doc .olist,
.doc .paragraph,
.doc .partintro,
.doc .quoteblock,
.doc .sidebarblock,
.doc .tabs,
.doc .ulist,
.doc .verseblock,
.doc .videoblock,
.doc details,
.doc hr {
  margin: 1rem 0 0; }

.doc .tablecontainer,
.doc .tablecontainer + *,
.doc :not(.tablecontainer) > table.tableblock,
.doc :not(.tablecontainer) > table.tableblock + *,
.doc > table.tableblock,
.doc > table.tableblock + * {
  margin-top: 1.5rem; }

.doc table.tableblock {
  font-size: 0.83333rem; }

.doc p.tableblock + p.tableblock {
  margin-top: 0.5rem; }

.doc table.tableblock pre {
  font-size: inherit; }

.doc td.tableblock > .content {
  word-wrap: anywhere; }

.doc td.tableblock > .content > :first-child {
  margin-top: 0; }

.doc table.tableblock td,
.doc table.tableblock th {
  padding: 0.5rem; }

.doc table.tableblock,
.doc table.tableblock > * > tr > * {
  border: 0 solid #e1e1e1; }

.doc table.grid-all > * > tr > * {
  border-width: 1px; }

.doc table.grid-cols > * > tr > * {
  border-width: 0 1px; }

.doc table.grid-rows > * > tr > * {
  border-width: 1px 0; }

.doc table.grid-all > thead th,
.doc table.grid-rows > thead th {
  border-bottom-width: 2.5px; }

.doc table.frame-all {
  border-width: 1px; }

.doc table.frame-ends {
  border-width: 1px 0; }

.doc table.frame-sides {
  border-width: 0 1px; }

.doc table.frame-none > colgroup + * > :first-child > *,
.doc table.frame-sides > colgroup + * > :first-child > * {
  border-top-width: 0; }

.doc table.frame-sides > :last-child > :last-child > * {
  border-bottom-width: 0; }

.doc table.frame-ends > * > tr > :first-child,
.doc table.frame-none > * > tr > :first-child {
  border-left-width: 0; }

.doc table.frame-ends > * > tr > :last-child,
.doc table.frame-none > * > tr > :last-child {
  border-right-width: 0; }

.doc table.stripes-all > tbody > tr,
.doc table.stripes-even > tbody > tr:nth-of-type(2n),
.doc table.stripes-hover > tbody > tr:hover,
.doc table.stripes-odd > tbody > tr:nth-of-type(odd) {
  background: #fafafa; }

.doc table.tableblock > tfoot {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(180deg, #f0f0f0 0, #fff); }

.doc .halign-left {
  text-align: left; }

.doc .halign-right {
  text-align: right; }

.doc .halign-center {
  text-align: center; }

.doc .valign-top {
  vertical-align: top; }

.doc .valign-bottom {
  vertical-align: bottom; }

.doc .valign-middle {
  vertical-align: middle; }

.doc .admonitionblock {
  margin: 1.4rem 0 0; }

.doc .admonitionblock p,
.doc .admonitionblock td.content {
  font-size: 0.88889rem; }

.doc .admonitionblock td.content > .title + *,
.doc .admonitionblock td.content > :not(.title):first-child {
  margin-top: 0; }

.doc .admonitionblock td.content pre {
  font-size: 0.83333rem; }

.doc .admonitionblock > table {
  table-layout: fixed;
  position: relative;
  width: 100%; }

.doc .admonitionblock td.content {
  padding: 1rem 1rem 0.75rem;
  background: #fafafa;
  width: 100%;
  word-wrap: anywhere; }

.doc .admonitionblock td.icon {
  font-size: 0.83333rem;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-0.5rem, -50%);
  transform: translate(-0.5rem, -50%); }

.doc .admonitionblock td.icon i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: initial;
  filter: none;
  height: 1.25rem;
  padding: 0 0.5rem;
  vertical-align: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.doc .admonitionblock td.icon i::after {
  content: attr(title);
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.doc .admonitionblock td.icon i.icon-caution {
  background-color: #a0439c;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-important {
  background-color: #d32f2f;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-note {
  background-color: #217ee7;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-tip {
  background-color: #41af46;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-warning {
  background-color: #e18114;
  color: #fff; }

.doc .imageblock,
.doc .videoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.doc .imageblock.text-left,
.doc .videoblock.text-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.doc .imageblock.text-right,
.doc .videoblock.text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.doc .image > img,
.doc .image > object,
.doc .image > svg,
.doc .imageblock img,
.doc .imageblock object,
.doc .imageblock svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.doc .image:not(.left):not(.right) > img {
  margin-top: -0.2em; }

.doc .image > img {
  border: solid 1px var(--bp-color-gray300); }

.doc .videoblock iframe,
.doc .videoblock video {
  max-width: 100%;
  vertical-align: middle; }

#preamble .abstract blockquote {
  background: #f0f0f0;
  border-left: 5px solid #e1e1e1;
  color: #4a4a4a;
  font-size: 0.88889rem;
  padding: 0.75em 1em; }

.doc .quoteblock,
.doc .verseblock {
  background: #fafafa;
  border-left: 5px solid #5d5d5d;
  color: #5d5d5d; }

.doc .quoteblock {
  padding: 0.25rem 2rem 1.25rem; }

.doc .quoteblock .attribution {
  color: #8e8e8e;
  font-size: 0.83333rem;
  margin-top: 0.75rem; }

.doc .quoteblock blockquote {
  margin-top: 1rem; }

.doc .quoteblock .paragraph {
  font-style: italic; }

.doc .quoteblock cite {
  padding-left: 1em; }

.doc .verseblock {
  font-size: 1.15em;
  padding: 1rem 2rem; }

.doc .verseblock pre {
  font-family: inherit;
  font-size: inherit; }

.doc ol,
.doc ul {
  margin: 0;
  padding: 0 0 0 2rem; }

.doc ol.none,
.doc ol.unnumbered,
.doc ol.unstyled,
.doc ul.checklist,
.doc ul.no-bullet,
.doc ul.none,
.doc ul.unstyled {
  list-style-type: none; }

.doc ol.unnumbered,
.doc ul.no-bullet {
  padding-left: 1.25rem; }

.doc ol.unstyled,
.doc ul.unstyled {
  padding-left: 0; }

.doc ul.circle {
  list-style-type: circle; }

.doc ul.disc {
  list-style-type: disc; }

.doc ul.square {
  list-style-type: square; }

.doc ul.circle ul:not([class]),
.doc ul.disc ul:not([class]),
.doc ul.square ul:not([class]) {
  list-style: inherit; }

.doc ol.arabic {
  list-style-type: decimal; }

.doc ol.decimal {
  list-style-type: decimal-leading-zero; }

.doc ol.loweralpha {
  list-style-type: lower-alpha; }

.doc ol.upperalpha {
  list-style-type: upper-alpha; }

.doc ol.lowerroman {
  list-style-type: lower-roman; }

.doc ol.upperroman {
  list-style-type: upper-roman; }

.doc ol.lowergreek {
  list-style-type: lower-greek; }

.doc ul.checklist {
  padding-left: 1.75rem; }

.doc ul.checklist p > i.fa-check-square-o:first-child,
.doc ul.checklist p > i.fa-square-o:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  margin-left: -1.25rem; }

.doc ul.checklist i.fa-check-square-o::before {
  content: "\2713"; }

.doc ul.checklist i.fa-square-o::before {
  content: "\274f"; }

.doc .dlist .dlist,
.doc .dlist .olist,
.doc .dlist .ulist,
.doc .olist .dlist,
.doc .olist .olist,
.doc .olist .ulist,
.doc .olist li + li,
.doc .ulist .dlist,
.doc .ulist .olist,
.doc .ulist .ulist,
.doc .ulist li + li {
  margin-top: 0.5rem; }

.doc .admonitionblock .listingblock,
.doc .olist .listingblock,
.doc .ulist .listingblock {
  padding: 0; }

.doc .admonitionblock .title,
.doc .exampleblock .title,
.doc .imageblock .title,
.doc .listingblock .title,
.doc .literalblock .title,
.doc .openblock .title,
.doc .videoblock .title,
.doc table.tableblock caption {
  color: #5d5d5d;
  font-size: 0.88889rem;
  font-style: italic;
  font-weight: 600;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: 0.01em;
  padding-bottom: 0.075rem; }

.doc table.tableblock caption {
  text-align: left; }

.doc .olist .title,
.doc .ulist .title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25rem; }

.doc .ulist a,
.doc .ulist a:hover {
  color: var(--bp-color-white); }

.doc .imageblock .title,
.doc .videoblock .title {
  margin-top: 0.5rem;
  padding-bottom: 0; }

.doc details {
  margin-left: 1rem; }

.doc details > summary {
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.5rem; }

.doc details > summary::-webkit-details-marker {
  display: none; }

.doc details > summary::before {
  content: "";
  border: solid transparent;
  border-left: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  position: absolute;
  top: 0.5em;
  left: -1rem;
  -webkit-transform: translateX(15%);
  transform: translateX(15%); }

.doc details[open] > summary::before {
  border-color: currentColor transparent transparent;
  border-width: 0.5rem 0.3rem 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%); }

.doc details > summary::after {
  content: "";
  width: 1rem;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: -1rem; }

.doc details.result {
  margin-top: 0.25rem; }

.doc details.result > summary {
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 0; }

.doc details.result > .content {
  margin-left: -1rem; }

.doc .exampleblock > .content,
.doc details.result > .content {
  background: #fff;
  border: 0.25rem solid #5d5d5d;
  border-radius: 0.5rem;
  padding: 0.75rem; }

.doc .exampleblock > .content::after,
.doc details.result > .content::after {
  content: "";
  display: table;
  clear: both; }

.doc .exampleblock > .content > :first-child,
.doc details > .content > :first-child {
  margin-top: 0; }

.doc .sidebarblock {
  background: #e1e1e1;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem; }

.doc .sidebarblock > .content > .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: center; }

.doc .sidebarblock > .content > .title + *,
.doc .sidebarblock > .content > :not(.title):first-child {
  margin-top: 0; }

.doc .listingblock.wrap pre,
.doc table.tableblock pre {
  white-space: pre-wrap; }

.doc .listingblock pre:not(.highlight),
.doc .literalblock pre,
.doc pre.highlight > code {
  display: block;
  overflow-x: auto;
  padding: 0.875em; }

.light-mode .doc .listingblock pre:not(.highlight),
.light-mode .doc .literalblock pre,
.light-mode .doc pre.highlight > code {
  background: var(--bp-color-gray500); }

.dark-mode .doc .listingblock pre:not(.highlight),
.dark-mode .doc .literalblock pre,
.dark-mode .doc pre.highlight > code {
  background: var(--bp-color-gray400); }

.doc .listingblock > .content {
  position: relative; }

.doc .source-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--bp-color-gray200);
  font-family: var(--bp-font-mono);
  font-size: 1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1; }

.doc .listingblock:hover .source-toolbox {
  visibility: visible; }

.doc .source-toolbox .source-lang {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: none; }

.doc .source-toolbox > :not(:last-child)::after {
  content: "|";
  letter-spacing: 0;
  padding: 0 1ch; }

.doc .source-toolbox .copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em; }

.doc .source-toolbox .copy-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: inherit;
  height: inherit; }

.doc .source-toolbox img.copy-icon {
  -webkit-filter: invert(50.2%);
  filter: invert(50.2%); }

.doc .source-toolbox svg.copy-icon {
  fill: currentColor; }

.doc .source-toolbox .copy-toast {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  background-color: #333;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #fff;
  cursor: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s; }

.doc .source-toolbox .copy-toast::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border: 0.55em solid transparent;
  border-left-color: #333;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.doc .source-toolbox .copy-button.clicked .copy-toast {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.doc .language-console .hljs-meta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.doc .dlist dt {
  font-style: italic; }

.doc .dlist dd {
  margin: 0 0 0 1.5rem; }

.doc .dlist dd + dt,
.doc .dlist dd > p:first-child {
  margin-top: 0.5rem; }

.doc td.hdlist1,
.doc td.hdlist2 {
  padding: 0.5rem 0 0;
  vertical-align: top; }

.doc tr:first-child > .hdlist1,
.doc tr:first-child > .hdlist2 {
  padding-top: 0; }

.doc td.hdlist1 {
  font-weight: 600;
  padding-right: 0.25rem; }

.doc td.hdlist2 {
  padding-left: 0.25rem; }

.doc .colist {
  font-size: 0.88889rem;
  margin: 0.25rem 0 -0.25rem; }

.doc .colist > table > tbody > tr > :first-child,
.doc .colist > table > tr > :first-child {
  padding: 0.25em 0.5rem 0;
  vertical-align: top; }

.doc .colist > table > tbody > tr > :last-child,
.doc .colist > table > tr > :last-child {
  padding: 0.25rem 0; }

.doc .conum[data-value] {
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  font-family: var(--bp-font-default);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  letter-spacing: -0.25ex;
  text-indent: -0.25ex; }

.doc .conum[data-value]::after {
  content: attr(data-value); }

.doc .conum[data-value] + b {
  display: none; }

.doc hr {
  border: solid #e1e1e1;
  border-width: 2px 0 0;
  height: 0; }

.doc b.button {
  white-space: nowrap; }

.doc b.button::before {
  content: "[";
  padding-right: 0.25em; }

.doc b.button::after {
  content: "]";
  padding-left: 0.25em; }

.doc kbd {
  display: inline-block;
  font-size: 0.66667rem;
  background: #fafafa;
  border: 1px solid var(--bp-color-black);
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black), 0 0 0 0.1em #fff inset;
  box-shadow: 0 1px 0 var(--bp-color-black), inset 0 0 0 0.1em #fff;
  padding: 0.25em 0.5em;
  vertical-align: text-bottom;
  white-space: nowrap; }

.doc .keyseq,
.doc kbd {
  line-height: 1; }

.doc .keyseq {
  font-size: 0.88889rem; }

.doc .keyseq kbd {
  margin: 0 0.125em; }

.doc .keyseq kbd:first-child {
  margin-left: 0; }

.doc .keyseq kbd:last-child {
  margin-right: 0; }

.doc .menuseq,
.doc .path {
  -ms-hyphens: none;
  hyphens: none; }

.doc .menuseq i.caret::before {
  content: "\203a";
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.90909; }

.doc :not(pre).nowrap {
  white-space: nowrap; }

.doc .nobreak {
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

.doc :not(pre).pre-wrap {
  white-space: pre-wrap; }

#footnotes {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 2rem -0.5rem 0; }

.doc td.tableblock > .content #footnotes {
  margin: 2rem 0 0; }

#footnotes hr {
  border-top-width: 1px;
  margin-top: 0;
  width: 20%; }

#footnotes .footnote {
  margin: 0.5em 0 0 1em; }

#footnotes .footnote + .footnote {
  margin-top: 0.25em; }

#footnotes .footnote > a:first-of-type {
  display: inline-block;
  margin-left: -2em;
  text-align: right;
  width: 1.5em; }

nav.pagination {
  border-top: 1px solid #e1e1e1;
  line-height: 1;
  margin: 2rem -1rem -1rem;
  padding: 0.75rem 1rem 0; }

nav.pagination,
nav.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

nav.pagination span {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

nav.pagination .prev {
  padding-right: 0.5rem; }

nav.pagination .next {
  margin-left: auto;
  padding-left: 0.5rem;
  text-align: right; }

nav.pagination span::before {
  color: #8e8e8e;
  font-size: 0.75em;
  padding-bottom: 0.1em; }

nav.pagination .prev::before {
  content: "Prev"; }

nav.pagination .next::before {
  content: "Next"; }

nav.pagination a {
  font-weight: 600;
  line-height: 1.3;
  position: relative; }

nav.pagination a::after,
nav.pagination a::before {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.75;
  position: absolute;
  top: 0;
  width: 1rem; }

nav.pagination .prev a::before {
  content: "\2039";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

nav.pagination .next a::after {
  content: "\203a"; }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--navbar {
    overflow-y: hidden; } }

body {
  padding-top: 3.5rem; }

.navbar {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-size: 0.88889rem;
  height: 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: solid 1px var(--bp-color-gray300); }

.navbar a {
  text-decoration: none; }

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 1rem;
  justify-content: space-between; }

.navbar-brand .navbar-item {
  color: var(--bp-color-white); }

.navbar-brand .navbar-item img {
  margin-right: 16px;
  filter: var(--icon-filter); }

.navbar-brand .navbar-item:first-child {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  font-size: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1; }

.navbar-brand .navbar-item:first-child a {
  color: inherit;
  word-wrap: normal; }

.navbar-brand .navbar-item.search {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none; }

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem; }

#search-input {
  background: var(--bp-color-black);
  padding: 4px 8px !important;
  border: solid 1px var(--bp-color-gray200);
  color: var(--bp-color-white);
  font-family: inherit;
  min-width: 150px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px; }

#search-input::-webkit-input-placeholder,
#search-input::-moz-placeholder,
#search-input:-ms-input-placeholder,
#search-input::-ms-input-placeholder,
#search-input::placeholder {
  color: var(--bp-color-accent1) !important; }

#search-input:disabled {
  border-color: var(--bp-color-gray200);
  cursor: not-allowed;
  pointer-events: all !important; }

#search-input:disabled::-webkit-input-placeholder,
#search-input:disabled::-moz-placeholder,
#search-input:disabled:-ms-input-placeholder,
#search-input:disabled::placeholder {
  color: var(--bp-color-gray200); }

#search-input:focus {
  outline: none; }

.search-result-dropdown-menu .search-result-dataset {
  background-color: var(--bp-color-black); }

.search-result-dropdown-menu .search-result-component-header,
.search-result-dropdown-menu .search-result-document-title {
  color: var(--bp-color-white); }

.search-result-dropdown-menu .search-result-component-header {
  font-weight: bold; }

.search-result-dropdown-menu .search-result-document-hit {
  color: var(--bp-color-gray100); }

.search-result-dropdown-menu .search-result-document-hit .search-result-highlight {
  background: none;
  color: var(--bp-color-white); }

.navbar-burger {
  background: none;
  border: none;
  outline: none;
  line-height: 1;
  position: relative;
  width: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0; }

.navbar-burger span {
  background-color: #fff;
  height: 1.5px;
  width: 1rem; }

.navbar-burger:not(.is-active) span {
  -webkit-transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out; }

.navbar-burger span + span {
  margin-top: 0.25rem; }

.navbar-burger.is-active span + span {
  margin-top: -1.5px; }

.navbar-burger.is-active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0; }

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navbar-item,
.navbar-link {
  color: #222;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1rem; }

.navbar-item.has-dropdown {
  padding: 0; }

.navbar-item .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block; }

.navbar-item .icon img,
.navbar-item .icon svg {
  fill: currentColor;
  width: inherit;
  height: inherit; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.navbar-dropdown .navbar-item.has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-dropdown .navbar-item small {
  color: #8e8e8e;
  font-size: 0.66667rem; }

.navbar-divider {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
  margin: 0.25rem 0; }

.navbar .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.15rem;
  height: 1.75rem;
  color: #222;
  padding: 0 0.75em;
  white-space: nowrap; }

@media screen and (max-width: 768.5px) {
  .navbar-brand .navbar-item.search {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 769px) {
  .navbar-brand .navbar-item.search {
    display: flex; }
  #search-input {
    width: 200px; }
  .navbar-right {
    padding-right: 1rem; } }

@media screen and (max-width: 1023.5px) {
  .navbar-brand {
    height: inherit; }
  .navbar-brand .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-menu {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0.5rem 0; }
  .navbar-menu:not(.is-active) {
    display: none; }
  .navbar-menu .navbar-link:hover,
  .navbar-menu a.navbar-item:hover {
    background: #f5f5f5; } }

@media screen and (min-width: 1024px) {
  .navbar-burger {
    display: none; }
  .navbar,
  .navbar-end,
  .navbar-item,
  .navbar-link,
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item,
  .navbar-link {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .navbar-item:not(.has-dropdown),
  .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-link::after {
    border-width: 0 0 1px 1px;
    border-style: solid;
    content: "";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%; }
  .navbar-end .navbar-link,
  .navbar-end > .navbar-item {
    color: #fff; }
  .navbar-end .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-end .navbar-link:hover,
  .navbar-end > a.navbar-item:hover {
    background: #000;
    color: #fff; }
  .navbar-end .navbar-link::after {
    border-color: currentColor; }
  .navbar-dropdown {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    display: none;
    top: 100%;
    left: 0;
    min-width: 100%;
    position: absolute; }
  .navbar-dropdown .navbar-item {
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap; }
  .navbar-dropdown .navbar-item small {
    position: relative;
    right: -2rem; }
  .navbar-dropdown .navbar-item:last-child {
    border-radius: inherit; }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0; }
  .navbar-dropdown a.navbar-item:hover {
    background: #f5f5f5; } }

footer.footer {
  background-color: #e1e1e1;
  color: #5d5d5d;
  font-size: 0.83333rem;
  line-height: 1.6;
  padding: 1.5rem;
  display: none; }

.footer p {
  margin: 0.5rem 0; }

.footer a {
  color: #191919; }

/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: 600; }

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
  color: teal; }

.hljs-doctag,
.hljs-string {
  color: #d14; }

.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: #900;
  font-weight: 600; }

.hljs-subst {
  font-weight: 400; }

.hljs-class .hljs-title,
.hljs-type {
  color: #458;
  font-weight: 600; }

.hljs-attribute,
.hljs-name,
.hljs-tag {
  color: navy;
  font-weight: 400; }

.hljs-link,
.hljs-regexp {
  color: #009926; }

.hljs-bullet,
.hljs-symbol {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: 600; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: 600; }

@page {
  margin: 0.5in; }

@media print {
  .hide-for-print {
    display: none !important; }
  html {
    font-size: 0.9375em; }
  a {
    color: inherit !important;
    text-decoration: underline; }
  a.bare,
  a[href^="#"],
  a[href^="mailto:"] {
    text-decoration: none; }
  img,
  object,
  svg,
  tr {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  pre {
    -ms-hyphens: none;
    hyphens: none;
    white-space: pre-wrap; }
  body {
    padding-top: 2rem; }
  .navbar {
    background: none;
    color: inherit;
    position: absolute; }
  .navbar * {
    color: inherit !important; }
  .nav-container,
  .navbar > :not(.navbar-brand),
  .toolbar,
  aside.toc,
  nav.pagination {
    display: none; }
  .doc {
    color: inherit;
    margin: auto;
    max-width: none;
    padding-bottom: 2rem; }
  .doc .admonitionblock td.icon {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .doc .listingblock code[data-lang]::before {
    display: block; }
  footer.footer {
    background: none;
    border-top: 1px solid #e1e1e1;
    color: #8e8e8e;
    padding: 0.25rem 0.5rem 0; }
  .footer * {
    color: inherit; } }
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/main.scss
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* VARIABLES */
:root {
  --bp-font-default: "Gilroy", sans-serif;
  --bp-font-mono: "DM Mono", monospace;
  --color-black: #151515;
  --color-white: #f1f1ec;
  --color-gray100: #9a9a97;
  --color-gray200: #747471;
  --color-gray300: #3d3d3d;
  --color-gray400: #272726;
  --color-accent1: #ddfa78;
  --color-accent2: #4433ff; }

.dark-mode {
  --bp-color-black: var(--color-black);
  --bp-color-white: var(--color-white);
  --bp-color-gray100: var(--color-gray100);
  --bp-color-gray200: var(--color-gray200);
  --bp-color-gray300: var(--color-gray300);
  --bp-color-gray400: var(--color-gray400);
  --bp-color-gray500: var(--color-gray500);
  --bp-color-accent1: var(--color-accent1);
  --bp-color-accent2: var(--color-accent2);
  --icon-filter: invert(0%); }

.light-mode {
  --bp-color-black: var(--color-white);
  --bp-color-white: var(--color-black);
  --bp-color-gray500: #D4D4D3;
  --bp-color-gray100: var(--color-gray400);
  --bp-color-gray200: var(--color-gray300);
  --bp-color-gray300: var(--color-gray200);
  --bp-color-gray400: var(--color-gray100);
  --bp-color-accent1: var(--color-accent2);
  --bp-color-accent2: var(--color-accent1);
  --icon-filter: invert(80%); }

.sun {
  display: none; }

body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }

.start-nav-explore ul.components li.component .versions {
  display: none; }

.start-nav-explore ul.components li.component {
  padding: 0;
  width: 100%;
  position: relative; }

.start-nav-explore ul.components li.component a.title {
  padding: 2em;
  border: solid 1px var(--bp-color-gray100);
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  color: var(--bp-color-gray100);
  height: 100%;
  line-height: 1.25;
  transition: all 0.25s ease-in-out;
  text-align: left;
  align-items: center;
  cursor: pointer; }

.start-nav-explore ul.components li.component a.title svg {
  aspect-ratio: 1/1;
  min-width: 24px !important;
  max-width: 24px !important; }

.start-nav-explore ul.components li.component a.title svg path {
  transition: all .25s ease-in-out; }

.start-nav-explore ul.components li.component a.title:hover {
  text-decoration: none;
  color: var(--bp-color-white);
  border-color: var(--bp-color-white);
  background-color: var(--bp-color-gray400); }
  .start-nav-explore ul.components li.component a.title:hover svg path {
    stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }

/* The switch - the box around the slider */
.switch {
  --height: 24px;
  position: relative;
  display: inline-block;
  height: var(--height);
  aspect-ratio: 60 / 34;
  align-self: center; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bp-color-black);
  border: solid 1px var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider .mode-switch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(var(--height) - 8px);
  width: calc(var(--height) - 8px);
  left: 4px;
  bottom: 3px;
  background-color: var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.switch input:checked + .slider .mode-switch-icon {
  -webkit-transform: translateX(calc(var(--height) - 8px));
  -ms-transform: translateX(calc(var(--height) - 8px));
  transform: translateX(calc(var(--height) - 8px)); }

/* Rounded sliders */
.slider.round {
  border-radius: var(--height); }

.slider.round .mode-switch-icon {
  border-radius: 50%; }

.mode-switch-icon svg {
  width: calc(var(--height) - 14px);
  height: auto; }

.mode-switch-icon svg path {
  fill: var(--bp-color-black); }

.doc .contract-item {
  border: solid 1px;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden; }

.doc .contract-item > h4 {
  position: absolute; }

.doc .contract-item > h4 {
  visibility: hidden; }

.light-mode .doc .contract-item {
  border-color: var(--bp-color-gray500); }

.light-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray500); }

.dark-mode .doc .contract-item {
  border-color: var(--bp-color-gray400); }

.dark-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray400); }

.contract-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: var(--bp-color-gray100);
  gap: 1em; }

.doc .contract-item-header code {
  font-size: .875rem;
  color: var(--bp-color-gray100); }

.contract-item-header .item-kind {
  white-space: nowrap;
  font-size: .75rem;
  color: var(--bp-color-gray100); }

.dark-mode .doc .contract-item-header code,
.light-mode .doc .contract-item-header code {
  background: transparent; }

.doc .contract-item > h4 > a.anchor {
  font-size: 1.1rem;
  margin-left: -2.5ex; }

.doc .contract-item > h4 > a.anchor::before {
  color: var(--bp-color-gray200); }

.doc .contract-item > h4 > a.anchor:hover::before {
  color: var(--bp-color-gray100); }

.doc .contract-item div.paragraph {
  padding: 16px;
  margin-top: 0; }

.doc .contract-item div.paragraph p {
  color: var(--bp-color-white); }

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-family: var(--bp-font-default);
  line-height: 1.15;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-wrap: anywhere; }

html, body {
  font-size: 16px; }

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 18px; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: none; }

code,
kbd,
pre {
  font-family: var(--bp-font-mono); }

b,
dt,
strong,
th {
  font-weight: 600; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

em em {
  font-style: normal; }

strong strong {
  font-weight: 400; }

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0; }

button::-moz-focus-inner {
  border: none;
  padding: 0; }

summary {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

table {
  border-collapse: collapse;
  word-wrap: normal; }

object[type="image/svg+xml"]:not([width]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (pointer: fine) {
  @supports (scrollbar-width: thin) {
    html {
      scrollbar-color: var(--bp-color-black) #fafafa; }
    body * {
      scrollbar-width: thin;
      scrollbar-color: var(--bp-color-black) transparent; } }
  html::-webkit-scrollbar {
    background-color: #fafafa;
    height: 12px;
    width: 12px; }
  body ::-webkit-scrollbar {
    height: 6px;
    width: 6px; }
  ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--bp-color-black);
    border: 3px solid transparent;
    border-radius: 12px; }
  body ::-webkit-scrollbar-thumb {
    border-width: 1.75px;
    border-radius: 6px; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #9c9c9c; } }

@media screen and (min-width: 1024px) {
  .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--nav {
    overflow-y: hidden; } }

.nav-container {
  position: fixed;
  top: 3.5rem;
  left: 0;
  font-size: 0.94444rem;
  z-index: 1;
  width: 100%;
  z-index: 1;
  display: none; }

.is-clipped--navbar .nav-container {
  display: block; }

@media screen and (min-width: 1024px) {
  .nav-container {
    display: block;
    font-size: 0.86111rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: static;
    top: 0;
    width: 15rem; } }

.nav {
  background: var(--bp-color-black);
  position: relative;
  top: 2.5rem;
  height: calc(100vh - 6rem);
  border-right: solid 1px var(--bp-color-gray300); }

@media screen and (min-width: 769px) {
  .nav {
    -webkit-box-shadow: 0.5px 0 3px var(--bp-color-black);
    box-shadow: 0.5px 0 3px var(--bp-color-black); } }

@media screen and (min-width: 1024px) {
  .nav {
    top: 3.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: sticky;
    height: calc(100vh - 3.5rem); } }

.nav a,
.nav-menu a {
  color: var(--bp-color-gray100);
  text-transform: capitalize; }

.nav .panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit; }

.nav-panel-menu {
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: calc(100% - 2.5rem); }

.nav-panel-menu:not(.is-active) .nav-menu {
  opacity: 0.75; }

.nav-panel-menu:not(.is-active)::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-menu {
  min-height: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
  position: relative; }

.nav-menu-toggle {
  background: transparent url(../img/octicons-16.svg#view-unfold) no-repeat 50%/100% 100%;
  border: none;
  float: right;
  height: 1em;
  margin-right: -0.5rem;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: sticky;
  top: 0.85rem;
  visibility: hidden;
  width: 1em; }

.nav-menu-toggle.is-active {
  background-image: url(../img/octicons-16.svg#view-fold); }

.nav-panel-menu.is-active:hover .nav-menu-toggle {
  visibility: visible; }

.nav-menu h3.title {
  color: var(--bp-color-gray100);
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.25em 0 0.125em; }

.nav-list {
  list-style: none;
  margin: 0 0 0 0.75rem;
  padding: 0; }

.nav-menu > .nav-list + .nav-list {
  margin-top: 0.5rem; }

.nav-item {
  margin-top: 0.5em; }

.nav-item-toggle ~ .nav-list {
  padding-bottom: 0.125rem; }

.nav-item[data-depth="0"] > .nav-list:first-child {
  display: block;
  margin: 0; }

.nav-item:not(.is-active) > .nav-list {
  display: none; }

.nav-item-toggle {
  background: transparent url(../img/caret.svg) no-repeat 50%/50%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  position: absolute;
  height: 1.35em;
  width: 1.35em;
  margin-top: -0.05em;
  margin-left: -1.35em; }

/* .nav-item-toggle.level-0 {
  background: none;
} */
.nav-item-toggle.level-0,
.nav-item-toggle.level-0 ~ span.nav-text {
  pointer-events: none;
  cursor: default; }

.nav-item.is-active > .nav-item-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is-current-page > .nav-link,
.is-current-page > .nav-text {
  color: var(--bp-color-white);
  font-weight: 600; }

.nav-panel-explore {
  background: var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-panel-explore:not(:first-child) {
  top: auto;
  max-height: calc(50% + 2.5rem); }

.nav-panel-explore .context {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--bp-color-white);
  border-top: solid 1px var(--bp-color-gray300);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  height: 2.5rem; }

.nav-panel-explore:not(:first-child) .context {
  cursor: pointer; }

.nav-panel-explore .context .version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  white-space: nowrap; }

.nav-panel-explore .context .version::after {
  content: "";
  background: url(../img/chevron.svg) no-repeat 100%/auto 100%;
  width: 1.25em;
  height: 0.75em; }

.nav-panel-explore .components {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: solid 1px var(--bp-color-gray300);
  background: var(--bp-color-black);
  padding: 0.5rem 0.75rem 0;
  margin: 0;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  max-height: 100%;
  display: block; }

.nav-panel-explore:not(.is-active) .components {
  display: none; }

.nav-panel-explore .component {
  display: block; }

.nav-panel-explore .component + .component {
  margin-top: 0.5rem; }

.nav-panel-explore .component:last-child {
  margin-bottom: 0.75rem; }

.nav-panel-explore .component .title {
  font-weight: 600; }

.nav-panel-explore .versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: -0.25rem -0.375rem 0 0.375rem;
  line-height: 1;
  list-style: none; }

.nav-panel-explore .component .version {
  margin: 0.375rem 0.375rem 0 0; }

.nav-panel-explore .component .version a {
  background: var(--bp-color-black);
  border-radius: 0.25rem;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  display: inherit;
  opacity: 0.75; }

.nav-panel-explore .component .is-current a {
  font-weight: 600;
  opacity: 1; }

@media screen and (max-width: 1023.5px) {
  aside.toc.sidebar {
    display: none; }
  main > .content {
    overflow-x: auto; } }

@media screen and (min-width: 1024px) {
  main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0; }
  main > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  aside.toc.embedded {
    display: none; }
  aside.toc.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 1216px) {
  aside.toc.sidebar {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem; } }

.toolbar {
  color: var(--bp-color-gray100);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bp-color-black);
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black);
  box-shadow: 0 1px 0 var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.83333rem;
  height: 2.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: sticky;
  top: 3.5rem;
  z-index: 2;
  border-bottom: solid 1px var(--bp-color-gray300); }

.toolbar a {
  color: inherit; }

.nav-toggle {
  background: url(../img/menu.svg) no-repeat 50% 47.5%;
  background-size: 49%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: -0.25rem; }

.body .nav-toggle {
  display: none; }

@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none; } }

.nav-toggle.is-active {
  background-image: url(../img/back.svg);
  background-size: 41.5%; }

.home-link {
  display: block;
  background: url(../img/home-o.svg) no-repeat 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.625rem; }

.home-link.is-current,
.home-link:hover {
  background-image: url(../img/home.svg); }

.edit-this-page {
  display: none;
  padding-right: 0.5rem; }

@media screen and (min-width: 1024px) {
  .edit-this-page {
    display: block; } }

.toolbar .edit-this-page a {
  color: #8e8e8e; }

.breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 0.5rem 0 0.75rem;
  line-height: 1.35; }

a + .breadcrumbs {
  padding-left: 0.05rem; }

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs li {
  display: inline;
  margin: 0; }

.breadcrumbs li::after {
  content: "/";
  padding: 0 0.5rem; }

.breadcrumbs li:last-of-type::after {
  content: none; }

.page-versions {
  margin: 0 0.2rem 0 auto;
  position: relative;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .page-versions {
    margin-right: 0.7rem; } }

.page-versions .version-menu-toggle {
  color: inherit;
  background: url(../img/chevron.svg) no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: auto 0.75em;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
  z-index: 3; }

.page-versions .version-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0)) no-repeat;
  background: linear-gradient(180deg, #f0f0f0 0, #f0f0f0) no-repeat;
  padding: 1.375rem 1.5rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.page-versions:not(.is-active) .version-menu {
  display: none; }

.page-versions .version {
  display: block;
  padding-top: 0.5rem; }

.page-versions .version.is-current {
  display: none; }

.page-versions .version.is-missing {
  color: #8e8e8e;
  font-style: italic;
  text-decoration: none; }

.toc-menu {
  display: none;
  color: var(--bp-color-gray100); }

.toc.sidebar .toc-menu {
  margin-right: 0.75rem;
  position: sticky;
  top: 6rem; }

.toc .toc-menu h3 {
  color: var(--bp-color-gray100);
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 -0.5px;
  padding-bottom: 0.25rem; }

.toc.sidebar .toc-menu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.toc .toc-menu ul {
  font-size: 0.83333rem;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0; }

.toc.sidebar .toc-menu ul {
  max-height: calc(100vh - 8.5rem);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

@supports (scrollbar-width: none) {
  .toc.sidebar .toc-menu ul {
    scrollbar-width: none; } }

.toc .toc-menu ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

@media screen and (min-width: 1024px) {
  .toc-menu {
    display: block; }
  .toc .toc-menu h3 {
    font-size: 0.83333rem; }
  .toc .toc-menu ul {
    font-size: 0.75rem; } }

.toc .toc-menu li {
  margin: 0; }

.toc .toc-menu a {
  color: inherit;
  border-left: 1px solid var(--bp-color-gray200);
  display: inline-block;
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-decoration: none; }

.toc .toc-menu li[data-level="2"] a {
  padding-left: 1rem; }

.toc .toc-menu li[data-level="3"] a {
  padding-left: 1.5rem; }

.sidebar.toc .toc-menu a {
  display: block;
  outline: none; }

.toc .toc-menu a:hover {
  color: var(--bp-color-white); }

.toc .toc-menu a.is-active {
  border-left-color: var(--bp-color-white);
  color: var(--bp-color-white); }

.sidebar.toc .toc-menu a:focus {
  background: var(--bp-color-gray300); }

.toc .toc-menu .is-hidden-toc {
  display: none !important; }

.doc {
  color: var(--bp-color-white);
  font-size: 1em;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1rem 4rem; }

@media screen and (min-width: 1024px) {
  .doc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 2rem;
    max-width: 46rem;
    min-width: 0; } }

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  font-weight: 300;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  margin: 1rem 0 0; }
  .doc h1 a,
  .doc h2 a,
  .doc h3 a,
  .doc h4 a,
  .doc h5 a,
  .doc h6 a {
    color: var(--bp-color-gray100); }
  .doc h1 a:hover,
  .doc h2 a:hover,
  .doc h3 a:hover,
  .doc h4 a:hover,
  .doc h5 a:hover,
  .doc h6 a:hover {
    color: var(--bp-color-white); }

.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  color: var(--bp-color-gray100); }

.doc > h1.page:first-child {
  font-size: 2rem;
  margin: 1.5rem 0; }

@media screen and (min-width: 769px) {
  .doc > h1.page:first-child {
    margin-top: 2.5rem; } }

.doc > h1.page:first-child + aside.toc.embedded {
  margin-top: -0.5rem; }

.doc > h2#name + .sectionbody {
  margin-top: 1rem; }

#preamble + .sect1,
.doc .sect1 + .sect1 {
  margin-top: 2rem; }

.doc h1.sect0 {
  background: var(--bp-color-gray300);
  font-size: 1.8em;
  margin: 1.5rem -1rem 0;
  padding: 0.5rem 1rem; }

.doc h3:not(.discrete) {
  font-weight: 600;
  font-size: 1.25em; }

.doc .discreet h3 {
  font-size: .875em;
  font-family: var(--bp-font-mono);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 2rem; }

.doc h4:not(.discrete) {
  font-weight: 600;
  color: var(--bp-color-white); }

.doc h1 .anchor,
.doc h2 .anchor,
.doc h3 .anchor,
.doc h4 .anchor,
.doc h5 .anchor,
.doc h6 .anchor {
  position: absolute;
  text-decoration: none;
  width: 1.75ex;
  margin-left: -1.5ex;
  visibility: hidden;
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 0.05em; }

.doc h1 .anchor::before,
.doc h2 .anchor::before,
.doc h3 .anchor::before,
.doc h4 .anchor::before,
.doc h5 .anchor::before,
.doc h6 .anchor::before {
  content: "\00a7";
  color: var(--bp-color-white); }

.doc h1:hover .anchor,
.doc h2:hover .anchor,
.doc h3:hover .anchor,
.doc h4:hover .anchor,
.doc h5:hover .anchor,
.doc h6:hover .anchor {
  visibility: visible; }

.doc dl,
.doc p {
  margin: 0; }

.doc a {
  color: var(--bp-color-accent1); }

.doc a:hover {
  color: var(--bp-color-accent1); }

.doc a.bare {
  -ms-hyphens: none;
  hyphens: none; }

.doc a.unresolved {
  color: #d32f2f; }

.doc i.fa {
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal; }

.doc code {
  color: var(--bp-color-white);
  border-radius: 0.25em;
  font-size: 0.95em;
  padding: 0.125em 0.25em; }

.light-mode .doc code {
  background: var(--bp-color-gray500); }

.dark-mode .doc code {
  background: var(--bp-color-gray400); }

.doc code,
.doc pre {
  -ms-hyphens: none;
  hyphens: none; }

.doc pre {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 0; }

.doc blockquote {
  margin: 0; }

.doc .paragraph.lead > p {
  font-size: 1rem; }

.doc .right {
  float: right; }

.doc .left {
  float: left; }

.doc .float-gap.right {
  margin: 0 1rem 1rem 0; }

.doc .float-gap.left {
  margin: 0 0 1rem 1rem; }

.doc .float-group::after {
  content: "";
  display: table;
  clear: both; }

.doc .text-left {
  text-align: left; }

.doc .text-center {
  text-align: center; }

.doc .text-right {
  text-align: right; }

.doc .text-justify {
  text-align: justify; }

.doc .stretch {
  width: 100%; }

.doc .big {
  font-size: larger; }

.doc .small {
  font-size: smaller; }

.doc .underline {
  text-decoration: underline; }

.doc .line-through {
  text-decoration: line-through; }

.doc .dlist,
.doc .exampleblock,
.doc .hdlist,
.doc .imageblock,
.doc .listingblock,
.doc .literalblock,
.doc .olist,
.doc .paragraph,
.doc .partintro,
.doc .quoteblock,
.doc .sidebarblock,
.doc .tabs,
.doc .ulist,
.doc .verseblock,
.doc .videoblock,
.doc details,
.doc hr {
  margin: 1rem 0 0; }

.doc .tablecontainer,
.doc .tablecontainer + *,
.doc :not(.tablecontainer) > table.tableblock,
.doc :not(.tablecontainer) > table.tableblock + *,
.doc > table.tableblock,
.doc > table.tableblock + * {
  margin-top: 1.5rem; }

.doc table.tableblock {
  font-size: 0.83333rem; }

.doc p.tableblock + p.tableblock {
  margin-top: 0.5rem; }

.doc table.tableblock pre {
  font-size: inherit; }

.doc td.tableblock > .content {
  word-wrap: anywhere; }

.doc td.tableblock > .content > :first-child {
  margin-top: 0; }

.doc table.tableblock td,
.doc table.tableblock th {
  padding: 0.5rem; }

.doc table.tableblock,
.doc table.tableblock > * > tr > * {
  border: 0 solid #e1e1e1; }

.doc table.grid-all > * > tr > * {
  border-width: 1px; }

.doc table.grid-cols > * > tr > * {
  border-width: 0 1px; }

.doc table.grid-rows > * > tr > * {
  border-width: 1px 0; }

.doc table.grid-all > thead th,
.doc table.grid-rows > thead th {
  border-bottom-width: 2.5px; }

.doc table.frame-all {
  border-width: 1px; }

.doc table.frame-ends {
  border-width: 1px 0; }

.doc table.frame-sides {
  border-width: 0 1px; }

.doc table.frame-none > colgroup + * > :first-child > *,
.doc table.frame-sides > colgroup + * > :first-child > * {
  border-top-width: 0; }

.doc table.frame-sides > :last-child > :last-child > * {
  border-bottom-width: 0; }

.doc table.frame-ends > * > tr > :first-child,
.doc table.frame-none > * > tr > :first-child {
  border-left-width: 0; }

.doc table.frame-ends > * > tr > :last-child,
.doc table.frame-none > * > tr > :last-child {
  border-right-width: 0; }

.doc table.stripes-all > tbody > tr,
.doc table.stripes-even > tbody > tr:nth-of-type(2n),
.doc table.stripes-hover > tbody > tr:hover,
.doc table.stripes-odd > tbody > tr:nth-of-type(odd) {
  background: #fafafa; }

.doc table.tableblock > tfoot {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(180deg, #f0f0f0 0, #fff); }

.doc .halign-left {
  text-align: left; }

.doc .halign-right {
  text-align: right; }

.doc .halign-center {
  text-align: center; }

.doc .valign-top {
  vertical-align: top; }

.doc .valign-bottom {
  vertical-align: bottom; }

.doc .valign-middle {
  vertical-align: middle; }

.doc .admonitionblock {
  margin: 1.4rem 0 0; }

.doc .admonitionblock p,
.doc .admonitionblock td.content {
  font-size: 0.88889rem; }

.doc .admonitionblock td.content > .title + *,
.doc .admonitionblock td.content > :not(.title):first-child {
  margin-top: 0; }

.doc .admonitionblock td.content pre {
  font-size: 0.83333rem; }

.doc .admonitionblock > table {
  table-layout: fixed;
  position: relative;
  width: 100%; }

.doc .admonitionblock td.content {
  padding: 1rem 1rem 0.75rem;
  background: #fafafa;
  width: 100%;
  word-wrap: anywhere; }

.doc .admonitionblock td.icon {
  font-size: 0.83333rem;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-0.5rem, -50%);
  transform: translate(-0.5rem, -50%); }

.doc .admonitionblock td.icon i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: initial;
  filter: none;
  height: 1.25rem;
  padding: 0 0.5rem;
  vertical-align: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.doc .admonitionblock td.icon i::after {
  content: attr(title);
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.doc .admonitionblock td.icon i.icon-caution {
  background-color: #a0439c;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-important {
  background-color: #d32f2f;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-note {
  background-color: #217ee7;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-tip {
  background-color: #41af46;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-warning {
  background-color: #e18114;
  color: #fff; }

.doc .imageblock,
.doc .videoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.doc .imageblock.text-left,
.doc .videoblock.text-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.doc .imageblock.text-right,
.doc .videoblock.text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.doc .image > img,
.doc .image > object,
.doc .image > svg,
.doc .imageblock img,
.doc .imageblock object,
.doc .imageblock svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.doc .image:not(.left):not(.right) > img {
  margin-top: -0.2em; }

.doc .image > img {
  border: solid 1px var(--bp-color-gray300); }

.doc .videoblock iframe,
.doc .videoblock video {
  max-width: 100%;
  vertical-align: middle; }

#preamble .abstract blockquote {
  background: #f0f0f0;
  border-left: 5px solid #e1e1e1;
  color: #4a4a4a;
  font-size: 0.88889rem;
  padding: 0.75em 1em; }

.doc .quoteblock,
.doc .verseblock {
  background: #fafafa;
  border-left: 5px solid #5d5d5d;
  color: #5d5d5d; }

.doc .quoteblock {
  padding: 0.25rem 2rem 1.25rem; }

.doc .quoteblock .attribution {
  color: #8e8e8e;
  font-size: 0.83333rem;
  margin-top: 0.75rem; }

.doc .quoteblock blockquote {
  margin-top: 1rem; }

.doc .quoteblock .paragraph {
  font-style: italic; }

.doc .quoteblock cite {
  padding-left: 1em; }

.doc .verseblock {
  font-size: 1.15em;
  padding: 1rem 2rem; }

.doc .verseblock pre {
  font-family: inherit;
  font-size: inherit; }

.doc ol,
.doc ul {
  margin: 0;
  padding: 0 0 0 2rem; }

.doc ol.none,
.doc ol.unnumbered,
.doc ol.unstyled,
.doc ul.checklist,
.doc ul.no-bullet,
.doc ul.none,
.doc ul.unstyled {
  list-style-type: none; }

.doc ol.unnumbered,
.doc ul.no-bullet {
  padding-left: 1.25rem; }

.doc ol.unstyled,
.doc ul.unstyled {
  padding-left: 0; }

.doc ul.circle {
  list-style-type: circle; }

.doc ul.disc {
  list-style-type: disc; }

.doc ul.square {
  list-style-type: square; }

.doc ul.circle ul:not([class]),
.doc ul.disc ul:not([class]),
.doc ul.square ul:not([class]) {
  list-style: inherit; }

.doc ol.arabic {
  list-style-type: decimal; }

.doc ol.decimal {
  list-style-type: decimal-leading-zero; }

.doc ol.loweralpha {
  list-style-type: lower-alpha; }

.doc ol.upperalpha {
  list-style-type: upper-alpha; }

.doc ol.lowerroman {
  list-style-type: lower-roman; }

.doc ol.upperroman {
  list-style-type: upper-roman; }

.doc ol.lowergreek {
  list-style-type: lower-greek; }

.doc ul.checklist {
  padding-left: 1.75rem; }

.doc ul.checklist p > i.fa-check-square-o:first-child,
.doc ul.checklist p > i.fa-square-o:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  margin-left: -1.25rem; }

.doc ul.checklist i.fa-check-square-o::before {
  content: "\2713"; }

.doc ul.checklist i.fa-square-o::before {
  content: "\274f"; }

.doc .dlist .dlist,
.doc .dlist .olist,
.doc .dlist .ulist,
.doc .olist .dlist,
.doc .olist .olist,
.doc .olist .ulist,
.doc .olist li + li,
.doc .ulist .dlist,
.doc .ulist .olist,
.doc .ulist .ulist,
.doc .ulist li + li {
  margin-top: 0.5rem; }

.doc .admonitionblock .listingblock,
.doc .olist .listingblock,
.doc .ulist .listingblock {
  padding: 0; }

.doc .admonitionblock .title,
.doc .exampleblock .title,
.doc .imageblock .title,
.doc .listingblock .title,
.doc .literalblock .title,
.doc .openblock .title,
.doc .videoblock .title,
.doc table.tableblock caption {
  color: #5d5d5d;
  font-size: 0.88889rem;
  font-style: italic;
  font-weight: 600;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: 0.01em;
  padding-bottom: 0.075rem; }

.doc table.tableblock caption {
  text-align: left; }

.doc .olist .title,
.doc .ulist .title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25rem; }

.doc .ulist a,
.doc .ulist a:hover {
  color: var(--bp-color-white); }

.doc .imageblock .title,
.doc .videoblock .title {
  margin-top: 0.5rem;
  padding-bottom: 0; }

.doc details {
  margin-left: 1rem; }

.doc details > summary {
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.5rem; }

.doc details > summary::-webkit-details-marker {
  display: none; }

.doc details > summary::before {
  content: "";
  border: solid transparent;
  border-left: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  position: absolute;
  top: 0.5em;
  left: -1rem;
  -webkit-transform: translateX(15%);
  transform: translateX(15%); }

.doc details[open] > summary::before {
  border-color: currentColor transparent transparent;
  border-width: 0.5rem 0.3rem 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%); }

.doc details > summary::after {
  content: "";
  width: 1rem;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: -1rem; }

.doc details.result {
  margin-top: 0.25rem; }

.doc details.result > summary {
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 0; }

.doc details.result > .content {
  margin-left: -1rem; }

.doc .exampleblock > .content,
.doc details.result > .content {
  background: #fff;
  border: 0.25rem solid #5d5d5d;
  border-radius: 0.5rem;
  padding: 0.75rem; }

.doc .exampleblock > .content::after,
.doc details.result > .content::after {
  content: "";
  display: table;
  clear: both; }

.doc .exampleblock > .content > :first-child,
.doc details > .content > :first-child {
  margin-top: 0; }

.doc .sidebarblock {
  background: #e1e1e1;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem; }

.doc .sidebarblock > .content > .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: center; }

.doc .sidebarblock > .content > .title + *,
.doc .sidebarblock > .content > :not(.title):first-child {
  margin-top: 0; }

.doc .listingblock.wrap pre,
.doc table.tableblock pre {
  white-space: pre-wrap; }

.doc .listingblock pre:not(.highlight),
.doc .literalblock pre,
.doc pre.highlight > code {
  display: block;
  overflow-x: auto;
  padding: 0.875em; }

.light-mode .doc .listingblock pre:not(.highlight),
.light-mode .doc .literalblock pre,
.light-mode .doc pre.highlight > code {
  background: var(--bp-color-gray500); }

.dark-mode .doc .listingblock pre:not(.highlight),
.dark-mode .doc .literalblock pre,
.dark-mode .doc pre.highlight > code {
  background: var(--bp-color-gray400); }

.doc .listingblock > .content {
  position: relative; }

.doc .source-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--bp-color-gray200);
  font-family: var(--bp-font-mono);
  font-size: 1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1; }

.doc .listingblock:hover .source-toolbox {
  visibility: visible; }

.doc .source-toolbox .source-lang {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: none; }

.doc .source-toolbox > :not(:last-child)::after {
  content: "|";
  letter-spacing: 0;
  padding: 0 1ch; }

.doc .source-toolbox .copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em; }

.doc .source-toolbox .copy-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: inherit;
  height: inherit; }

.doc .source-toolbox img.copy-icon {
  -webkit-filter: invert(50.2%);
  filter: invert(50.2%); }

.doc .source-toolbox svg.copy-icon {
  fill: currentColor; }

.doc .source-toolbox .copy-toast {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  background-color: #333;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #fff;
  cursor: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s; }

.doc .source-toolbox .copy-toast::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border: 0.55em solid transparent;
  border-left-color: #333;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.doc .source-toolbox .copy-button.clicked .copy-toast {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.doc .language-console .hljs-meta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.doc .dlist dt {
  font-style: italic; }

.doc .dlist dd {
  margin: 0 0 0 1.5rem; }

.doc .dlist dd + dt,
.doc .dlist dd > p:first-child {
  margin-top: 0.5rem; }

.doc td.hdlist1,
.doc td.hdlist2 {
  padding: 0.5rem 0 0;
  vertical-align: top; }

.doc tr:first-child > .hdlist1,
.doc tr:first-child > .hdlist2 {
  padding-top: 0; }

.doc td.hdlist1 {
  font-weight: 600;
  padding-right: 0.25rem; }

.doc td.hdlist2 {
  padding-left: 0.25rem; }

.doc .colist {
  font-size: 0.88889rem;
  margin: 0.25rem 0 -0.25rem; }

.doc .colist > table > tbody > tr > :first-child,
.doc .colist > table > tr > :first-child {
  padding: 0.25em 0.5rem 0;
  vertical-align: top; }

.doc .colist > table > tbody > tr > :last-child,
.doc .colist > table > tr > :last-child {
  padding: 0.25rem 0; }

.doc .conum[data-value] {
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  font-family: var(--bp-font-default);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  letter-spacing: -0.25ex;
  text-indent: -0.25ex; }

.doc .conum[data-value]::after {
  content: attr(data-value); }

.doc .conum[data-value] + b {
  display: none; }

.doc hr {
  border: solid #e1e1e1;
  border-width: 2px 0 0;
  height: 0; }

.doc b.button {
  white-space: nowrap; }

.doc b.button::before {
  content: "[";
  padding-right: 0.25em; }

.doc b.button::after {
  content: "]";
  padding-left: 0.25em; }

.doc kbd {
  display: inline-block;
  font-size: 0.66667rem;
  background: #fafafa;
  border: 1px solid var(--bp-color-black);
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black), 0 0 0 0.1em #fff inset;
  box-shadow: 0 1px 0 var(--bp-color-black), inset 0 0 0 0.1em #fff;
  padding: 0.25em 0.5em;
  vertical-align: text-bottom;
  white-space: nowrap; }

.doc .keyseq,
.doc kbd {
  line-height: 1; }

.doc .keyseq {
  font-size: 0.88889rem; }

.doc .keyseq kbd {
  margin: 0 0.125em; }

.doc .keyseq kbd:first-child {
  margin-left: 0; }

.doc .keyseq kbd:last-child {
  margin-right: 0; }

.doc .menuseq,
.doc .path {
  -ms-hyphens: none;
  hyphens: none; }

.doc .menuseq i.caret::before {
  content: "\203a";
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.90909; }

.doc :not(pre).nowrap {
  white-space: nowrap; }

.doc .nobreak {
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

.doc :not(pre).pre-wrap {
  white-space: pre-wrap; }

#footnotes {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 2rem -0.5rem 0; }

.doc td.tableblock > .content #footnotes {
  margin: 2rem 0 0; }

#footnotes hr {
  border-top-width: 1px;
  margin-top: 0;
  width: 20%; }

#footnotes .footnote {
  margin: 0.5em 0 0 1em; }

#footnotes .footnote + .footnote {
  margin-top: 0.25em; }

#footnotes .footnote > a:first-of-type {
  display: inline-block;
  margin-left: -2em;
  text-align: right;
  width: 1.5em; }

nav.pagination {
  border-top: 1px solid #e1e1e1;
  line-height: 1;
  margin: 2rem -1rem -1rem;
  padding: 0.75rem 1rem 0; }

nav.pagination,
nav.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

nav.pagination span {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

nav.pagination .prev {
  padding-right: 0.5rem; }

nav.pagination .next {
  margin-left: auto;
  padding-left: 0.5rem;
  text-align: right; }

nav.pagination span::before {
  color: #8e8e8e;
  font-size: 0.75em;
  padding-bottom: 0.1em; }

nav.pagination .prev::before {
  content: "Prev"; }

nav.pagination .next::before {
  content: "Next"; }

nav.pagination a {
  font-weight: 600;
  line-height: 1.3;
  position: relative; }

nav.pagination a::after,
nav.pagination a::before {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.75;
  position: absolute;
  top: 0;
  width: 1rem; }

nav.pagination .prev a::before {
  content: "\2039";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

nav.pagination .next a::after {
  content: "\203a"; }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--navbar {
    overflow-y: hidden; } }

body {
  padding-top: 3.5rem; }

.navbar {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-size: 0.88889rem;
  height: 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: solid 1px var(--bp-color-gray300); }

.navbar a {
  text-decoration: none; }

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 1rem;
  justify-content: space-between; }

.navbar-brand .navbar-item {
  color: var(--bp-color-white); }

.navbar-brand .navbar-item img {
  margin-right: 16px;
  filter: var(--icon-filter); }

.navbar-brand .navbar-item:first-child {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  font-size: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1; }

.navbar-brand .navbar-item:first-child a {
  color: inherit;
  word-wrap: normal; }

.navbar-brand .navbar-item.search {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none; }

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem; }

#search-input {
  background: var(--bp-color-black);
  padding: 4px 8px !important;
  border: solid 1px var(--bp-color-gray200);
  color: var(--bp-color-white);
  font-family: inherit;
  min-width: 150px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px; }

#search-input::-webkit-input-placeholder,
#search-input::-moz-placeholder,
#search-input:-ms-input-placeholder,
#search-input::-ms-input-placeholder,
#search-input::placeholder {
  color: var(--bp-color-accent1) !important; }

#search-input:disabled {
  border-color: var(--bp-color-gray200);
  cursor: not-allowed;
  pointer-events: all !important; }

#search-input:disabled::-webkit-input-placeholder,
#search-input:disabled::-moz-placeholder,
#search-input:disabled:-ms-input-placeholder,
#search-input:disabled::placeholder {
  color: var(--bp-color-gray200); }

#search-input:focus {
  outline: none; }

.search-result-dropdown-menu .search-result-dataset {
  background-color: var(--bp-color-black); }

.search-result-dropdown-menu .search-result-component-header,
.search-result-dropdown-menu .search-result-document-title {
  color: var(--bp-color-white); }

.search-result-dropdown-menu .search-result-component-header {
  font-weight: bold; }

.search-result-dropdown-menu .search-result-document-hit {
  color: var(--bp-color-gray100); }

.search-result-dropdown-menu .search-result-document-hit .search-result-highlight {
  background: none;
  color: var(--bp-color-white); }

.navbar-burger {
  background: none;
  border: none;
  outline: none;
  line-height: 1;
  position: relative;
  width: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0; }

.navbar-burger span {
  background-color: #fff;
  height: 1.5px;
  width: 1rem; }

.navbar-burger:not(.is-active) span {
  -webkit-transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out; }

.navbar-burger span + span {
  margin-top: 0.25rem; }

.navbar-burger.is-active span + span {
  margin-top: -1.5px; }

.navbar-burger.is-active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0; }

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navbar-item,
.navbar-link {
  color: #222;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1rem; }

.navbar-item.has-dropdown {
  padding: 0; }

.navbar-item .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block; }

.navbar-item .icon img,
.navbar-item .icon svg {
  fill: currentColor;
  width: inherit;
  height: inherit; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.navbar-dropdown .navbar-item.has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-dropdown .navbar-item small {
  color: #8e8e8e;
  font-size: 0.66667rem; }

.navbar-divider {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
  margin: 0.25rem 0; }

.navbar .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.15rem;
  height: 1.75rem;
  color: #222;
  padding: 0 0.75em;
  white-space: nowrap; }

@media screen and (max-width: 768.5px) {
  .navbar-brand .navbar-item.search {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 769px) {
  .navbar-brand .navbar-item.search {
    display: flex; }
  #search-input {
    width: 200px; }
  .navbar-right {
    padding-right: 1rem; } }

@media screen and (max-width: 1023.5px) {
  .navbar-brand {
    height: inherit; }
  .navbar-brand .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-menu {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0.5rem 0; }
  .navbar-menu:not(.is-active) {
    display: none; }
  .navbar-menu .navbar-link:hover,
  .navbar-menu a.navbar-item:hover {
    background: #f5f5f5; } }

@media screen and (min-width: 1024px) {
  .navbar-burger {
    display: none; }
  .navbar,
  .navbar-end,
  .navbar-item,
  .navbar-link,
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item,
  .navbar-link {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .navbar-item:not(.has-dropdown),
  .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-link::after {
    border-width: 0 0 1px 1px;
    border-style: solid;
    content: "";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%; }
  .navbar-end .navbar-link,
  .navbar-end > .navbar-item {
    color: #fff; }
  .navbar-end .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-end .navbar-link:hover,
  .navbar-end > a.navbar-item:hover {
    background: #000;
    color: #fff; }
  .navbar-end .navbar-link::after {
    border-color: currentColor; }
  .navbar-dropdown {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    display: none;
    top: 100%;
    left: 0;
    min-width: 100%;
    position: absolute; }
  .navbar-dropdown .navbar-item {
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap; }
  .navbar-dropdown .navbar-item small {
    position: relative;
    right: -2rem; }
  .navbar-dropdown .navbar-item:last-child {
    border-radius: inherit; }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0; }
  .navbar-dropdown a.navbar-item:hover {
    background: #f5f5f5; } }

footer.footer {
  background-color: #e1e1e1;
  color: #5d5d5d;
  font-size: 0.83333rem;
  line-height: 1.6;
  padding: 1.5rem;
  display: none; }

.footer p {
  margin: 0.5rem 0; }

.footer a {
  color: #191919; }

/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: 600; }

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
  color: teal; }

.hljs-doctag,
.hljs-string {
  color: #d14; }

.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: #900;
  font-weight: 600; }

.hljs-subst {
  font-weight: 400; }

.hljs-class .hljs-title,
.hljs-type {
  color: #458;
  font-weight: 600; }

.hljs-attribute,
.hljs-name,
.hljs-tag {
  color: navy;
  font-weight: 400; }

.hljs-link,
.hljs-regexp {
  color: #009926; }

.hljs-bullet,
.hljs-symbol {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: 600; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: 600; }

@page {
  margin: 0.5in; }

@media print {
  .hide-for-print {
    display: none !important; }
  html {
    font-size: 0.9375em; }
  a {
    color: inherit !important;
    text-decoration: underline; }
  a.bare,
  a[href^="#"],
  a[href^="mailto:"] {
    text-decoration: none; }
  img,
  object,
  svg,
  tr {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  pre {
    -ms-hyphens: none;
    hyphens: none;
    white-space: pre-wrap; }
  body {
    padding-top: 2rem; }
  .navbar {
    background: none;
    color: inherit;
    position: absolute; }
  .navbar * {
    color: inherit !important; }
  .nav-container,
  .navbar > :not(.navbar-brand),
  .toolbar,
  aside.toc,
  nav.pagination {
    display: none; }
  .doc {
    color: inherit;
    margin: auto;
    max-width: none;
    padding-bottom: 2rem; }
  .doc .admonitionblock td.icon {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .doc .listingblock code[data-lang]::before {
    display: block; }
  footer.footer {
    background: none;
    border-top: 1px solid #e1e1e1;
    color: #8e8e8e;
    padding: 0.25rem 0.5rem 0; }
  .footer * {
    color: inherit; } }
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/start.scss
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/main.scss
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/start.scss
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/main.scss
body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }
  .start-nav-explore ul.components.components.count-1 {
    grid-template-columns: repeat(1, 1fr); }
  .start-nav-explore ul.components.components.count-2 {
    grid-template-columns: repeat(2, 1fr); }
  .start-nav-explore ul.components.components.count-3 {
    grid-template-columns: repeat(3, 1fr); }
  .start-nav-explore ul.components.components.count-4 {
    grid-template-columns: repeat(4, 1fr); }
  .start-nav-explore ul.components.components.count-5 {
    grid-template-columns: repeat(5, 1fr); }
  .start-nav-explore ul.components.components.count-6 {
    grid-template-columns: repeat(6, 1fr); }
  .start-nav-explore ul.components.components.count-7 {
    grid-template-columns: repeat(7, 1fr); }
  .start-nav-explore ul.components.components.count-8 {
    grid-template-columns: repeat(8, 1fr); }
  .start-nav-explore ul.components.components.count-9 {
    grid-template-columns: repeat(9, 1fr); }
  .start-nav-explore ul.components.components.count-10 {
    grid-template-columns: repeat(10, 1fr); }
  .start-nav-explore ul.components.components.count-11 {
    grid-template-columns: repeat(11, 1fr); }
  .start-nav-explore ul.components.components.count-12 {
    grid-template-columns: repeat(12, 1fr); }
  .start-nav-explore ul.components.components.count-13 {
    grid-template-columns: repeat(13, 1fr); }
  .start-nav-explore ul.components.components.count-14 {
    grid-template-columns: repeat(14, 1fr); }
  .start-nav-explore ul.components.components.count-15 {
    grid-template-columns: repeat(15, 1fr); }
  .start-nav-explore ul.components.components.count-16 {
    grid-template-columns: repeat(16, 1fr); }
  .start-nav-explore ul.components.components.count-17 {
    grid-template-columns: repeat(17, 1fr); }
  .start-nav-explore ul.components.components.count-18 {
    grid-template-columns: repeat(18, 1fr); }
  .start-nav-explore ul.components.components.count-19 {
    grid-template-columns: repeat(19, 1fr); }
  .start-nav-explore ul.components.components.count-20 {
    grid-template-columns: repeat(20, 1fr); }
  .start-nav-explore ul.components.components.count-21 {
    grid-template-columns: repeat(21, 1fr); }
  .start-nav-explore ul.components.components.count-22 {
    grid-template-columns: repeat(22, 1fr); }
  .start-nav-explore ul.components.components.count-23 {
    grid-template-columns: repeat(23, 1fr); }
  .start-nav-explore ul.components.components.count-24 {
    grid-template-columns: repeat(24, 1fr); }
  .start-nav-explore ul.components.components.count-25 {
    grid-template-columns: repeat(25, 1fr); }
  .start-nav-explore ul.components.components.count-26 {
    grid-template-columns: repeat(26, 1fr); }
  .start-nav-explore ul.components.components.count-27 {
    grid-template-columns: repeat(27, 1fr); }
  .start-nav-explore ul.components.components.count-28 {
    grid-template-columns: repeat(28, 1fr); }
  .start-nav-explore ul.components.components.count-29 {
    grid-template-columns: repeat(29, 1fr); }
  .start-nav-explore ul.components.components.count-30 {
    grid-template-columns: repeat(30, 1fr); }
  .start-nav-explore ul.components.components.count-31 {
    grid-template-columns: repeat(31, 1fr); }
  .start-nav-explore ul.components.components.count-32 {
    grid-template-columns: repeat(32, 1fr); }
  .start-nav-explore ul.components.components.count-33 {
    grid-template-columns: repeat(33, 1fr); }
  .start-nav-explore ul.components.components.count-34 {
    grid-template-columns: repeat(34, 1fr); }
  .start-nav-explore ul.components.components.count-35 {
    grid-template-columns: repeat(35, 1fr); }
  .start-nav-explore ul.components.components.count-36 {
    grid-template-columns: repeat(36, 1fr); }
  .start-nav-explore ul.components.components.count-37 {
    grid-template-columns: repeat(37, 1fr); }
  .start-nav-explore ul.components.components.count-38 {
    grid-template-columns: repeat(38, 1fr); }
  .start-nav-explore ul.components.components.count-39 {
    grid-template-columns: repeat(39, 1fr); }
  .start-nav-explore ul.components.components.count-40 {
    grid-template-columns: repeat(40, 1fr); }
  .start-nav-explore ul.components.components.count-41 {
    grid-template-columns: repeat(41, 1fr); }
  .start-nav-explore ul.components.components.count-42 {
    grid-template-columns: repeat(42, 1fr); }
  .start-nav-explore ul.components.components.count-43 {
    grid-template-columns: repeat(43, 1fr); }
  .start-nav-explore ul.components.components.count-44 {
    grid-template-columns: repeat(44, 1fr); }
  .start-nav-explore ul.components.components.count-45 {
    grid-template-columns: repeat(45, 1fr); }
  .start-nav-explore ul.components.components.count-46 {
    grid-template-columns: repeat(46, 1fr); }
  .start-nav-explore ul.components.components.count-47 {
    grid-template-columns: repeat(47, 1fr); }
  .start-nav-explore ul.components.components.count-48 {
    grid-template-columns: repeat(48, 1fr); }
  .start-nav-explore ul.components.components.count-49 {
    grid-template-columns: repeat(49, 1fr); }
  .start-nav-explore ul.components.components.count-50 {
    grid-template-columns: repeat(50, 1fr); }
  .start-nav-explore ul.components.components.count-51 {
    grid-template-columns: repeat(51, 1fr); }
  .start-nav-explore ul.components.components.count-52 {
    grid-template-columns: repeat(52, 1fr); }
  .start-nav-explore ul.components.components.count-53 {
    grid-template-columns: repeat(53, 1fr); }
  .start-nav-explore ul.components.components.count-54 {
    grid-template-columns: repeat(54, 1fr); }
  .start-nav-explore ul.components.components.count-55 {
    grid-template-columns: repeat(55, 1fr); }
  .start-nav-explore ul.components.components.count-56 {
    grid-template-columns: repeat(56, 1fr); }
  .start-nav-explore ul.components.components.count-57 {
    grid-template-columns: repeat(57, 1fr); }
  .start-nav-explore ul.components.components.count-58 {
    grid-template-columns: repeat(58, 1fr); }
  .start-nav-explore ul.components.components.count-59 {
    grid-template-columns: repeat(59, 1fr); }
  .start-nav-explore ul.components.components.count-60 {
    grid-template-columns: repeat(60, 1fr); }
  .start-nav-explore ul.components li.component {
    padding: 0;
    width: 100%;
    position: relative; }
    .start-nav-explore ul.components li.component .versions {
      display: none; }
    .start-nav-explore ul.components li.component a.title {
      padding: 2em;
      border: solid 1px var(--bp-color-gray100);
      border-radius: 8px;
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      gap: 16px;
      color: var(--bp-color-gray100);
      height: 100%;
      line-height: 1.25;
      transition: all 0.25s ease-in-out;
      text-align: left;
      align-items: center;
      cursor: pointer; }
      .start-nav-explore ul.components li.component a.title svg {
        aspect-ratio: 1/1;
        min-width: 24px !important;
        max-width: 24px !important; }
        .start-nav-explore ul.components li.component a.title svg path {
          transition: all .25s ease-in-out; }
      .start-nav-explore ul.components li.component a.title:hover {
        text-decoration: none;
        color: var(--bp-color-white);
        border-color: var(--bp-color-white);
        background-color: var(--bp-color-gray400); }
        .start-nav-explore ul.components li.component a.title:hover svg path {
          stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* VARIABLES */
:root {
  --bp-font-default: "Gilroy", sans-serif;
  --bp-font-mono: "DM Mono", monospace;
  --color-black: #151515;
  --color-white: #f1f1ec;
  --color-gray100: #9a9a97;
  --color-gray200: #747471;
  --color-gray300: #3d3d3d;
  --color-gray400: #272726;
  --color-accent1: #ddfa78;
  --color-accent2: #4433ff; }

.dark-mode {
  --bp-color-black: var(--color-black);
  --bp-color-white: var(--color-white);
  --bp-color-gray100: var(--color-gray100);
  --bp-color-gray200: var(--color-gray200);
  --bp-color-gray300: var(--color-gray300);
  --bp-color-gray400: var(--color-gray400);
  --bp-color-gray500: var(--color-gray500);
  --bp-color-accent1: var(--color-accent1);
  --bp-color-accent2: var(--color-accent2);
  --icon-filter: invert(0%); }

.light-mode {
  --bp-color-black: var(--color-white);
  --bp-color-white: var(--color-black);
  --bp-color-gray500: #D4D4D3;
  --bp-color-gray100: var(--color-gray400);
  --bp-color-gray200: var(--color-gray300);
  --bp-color-gray300: var(--color-gray200);
  --bp-color-gray400: var(--color-gray100);
  --bp-color-accent1: var(--color-accent2);
  --bp-color-accent2: var(--color-accent1);
  --icon-filter: invert(80%); }

.sun {
  display: none; }

body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }
  .start-nav-explore ul.components.components.count-1 {
    grid-template-columns: repeat(1, 1fr); }
  .start-nav-explore ul.components.components.count-2 {
    grid-template-columns: repeat(2, 1fr); }
  .start-nav-explore ul.components.components.count-3 {
    grid-template-columns: repeat(3, 1fr); }
  .start-nav-explore ul.components.components.count-4 {
    grid-template-columns: repeat(4, 1fr); }
  .start-nav-explore ul.components.components.count-5 {
    grid-template-columns: repeat(5, 1fr); }
  .start-nav-explore ul.components.components.count-6 {
    grid-template-columns: repeat(6, 1fr); }
  .start-nav-explore ul.components.components.count-7 {
    grid-template-columns: repeat(7, 1fr); }
  .start-nav-explore ul.components.components.count-8 {
    grid-template-columns: repeat(8, 1fr); }
  .start-nav-explore ul.components.components.count-9 {
    grid-template-columns: repeat(9, 1fr); }
  .start-nav-explore ul.components.components.count-10 {
    grid-template-columns: repeat(10, 1fr); }
  .start-nav-explore ul.components.components.count-11 {
    grid-template-columns: repeat(11, 1fr); }
  .start-nav-explore ul.components.components.count-12 {
    grid-template-columns: repeat(12, 1fr); }
  .start-nav-explore ul.components.components.count-13 {
    grid-template-columns: repeat(13, 1fr); }
  .start-nav-explore ul.components.components.count-14 {
    grid-template-columns: repeat(14, 1fr); }
  .start-nav-explore ul.components.components.count-15 {
    grid-template-columns: repeat(15, 1fr); }
  .start-nav-explore ul.components.components.count-16 {
    grid-template-columns: repeat(16, 1fr); }
  .start-nav-explore ul.components.components.count-17 {
    grid-template-columns: repeat(17, 1fr); }
  .start-nav-explore ul.components.components.count-18 {
    grid-template-columns: repeat(18, 1fr); }
  .start-nav-explore ul.components.components.count-19 {
    grid-template-columns: repeat(19, 1fr); }
  .start-nav-explore ul.components.components.count-20 {
    grid-template-columns: repeat(20, 1fr); }
  .start-nav-explore ul.components.components.count-21 {
    grid-template-columns: repeat(21, 1fr); }
  .start-nav-explore ul.components.components.count-22 {
    grid-template-columns: repeat(22, 1fr); }
  .start-nav-explore ul.components.components.count-23 {
    grid-template-columns: repeat(23, 1fr); }
  .start-nav-explore ul.components.components.count-24 {
    grid-template-columns: repeat(24, 1fr); }
  .start-nav-explore ul.components.components.count-25 {
    grid-template-columns: repeat(25, 1fr); }
  .start-nav-explore ul.components.components.count-26 {
    grid-template-columns: repeat(26, 1fr); }
  .start-nav-explore ul.components.components.count-27 {
    grid-template-columns: repeat(27, 1fr); }
  .start-nav-explore ul.components.components.count-28 {
    grid-template-columns: repeat(28, 1fr); }
  .start-nav-explore ul.components.components.count-29 {
    grid-template-columns: repeat(29, 1fr); }
  .start-nav-explore ul.components.components.count-30 {
    grid-template-columns: repeat(30, 1fr); }
  .start-nav-explore ul.components.components.count-31 {
    grid-template-columns: repeat(31, 1fr); }
  .start-nav-explore ul.components.components.count-32 {
    grid-template-columns: repeat(32, 1fr); }
  .start-nav-explore ul.components.components.count-33 {
    grid-template-columns: repeat(33, 1fr); }
  .start-nav-explore ul.components.components.count-34 {
    grid-template-columns: repeat(34, 1fr); }
  .start-nav-explore ul.components.components.count-35 {
    grid-template-columns: repeat(35, 1fr); }
  .start-nav-explore ul.components.components.count-36 {
    grid-template-columns: repeat(36, 1fr); }
  .start-nav-explore ul.components.components.count-37 {
    grid-template-columns: repeat(37, 1fr); }
  .start-nav-explore ul.components.components.count-38 {
    grid-template-columns: repeat(38, 1fr); }
  .start-nav-explore ul.components.components.count-39 {
    grid-template-columns: repeat(39, 1fr); }
  .start-nav-explore ul.components.components.count-40 {
    grid-template-columns: repeat(40, 1fr); }
  .start-nav-explore ul.components.components.count-41 {
    grid-template-columns: repeat(41, 1fr); }
  .start-nav-explore ul.components.components.count-42 {
    grid-template-columns: repeat(42, 1fr); }
  .start-nav-explore ul.components.components.count-43 {
    grid-template-columns: repeat(43, 1fr); }
  .start-nav-explore ul.components.components.count-44 {
    grid-template-columns: repeat(44, 1fr); }
  .start-nav-explore ul.components.components.count-45 {
    grid-template-columns: repeat(45, 1fr); }
  .start-nav-explore ul.components.components.count-46 {
    grid-template-columns: repeat(46, 1fr); }
  .start-nav-explore ul.components.components.count-47 {
    grid-template-columns: repeat(47, 1fr); }
  .start-nav-explore ul.components.components.count-48 {
    grid-template-columns: repeat(48, 1fr); }
  .start-nav-explore ul.components.components.count-49 {
    grid-template-columns: repeat(49, 1fr); }
  .start-nav-explore ul.components.components.count-50 {
    grid-template-columns: repeat(50, 1fr); }
  .start-nav-explore ul.components.components.count-51 {
    grid-template-columns: repeat(51, 1fr); }
  .start-nav-explore ul.components.components.count-52 {
    grid-template-columns: repeat(52, 1fr); }
  .start-nav-explore ul.components.components.count-53 {
    grid-template-columns: repeat(53, 1fr); }
  .start-nav-explore ul.components.components.count-54 {
    grid-template-columns: repeat(54, 1fr); }
  .start-nav-explore ul.components.components.count-55 {
    grid-template-columns: repeat(55, 1fr); }
  .start-nav-explore ul.components.components.count-56 {
    grid-template-columns: repeat(56, 1fr); }
  .start-nav-explore ul.components.components.count-57 {
    grid-template-columns: repeat(57, 1fr); }
  .start-nav-explore ul.components.components.count-58 {
    grid-template-columns: repeat(58, 1fr); }
  .start-nav-explore ul.components.components.count-59 {
    grid-template-columns: repeat(59, 1fr); }
  .start-nav-explore ul.components.components.count-60 {
    grid-template-columns: repeat(60, 1fr); }
  .start-nav-explore ul.components li.component {
    padding: 0;
    width: 100%;
    position: relative; }
    .start-nav-explore ul.components li.component .versions {
      display: none; }
    .start-nav-explore ul.components li.component a.title {
      padding: 2em;
      border: solid 1px var(--bp-color-gray100);
      border-radius: 8px;
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      gap: 16px;
      color: var(--bp-color-gray100);
      height: 100%;
      line-height: 1.25;
      transition: all 0.25s ease-in-out;
      text-align: left;
      align-items: center;
      cursor: pointer; }
      .start-nav-explore ul.components li.component a.title svg {
        aspect-ratio: 1/1;
        min-width: 24px !important;
        max-width: 24px !important; }
        .start-nav-explore ul.components li.component a.title svg path {
          transition: all .25s ease-in-out; }
      .start-nav-explore ul.components li.component a.title:hover {
        text-decoration: none;
        color: var(--bp-color-white);
        border-color: var(--bp-color-white);
        background-color: var(--bp-color-gray400); }
        .start-nav-explore ul.components li.component a.title:hover svg path {
          stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }

/* The switch - the box around the slider */
.switch {
  --height: 24px;
  position: relative;
  display: inline-block;
  height: var(--height);
  aspect-ratio: 60 / 34;
  align-self: center; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bp-color-black);
  border: solid 1px var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider .mode-switch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(var(--height) - 8px);
  width: calc(var(--height) - 8px);
  left: 4px;
  bottom: 3px;
  background-color: var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.switch input:checked + .slider .mode-switch-icon {
  -webkit-transform: translateX(calc(var(--height) - 8px));
  -ms-transform: translateX(calc(var(--height) - 8px));
  transform: translateX(calc(var(--height) - 8px)); }

/* Rounded sliders */
.slider.round {
  border-radius: var(--height); }

.slider.round .mode-switch-icon {
  border-radius: 50%; }

.mode-switch-icon svg {
  width: calc(var(--height) - 14px);
  height: auto; }

.mode-switch-icon svg path {
  fill: var(--bp-color-black); }

.doc .contract-item {
  border: solid 1px;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden; }

.doc .contract-item > h4 {
  position: absolute; }

.doc .contract-item > h4 {
  visibility: hidden; }

.light-mode .doc .contract-item {
  border-color: var(--bp-color-gray500); }

.light-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray500); }

.dark-mode .doc .contract-item {
  border-color: var(--bp-color-gray400); }

.dark-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray400); }

.contract-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: var(--bp-color-gray100);
  gap: 1em; }

.doc .contract-item-header code {
  font-size: .875rem;
  color: var(--bp-color-gray100); }

.contract-item-header .item-kind {
  white-space: nowrap;
  font-size: .75rem;
  color: var(--bp-color-gray100); }

.dark-mode .doc .contract-item-header code,
.light-mode .doc .contract-item-header code {
  background: transparent; }

.doc .contract-item > h4 > a.anchor {
  font-size: 1.1rem;
  margin-left: -2.5ex; }

.doc .contract-item > h4 > a.anchor::before {
  color: var(--bp-color-gray200); }

.doc .contract-item > h4 > a.anchor:hover::before {
  color: var(--bp-color-gray100); }

.doc .contract-item div.paragraph {
  padding: 16px;
  margin-top: 0; }

.doc .contract-item div.paragraph p {
  color: var(--bp-color-white); }

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-family: var(--bp-font-default);
  line-height: 1.15;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-wrap: anywhere; }

html, body {
  font-size: 16px; }

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 18px; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: none; }

code,
kbd,
pre {
  font-family: var(--bp-font-mono); }

b,
dt,
strong,
th {
  font-weight: 600; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

em em {
  font-style: normal; }

strong strong {
  font-weight: 400; }

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0; }

button::-moz-focus-inner {
  border: none;
  padding: 0; }

summary {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

table {
  border-collapse: collapse;
  word-wrap: normal; }

object[type="image/svg+xml"]:not([width]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (pointer: fine) {
  @supports (scrollbar-width: thin) {
    html {
      scrollbar-color: var(--bp-color-black) #fafafa; }
    body * {
      scrollbar-width: thin;
      scrollbar-color: var(--bp-color-black) transparent; } }
  html::-webkit-scrollbar {
    background-color: #fafafa;
    height: 12px;
    width: 12px; }
  body ::-webkit-scrollbar {
    height: 6px;
    width: 6px; }
  ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--bp-color-black);
    border: 3px solid transparent;
    border-radius: 12px; }
  body ::-webkit-scrollbar-thumb {
    border-width: 1.75px;
    border-radius: 6px; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #9c9c9c; } }

@media screen and (min-width: 1024px) {
  .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--nav {
    overflow-y: hidden; } }

.nav-container {
  position: fixed;
  top: 3.5rem;
  left: 0;
  font-size: 0.94444rem;
  z-index: 1;
  width: 100%;
  z-index: 1;
  display: none; }

.is-clipped--navbar .nav-container {
  display: block; }

@media screen and (min-width: 1024px) {
  .nav-container {
    display: block;
    font-size: 0.86111rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: static;
    top: 0;
    width: 15rem; } }

.nav {
  background: var(--bp-color-black);
  position: relative;
  top: 2.5rem;
  height: calc(100vh - 6rem);
  border-right: solid 1px var(--bp-color-gray300); }

@media screen and (min-width: 769px) {
  .nav {
    -webkit-box-shadow: 0.5px 0 3px var(--bp-color-black);
    box-shadow: 0.5px 0 3px var(--bp-color-black); } }

@media screen and (min-width: 1024px) {
  .nav {
    top: 3.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: sticky;
    height: calc(100vh - 3.5rem); } }

.nav a,
.nav-menu a {
  color: var(--bp-color-gray100);
  text-transform: capitalize; }

.nav .panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit; }

.nav-panel-menu {
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: calc(100% - 2.5rem); }

.nav-panel-menu:not(.is-active) .nav-menu {
  opacity: 0.75; }

.nav-panel-menu:not(.is-active)::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-menu {
  min-height: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
  position: relative; }

.nav-menu-toggle {
  background: transparent url(../img/octicons-16.svg#view-unfold) no-repeat 50%/100% 100%;
  border: none;
  float: right;
  height: 1em;
  margin-right: -0.5rem;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: sticky;
  top: 0.85rem;
  visibility: hidden;
  width: 1em; }

.nav-menu-toggle.is-active {
  background-image: url(../img/octicons-16.svg#view-fold); }

.nav-panel-menu.is-active:hover .nav-menu-toggle {
  visibility: visible; }

.nav-menu h3.title {
  color: var(--bp-color-gray100);
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.25em 0 0.125em; }

.nav-list {
  list-style: none;
  margin: 0 0 0 0.75rem;
  padding: 0; }

.nav-menu > .nav-list + .nav-list {
  margin-top: 0.5rem; }

.nav-item {
  margin-top: 0.5em; }

.nav-item-toggle ~ .nav-list {
  padding-bottom: 0.125rem; }

.nav-item[data-depth="0"] > .nav-list:first-child {
  display: block;
  margin: 0; }

.nav-item:not(.is-active) > .nav-list {
  display: none; }

.nav-item-toggle {
  background: transparent url(../img/caret.svg) no-repeat 50%/50%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  position: absolute;
  height: 1.35em;
  width: 1.35em;
  margin-top: -0.05em;
  margin-left: -1.35em; }

/* .nav-item-toggle.level-0 {
  background: none;
} */
.nav-item-toggle.level-0,
.nav-item-toggle.level-0 ~ span.nav-text {
  pointer-events: none;
  cursor: default; }

.nav-item.is-active > .nav-item-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is-current-page > .nav-link,
.is-current-page > .nav-text {
  color: var(--bp-color-white);
  font-weight: 600; }

.nav-panel-explore {
  background: var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-panel-explore:not(:first-child) {
  top: auto;
  max-height: calc(50% + 2.5rem); }

.nav-panel-explore .context {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--bp-color-white);
  border-top: solid 1px var(--bp-color-gray300);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  height: 2.5rem; }

.nav-panel-explore:not(:first-child) .context {
  cursor: pointer; }

.nav-panel-explore .context .version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  white-space: nowrap; }

.nav-panel-explore .context .version::after {
  content: "";
  background: url(../img/chevron.svg) no-repeat 100%/auto 100%;
  width: 1.25em;
  height: 0.75em; }

.nav-panel-explore .components {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: solid 1px var(--bp-color-gray300);
  background: var(--bp-color-black);
  padding: 0.5rem 0.75rem 0;
  margin: 0;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  max-height: 100%;
  display: block; }

.nav-panel-explore:not(.is-active) .components {
  display: none; }

.nav-panel-explore .component {
  display: block; }

.nav-panel-explore .component + .component {
  margin-top: 0.5rem; }

.nav-panel-explore .component:last-child {
  margin-bottom: 0.75rem; }

.nav-panel-explore .component .title {
  font-weight: 600; }

.nav-panel-explore .versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: -0.25rem -0.375rem 0 0.375rem;
  line-height: 1;
  list-style: none; }

.nav-panel-explore .component .version {
  margin: 0.375rem 0.375rem 0 0; }

.nav-panel-explore .component .version a {
  background: var(--bp-color-black);
  border-radius: 0.25rem;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  display: inherit;
  opacity: 0.75; }

.nav-panel-explore .component .is-current a {
  font-weight: 600;
  opacity: 1; }

@media screen and (max-width: 1023.5px) {
  aside.toc.sidebar {
    display: none; }
  main > .content {
    overflow-x: auto; } }

@media screen and (min-width: 1024px) {
  main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0; }
  main > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  aside.toc.embedded {
    display: none; }
  aside.toc.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 1216px) {
  aside.toc.sidebar {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem; } }

.toolbar {
  color: var(--bp-color-gray100);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bp-color-black);
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black);
  box-shadow: 0 1px 0 var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.83333rem;
  height: 2.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: sticky;
  top: 3.5rem;
  z-index: 2;
  border-bottom: solid 1px var(--bp-color-gray300); }

.toolbar a {
  color: inherit; }

.nav-toggle {
  background: url(../img/menu.svg) no-repeat 50% 47.5%;
  background-size: 49%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: -0.25rem; }

.body .nav-toggle {
  display: none; }

@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none; } }

.nav-toggle.is-active {
  background-image: url(../img/back.svg);
  background-size: 41.5%; }

.home-link {
  display: block;
  background: url(../img/home-o.svg) no-repeat 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.625rem; }

.home-link.is-current,
.home-link:hover {
  background-image: url(../img/home.svg); }

.edit-this-page {
  display: none;
  padding-right: 0.5rem; }

@media screen and (min-width: 1024px) {
  .edit-this-page {
    display: block; } }

.toolbar .edit-this-page a {
  color: #8e8e8e; }

.breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 0.5rem 0 0.75rem;
  line-height: 1.35; }

a + .breadcrumbs {
  padding-left: 0.05rem; }

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs li {
  display: inline;
  margin: 0; }

.breadcrumbs li::after {
  content: "/";
  padding: 0 0.5rem; }

.breadcrumbs li:last-of-type::after {
  content: none; }

.page-versions {
  margin: 0 0.2rem 0 auto;
  position: relative;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .page-versions {
    margin-right: 0.7rem; } }

.page-versions .version-menu-toggle {
  color: inherit;
  background: url(../img/chevron.svg) no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: auto 0.75em;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
  z-index: 3; }

.page-versions .version-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0)) no-repeat;
  background: linear-gradient(180deg, #f0f0f0 0, #f0f0f0) no-repeat;
  padding: 1.375rem 1.5rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.page-versions:not(.is-active) .version-menu {
  display: none; }

.page-versions .version {
  display: block;
  padding-top: 0.5rem; }

.page-versions .version.is-current {
  display: none; }

.page-versions .version.is-missing {
  color: #8e8e8e;
  font-style: italic;
  text-decoration: none; }

.toc-menu {
  display: none;
  color: var(--bp-color-gray100); }

.toc.sidebar .toc-menu {
  margin-right: 0.75rem;
  position: sticky;
  top: 6rem; }

.toc .toc-menu h3 {
  color: var(--bp-color-gray100);
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 -0.5px;
  padding-bottom: 0.25rem; }

.toc.sidebar .toc-menu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.toc .toc-menu ul {
  font-size: 0.83333rem;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0; }

.toc.sidebar .toc-menu ul {
  max-height: calc(100vh - 8.5rem);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

@supports (scrollbar-width: none) {
  .toc.sidebar .toc-menu ul {
    scrollbar-width: none; } }

.toc .toc-menu ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

@media screen and (min-width: 1024px) {
  .toc-menu {
    display: block; }
  .toc .toc-menu h3 {
    font-size: 0.83333rem; }
  .toc .toc-menu ul {
    font-size: 0.75rem; } }

.toc .toc-menu li {
  margin: 0; }

.toc .toc-menu a {
  color: inherit;
  border-left: 1px solid var(--bp-color-gray200);
  display: inline-block;
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-decoration: none; }

.toc .toc-menu li[data-level="2"] a {
  padding-left: 1rem; }

.toc .toc-menu li[data-level="3"] a {
  padding-left: 1.5rem; }

.sidebar.toc .toc-menu a {
  display: block;
  outline: none; }

.toc .toc-menu a:hover {
  color: var(--bp-color-white); }

.toc .toc-menu a.is-active {
  border-left-color: var(--bp-color-white);
  color: var(--bp-color-white); }

.sidebar.toc .toc-menu a:focus {
  background: var(--bp-color-gray300); }

.toc .toc-menu .is-hidden-toc {
  display: none !important; }

.doc {
  color: var(--bp-color-white);
  font-size: 1em;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1rem 4rem; }

@media screen and (min-width: 1024px) {
  .doc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 2rem;
    max-width: 46rem;
    min-width: 0; } }

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  font-weight: 300;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  margin: 1rem 0 0; }
  .doc h1 a,
  .doc h2 a,
  .doc h3 a,
  .doc h4 a,
  .doc h5 a,
  .doc h6 a {
    color: var(--bp-color-gray100); }
  .doc h1 a:hover,
  .doc h2 a:hover,
  .doc h3 a:hover,
  .doc h4 a:hover,
  .doc h5 a:hover,
  .doc h6 a:hover {
    color: var(--bp-color-white); }

.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  color: var(--bp-color-gray100); }

.doc > h1.page:first-child {
  font-size: 2rem;
  margin: 1.5rem 0; }

@media screen and (min-width: 769px) {
  .doc > h1.page:first-child {
    margin-top: 2.5rem; } }

.doc > h1.page:first-child + aside.toc.embedded {
  margin-top: -0.5rem; }

.doc > h2#name + .sectionbody {
  margin-top: 1rem; }

#preamble + .sect1,
.doc .sect1 + .sect1 {
  margin-top: 2rem; }

.doc h1.sect0 {
  background: var(--bp-color-gray300);
  font-size: 1.8em;
  margin: 1.5rem -1rem 0;
  padding: 0.5rem 1rem; }

.doc h3:not(.discrete) {
  font-weight: 600;
  font-size: 1.25em; }

.doc .discreet h3 {
  font-size: .875em;
  font-family: var(--bp-font-mono);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 2rem; }

.doc h4:not(.discrete) {
  font-weight: 600;
  color: var(--bp-color-white); }

.doc h1 .anchor,
.doc h2 .anchor,
.doc h3 .anchor,
.doc h4 .anchor,
.doc h5 .anchor,
.doc h6 .anchor {
  position: absolute;
  text-decoration: none;
  width: 1.75ex;
  margin-left: -1.5ex;
  visibility: hidden;
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 0.05em; }

.doc h1 .anchor::before,
.doc h2 .anchor::before,
.doc h3 .anchor::before,
.doc h4 .anchor::before,
.doc h5 .anchor::before,
.doc h6 .anchor::before {
  content: "\00a7";
  color: var(--bp-color-white); }

.doc h1:hover .anchor,
.doc h2:hover .anchor,
.doc h3:hover .anchor,
.doc h4:hover .anchor,
.doc h5:hover .anchor,
.doc h6:hover .anchor {
  visibility: visible; }

.doc dl,
.doc p {
  margin: 0; }

.doc a {
  color: var(--bp-color-accent1); }

.doc a:hover {
  color: var(--bp-color-accent1); }

.doc a.bare {
  -ms-hyphens: none;
  hyphens: none; }

.doc a.unresolved {
  color: #d32f2f; }

.doc i.fa {
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal; }

.doc code {
  color: var(--bp-color-white);
  border-radius: 0.25em;
  font-size: 0.95em;
  padding: 0.125em 0.25em; }

.light-mode .doc code {
  background: var(--bp-color-gray500); }

.dark-mode .doc code {
  background: var(--bp-color-gray400); }

.doc code,
.doc pre {
  -ms-hyphens: none;
  hyphens: none; }

.doc pre {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 0; }

.doc blockquote {
  margin: 0; }

.doc .paragraph.lead > p {
  font-size: 1rem; }

.doc .right {
  float: right; }

.doc .left {
  float: left; }

.doc .float-gap.right {
  margin: 0 1rem 1rem 0; }

.doc .float-gap.left {
  margin: 0 0 1rem 1rem; }

.doc .float-group::after {
  content: "";
  display: table;
  clear: both; }

.doc .text-left {
  text-align: left; }

.doc .text-center {
  text-align: center; }

.doc .text-right {
  text-align: right; }

.doc .text-justify {
  text-align: justify; }

.doc .stretch {
  width: 100%; }

.doc .big {
  font-size: larger; }

.doc .small {
  font-size: smaller; }

.doc .underline {
  text-decoration: underline; }

.doc .line-through {
  text-decoration: line-through; }

.doc .dlist,
.doc .exampleblock,
.doc .hdlist,
.doc .imageblock,
.doc .listingblock,
.doc .literalblock,
.doc .olist,
.doc .paragraph,
.doc .partintro,
.doc .quoteblock,
.doc .sidebarblock,
.doc .tabs,
.doc .ulist,
.doc .verseblock,
.doc .videoblock,
.doc details,
.doc hr {
  margin: 1rem 0 0; }

.doc .tablecontainer,
.doc .tablecontainer + *,
.doc :not(.tablecontainer) > table.tableblock,
.doc :not(.tablecontainer) > table.tableblock + *,
.doc > table.tableblock,
.doc > table.tableblock + * {
  margin-top: 1.5rem; }

.doc table.tableblock {
  font-size: 0.83333rem; }

.doc p.tableblock + p.tableblock {
  margin-top: 0.5rem; }

.doc table.tableblock pre {
  font-size: inherit; }

.doc td.tableblock > .content {
  word-wrap: anywhere; }

.doc td.tableblock > .content > :first-child {
  margin-top: 0; }

.doc table.tableblock td,
.doc table.tableblock th {
  padding: 0.5rem; }

.doc table.tableblock,
.doc table.tableblock > * > tr > * {
  border: 0 solid #e1e1e1; }

.doc table.grid-all > * > tr > * {
  border-width: 1px; }

.doc table.grid-cols > * > tr > * {
  border-width: 0 1px; }

.doc table.grid-rows > * > tr > * {
  border-width: 1px 0; }

.doc table.grid-all > thead th,
.doc table.grid-rows > thead th {
  border-bottom-width: 2.5px; }

.doc table.frame-all {
  border-width: 1px; }

.doc table.frame-ends {
  border-width: 1px 0; }

.doc table.frame-sides {
  border-width: 0 1px; }

.doc table.frame-none > colgroup + * > :first-child > *,
.doc table.frame-sides > colgroup + * > :first-child > * {
  border-top-width: 0; }

.doc table.frame-sides > :last-child > :last-child > * {
  border-bottom-width: 0; }

.doc table.frame-ends > * > tr > :first-child,
.doc table.frame-none > * > tr > :first-child {
  border-left-width: 0; }

.doc table.frame-ends > * > tr > :last-child,
.doc table.frame-none > * > tr > :last-child {
  border-right-width: 0; }

.doc table.stripes-all > tbody > tr,
.doc table.stripes-even > tbody > tr:nth-of-type(2n),
.doc table.stripes-hover > tbody > tr:hover,
.doc table.stripes-odd > tbody > tr:nth-of-type(odd) {
  background: #fafafa; }

.doc table.tableblock > tfoot {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(180deg, #f0f0f0 0, #fff); }

.doc .halign-left {
  text-align: left; }

.doc .halign-right {
  text-align: right; }

.doc .halign-center {
  text-align: center; }

.doc .valign-top {
  vertical-align: top; }

.doc .valign-bottom {
  vertical-align: bottom; }

.doc .valign-middle {
  vertical-align: middle; }

.doc .admonitionblock {
  margin: 1.4rem 0 0; }

.doc .admonitionblock p,
.doc .admonitionblock td.content {
  font-size: 0.88889rem; }

.doc .admonitionblock td.content > .title + *,
.doc .admonitionblock td.content > :not(.title):first-child {
  margin-top: 0; }

.doc .admonitionblock td.content pre {
  font-size: 0.83333rem; }

.doc .admonitionblock > table {
  table-layout: fixed;
  position: relative;
  width: 100%; }

.doc .admonitionblock td.content {
  padding: 1rem 1rem 0.75rem;
  background: #fafafa;
  width: 100%;
  word-wrap: anywhere; }

.doc .admonitionblock td.icon {
  font-size: 0.83333rem;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-0.5rem, -50%);
  transform: translate(-0.5rem, -50%); }

.doc .admonitionblock td.icon i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: initial;
  filter: none;
  height: 1.25rem;
  padding: 0 0.5rem;
  vertical-align: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.doc .admonitionblock td.icon i::after {
  content: attr(title);
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.doc .admonitionblock td.icon i.icon-caution {
  background-color: #a0439c;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-important {
  background-color: #d32f2f;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-note {
  background-color: #217ee7;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-tip {
  background-color: #41af46;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-warning {
  background-color: #e18114;
  color: #fff; }

.doc .imageblock,
.doc .videoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.doc .imageblock.text-left,
.doc .videoblock.text-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.doc .imageblock.text-right,
.doc .videoblock.text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.doc .image > img,
.doc .image > object,
.doc .image > svg,
.doc .imageblock img,
.doc .imageblock object,
.doc .imageblock svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.doc .image:not(.left):not(.right) > img {
  margin-top: -0.2em; }

.doc .image > img {
  border: solid 1px var(--bp-color-gray300); }

.doc .videoblock iframe,
.doc .videoblock video {
  max-width: 100%;
  vertical-align: middle; }

#preamble .abstract blockquote {
  background: #f0f0f0;
  border-left: 5px solid #e1e1e1;
  color: #4a4a4a;
  font-size: 0.88889rem;
  padding: 0.75em 1em; }

.doc .quoteblock,
.doc .verseblock {
  background: #fafafa;
  border-left: 5px solid #5d5d5d;
  color: #5d5d5d; }

.doc .quoteblock {
  padding: 0.25rem 2rem 1.25rem; }

.doc .quoteblock .attribution {
  color: #8e8e8e;
  font-size: 0.83333rem;
  margin-top: 0.75rem; }

.doc .quoteblock blockquote {
  margin-top: 1rem; }

.doc .quoteblock .paragraph {
  font-style: italic; }

.doc .quoteblock cite {
  padding-left: 1em; }

.doc .verseblock {
  font-size: 1.15em;
  padding: 1rem 2rem; }

.doc .verseblock pre {
  font-family: inherit;
  font-size: inherit; }

.doc ol,
.doc ul {
  margin: 0;
  padding: 0 0 0 2rem; }

.doc ol.none,
.doc ol.unnumbered,
.doc ol.unstyled,
.doc ul.checklist,
.doc ul.no-bullet,
.doc ul.none,
.doc ul.unstyled {
  list-style-type: none; }

.doc ol.unnumbered,
.doc ul.no-bullet {
  padding-left: 1.25rem; }

.doc ol.unstyled,
.doc ul.unstyled {
  padding-left: 0; }

.doc ul.circle {
  list-style-type: circle; }

.doc ul.disc {
  list-style-type: disc; }

.doc ul.square {
  list-style-type: square; }

.doc ul.circle ul:not([class]),
.doc ul.disc ul:not([class]),
.doc ul.square ul:not([class]) {
  list-style: inherit; }

.doc ol.arabic {
  list-style-type: decimal; }

.doc ol.decimal {
  list-style-type: decimal-leading-zero; }

.doc ol.loweralpha {
  list-style-type: lower-alpha; }

.doc ol.upperalpha {
  list-style-type: upper-alpha; }

.doc ol.lowerroman {
  list-style-type: lower-roman; }

.doc ol.upperroman {
  list-style-type: upper-roman; }

.doc ol.lowergreek {
  list-style-type: lower-greek; }

.doc ul.checklist {
  padding-left: 1.75rem; }

.doc ul.checklist p > i.fa-check-square-o:first-child,
.doc ul.checklist p > i.fa-square-o:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  margin-left: -1.25rem; }

.doc ul.checklist i.fa-check-square-o::before {
  content: "\2713"; }

.doc ul.checklist i.fa-square-o::before {
  content: "\274f"; }

.doc .dlist .dlist,
.doc .dlist .olist,
.doc .dlist .ulist,
.doc .olist .dlist,
.doc .olist .olist,
.doc .olist .ulist,
.doc .olist li + li,
.doc .ulist .dlist,
.doc .ulist .olist,
.doc .ulist .ulist,
.doc .ulist li + li {
  margin-top: 0.5rem; }

.doc .admonitionblock .listingblock,
.doc .olist .listingblock,
.doc .ulist .listingblock {
  padding: 0; }

.doc .admonitionblock .title,
.doc .exampleblock .title,
.doc .imageblock .title,
.doc .listingblock .title,
.doc .literalblock .title,
.doc .openblock .title,
.doc .videoblock .title,
.doc table.tableblock caption {
  color: #5d5d5d;
  font-size: 0.88889rem;
  font-style: italic;
  font-weight: 600;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: 0.01em;
  padding-bottom: 0.075rem; }

.doc table.tableblock caption {
  text-align: left; }

.doc .olist .title,
.doc .ulist .title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25rem; }

.doc .ulist a,
.doc .ulist a:hover {
  color: var(--bp-color-white); }

.doc .imageblock .title,
.doc .videoblock .title {
  margin-top: 0.5rem;
  padding-bottom: 0; }

.doc details {
  margin-left: 1rem; }

.doc details > summary {
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.5rem; }

.doc details > summary::-webkit-details-marker {
  display: none; }

.doc details > summary::before {
  content: "";
  border: solid transparent;
  border-left: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  position: absolute;
  top: 0.5em;
  left: -1rem;
  -webkit-transform: translateX(15%);
  transform: translateX(15%); }

.doc details[open] > summary::before {
  border-color: currentColor transparent transparent;
  border-width: 0.5rem 0.3rem 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%); }

.doc details > summary::after {
  content: "";
  width: 1rem;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: -1rem; }

.doc details.result {
  margin-top: 0.25rem; }

.doc details.result > summary {
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 0; }

.doc details.result > .content {
  margin-left: -1rem; }

.doc .exampleblock > .content,
.doc details.result > .content {
  background: #fff;
  border: 0.25rem solid #5d5d5d;
  border-radius: 0.5rem;
  padding: 0.75rem; }

.doc .exampleblock > .content::after,
.doc details.result > .content::after {
  content: "";
  display: table;
  clear: both; }

.doc .exampleblock > .content > :first-child,
.doc details > .content > :first-child {
  margin-top: 0; }

.doc .sidebarblock {
  background: #e1e1e1;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem; }

.doc .sidebarblock > .content > .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: center; }

.doc .sidebarblock > .content > .title + *,
.doc .sidebarblock > .content > :not(.title):first-child {
  margin-top: 0; }

.doc .listingblock.wrap pre,
.doc table.tableblock pre {
  white-space: pre-wrap; }

.doc .listingblock pre:not(.highlight),
.doc .literalblock pre,
.doc pre.highlight > code {
  display: block;
  overflow-x: auto;
  padding: 0.875em; }

.light-mode .doc .listingblock pre:not(.highlight),
.light-mode .doc .literalblock pre,
.light-mode .doc pre.highlight > code {
  background: var(--bp-color-gray500); }

.dark-mode .doc .listingblock pre:not(.highlight),
.dark-mode .doc .literalblock pre,
.dark-mode .doc pre.highlight > code {
  background: var(--bp-color-gray400); }

.doc .listingblock > .content {
  position: relative; }

.doc .source-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--bp-color-gray200);
  font-family: var(--bp-font-mono);
  font-size: 1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1; }

.doc .listingblock:hover .source-toolbox {
  visibility: visible; }

.doc .source-toolbox .source-lang {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: none; }

.doc .source-toolbox > :not(:last-child)::after {
  content: "|";
  letter-spacing: 0;
  padding: 0 1ch; }

.doc .source-toolbox .copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em; }

.doc .source-toolbox .copy-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: inherit;
  height: inherit; }

.doc .source-toolbox img.copy-icon {
  -webkit-filter: invert(50.2%);
  filter: invert(50.2%); }

.doc .source-toolbox svg.copy-icon {
  fill: currentColor; }

.doc .source-toolbox .copy-toast {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  background-color: #333;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #fff;
  cursor: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s; }

.doc .source-toolbox .copy-toast::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border: 0.55em solid transparent;
  border-left-color: #333;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.doc .source-toolbox .copy-button.clicked .copy-toast {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.doc .language-console .hljs-meta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.doc .dlist dt {
  font-style: italic; }

.doc .dlist dd {
  margin: 0 0 0 1.5rem; }

.doc .dlist dd + dt,
.doc .dlist dd > p:first-child {
  margin-top: 0.5rem; }

.doc td.hdlist1,
.doc td.hdlist2 {
  padding: 0.5rem 0 0;
  vertical-align: top; }

.doc tr:first-child > .hdlist1,
.doc tr:first-child > .hdlist2 {
  padding-top: 0; }

.doc td.hdlist1 {
  font-weight: 600;
  padding-right: 0.25rem; }

.doc td.hdlist2 {
  padding-left: 0.25rem; }

.doc .colist {
  font-size: 0.88889rem;
  margin: 0.25rem 0 -0.25rem; }

.doc .colist > table > tbody > tr > :first-child,
.doc .colist > table > tr > :first-child {
  padding: 0.25em 0.5rem 0;
  vertical-align: top; }

.doc .colist > table > tbody > tr > :last-child,
.doc .colist > table > tr > :last-child {
  padding: 0.25rem 0; }

.doc .conum[data-value] {
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  font-family: var(--bp-font-default);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  letter-spacing: -0.25ex;
  text-indent: -0.25ex; }

.doc .conum[data-value]::after {
  content: attr(data-value); }

.doc .conum[data-value] + b {
  display: none; }

.doc hr {
  border: solid #e1e1e1;
  border-width: 2px 0 0;
  height: 0; }

.doc b.button {
  white-space: nowrap; }

.doc b.button::before {
  content: "[";
  padding-right: 0.25em; }

.doc b.button::after {
  content: "]";
  padding-left: 0.25em; }

.doc kbd {
  display: inline-block;
  font-size: 0.66667rem;
  background: #fafafa;
  border: 1px solid var(--bp-color-black);
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black), 0 0 0 0.1em #fff inset;
  box-shadow: 0 1px 0 var(--bp-color-black), inset 0 0 0 0.1em #fff;
  padding: 0.25em 0.5em;
  vertical-align: text-bottom;
  white-space: nowrap; }

.doc .keyseq,
.doc kbd {
  line-height: 1; }

.doc .keyseq {
  font-size: 0.88889rem; }

.doc .keyseq kbd {
  margin: 0 0.125em; }

.doc .keyseq kbd:first-child {
  margin-left: 0; }

.doc .keyseq kbd:last-child {
  margin-right: 0; }

.doc .menuseq,
.doc .path {
  -ms-hyphens: none;
  hyphens: none; }

.doc .menuseq i.caret::before {
  content: "\203a";
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.90909; }

.doc :not(pre).nowrap {
  white-space: nowrap; }

.doc .nobreak {
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

.doc :not(pre).pre-wrap {
  white-space: pre-wrap; }

#footnotes {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 2rem -0.5rem 0; }

.doc td.tableblock > .content #footnotes {
  margin: 2rem 0 0; }

#footnotes hr {
  border-top-width: 1px;
  margin-top: 0;
  width: 20%; }

#footnotes .footnote {
  margin: 0.5em 0 0 1em; }

#footnotes .footnote + .footnote {
  margin-top: 0.25em; }

#footnotes .footnote > a:first-of-type {
  display: inline-block;
  margin-left: -2em;
  text-align: right;
  width: 1.5em; }

nav.pagination {
  border-top: 1px solid #e1e1e1;
  line-height: 1;
  margin: 2rem -1rem -1rem;
  padding: 0.75rem 1rem 0; }

nav.pagination,
nav.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

nav.pagination span {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

nav.pagination .prev {
  padding-right: 0.5rem; }

nav.pagination .next {
  margin-left: auto;
  padding-left: 0.5rem;
  text-align: right; }

nav.pagination span::before {
  color: #8e8e8e;
  font-size: 0.75em;
  padding-bottom: 0.1em; }

nav.pagination .prev::before {
  content: "Prev"; }

nav.pagination .next::before {
  content: "Next"; }

nav.pagination a {
  font-weight: 600;
  line-height: 1.3;
  position: relative; }

nav.pagination a::after,
nav.pagination a::before {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.75;
  position: absolute;
  top: 0;
  width: 1rem; }

nav.pagination .prev a::before {
  content: "\2039";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

nav.pagination .next a::after {
  content: "\203a"; }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--navbar {
    overflow-y: hidden; } }

body {
  padding-top: 3.5rem; }

.navbar {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-size: 0.88889rem;
  height: 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: solid 1px var(--bp-color-gray300); }

.navbar a {
  text-decoration: none; }

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 1rem;
  justify-content: space-between; }

.navbar-brand .navbar-item {
  color: var(--bp-color-white); }

.navbar-brand .navbar-item img {
  margin-right: 16px;
  filter: var(--icon-filter); }

.navbar-brand .navbar-item:first-child {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  font-size: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1; }

.navbar-brand .navbar-item:first-child a {
  color: inherit;
  word-wrap: normal; }

.navbar-brand .navbar-item.search {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none; }

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem; }

#search-input {
  background: var(--bp-color-black);
  padding: 4px 8px !important;
  border: solid 1px var(--bp-color-gray200);
  color: var(--bp-color-white);
  font-family: inherit;
  min-width: 150px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px; }

#search-input::-webkit-input-placeholder,
#search-input::-moz-placeholder,
#search-input:-ms-input-placeholder,
#search-input::-ms-input-placeholder,
#search-input::placeholder {
  color: var(--bp-color-accent1) !important; }

#search-input:disabled {
  border-color: var(--bp-color-gray200);
  cursor: not-allowed;
  pointer-events: all !important; }

#search-input:disabled::-webkit-input-placeholder,
#search-input:disabled::-moz-placeholder,
#search-input:disabled:-ms-input-placeholder,
#search-input:disabled::placeholder {
  color: var(--bp-color-gray200); }

#search-input:focus {
  outline: none; }

.search-result-dropdown-menu .search-result-dataset {
  background-color: var(--bp-color-black); }

.search-result-dropdown-menu .search-result-component-header,
.search-result-dropdown-menu .search-result-document-title {
  color: var(--bp-color-white); }

.search-result-dropdown-menu .search-result-component-header {
  font-weight: bold; }

.search-result-dropdown-menu .search-result-document-hit {
  color: var(--bp-color-gray100); }

.search-result-dropdown-menu .search-result-document-hit .search-result-highlight {
  background: none;
  color: var(--bp-color-white); }

.navbar-burger {
  background: none;
  border: none;
  outline: none;
  line-height: 1;
  position: relative;
  width: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0; }

.navbar-burger span {
  background-color: #fff;
  height: 1.5px;
  width: 1rem; }

.navbar-burger:not(.is-active) span {
  -webkit-transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out; }

.navbar-burger span + span {
  margin-top: 0.25rem; }

.navbar-burger.is-active span + span {
  margin-top: -1.5px; }

.navbar-burger.is-active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0; }

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navbar-item,
.navbar-link {
  color: #222;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1rem; }

.navbar-item.has-dropdown {
  padding: 0; }

.navbar-item .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block; }

.navbar-item .icon img,
.navbar-item .icon svg {
  fill: currentColor;
  width: inherit;
  height: inherit; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.navbar-dropdown .navbar-item.has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-dropdown .navbar-item small {
  color: #8e8e8e;
  font-size: 0.66667rem; }

.navbar-divider {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
  margin: 0.25rem 0; }

.navbar .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.15rem;
  height: 1.75rem;
  color: #222;
  padding: 0 0.75em;
  white-space: nowrap; }

@media screen and (max-width: 768.5px) {
  .navbar-brand .navbar-item.search {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 769px) {
  .navbar-brand .navbar-item.search {
    display: flex; }
  #search-input {
    width: 200px; }
  .navbar-right {
    padding-right: 1rem; } }

@media screen and (max-width: 1023.5px) {
  .navbar-brand {
    height: inherit; }
  .navbar-brand .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-menu {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0.5rem 0; }
  .navbar-menu:not(.is-active) {
    display: none; }
  .navbar-menu .navbar-link:hover,
  .navbar-menu a.navbar-item:hover {
    background: #f5f5f5; } }

@media screen and (min-width: 1024px) {
  .navbar-burger {
    display: none; }
  .navbar,
  .navbar-end,
  .navbar-item,
  .navbar-link,
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item,
  .navbar-link {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .navbar-item:not(.has-dropdown),
  .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-link::after {
    border-width: 0 0 1px 1px;
    border-style: solid;
    content: "";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%; }
  .navbar-end .navbar-link,
  .navbar-end > .navbar-item {
    color: #fff; }
  .navbar-end .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-end .navbar-link:hover,
  .navbar-end > a.navbar-item:hover {
    background: #000;
    color: #fff; }
  .navbar-end .navbar-link::after {
    border-color: currentColor; }
  .navbar-dropdown {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    display: none;
    top: 100%;
    left: 0;
    min-width: 100%;
    position: absolute; }
  .navbar-dropdown .navbar-item {
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap; }
  .navbar-dropdown .navbar-item small {
    position: relative;
    right: -2rem; }
  .navbar-dropdown .navbar-item:last-child {
    border-radius: inherit; }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0; }
  .navbar-dropdown a.navbar-item:hover {
    background: #f5f5f5; } }

footer.footer {
  background-color: #e1e1e1;
  color: #5d5d5d;
  font-size: 0.83333rem;
  line-height: 1.6;
  padding: 1.5rem;
  display: none; }

.footer p {
  margin: 0.5rem 0; }

.footer a {
  color: #191919; }

/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: 600; }

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
  color: teal; }

.hljs-doctag,
.hljs-string {
  color: #d14; }

.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: #900;
  font-weight: 600; }

.hljs-subst {
  font-weight: 400; }

.hljs-class .hljs-title,
.hljs-type {
  color: #458;
  font-weight: 600; }

.hljs-attribute,
.hljs-name,
.hljs-tag {
  color: navy;
  font-weight: 400; }

.hljs-link,
.hljs-regexp {
  color: #009926; }

.hljs-bullet,
.hljs-symbol {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: 600; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: 600; }

@page {
  margin: 0.5in; }

@media print {
  .hide-for-print {
    display: none !important; }
  html {
    font-size: 0.9375em; }
  a {
    color: inherit !important;
    text-decoration: underline; }
  a.bare,
  a[href^="#"],
  a[href^="mailto:"] {
    text-decoration: none; }
  img,
  object,
  svg,
  tr {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  pre {
    -ms-hyphens: none;
    hyphens: none;
    white-space: pre-wrap; }
  body {
    padding-top: 2rem; }
  .navbar {
    background: none;
    color: inherit;
    position: absolute; }
  .navbar * {
    color: inherit !important; }
  .nav-container,
  .navbar > :not(.navbar-brand),
  .toolbar,
  aside.toc,
  nav.pagination {
    display: none; }
  .doc {
    color: inherit;
    margin: auto;
    max-width: none;
    padding-bottom: 2rem; }
  .doc .admonitionblock td.icon {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .doc .listingblock code[data-lang]::before {
    display: block; }
  footer.footer {
    background: none;
    border-top: 1px solid #e1e1e1;
    color: #8e8e8e;
    padding: 0.25rem 0.5rem 0; }
  .footer * {
    color: inherit; } }
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/start.scss
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/main.scss
body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }
  .start-nav-explore ul.components.components.count-1 {
    grid-template-columns: repeat(1, 1fr); }
  .start-nav-explore ul.components.components.count-2 {
    grid-template-columns: repeat(2, 1fr); }
  .start-nav-explore ul.components.components.count-3 {
    grid-template-columns: repeat(3, 1fr); }
  .start-nav-explore ul.components.components.count-4 {
    grid-template-columns: repeat(4, 1fr); }
  .start-nav-explore ul.components.components.count-5 {
    grid-template-columns: repeat(5, 1fr); }
  .start-nav-explore ul.components.components.count-6 {
    grid-template-columns: repeat(6, 1fr); }
  .start-nav-explore ul.components.components.count-7 {
    grid-template-columns: repeat(7, 1fr); }
  .start-nav-explore ul.components.components.count-8 {
    grid-template-columns: repeat(8, 1fr); }
  .start-nav-explore ul.components.components.count-9 {
    grid-template-columns: repeat(9, 1fr); }
  .start-nav-explore ul.components.components.count-10 {
    grid-template-columns: repeat(10, 1fr); }
  .start-nav-explore ul.components.components.count-11 {
    grid-template-columns: repeat(11, 1fr); }
  .start-nav-explore ul.components.components.count-12 {
    grid-template-columns: repeat(12, 1fr); }
  .start-nav-explore ul.components.components.count-13 {
    grid-template-columns: repeat(13, 1fr); }
  .start-nav-explore ul.components.components.count-14 {
    grid-template-columns: repeat(14, 1fr); }
  .start-nav-explore ul.components.components.count-15 {
    grid-template-columns: repeat(15, 1fr); }
  .start-nav-explore ul.components.components.count-16 {
    grid-template-columns: repeat(16, 1fr); }
  .start-nav-explore ul.components.components.count-17 {
    grid-template-columns: repeat(17, 1fr); }
  .start-nav-explore ul.components.components.count-18 {
    grid-template-columns: repeat(18, 1fr); }
  .start-nav-explore ul.components.components.count-19 {
    grid-template-columns: repeat(19, 1fr); }
  .start-nav-explore ul.components.components.count-20 {
    grid-template-columns: repeat(20, 1fr); }
  .start-nav-explore ul.components li.component {
    padding: 0;
    width: 100%;
    position: relative; }
    .start-nav-explore ul.components li.component .versions {
      display: none; }
    .start-nav-explore ul.components li.component a.title {
      padding: 2em;
      border: solid 1px var(--bp-color-gray100);
      border-radius: 8px;
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      gap: 16px;
      color: var(--bp-color-gray100);
      height: 100%;
      line-height: 1.25;
      transition: all 0.25s ease-in-out;
      text-align: left;
      align-items: center;
      cursor: pointer; }
      .start-nav-explore ul.components li.component a.title svg {
        aspect-ratio: 1/1;
        min-width: 24px !important;
        max-width: 24px !important; }
        .start-nav-explore ul.components li.component a.title svg path {
          transition: all .25s ease-in-out; }
      .start-nav-explore ul.components li.component a.title:hover {
        text-decoration: none;
        color: var(--bp-color-white);
        border-color: var(--bp-color-white);
        background-color: var(--bp-color-gray400); }
        .start-nav-explore ul.components li.component a.title:hover svg path {
          stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* VARIABLES */
:root {
  --bp-font-default: "Gilroy", sans-serif;
  --bp-font-mono: "DM Mono", monospace;
  --color-black: #151515;
  --color-white: #f1f1ec;
  --color-gray100: #9a9a97;
  --color-gray200: #747471;
  --color-gray300: #3d3d3d;
  --color-gray400: #272726;
  --color-accent1: #ddfa78;
  --color-accent2: #4433ff; }

.dark-mode {
  --bp-color-black: var(--color-black);
  --bp-color-white: var(--color-white);
  --bp-color-gray100: var(--color-gray100);
  --bp-color-gray200: var(--color-gray200);
  --bp-color-gray300: var(--color-gray300);
  --bp-color-gray400: var(--color-gray400);
  --bp-color-gray500: var(--color-gray500);
  --bp-color-accent1: var(--color-accent1);
  --bp-color-accent2: var(--color-accent2);
  --icon-filter: invert(0%); }

.light-mode {
  --bp-color-black: var(--color-white);
  --bp-color-white: var(--color-black);
  --bp-color-gray500: #D4D4D3;
  --bp-color-gray100: var(--color-gray400);
  --bp-color-gray200: var(--color-gray300);
  --bp-color-gray300: var(--color-gray200);
  --bp-color-gray400: var(--color-gray100);
  --bp-color-accent1: var(--color-accent2);
  --bp-color-accent2: var(--color-accent1);
  --icon-filter: invert(80%); }

.sun {
  display: none; }

body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }
  .start-nav-explore ul.components.components.count-1 {
    grid-template-columns: repeat(1, 1fr); }
  .start-nav-explore ul.components.components.count-2 {
    grid-template-columns: repeat(2, 1fr); }
  .start-nav-explore ul.components.components.count-3 {
    grid-template-columns: repeat(3, 1fr); }
  .start-nav-explore ul.components.components.count-4 {
    grid-template-columns: repeat(4, 1fr); }
  .start-nav-explore ul.components.components.count-5 {
    grid-template-columns: repeat(5, 1fr); }
  .start-nav-explore ul.components.components.count-6 {
    grid-template-columns: repeat(6, 1fr); }
  .start-nav-explore ul.components.components.count-7 {
    grid-template-columns: repeat(7, 1fr); }
  .start-nav-explore ul.components.components.count-8 {
    grid-template-columns: repeat(8, 1fr); }
  .start-nav-explore ul.components.components.count-9 {
    grid-template-columns: repeat(9, 1fr); }
  .start-nav-explore ul.components.components.count-10 {
    grid-template-columns: repeat(10, 1fr); }
  .start-nav-explore ul.components.components.count-11 {
    grid-template-columns: repeat(11, 1fr); }
  .start-nav-explore ul.components.components.count-12 {
    grid-template-columns: repeat(12, 1fr); }
  .start-nav-explore ul.components.components.count-13 {
    grid-template-columns: repeat(13, 1fr); }
  .start-nav-explore ul.components.components.count-14 {
    grid-template-columns: repeat(14, 1fr); }
  .start-nav-explore ul.components.components.count-15 {
    grid-template-columns: repeat(15, 1fr); }
  .start-nav-explore ul.components.components.count-16 {
    grid-template-columns: repeat(16, 1fr); }
  .start-nav-explore ul.components.components.count-17 {
    grid-template-columns: repeat(17, 1fr); }
  .start-nav-explore ul.components.components.count-18 {
    grid-template-columns: repeat(18, 1fr); }
  .start-nav-explore ul.components.components.count-19 {
    grid-template-columns: repeat(19, 1fr); }
  .start-nav-explore ul.components.components.count-20 {
    grid-template-columns: repeat(20, 1fr); }
  .start-nav-explore ul.components li.component {
    padding: 0;
    width: 100%;
    position: relative; }
    .start-nav-explore ul.components li.component .versions {
      display: none; }
    .start-nav-explore ul.components li.component a.title {
      padding: 2em;
      border: solid 1px var(--bp-color-gray100);
      border-radius: 8px;
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      gap: 16px;
      color: var(--bp-color-gray100);
      height: 100%;
      line-height: 1.25;
      transition: all 0.25s ease-in-out;
      text-align: left;
      align-items: center;
      cursor: pointer; }
      .start-nav-explore ul.components li.component a.title svg {
        aspect-ratio: 1/1;
        min-width: 24px !important;
        max-width: 24px !important; }
        .start-nav-explore ul.components li.component a.title svg path {
          transition: all .25s ease-in-out; }
      .start-nav-explore ul.components li.component a.title:hover {
        text-decoration: none;
        color: var(--bp-color-white);
        border-color: var(--bp-color-white);
        background-color: var(--bp-color-gray400); }
        .start-nav-explore ul.components li.component a.title:hover svg path {
          stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }

/* The switch - the box around the slider */
.switch {
  --height: 24px;
  position: relative;
  display: inline-block;
  height: var(--height);
  aspect-ratio: 60 / 34;
  align-self: center; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bp-color-black);
  border: solid 1px var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider .mode-switch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(var(--height) - 8px);
  width: calc(var(--height) - 8px);
  left: 4px;
  bottom: 3px;
  background-color: var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.switch input:checked + .slider .mode-switch-icon {
  -webkit-transform: translateX(calc(var(--height) - 8px));
  -ms-transform: translateX(calc(var(--height) - 8px));
  transform: translateX(calc(var(--height) - 8px)); }

/* Rounded sliders */
.slider.round {
  border-radius: var(--height); }

.slider.round .mode-switch-icon {
  border-radius: 50%; }

.mode-switch-icon svg {
  width: calc(var(--height) - 14px);
  height: auto; }

.mode-switch-icon svg path {
  fill: var(--bp-color-black); }

.doc .contract-item {
  border: solid 1px;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden; }

.doc .contract-item > h4 {
  position: absolute; }

.doc .contract-item > h4 {
  visibility: hidden; }

.light-mode .doc .contract-item {
  border-color: var(--bp-color-gray500); }

.light-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray500); }

.dark-mode .doc .contract-item {
  border-color: var(--bp-color-gray400); }

.dark-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray400); }

.contract-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: var(--bp-color-gray100);
  gap: 1em; }

.doc .contract-item-header code {
  font-size: .875rem;
  color: var(--bp-color-gray100); }

.contract-item-header .item-kind {
  white-space: nowrap;
  font-size: .75rem;
  color: var(--bp-color-gray100); }

.dark-mode .doc .contract-item-header code,
.light-mode .doc .contract-item-header code {
  background: transparent; }

.doc .contract-item > h4 > a.anchor {
  font-size: 1.1rem;
  margin-left: -2.5ex; }

.doc .contract-item > h4 > a.anchor::before {
  color: var(--bp-color-gray200); }

.doc .contract-item > h4 > a.anchor:hover::before {
  color: var(--bp-color-gray100); }

.doc .contract-item div.paragraph {
  padding: 16px;
  margin-top: 0; }

.doc .contract-item div.paragraph p {
  color: var(--bp-color-white); }

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-family: var(--bp-font-default);
  line-height: 1.15;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-wrap: anywhere; }

html, body {
  font-size: 16px; }

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 18px; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: none; }

code,
kbd,
pre {
  font-family: var(--bp-font-mono); }

b,
dt,
strong,
th {
  font-weight: 600; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

em em {
  font-style: normal; }

strong strong {
  font-weight: 400; }

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0; }

button::-moz-focus-inner {
  border: none;
  padding: 0; }

summary {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

table {
  border-collapse: collapse;
  word-wrap: normal; }

object[type="image/svg+xml"]:not([width]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (pointer: fine) {
  @supports (scrollbar-width: thin) {
    html {
      scrollbar-color: var(--bp-color-black) #fafafa; }
    body * {
      scrollbar-width: thin;
      scrollbar-color: var(--bp-color-black) transparent; } }
  html::-webkit-scrollbar {
    background-color: #fafafa;
    height: 12px;
    width: 12px; }
  body ::-webkit-scrollbar {
    height: 6px;
    width: 6px; }
  ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--bp-color-black);
    border: 3px solid transparent;
    border-radius: 12px; }
  body ::-webkit-scrollbar-thumb {
    border-width: 1.75px;
    border-radius: 6px; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #9c9c9c; } }

@media screen and (min-width: 1024px) {
  .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--nav {
    overflow-y: hidden; } }

.nav-container {
  position: fixed;
  top: 3.5rem;
  left: 0;
  font-size: 0.94444rem;
  z-index: 1;
  width: 100%;
  z-index: 1;
  display: none; }

.is-clipped--navbar .nav-container {
  display: block; }

@media screen and (min-width: 1024px) {
  .nav-container {
    display: block;
    font-size: 0.86111rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: static;
    top: 0;
    width: 15rem; } }

.nav {
  background: var(--bp-color-black);
  position: relative;
  top: 2.5rem;
  height: calc(100vh - 6rem);
  border-right: solid 1px var(--bp-color-gray300); }

@media screen and (min-width: 769px) {
  .nav {
    -webkit-box-shadow: 0.5px 0 3px var(--bp-color-black);
    box-shadow: 0.5px 0 3px var(--bp-color-black); } }

@media screen and (min-width: 1024px) {
  .nav {
    top: 3.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: sticky;
    height: calc(100vh - 3.5rem); } }

.nav a,
.nav-menu a {
  color: var(--bp-color-gray100);
  text-transform: capitalize; }

.nav .panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit; }

.nav-panel-menu {
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: calc(100% - 2.5rem); }

.nav-panel-menu:not(.is-active) .nav-menu {
  opacity: 0.75; }

.nav-panel-menu:not(.is-active)::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-menu {
  min-height: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
  position: relative; }

.nav-menu-toggle {
  background: transparent url(../img/octicons-16.svg#view-unfold) no-repeat 50%/100% 100%;
  border: none;
  float: right;
  height: 1em;
  margin-right: -0.5rem;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: sticky;
  top: 0.85rem;
  visibility: hidden;
  width: 1em; }

.nav-menu-toggle.is-active {
  background-image: url(../img/octicons-16.svg#view-fold); }

.nav-panel-menu.is-active:hover .nav-menu-toggle {
  visibility: visible; }

.nav-menu h3.title {
  color: var(--bp-color-gray100);
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.25em 0 0.125em; }

.nav-list {
  list-style: none;
  margin: 0 0 0 0.75rem;
  padding: 0; }

.nav-menu > .nav-list + .nav-list {
  margin-top: 0.5rem; }

.nav-item {
  margin-top: 0.5em; }

.nav-item-toggle ~ .nav-list {
  padding-bottom: 0.125rem; }

.nav-item[data-depth="0"] > .nav-list:first-child {
  display: block;
  margin: 0; }

.nav-item:not(.is-active) > .nav-list {
  display: none; }

.nav-item-toggle {
  background: transparent url(../img/caret.svg) no-repeat 50%/50%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  position: absolute;
  height: 1.35em;
  width: 1.35em;
  margin-top: -0.05em;
  margin-left: -1.35em; }

/* .nav-item-toggle.level-0 {
  background: none;
} */
.nav-item-toggle.level-0,
.nav-item-toggle.level-0 ~ span.nav-text {
  pointer-events: none;
  cursor: default; }

.nav-item.is-active > .nav-item-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is-current-page > .nav-link,
.is-current-page > .nav-text {
  color: var(--bp-color-white);
  font-weight: 600; }

.nav-panel-explore {
  background: var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-panel-explore:not(:first-child) {
  top: auto;
  max-height: calc(50% + 2.5rem); }

.nav-panel-explore .context {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--bp-color-white);
  border-top: solid 1px var(--bp-color-gray300);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  height: 2.5rem; }

.nav-panel-explore:not(:first-child) .context {
  cursor: pointer; }

.nav-panel-explore .context .version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  white-space: nowrap; }

.nav-panel-explore .context .version::after {
  content: "";
  background: url(../img/chevron.svg) no-repeat 100%/auto 100%;
  width: 1.25em;
  height: 0.75em; }

.nav-panel-explore .components {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: solid 1px var(--bp-color-gray300);
  background: var(--bp-color-black);
  padding: 0.5rem 0.75rem 0;
  margin: 0;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  max-height: 100%;
  display: block; }

.nav-panel-explore:not(.is-active) .components {
  display: none; }

.nav-panel-explore .component {
  display: block; }

.nav-panel-explore .component + .component {
  margin-top: 0.5rem; }

.nav-panel-explore .component:last-child {
  margin-bottom: 0.75rem; }

.nav-panel-explore .component .title {
  font-weight: 600; }

.nav-panel-explore .versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: -0.25rem -0.375rem 0 0.375rem;
  line-height: 1;
  list-style: none; }

.nav-panel-explore .component .version {
  margin: 0.375rem 0.375rem 0 0; }

.nav-panel-explore .component .version a {
  background: var(--bp-color-black);
  border-radius: 0.25rem;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  display: inherit;
  opacity: 0.75; }

.nav-panel-explore .component .is-current a {
  font-weight: 600;
  opacity: 1; }

@media screen and (max-width: 1023.5px) {
  aside.toc.sidebar {
    display: none; }
  main > .content {
    overflow-x: auto; } }

@media screen and (min-width: 1024px) {
  main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0; }
  main > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  aside.toc.embedded {
    display: none; }
  aside.toc.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 1216px) {
  aside.toc.sidebar {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem; } }

.toolbar {
  color: var(--bp-color-gray100);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bp-color-black);
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black);
  box-shadow: 0 1px 0 var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.83333rem;
  height: 2.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: sticky;
  top: 3.5rem;
  z-index: 2;
  border-bottom: solid 1px var(--bp-color-gray300); }

.toolbar a {
  color: inherit; }

.nav-toggle {
  background: url(../img/menu.svg) no-repeat 50% 47.5%;
  background-size: 49%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: -0.25rem; }

.body .nav-toggle {
  display: none; }

@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none; } }

.nav-toggle.is-active {
  background-image: url(../img/back.svg);
  background-size: 41.5%; }

.home-link {
  display: block;
  background: url(../img/home-o.svg) no-repeat 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.625rem; }

.home-link.is-current,
.home-link:hover {
  background-image: url(../img/home.svg); }

.edit-this-page {
  display: none;
  padding-right: 0.5rem; }

@media screen and (min-width: 1024px) {
  .edit-this-page {
    display: block; } }

.toolbar .edit-this-page a {
  color: #8e8e8e; }

.breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 0.5rem 0 0.75rem;
  line-height: 1.35; }

a + .breadcrumbs {
  padding-left: 0.05rem; }

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs li {
  display: inline;
  margin: 0; }

.breadcrumbs li::after {
  content: "/";
  padding: 0 0.5rem; }

.breadcrumbs li:last-of-type::after {
  content: none; }

.page-versions {
  margin: 0 0.2rem 0 auto;
  position: relative;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .page-versions {
    margin-right: 0.7rem; } }

.page-versions .version-menu-toggle {
  color: inherit;
  background: url(../img/chevron.svg) no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: auto 0.75em;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
  z-index: 3; }

.page-versions .version-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0)) no-repeat;
  background: linear-gradient(180deg, #f0f0f0 0, #f0f0f0) no-repeat;
  padding: 1.375rem 1.5rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.page-versions:not(.is-active) .version-menu {
  display: none; }

.page-versions .version {
  display: block;
  padding-top: 0.5rem; }

.page-versions .version.is-current {
  display: none; }

.page-versions .version.is-missing {
  color: #8e8e8e;
  font-style: italic;
  text-decoration: none; }

.toc-menu {
  display: none;
  color: var(--bp-color-gray100); }

.toc.sidebar .toc-menu {
  margin-right: 0.75rem;
  position: sticky;
  top: 6rem; }

.toc .toc-menu h3 {
  color: var(--bp-color-gray100);
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 -0.5px;
  padding-bottom: 0.25rem; }

.toc.sidebar .toc-menu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.toc .toc-menu ul {
  font-size: 0.83333rem;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0; }

.toc.sidebar .toc-menu ul {
  max-height: calc(100vh - 8.5rem);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

@supports (scrollbar-width: none) {
  .toc.sidebar .toc-menu ul {
    scrollbar-width: none; } }

.toc .toc-menu ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

@media screen and (min-width: 1024px) {
  .toc-menu {
    display: block; }
  .toc .toc-menu h3 {
    font-size: 0.83333rem; }
  .toc .toc-menu ul {
    font-size: 0.75rem; } }

.toc .toc-menu li {
  margin: 0; }

.toc .toc-menu a {
  color: inherit;
  border-left: 1px solid var(--bp-color-gray200);
  display: inline-block;
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-decoration: none; }

.toc .toc-menu li[data-level="2"] a {
  padding-left: 1rem; }

.toc .toc-menu li[data-level="3"] a {
  padding-left: 1.5rem; }

.sidebar.toc .toc-menu a {
  display: block;
  outline: none; }

.toc .toc-menu a:hover {
  color: var(--bp-color-white); }

.toc .toc-menu a.is-active {
  border-left-color: var(--bp-color-white);
  color: var(--bp-color-white); }

.sidebar.toc .toc-menu a:focus {
  background: var(--bp-color-gray300); }

.toc .toc-menu .is-hidden-toc {
  display: none !important; }

.doc {
  color: var(--bp-color-white);
  font-size: 1em;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1rem 4rem; }

@media screen and (min-width: 1024px) {
  .doc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 2rem;
    max-width: 46rem;
    min-width: 0; } }

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  font-weight: 300;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  margin: 1rem 0 0; }
  .doc h1 a,
  .doc h2 a,
  .doc h3 a,
  .doc h4 a,
  .doc h5 a,
  .doc h6 a {
    color: var(--bp-color-gray100); }
  .doc h1 a:hover,
  .doc h2 a:hover,
  .doc h3 a:hover,
  .doc h4 a:hover,
  .doc h5 a:hover,
  .doc h6 a:hover {
    color: var(--bp-color-white); }

.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  color: var(--bp-color-gray100); }

.doc > h1.page:first-child {
  font-size: 2rem;
  margin: 1.5rem 0; }

@media screen and (min-width: 769px) {
  .doc > h1.page:first-child {
    margin-top: 2.5rem; } }

.doc > h1.page:first-child + aside.toc.embedded {
  margin-top: -0.5rem; }

.doc > h2#name + .sectionbody {
  margin-top: 1rem; }

#preamble + .sect1,
.doc .sect1 + .sect1 {
  margin-top: 2rem; }

.doc h1.sect0 {
  background: var(--bp-color-gray300);
  font-size: 1.8em;
  margin: 1.5rem -1rem 0;
  padding: 0.5rem 1rem; }

.doc h3:not(.discrete) {
  font-weight: 600;
  font-size: 1.25em; }

.doc .discreet h3 {
  font-size: .875em;
  font-family: var(--bp-font-mono);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 2rem; }

.doc h4:not(.discrete) {
  font-weight: 600;
  color: var(--bp-color-white); }

.doc h1 .anchor,
.doc h2 .anchor,
.doc h3 .anchor,
.doc h4 .anchor,
.doc h5 .anchor,
.doc h6 .anchor {
  position: absolute;
  text-decoration: none;
  width: 1.75ex;
  margin-left: -1.5ex;
  visibility: hidden;
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 0.05em; }

.doc h1 .anchor::before,
.doc h2 .anchor::before,
.doc h3 .anchor::before,
.doc h4 .anchor::before,
.doc h5 .anchor::before,
.doc h6 .anchor::before {
  content: "\00a7";
  color: var(--bp-color-white); }

.doc h1:hover .anchor,
.doc h2:hover .anchor,
.doc h3:hover .anchor,
.doc h4:hover .anchor,
.doc h5:hover .anchor,
.doc h6:hover .anchor {
  visibility: visible; }

.doc dl,
.doc p {
  margin: 0; }

.doc a {
  color: var(--bp-color-accent1); }

.doc a:hover {
  color: var(--bp-color-accent1); }

.doc a.bare {
  -ms-hyphens: none;
  hyphens: none; }

.doc a.unresolved {
  color: #d32f2f; }

.doc i.fa {
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal; }

.doc code {
  color: var(--bp-color-white);
  border-radius: 0.25em;
  font-size: 0.95em;
  padding: 0.125em 0.25em; }

.light-mode .doc code {
  background: var(--bp-color-gray500); }

.dark-mode .doc code {
  background: var(--bp-color-gray400); }

.doc code,
.doc pre {
  -ms-hyphens: none;
  hyphens: none; }

.doc pre {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 0; }

.doc blockquote {
  margin: 0; }

.doc .paragraph.lead > p {
  font-size: 1rem; }

.doc .right {
  float: right; }

.doc .left {
  float: left; }

.doc .float-gap.right {
  margin: 0 1rem 1rem 0; }

.doc .float-gap.left {
  margin: 0 0 1rem 1rem; }

.doc .float-group::after {
  content: "";
  display: table;
  clear: both; }

.doc .text-left {
  text-align: left; }

.doc .text-center {
  text-align: center; }

.doc .text-right {
  text-align: right; }

.doc .text-justify {
  text-align: justify; }

.doc .stretch {
  width: 100%; }

.doc .big {
  font-size: larger; }

.doc .small {
  font-size: smaller; }

.doc .underline {
  text-decoration: underline; }

.doc .line-through {
  text-decoration: line-through; }

.doc .dlist,
.doc .exampleblock,
.doc .hdlist,
.doc .imageblock,
.doc .listingblock,
.doc .literalblock,
.doc .olist,
.doc .paragraph,
.doc .partintro,
.doc .quoteblock,
.doc .sidebarblock,
.doc .tabs,
.doc .ulist,
.doc .verseblock,
.doc .videoblock,
.doc details,
.doc hr {
  margin: 1rem 0 0; }

.doc .tablecontainer,
.doc .tablecontainer + *,
.doc :not(.tablecontainer) > table.tableblock,
.doc :not(.tablecontainer) > table.tableblock + *,
.doc > table.tableblock,
.doc > table.tableblock + * {
  margin-top: 1.5rem; }

.doc table.tableblock {
  font-size: 0.83333rem; }

.doc p.tableblock + p.tableblock {
  margin-top: 0.5rem; }

.doc table.tableblock pre {
  font-size: inherit; }

.doc td.tableblock > .content {
  word-wrap: anywhere; }

.doc td.tableblock > .content > :first-child {
  margin-top: 0; }

.doc table.tableblock td,
.doc table.tableblock th {
  padding: 0.5rem; }

.doc table.tableblock,
.doc table.tableblock > * > tr > * {
  border: 0 solid #e1e1e1; }

.doc table.grid-all > * > tr > * {
  border-width: 1px; }

.doc table.grid-cols > * > tr > * {
  border-width: 0 1px; }

.doc table.grid-rows > * > tr > * {
  border-width: 1px 0; }

.doc table.grid-all > thead th,
.doc table.grid-rows > thead th {
  border-bottom-width: 2.5px; }

.doc table.frame-all {
  border-width: 1px; }

.doc table.frame-ends {
  border-width: 1px 0; }

.doc table.frame-sides {
  border-width: 0 1px; }

.doc table.frame-none > colgroup + * > :first-child > *,
.doc table.frame-sides > colgroup + * > :first-child > * {
  border-top-width: 0; }

.doc table.frame-sides > :last-child > :last-child > * {
  border-bottom-width: 0; }

.doc table.frame-ends > * > tr > :first-child,
.doc table.frame-none > * > tr > :first-child {
  border-left-width: 0; }

.doc table.frame-ends > * > tr > :last-child,
.doc table.frame-none > * > tr > :last-child {
  border-right-width: 0; }

.doc table.stripes-all > tbody > tr,
.doc table.stripes-even > tbody > tr:nth-of-type(2n),
.doc table.stripes-hover > tbody > tr:hover,
.doc table.stripes-odd > tbody > tr:nth-of-type(odd) {
  background: #fafafa; }

.doc table.tableblock > tfoot {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(180deg, #f0f0f0 0, #fff); }

.doc .halign-left {
  text-align: left; }

.doc .halign-right {
  text-align: right; }

.doc .halign-center {
  text-align: center; }

.doc .valign-top {
  vertical-align: top; }

.doc .valign-bottom {
  vertical-align: bottom; }

.doc .valign-middle {
  vertical-align: middle; }

.doc .admonitionblock {
  margin: 1.4rem 0 0; }

.doc .admonitionblock p,
.doc .admonitionblock td.content {
  font-size: 0.88889rem; }

.doc .admonitionblock td.content > .title + *,
.doc .admonitionblock td.content > :not(.title):first-child {
  margin-top: 0; }

.doc .admonitionblock td.content pre {
  font-size: 0.83333rem; }

.doc .admonitionblock > table {
  table-layout: fixed;
  position: relative;
  width: 100%; }

.doc .admonitionblock td.content {
  padding: 1rem 1rem 0.75rem;
  background: #fafafa;
  width: 100%;
  word-wrap: anywhere; }

.doc .admonitionblock td.icon {
  font-size: 0.83333rem;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-0.5rem, -50%);
  transform: translate(-0.5rem, -50%); }

.doc .admonitionblock td.icon i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: initial;
  filter: none;
  height: 1.25rem;
  padding: 0 0.5rem;
  vertical-align: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.doc .admonitionblock td.icon i::after {
  content: attr(title);
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.doc .admonitionblock td.icon i.icon-caution {
  background-color: #a0439c;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-important {
  background-color: #d32f2f;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-note {
  background-color: #217ee7;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-tip {
  background-color: #41af46;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-warning {
  background-color: #e18114;
  color: #fff; }

.doc .imageblock,
.doc .videoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.doc .imageblock.text-left,
.doc .videoblock.text-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.doc .imageblock.text-right,
.doc .videoblock.text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.doc .image > img,
.doc .image > object,
.doc .image > svg,
.doc .imageblock img,
.doc .imageblock object,
.doc .imageblock svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.doc .image:not(.left):not(.right) > img {
  margin-top: -0.2em; }

.doc .image > img {
  border: solid 1px var(--bp-color-gray300); }

.doc .videoblock iframe,
.doc .videoblock video {
  max-width: 100%;
  vertical-align: middle; }

#preamble .abstract blockquote {
  background: #f0f0f0;
  border-left: 5px solid #e1e1e1;
  color: #4a4a4a;
  font-size: 0.88889rem;
  padding: 0.75em 1em; }

.doc .quoteblock,
.doc .verseblock {
  background: #fafafa;
  border-left: 5px solid #5d5d5d;
  color: #5d5d5d; }

.doc .quoteblock {
  padding: 0.25rem 2rem 1.25rem; }

.doc .quoteblock .attribution {
  color: #8e8e8e;
  font-size: 0.83333rem;
  margin-top: 0.75rem; }

.doc .quoteblock blockquote {
  margin-top: 1rem; }

.doc .quoteblock .paragraph {
  font-style: italic; }

.doc .quoteblock cite {
  padding-left: 1em; }

.doc .verseblock {
  font-size: 1.15em;
  padding: 1rem 2rem; }

.doc .verseblock pre {
  font-family: inherit;
  font-size: inherit; }

.doc ol,
.doc ul {
  margin: 0;
  padding: 0 0 0 2rem; }

.doc ol.none,
.doc ol.unnumbered,
.doc ol.unstyled,
.doc ul.checklist,
.doc ul.no-bullet,
.doc ul.none,
.doc ul.unstyled {
  list-style-type: none; }

.doc ol.unnumbered,
.doc ul.no-bullet {
  padding-left: 1.25rem; }

.doc ol.unstyled,
.doc ul.unstyled {
  padding-left: 0; }

.doc ul.circle {
  list-style-type: circle; }

.doc ul.disc {
  list-style-type: disc; }

.doc ul.square {
  list-style-type: square; }

.doc ul.circle ul:not([class]),
.doc ul.disc ul:not([class]),
.doc ul.square ul:not([class]) {
  list-style: inherit; }

.doc ol.arabic {
  list-style-type: decimal; }

.doc ol.decimal {
  list-style-type: decimal-leading-zero; }

.doc ol.loweralpha {
  list-style-type: lower-alpha; }

.doc ol.upperalpha {
  list-style-type: upper-alpha; }

.doc ol.lowerroman {
  list-style-type: lower-roman; }

.doc ol.upperroman {
  list-style-type: upper-roman; }

.doc ol.lowergreek {
  list-style-type: lower-greek; }

.doc ul.checklist {
  padding-left: 1.75rem; }

.doc ul.checklist p > i.fa-check-square-o:first-child,
.doc ul.checklist p > i.fa-square-o:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  margin-left: -1.25rem; }

.doc ul.checklist i.fa-check-square-o::before {
  content: "\2713"; }

.doc ul.checklist i.fa-square-o::before {
  content: "\274f"; }

.doc .dlist .dlist,
.doc .dlist .olist,
.doc .dlist .ulist,
.doc .olist .dlist,
.doc .olist .olist,
.doc .olist .ulist,
.doc .olist li + li,
.doc .ulist .dlist,
.doc .ulist .olist,
.doc .ulist .ulist,
.doc .ulist li + li {
  margin-top: 0.5rem; }

.doc .admonitionblock .listingblock,
.doc .olist .listingblock,
.doc .ulist .listingblock {
  padding: 0; }

.doc .admonitionblock .title,
.doc .exampleblock .title,
.doc .imageblock .title,
.doc .listingblock .title,
.doc .literalblock .title,
.doc .openblock .title,
.doc .videoblock .title,
.doc table.tableblock caption {
  color: #5d5d5d;
  font-size: 0.88889rem;
  font-style: italic;
  font-weight: 600;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: 0.01em;
  padding-bottom: 0.075rem; }

.doc table.tableblock caption {
  text-align: left; }

.doc .olist .title,
.doc .ulist .title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25rem; }

.doc .ulist a,
.doc .ulist a:hover {
  color: var(--bp-color-white); }

.doc .imageblock .title,
.doc .videoblock .title {
  margin-top: 0.5rem;
  padding-bottom: 0; }

.doc details {
  margin-left: 1rem; }

.doc details > summary {
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.5rem; }

.doc details > summary::-webkit-details-marker {
  display: none; }

.doc details > summary::before {
  content: "";
  border: solid transparent;
  border-left: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  position: absolute;
  top: 0.5em;
  left: -1rem;
  -webkit-transform: translateX(15%);
  transform: translateX(15%); }

.doc details[open] > summary::before {
  border-color: currentColor transparent transparent;
  border-width: 0.5rem 0.3rem 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%); }

.doc details > summary::after {
  content: "";
  width: 1rem;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: -1rem; }

.doc details.result {
  margin-top: 0.25rem; }

.doc details.result > summary {
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 0; }

.doc details.result > .content {
  margin-left: -1rem; }

.doc .exampleblock > .content,
.doc details.result > .content {
  background: #fff;
  border: 0.25rem solid #5d5d5d;
  border-radius: 0.5rem;
  padding: 0.75rem; }

.doc .exampleblock > .content::after,
.doc details.result > .content::after {
  content: "";
  display: table;
  clear: both; }

.doc .exampleblock > .content > :first-child,
.doc details > .content > :first-child {
  margin-top: 0; }

.doc .sidebarblock {
  background: #e1e1e1;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem; }

.doc .sidebarblock > .content > .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: center; }

.doc .sidebarblock > .content > .title + *,
.doc .sidebarblock > .content > :not(.title):first-child {
  margin-top: 0; }

.doc .listingblock.wrap pre,
.doc table.tableblock pre {
  white-space: pre-wrap; }

.doc .listingblock pre:not(.highlight),
.doc .literalblock pre,
.doc pre.highlight > code {
  display: block;
  overflow-x: auto;
  padding: 0.875em; }

.light-mode .doc .listingblock pre:not(.highlight),
.light-mode .doc .literalblock pre,
.light-mode .doc pre.highlight > code {
  background: var(--bp-color-gray500); }

.dark-mode .doc .listingblock pre:not(.highlight),
.dark-mode .doc .literalblock pre,
.dark-mode .doc pre.highlight > code {
  background: var(--bp-color-gray400); }

.doc .listingblock > .content {
  position: relative; }

.doc .source-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--bp-color-gray200);
  font-family: var(--bp-font-mono);
  font-size: 1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1; }

.doc .listingblock:hover .source-toolbox {
  visibility: visible; }

.doc .source-toolbox .source-lang {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: none; }

.doc .source-toolbox > :not(:last-child)::after {
  content: "|";
  letter-spacing: 0;
  padding: 0 1ch; }

.doc .source-toolbox .copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em; }

.doc .source-toolbox .copy-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: inherit;
  height: inherit; }

.doc .source-toolbox img.copy-icon {
  -webkit-filter: invert(50.2%);
  filter: invert(50.2%); }

.doc .source-toolbox svg.copy-icon {
  fill: currentColor; }

.doc .source-toolbox .copy-toast {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  background-color: #333;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #fff;
  cursor: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s; }

.doc .source-toolbox .copy-toast::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border: 0.55em solid transparent;
  border-left-color: #333;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.doc .source-toolbox .copy-button.clicked .copy-toast {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.doc .language-console .hljs-meta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.doc .dlist dt {
  font-style: italic; }

.doc .dlist dd {
  margin: 0 0 0 1.5rem; }

.doc .dlist dd + dt,
.doc .dlist dd > p:first-child {
  margin-top: 0.5rem; }

.doc td.hdlist1,
.doc td.hdlist2 {
  padding: 0.5rem 0 0;
  vertical-align: top; }

.doc tr:first-child > .hdlist1,
.doc tr:first-child > .hdlist2 {
  padding-top: 0; }

.doc td.hdlist1 {
  font-weight: 600;
  padding-right: 0.25rem; }

.doc td.hdlist2 {
  padding-left: 0.25rem; }

.doc .colist {
  font-size: 0.88889rem;
  margin: 0.25rem 0 -0.25rem; }

.doc .colist > table > tbody > tr > :first-child,
.doc .colist > table > tr > :first-child {
  padding: 0.25em 0.5rem 0;
  vertical-align: top; }

.doc .colist > table > tbody > tr > :last-child,
.doc .colist > table > tr > :last-child {
  padding: 0.25rem 0; }

.doc .conum[data-value] {
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  font-family: var(--bp-font-default);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  letter-spacing: -0.25ex;
  text-indent: -0.25ex; }

.doc .conum[data-value]::after {
  content: attr(data-value); }

.doc .conum[data-value] + b {
  display: none; }

.doc hr {
  border: solid #e1e1e1;
  border-width: 2px 0 0;
  height: 0; }

.doc b.button {
  white-space: nowrap; }

.doc b.button::before {
  content: "[";
  padding-right: 0.25em; }

.doc b.button::after {
  content: "]";
  padding-left: 0.25em; }

.doc kbd {
  display: inline-block;
  font-size: 0.66667rem;
  background: #fafafa;
  border: 1px solid var(--bp-color-black);
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black), 0 0 0 0.1em #fff inset;
  box-shadow: 0 1px 0 var(--bp-color-black), inset 0 0 0 0.1em #fff;
  padding: 0.25em 0.5em;
  vertical-align: text-bottom;
  white-space: nowrap; }

.doc .keyseq,
.doc kbd {
  line-height: 1; }

.doc .keyseq {
  font-size: 0.88889rem; }

.doc .keyseq kbd {
  margin: 0 0.125em; }

.doc .keyseq kbd:first-child {
  margin-left: 0; }

.doc .keyseq kbd:last-child {
  margin-right: 0; }

.doc .menuseq,
.doc .path {
  -ms-hyphens: none;
  hyphens: none; }

.doc .menuseq i.caret::before {
  content: "\203a";
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.90909; }

.doc :not(pre).nowrap {
  white-space: nowrap; }

.doc .nobreak {
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

.doc :not(pre).pre-wrap {
  white-space: pre-wrap; }

#footnotes {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 2rem -0.5rem 0; }

.doc td.tableblock > .content #footnotes {
  margin: 2rem 0 0; }

#footnotes hr {
  border-top-width: 1px;
  margin-top: 0;
  width: 20%; }

#footnotes .footnote {
  margin: 0.5em 0 0 1em; }

#footnotes .footnote + .footnote {
  margin-top: 0.25em; }

#footnotes .footnote > a:first-of-type {
  display: inline-block;
  margin-left: -2em;
  text-align: right;
  width: 1.5em; }

nav.pagination {
  border-top: 1px solid #e1e1e1;
  line-height: 1;
  margin: 2rem -1rem -1rem;
  padding: 0.75rem 1rem 0; }

nav.pagination,
nav.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

nav.pagination span {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

nav.pagination .prev {
  padding-right: 0.5rem; }

nav.pagination .next {
  margin-left: auto;
  padding-left: 0.5rem;
  text-align: right; }

nav.pagination span::before {
  color: #8e8e8e;
  font-size: 0.75em;
  padding-bottom: 0.1em; }

nav.pagination .prev::before {
  content: "Prev"; }

nav.pagination .next::before {
  content: "Next"; }

nav.pagination a {
  font-weight: 600;
  line-height: 1.3;
  position: relative; }

nav.pagination a::after,
nav.pagination a::before {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.75;
  position: absolute;
  top: 0;
  width: 1rem; }

nav.pagination .prev a::before {
  content: "\2039";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

nav.pagination .next a::after {
  content: "\203a"; }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--navbar {
    overflow-y: hidden; } }

body {
  padding-top: 3.5rem; }

.navbar {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-size: 0.88889rem;
  height: 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: solid 1px var(--bp-color-gray300); }

.navbar a {
  text-decoration: none; }

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 1rem;
  justify-content: space-between; }

.navbar-brand .navbar-item {
  color: var(--bp-color-white); }

.navbar-brand .navbar-item img {
  margin-right: 16px;
  filter: var(--icon-filter); }

.navbar-brand .navbar-item:first-child {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  font-size: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1; }

.navbar-brand .navbar-item:first-child a {
  color: inherit;
  word-wrap: normal; }

.navbar-brand .navbar-item.search {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none; }

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem; }

#search-input {
  background: var(--bp-color-black);
  padding: 4px 8px !important;
  border: solid 1px var(--bp-color-gray200);
  color: var(--bp-color-white);
  font-family: inherit;
  min-width: 150px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px; }

#search-input::-webkit-input-placeholder,
#search-input::-moz-placeholder,
#search-input:-ms-input-placeholder,
#search-input::-ms-input-placeholder,
#search-input::placeholder {
  color: var(--bp-color-accent1) !important; }

#search-input:disabled {
  border-color: var(--bp-color-gray200);
  cursor: not-allowed;
  pointer-events: all !important; }

#search-input:disabled::-webkit-input-placeholder,
#search-input:disabled::-moz-placeholder,
#search-input:disabled:-ms-input-placeholder,
#search-input:disabled::placeholder {
  color: var(--bp-color-gray200); }

#search-input:focus {
  outline: none; }

.search-result-dropdown-menu .search-result-dataset {
  background-color: var(--bp-color-black); }

.search-result-dropdown-menu .search-result-component-header,
.search-result-dropdown-menu .search-result-document-title {
  color: var(--bp-color-white); }

.search-result-dropdown-menu .search-result-component-header {
  font-weight: bold; }

.search-result-dropdown-menu .search-result-document-hit {
  color: var(--bp-color-gray100); }

.search-result-dropdown-menu .search-result-document-hit .search-result-highlight {
  background: none;
  color: var(--bp-color-white); }

.navbar-burger {
  background: none;
  border: none;
  outline: none;
  line-height: 1;
  position: relative;
  width: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0; }

.navbar-burger span {
  background-color: #fff;
  height: 1.5px;
  width: 1rem; }

.navbar-burger:not(.is-active) span {
  -webkit-transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out; }

.navbar-burger span + span {
  margin-top: 0.25rem; }

.navbar-burger.is-active span + span {
  margin-top: -1.5px; }

.navbar-burger.is-active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0; }

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navbar-item,
.navbar-link {
  color: #222;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1rem; }

.navbar-item.has-dropdown {
  padding: 0; }

.navbar-item .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block; }

.navbar-item .icon img,
.navbar-item .icon svg {
  fill: currentColor;
  width: inherit;
  height: inherit; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.navbar-dropdown .navbar-item.has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-dropdown .navbar-item small {
  color: #8e8e8e;
  font-size: 0.66667rem; }

.navbar-divider {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
  margin: 0.25rem 0; }

.navbar .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.15rem;
  height: 1.75rem;
  color: #222;
  padding: 0 0.75em;
  white-space: nowrap; }

@media screen and (max-width: 768.5px) {
  .navbar-brand .navbar-item.search {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 769px) {
  .navbar-brand .navbar-item.search {
    display: flex; }
  #search-input {
    width: 200px; }
  .navbar-right {
    padding-right: 1rem; } }

@media screen and (max-width: 1023.5px) {
  .navbar-brand {
    height: inherit; }
  .navbar-brand .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-menu {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0.5rem 0; }
  .navbar-menu:not(.is-active) {
    display: none; }
  .navbar-menu .navbar-link:hover,
  .navbar-menu a.navbar-item:hover {
    background: #f5f5f5; } }

@media screen and (min-width: 1024px) {
  .navbar-burger {
    display: none; }
  .navbar,
  .navbar-end,
  .navbar-item,
  .navbar-link,
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item,
  .navbar-link {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .navbar-item:not(.has-dropdown),
  .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-link::after {
    border-width: 0 0 1px 1px;
    border-style: solid;
    content: "";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%; }
  .navbar-end .navbar-link,
  .navbar-end > .navbar-item {
    color: #fff; }
  .navbar-end .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-end .navbar-link:hover,
  .navbar-end > a.navbar-item:hover {
    background: #000;
    color: #fff; }
  .navbar-end .navbar-link::after {
    border-color: currentColor; }
  .navbar-dropdown {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    display: none;
    top: 100%;
    left: 0;
    min-width: 100%;
    position: absolute; }
  .navbar-dropdown .navbar-item {
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap; }
  .navbar-dropdown .navbar-item small {
    position: relative;
    right: -2rem; }
  .navbar-dropdown .navbar-item:last-child {
    border-radius: inherit; }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0; }
  .navbar-dropdown a.navbar-item:hover {
    background: #f5f5f5; } }

footer.footer {
  background-color: #e1e1e1;
  color: #5d5d5d;
  font-size: 0.83333rem;
  line-height: 1.6;
  padding: 1.5rem;
  display: none; }

.footer p {
  margin: 0.5rem 0; }

.footer a {
  color: #191919; }

/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: 600; }

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
  color: teal; }

.hljs-doctag,
.hljs-string {
  color: #d14; }

.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: #900;
  font-weight: 600; }

.hljs-subst {
  font-weight: 400; }

.hljs-class .hljs-title,
.hljs-type {
  color: #458;
  font-weight: 600; }

.hljs-attribute,
.hljs-name,
.hljs-tag {
  color: navy;
  font-weight: 400; }

.hljs-link,
.hljs-regexp {
  color: #009926; }

.hljs-bullet,
.hljs-symbol {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: 600; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: 600; }

@page {
  margin: 0.5in; }

@media print {
  .hide-for-print {
    display: none !important; }
  html {
    font-size: 0.9375em; }
  a {
    color: inherit !important;
    text-decoration: underline; }
  a.bare,
  a[href^="#"],
  a[href^="mailto:"] {
    text-decoration: none; }
  img,
  object,
  svg,
  tr {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  pre {
    -ms-hyphens: none;
    hyphens: none;
    white-space: pre-wrap; }
  body {
    padding-top: 2rem; }
  .navbar {
    background: none;
    color: inherit;
    position: absolute; }
  .navbar * {
    color: inherit !important; }
  .nav-container,
  .navbar > :not(.navbar-brand),
  .toolbar,
  aside.toc,
  nav.pagination {
    display: none; }
  .doc {
    color: inherit;
    margin: auto;
    max-width: none;
    padding-bottom: 2rem; }
  .doc .admonitionblock td.icon {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .doc .listingblock code[data-lang]::before {
    display: block; }
  footer.footer {
    background: none;
    border-top: 1px solid #e1e1e1;
    color: #8e8e8e;
    padding: 0.25rem 0.5rem 0; }
  .footer * {
    color: inherit; } }
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/start.scss
=> changed: /Users/seanmadrid/Work/blockparty/core-docs/bp-ui-bundle/scss/main.scss
body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }
  .start-nav-explore ul.components.components.count-1 {
    grid-template-columns: repeat(1, 1fr); }
  .start-nav-explore ul.components.components.count-2 {
    grid-template-columns: repeat(2, 1fr); }
  .start-nav-explore ul.components.components.count-3 {
    grid-template-columns: repeat(3, 1fr); }
  .start-nav-explore ul.components.components.count-4 {
    grid-template-columns: repeat(4, 1fr); }
  .start-nav-explore ul.components.components.count-5 {
    grid-template-columns: repeat(5, 1fr); }
  .start-nav-explore ul.components.components.count-6 {
    grid-template-columns: repeat(6, 1fr); }
  .start-nav-explore ul.components.components.count-7 {
    grid-template-columns: repeat(7, 1fr); }
  .start-nav-explore ul.components.components.count-8 {
    grid-template-columns: repeat(8, 1fr); }
  .start-nav-explore ul.components.components.count-9 {
    grid-template-columns: repeat(9, 1fr); }
  .start-nav-explore ul.components.components.count-10 {
    grid-template-columns: repeat(10, 1fr); }
  .start-nav-explore ul.components li.component {
    padding: 0;
    width: 100%;
    position: relative; }
    .start-nav-explore ul.components li.component .versions {
      display: none; }
    .start-nav-explore ul.components li.component a.title {
      padding: 2em;
      border: solid 1px var(--bp-color-gray100);
      border-radius: 8px;
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      gap: 16px;
      color: var(--bp-color-gray100);
      height: 100%;
      line-height: 1.25;
      transition: all 0.25s ease-in-out;
      text-align: left;
      align-items: center;
      cursor: pointer; }
      .start-nav-explore ul.components li.component a.title svg {
        aspect-ratio: 1/1;
        min-width: 24px !important;
        max-width: 24px !important; }
        .start-nav-explore ul.components li.component a.title svg path {
          transition: all .25s ease-in-out; }
      .start-nav-explore ul.components li.component a.title:hover {
        text-decoration: none;
        color: var(--bp-color-white);
        border-color: var(--bp-color-white);
        background-color: var(--bp-color-gray400); }
        .start-nav-explore ul.components li.component a.title:hover svg path {
          stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* VARIABLES */
:root {
  --bp-font-default: "Gilroy", sans-serif;
  --bp-font-mono: "DM Mono", monospace;
  --color-black: #151515;
  --color-white: #f1f1ec;
  --color-gray100: #9a9a97;
  --color-gray200: #747471;
  --color-gray300: #3d3d3d;
  --color-gray400: #272726;
  --color-accent1: #ddfa78;
  --color-accent2: #4433ff; }

.dark-mode {
  --bp-color-black: var(--color-black);
  --bp-color-white: var(--color-white);
  --bp-color-gray100: var(--color-gray100);
  --bp-color-gray200: var(--color-gray200);
  --bp-color-gray300: var(--color-gray300);
  --bp-color-gray400: var(--color-gray400);
  --bp-color-gray500: var(--color-gray500);
  --bp-color-accent1: var(--color-accent1);
  --bp-color-accent2: var(--color-accent2);
  --icon-filter: invert(0%); }

.light-mode {
  --bp-color-black: var(--color-white);
  --bp-color-white: var(--color-black);
  --bp-color-gray500: #D4D4D3;
  --bp-color-gray100: var(--color-gray400);
  --bp-color-gray200: var(--color-gray300);
  --bp-color-gray300: var(--color-gray200);
  --bp-color-gray400: var(--color-gray100);
  --bp-color-accent1: var(--color-accent2);
  --bp-color-accent2: var(--color-accent1);
  --icon-filter: invert(80%); }

.sun {
  display: none; }

body.article.start, .start-body, .start-main, .start-content {
  height: 100%; }

.start-content {
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-top: 2em; }

.title-box {
  width: 100%;
  max-width: calc(100% - 2em);
  margin: 0 auto;
  border: solid 1px var(--bp-color-gray200);
  border-radius: 8px;
  padding: 2em 1em 1em; }

h1.start-page-title {
  font-weight: 300;
  font-size: 1.58em;
  width: 100%;
  margin-top: 0;
  margin-bottom: .125em; }

h2.start-page-subtitle {
  font-weight: 300;
  font-size: .875em;
  width: 100%;
  text-align: left;
  line-height: 1.5;
  margin: 0;
  color: var(--bp-color-gray100);
  max-width: 90%; }

.start-nav-explore ul.components {
  list-style: none;
  display: grid;
  gap: 1em;
  padding: 0 1em;
  margin: 0;
  direction: rtl; }
  .start-nav-explore ul.components.components.count-1 {
    grid-template-columns: repeat(1, 1fr); }
  .start-nav-explore ul.components.components.count-2 {
    grid-template-columns: repeat(2, 1fr); }
  .start-nav-explore ul.components.components.count-3 {
    grid-template-columns: repeat(3, 1fr); }
  .start-nav-explore ul.components.components.count-4 {
    grid-template-columns: repeat(4, 1fr); }
  .start-nav-explore ul.components.components.count-5 {
    grid-template-columns: repeat(5, 1fr); }
  .start-nav-explore ul.components.components.count-6 {
    grid-template-columns: repeat(6, 1fr); }
  .start-nav-explore ul.components.components.count-7 {
    grid-template-columns: repeat(7, 1fr); }
  .start-nav-explore ul.components.components.count-8 {
    grid-template-columns: repeat(8, 1fr); }
  .start-nav-explore ul.components.components.count-9 {
    grid-template-columns: repeat(9, 1fr); }
  .start-nav-explore ul.components.components.count-10 {
    grid-template-columns: repeat(10, 1fr); }
  .start-nav-explore ul.components li.component {
    padding: 0;
    width: 100%;
    position: relative; }
    .start-nav-explore ul.components li.component .versions {
      display: none; }
    .start-nav-explore ul.components li.component a.title {
      padding: 2em;
      border: solid 1px var(--bp-color-gray100);
      border-radius: 8px;
      width: 100%;
      display: flex;
      flex-direction: row-reverse;
      gap: 16px;
      color: var(--bp-color-gray100);
      height: 100%;
      line-height: 1.25;
      transition: all 0.25s ease-in-out;
      text-align: left;
      align-items: center;
      cursor: pointer; }
      .start-nav-explore ul.components li.component a.title svg {
        aspect-ratio: 1/1;
        min-width: 24px !important;
        max-width: 24px !important; }
        .start-nav-explore ul.components li.component a.title svg path {
          transition: all .25s ease-in-out; }
      .start-nav-explore ul.components li.component a.title:hover {
        text-decoration: none;
        color: var(--bp-color-white);
        border-color: var(--bp-color-white);
        background-color: var(--bp-color-gray400); }
        .start-nav-explore ul.components li.component a.title:hover svg path {
          stroke: var(--bp-color-white); }

a.blockparty-logo {
  display: none;
  color: var(--bp-color-white);
  align-items: center;
  letter-spacing: 1.5px; }

a.blockparty-logo span {
  font-size: .75rem; }

a.blockparty-logo svg {
  width: 100px;
  aspect-ratio: 218/26;
  min-height: 12px; }

a.blockparty-logo svg path {
  fill: var(--bp-color-white); }

a.blockparty-logo:hover span {
  color: var(--bp-color-accent1); }

a.blockparty-logo:hover svg path {
  fill: var(--bp-color-accent1); }

@media screen and (min-width: 769px) {
  .start-nav-explore ul.components {
    grid-template-columns: repeat(2, 1fr); }
  .title-box {
    padding: 4em 2em 2em; }
  h1.start-page-title {
    font-size: 2.5em; }
  h2.start-page-subtitle {
    font-size: 1.125em; }
  a.blockparty-logo {
    display: flex; } }

/* The switch - the box around the slider */
.switch {
  --height: 24px;
  position: relative;
  display: inline-block;
  height: var(--height);
  aspect-ratio: 60 / 34;
  align-self: center; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bp-color-black);
  border: solid 1px var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.slider .mode-switch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(var(--height) - 8px);
  width: calc(var(--height) - 8px);
  left: 4px;
  bottom: 3px;
  background-color: var(--bp-color-gray100);
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.switch input:checked + .slider .mode-switch-icon {
  -webkit-transform: translateX(calc(var(--height) - 8px));
  -ms-transform: translateX(calc(var(--height) - 8px));
  transform: translateX(calc(var(--height) - 8px)); }

/* Rounded sliders */
.slider.round {
  border-radius: var(--height); }

.slider.round .mode-switch-icon {
  border-radius: 50%; }

.mode-switch-icon svg {
  width: calc(var(--height) - 14px);
  height: auto; }

.mode-switch-icon svg path {
  fill: var(--bp-color-black); }

.doc .contract-item {
  border: solid 1px;
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden; }

.doc .contract-item > h4 {
  position: absolute; }

.doc .contract-item > h4 {
  visibility: hidden; }

.light-mode .doc .contract-item {
  border-color: var(--bp-color-gray500); }

.light-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray500); }

.dark-mode .doc .contract-item {
  border-color: var(--bp-color-gray400); }

.dark-mode .doc .contract-item-header {
  background-color: var(--bp-color-gray400); }

.contract-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: var(--bp-color-gray100);
  gap: 1em; }

.doc .contract-item-header code {
  font-size: .875rem;
  color: var(--bp-color-gray100); }

.contract-item-header .item-kind {
  white-space: nowrap;
  font-size: .75rem;
  color: var(--bp-color-gray100); }

.dark-mode .doc .contract-item-header code,
.light-mode .doc .contract-item-header code {
  background: transparent; }

.doc .contract-item > h4 > a.anchor {
  font-size: 1.1rem;
  margin-left: -2.5ex; }

.doc .contract-item > h4 > a.anchor::before {
  color: var(--bp-color-gray200); }

.doc .contract-item > h4 > a.anchor:hover::before {
  color: var(--bp-color-gray100); }

.doc .contract-item div.paragraph {
  padding: 16px;
  margin-top: 0; }

.doc .contract-item div.paragraph p {
  color: var(--bp-color-white); }

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth; }

body {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-family: var(--bp-font-default);
  line-height: 1.15;
  margin: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-wrap: anywhere; }

html, body {
  font-size: 16px; }

@media screen and (min-width: 1024px) {
  html, body {
    font-size: 18px; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  background-color: none; }

code,
kbd,
pre {
  font-family: var(--bp-font-mono); }

b,
dt,
strong,
th {
  font-weight: 600; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

em em {
  font-style: normal; }

strong strong {
  font-weight: 400; }

button {
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0; }

button::-moz-focus-inner {
  border: none;
  padding: 0; }

summary {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

table {
  border-collapse: collapse;
  word-wrap: normal; }

object[type="image/svg+xml"]:not([width]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (pointer: fine) {
  @supports (scrollbar-width: thin) {
    html {
      scrollbar-color: var(--bp-color-black) #fafafa; }
    body * {
      scrollbar-width: thin;
      scrollbar-color: var(--bp-color-black) transparent; } }
  html::-webkit-scrollbar {
    background-color: #fafafa;
    height: 12px;
    width: 12px; }
  body ::-webkit-scrollbar {
    height: 6px;
    width: 6px; }
  ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--bp-color-black);
    border: 3px solid transparent;
    border-radius: 12px; }
  body ::-webkit-scrollbar-thumb {
    border-width: 1.75px;
    border-radius: 6px; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #9c9c9c; } }

@media screen and (min-width: 1024px) {
  .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--nav {
    overflow-y: hidden; } }

.nav-container {
  position: fixed;
  top: 3.5rem;
  left: 0;
  font-size: 0.94444rem;
  z-index: 1;
  width: 100%;
  z-index: 1;
  display: none; }

.is-clipped--navbar .nav-container {
  display: block; }

@media screen and (min-width: 1024px) {
  .nav-container {
    display: block;
    font-size: 0.86111rem;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: static;
    top: 0;
    width: 15rem; } }

.nav {
  background: var(--bp-color-black);
  position: relative;
  top: 2.5rem;
  height: calc(100vh - 6rem);
  border-right: solid 1px var(--bp-color-gray300); }

@media screen and (min-width: 769px) {
  .nav {
    -webkit-box-shadow: 0.5px 0 3px var(--bp-color-black);
    box-shadow: 0.5px 0 3px var(--bp-color-black); } }

@media screen and (min-width: 1024px) {
  .nav {
    top: 3.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: sticky;
    height: calc(100vh - 3.5rem); } }

.nav a,
.nav-menu a {
  color: var(--bp-color-gray100);
  text-transform: capitalize; }

.nav .panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit; }

.nav-panel-menu {
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: calc(100% - 2.5rem); }

.nav-panel-menu:not(.is-active) .nav-menu {
  opacity: 0.75; }

.nav-panel-menu:not(.is-active)::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-menu {
  min-height: 100%;
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
  position: relative; }

.nav-menu-toggle {
  background: transparent url(../img/octicons-16.svg#view-unfold) no-repeat 50%/100% 100%;
  border: none;
  float: right;
  height: 1em;
  margin-right: -0.5rem;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: sticky;
  top: 0.85rem;
  visibility: hidden;
  width: 1em; }

.nav-menu-toggle.is-active {
  background-image: url(../img/octicons-16.svg#view-fold); }

.nav-panel-menu.is-active:hover .nav-menu-toggle {
  visibility: visible; }

.nav-menu h3.title {
  color: var(--bp-color-gray100);
  font-size: inherit;
  font-weight: 600;
  margin: 0;
  padding: 0.25em 0 0.125em; }

.nav-list {
  list-style: none;
  margin: 0 0 0 0.75rem;
  padding: 0; }

.nav-menu > .nav-list + .nav-list {
  margin-top: 0.5rem; }

.nav-item {
  margin-top: 0.5em; }

.nav-item-toggle ~ .nav-list {
  padding-bottom: 0.125rem; }

.nav-item[data-depth="0"] > .nav-list:first-child {
  display: block;
  margin: 0; }

.nav-item:not(.is-active) > .nav-list {
  display: none; }

.nav-item-toggle {
  background: transparent url(../img/caret.svg) no-repeat 50%/50%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  position: absolute;
  height: 1.35em;
  width: 1.35em;
  margin-top: -0.05em;
  margin-left: -1.35em; }

/* .nav-item-toggle.level-0 {
  background: none;
} */
.nav-item-toggle.level-0,
.nav-item-toggle.level-0 ~ span.nav-text {
  pointer-events: none;
  cursor: default; }

.nav-item.is-active > .nav-item-toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.is-current-page > .nav-link,
.is-current-page > .nav-text {
  color: var(--bp-color-white);
  font-weight: 600; }

.nav-panel-explore {
  background: var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-panel-explore:not(:first-child) {
  top: auto;
  max-height: calc(50% + 2.5rem); }

.nav-panel-explore .context {
  font-size: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--bp-color-white);
  border-top: solid 1px var(--bp-color-gray300);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  height: 2.5rem; }

.nav-panel-explore:not(:first-child) .context {
  cursor: pointer; }

.nav-panel-explore .context .version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  white-space: nowrap; }

.nav-panel-explore .context .version::after {
  content: "";
  background: url(../img/chevron.svg) no-repeat 100%/auto 100%;
  width: 1.25em;
  height: 0.75em; }

.nav-panel-explore .components {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: solid 1px var(--bp-color-gray300);
  background: var(--bp-color-black);
  padding: 0.5rem 0.75rem 0;
  margin: 0;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  max-height: 100%;
  display: block; }

.nav-panel-explore:not(.is-active) .components {
  display: none; }

.nav-panel-explore .component {
  display: block; }

.nav-panel-explore .component + .component {
  margin-top: 0.5rem; }

.nav-panel-explore .component:last-child {
  margin-bottom: 0.75rem; }

.nav-panel-explore .component .title {
  font-weight: 600; }

.nav-panel-explore .versions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: -0.25rem -0.375rem 0 0.375rem;
  line-height: 1;
  list-style: none; }

.nav-panel-explore .component .version {
  margin: 0.375rem 0.375rem 0 0; }

.nav-panel-explore .component .version a {
  background: var(--bp-color-black);
  border-radius: 0.25rem;
  white-space: nowrap;
  padding: 0.25em 0.5em;
  display: inherit;
  opacity: 0.75; }

.nav-panel-explore .component .is-current a {
  font-weight: 600;
  opacity: 1; }

@media screen and (max-width: 1023.5px) {
  aside.toc.sidebar {
    display: none; }
  main > .content {
    overflow-x: auto; } }

@media screen and (min-width: 1024px) {
  main {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0; }
  main > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  aside.toc.embedded {
    display: none; }
  aside.toc.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (min-width: 1216px) {
  aside.toc.sidebar {
    -ms-flex-preferred-size: 28rem;
    flex-basis: 28rem; } }

.toolbar {
  color: var(--bp-color-gray100);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bp-color-black);
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black);
  box-shadow: 0 1px 0 var(--bp-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.83333rem;
  height: 2.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: sticky;
  top: 3.5rem;
  z-index: 2;
  border-bottom: solid 1px var(--bp-color-gray300); }

.toolbar a {
  color: inherit; }

.nav-toggle {
  background: url(../img/menu.svg) no-repeat 50% 47.5%;
  background-size: 49%;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: -0.25rem; }

.body .nav-toggle {
  display: none; }

@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none; } }

.nav-toggle.is-active {
  background-image: url(../img/back.svg);
  background-size: 41.5%; }

.home-link {
  display: block;
  background: url(../img/home-o.svg) no-repeat 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.625rem; }

.home-link.is-current,
.home-link:hover {
  background-image: url(../img/home.svg); }

.edit-this-page {
  display: none;
  padding-right: 0.5rem; }

@media screen and (min-width: 1024px) {
  .edit-this-page {
    display: block; } }

.toolbar .edit-this-page a {
  color: #8e8e8e; }

.breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 0.5rem 0 0.75rem;
  line-height: 1.35; }

a + .breadcrumbs {
  padding-left: 0.05rem; }

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs li {
  display: inline;
  margin: 0; }

.breadcrumbs li::after {
  content: "/";
  padding: 0 0.5rem; }

.breadcrumbs li:last-of-type::after {
  content: none; }

.page-versions {
  margin: 0 0.2rem 0 auto;
  position: relative;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .page-versions {
    margin-right: 0.7rem; } }

.page-versions .version-menu-toggle {
  color: inherit;
  background: url(../img/chevron.svg) no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: auto 0.75em;
  border: none;
  outline: none;
  line-height: inherit;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  position: relative;
  z-index: 3; }

.page-versions .version-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0)) no-repeat;
  background: linear-gradient(180deg, #f0f0f0 0, #f0f0f0) no-repeat;
  padding: 1.375rem 1.5rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap; }

.page-versions:not(.is-active) .version-menu {
  display: none; }

.page-versions .version {
  display: block;
  padding-top: 0.5rem; }

.page-versions .version.is-current {
  display: none; }

.page-versions .version.is-missing {
  color: #8e8e8e;
  font-style: italic;
  text-decoration: none; }

.toc-menu {
  display: none;
  color: var(--bp-color-gray100); }

.toc.sidebar .toc-menu {
  margin-right: 0.75rem;
  position: sticky;
  top: 6rem; }

.toc .toc-menu h3 {
  color: var(--bp-color-gray100);
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 -0.5px;
  padding-bottom: 0.25rem; }

.toc.sidebar .toc-menu h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.toc .toc-menu ul {
  font-size: 0.83333rem;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0; }

.toc.sidebar .toc-menu ul {
  max-height: calc(100vh - 8.5rem);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

@supports (scrollbar-width: none) {
  .toc.sidebar .toc-menu ul {
    scrollbar-width: none; } }

.toc .toc-menu ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

@media screen and (min-width: 1024px) {
  .toc-menu {
    display: block; }
  .toc .toc-menu h3 {
    font-size: 0.83333rem; }
  .toc .toc-menu ul {
    font-size: 0.75rem; } }

.toc .toc-menu li {
  margin: 0; }

.toc .toc-menu a {
  color: inherit;
  border-left: 1px solid var(--bp-color-gray200);
  display: inline-block;
  padding: 0.25rem 0 0.25rem 0.5rem;
  text-decoration: none; }

.toc .toc-menu li[data-level="2"] a {
  padding-left: 1rem; }

.toc .toc-menu li[data-level="3"] a {
  padding-left: 1.5rem; }

.sidebar.toc .toc-menu a {
  display: block;
  outline: none; }

.toc .toc-menu a:hover {
  color: var(--bp-color-white); }

.toc .toc-menu a.is-active {
  border-left-color: var(--bp-color-white);
  color: var(--bp-color-white); }

.sidebar.toc .toc-menu a:focus {
  background: var(--bp-color-gray300); }

.toc .toc-menu .is-hidden-toc {
  display: none !important; }

.doc {
  color: var(--bp-color-white);
  font-size: 1em;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 1rem 4rem; }

@media screen and (min-width: 1024px) {
  .doc {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0 2rem;
    max-width: 46rem;
    min-width: 0; } }

.doc h1,
.doc h2,
.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  font-weight: 300;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.3;
  margin: 1rem 0 0; }
  .doc h1 a,
  .doc h2 a,
  .doc h3 a,
  .doc h4 a,
  .doc h5 a,
  .doc h6 a {
    color: var(--bp-color-gray100); }
  .doc h1 a:hover,
  .doc h2 a:hover,
  .doc h3 a:hover,
  .doc h4 a:hover,
  .doc h5 a:hover,
  .doc h6 a:hover {
    color: var(--bp-color-white); }

.doc h3,
.doc h4,
.doc h5,
.doc h6 {
  color: var(--bp-color-gray100); }

.doc > h1.page:first-child {
  font-size: 2rem;
  margin: 1.5rem 0; }

@media screen and (min-width: 769px) {
  .doc > h1.page:first-child {
    margin-top: 2.5rem; } }

.doc > h1.page:first-child + aside.toc.embedded {
  margin-top: -0.5rem; }

.doc > h2#name + .sectionbody {
  margin-top: 1rem; }

#preamble + .sect1,
.doc .sect1 + .sect1 {
  margin-top: 2rem; }

.doc h1.sect0 {
  background: var(--bp-color-gray300);
  font-size: 1.8em;
  margin: 1.5rem -1rem 0;
  padding: 0.5rem 1rem; }

.doc h3:not(.discrete) {
  font-weight: 600;
  font-size: 1.25em; }

.doc .discreet h3 {
  font-size: .875em;
  font-family: var(--bp-font-mono);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 2rem; }

.doc h4:not(.discrete) {
  font-weight: 600;
  color: var(--bp-color-white); }

.doc h1 .anchor,
.doc h2 .anchor,
.doc h3 .anchor,
.doc h4 .anchor,
.doc h5 .anchor,
.doc h6 .anchor {
  position: absolute;
  text-decoration: none;
  width: 1.75ex;
  margin-left: -1.5ex;
  visibility: hidden;
  font-size: 0.8em;
  font-weight: 400;
  padding-top: 0.05em; }

.doc h1 .anchor::before,
.doc h2 .anchor::before,
.doc h3 .anchor::before,
.doc h4 .anchor::before,
.doc h5 .anchor::before,
.doc h6 .anchor::before {
  content: "\00a7";
  color: var(--bp-color-white); }

.doc h1:hover .anchor,
.doc h2:hover .anchor,
.doc h3:hover .anchor,
.doc h4:hover .anchor,
.doc h5:hover .anchor,
.doc h6:hover .anchor {
  visibility: visible; }

.doc dl,
.doc p {
  margin: 0; }

.doc a {
  color: var(--bp-color-accent1); }

.doc a:hover {
  color: var(--bp-color-accent1); }

.doc a.bare {
  -ms-hyphens: none;
  hyphens: none; }

.doc a.unresolved {
  color: #d32f2f; }

.doc i.fa {
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal; }

.doc code {
  color: var(--bp-color-white);
  border-radius: 0.25em;
  font-size: 0.95em;
  padding: 0.125em 0.25em; }

.light-mode .doc code {
  background: var(--bp-color-gray500); }

.dark-mode .doc code {
  background: var(--bp-color-gray400); }

.doc code,
.doc pre {
  -ms-hyphens: none;
  hyphens: none; }

.doc pre {
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 0; }

.doc blockquote {
  margin: 0; }

.doc .paragraph.lead > p {
  font-size: 1rem; }

.doc .right {
  float: right; }

.doc .left {
  float: left; }

.doc .float-gap.right {
  margin: 0 1rem 1rem 0; }

.doc .float-gap.left {
  margin: 0 0 1rem 1rem; }

.doc .float-group::after {
  content: "";
  display: table;
  clear: both; }

.doc .text-left {
  text-align: left; }

.doc .text-center {
  text-align: center; }

.doc .text-right {
  text-align: right; }

.doc .text-justify {
  text-align: justify; }

.doc .stretch {
  width: 100%; }

.doc .big {
  font-size: larger; }

.doc .small {
  font-size: smaller; }

.doc .underline {
  text-decoration: underline; }

.doc .line-through {
  text-decoration: line-through; }

.doc .dlist,
.doc .exampleblock,
.doc .hdlist,
.doc .imageblock,
.doc .listingblock,
.doc .literalblock,
.doc .olist,
.doc .paragraph,
.doc .partintro,
.doc .quoteblock,
.doc .sidebarblock,
.doc .tabs,
.doc .ulist,
.doc .verseblock,
.doc .videoblock,
.doc details,
.doc hr {
  margin: 1rem 0 0; }

.doc .tablecontainer,
.doc .tablecontainer + *,
.doc :not(.tablecontainer) > table.tableblock,
.doc :not(.tablecontainer) > table.tableblock + *,
.doc > table.tableblock,
.doc > table.tableblock + * {
  margin-top: 1.5rem; }

.doc table.tableblock {
  font-size: 0.83333rem; }

.doc p.tableblock + p.tableblock {
  margin-top: 0.5rem; }

.doc table.tableblock pre {
  font-size: inherit; }

.doc td.tableblock > .content {
  word-wrap: anywhere; }

.doc td.tableblock > .content > :first-child {
  margin-top: 0; }

.doc table.tableblock td,
.doc table.tableblock th {
  padding: 0.5rem; }

.doc table.tableblock,
.doc table.tableblock > * > tr > * {
  border: 0 solid #e1e1e1; }

.doc table.grid-all > * > tr > * {
  border-width: 1px; }

.doc table.grid-cols > * > tr > * {
  border-width: 0 1px; }

.doc table.grid-rows > * > tr > * {
  border-width: 1px 0; }

.doc table.grid-all > thead th,
.doc table.grid-rows > thead th {
  border-bottom-width: 2.5px; }

.doc table.frame-all {
  border-width: 1px; }

.doc table.frame-ends {
  border-width: 1px 0; }

.doc table.frame-sides {
  border-width: 0 1px; }

.doc table.frame-none > colgroup + * > :first-child > *,
.doc table.frame-sides > colgroup + * > :first-child > * {
  border-top-width: 0; }

.doc table.frame-sides > :last-child > :last-child > * {
  border-bottom-width: 0; }

.doc table.frame-ends > * > tr > :first-child,
.doc table.frame-none > * > tr > :first-child {
  border-left-width: 0; }

.doc table.frame-ends > * > tr > :last-child,
.doc table.frame-none > * > tr > :last-child {
  border-right-width: 0; }

.doc table.stripes-all > tbody > tr,
.doc table.stripes-even > tbody > tr:nth-of-type(2n),
.doc table.stripes-hover > tbody > tr:hover,
.doc table.stripes-odd > tbody > tr:nth-of-type(odd) {
  background: #fafafa; }

.doc table.tableblock > tfoot {
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: linear-gradient(180deg, #f0f0f0 0, #fff); }

.doc .halign-left {
  text-align: left; }

.doc .halign-right {
  text-align: right; }

.doc .halign-center {
  text-align: center; }

.doc .valign-top {
  vertical-align: top; }

.doc .valign-bottom {
  vertical-align: bottom; }

.doc .valign-middle {
  vertical-align: middle; }

.doc .admonitionblock {
  margin: 1.4rem 0 0; }

.doc .admonitionblock p,
.doc .admonitionblock td.content {
  font-size: 0.88889rem; }

.doc .admonitionblock td.content > .title + *,
.doc .admonitionblock td.content > :not(.title):first-child {
  margin-top: 0; }

.doc .admonitionblock td.content pre {
  font-size: 0.83333rem; }

.doc .admonitionblock > table {
  table-layout: fixed;
  position: relative;
  width: 100%; }

.doc .admonitionblock td.content {
  padding: 1rem 1rem 0.75rem;
  background: #fafafa;
  width: 100%;
  word-wrap: anywhere; }

.doc .admonitionblock td.icon {
  font-size: 0.83333rem;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-0.5rem, -50%);
  transform: translate(-0.5rem, -50%); }

.doc .admonitionblock td.icon i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.45rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: initial;
  filter: none;
  height: 1.25rem;
  padding: 0 0.5rem;
  vertical-align: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.doc .admonitionblock td.icon i::after {
  content: attr(title);
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.doc .admonitionblock td.icon i.icon-caution {
  background-color: #a0439c;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-important {
  background-color: #d32f2f;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-note {
  background-color: #217ee7;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-tip {
  background-color: #41af46;
  color: #fff; }

.doc .admonitionblock td.icon i.icon-warning {
  background-color: #e18114;
  color: #fff; }

.doc .imageblock,
.doc .videoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.doc .imageblock.text-left,
.doc .videoblock.text-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.doc .imageblock.text-right,
.doc .videoblock.text-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.doc .image > img,
.doc .image > object,
.doc .image > svg,
.doc .imageblock img,
.doc .imageblock object,
.doc .imageblock svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.doc .image:not(.left):not(.right) > img {
  margin-top: -0.2em; }

.doc .image > img {
  border: solid 1px var(--bp-color-gray300); }

.doc .videoblock iframe,
.doc .videoblock video {
  max-width: 100%;
  vertical-align: middle; }

#preamble .abstract blockquote {
  background: #f0f0f0;
  border-left: 5px solid #e1e1e1;
  color: #4a4a4a;
  font-size: 0.88889rem;
  padding: 0.75em 1em; }

.doc .quoteblock,
.doc .verseblock {
  background: #fafafa;
  border-left: 5px solid #5d5d5d;
  color: #5d5d5d; }

.doc .quoteblock {
  padding: 0.25rem 2rem 1.25rem; }

.doc .quoteblock .attribution {
  color: #8e8e8e;
  font-size: 0.83333rem;
  margin-top: 0.75rem; }

.doc .quoteblock blockquote {
  margin-top: 1rem; }

.doc .quoteblock .paragraph {
  font-style: italic; }

.doc .quoteblock cite {
  padding-left: 1em; }

.doc .verseblock {
  font-size: 1.15em;
  padding: 1rem 2rem; }

.doc .verseblock pre {
  font-family: inherit;
  font-size: inherit; }

.doc ol,
.doc ul {
  margin: 0;
  padding: 0 0 0 2rem; }

.doc ol.none,
.doc ol.unnumbered,
.doc ol.unstyled,
.doc ul.checklist,
.doc ul.no-bullet,
.doc ul.none,
.doc ul.unstyled {
  list-style-type: none; }

.doc ol.unnumbered,
.doc ul.no-bullet {
  padding-left: 1.25rem; }

.doc ol.unstyled,
.doc ul.unstyled {
  padding-left: 0; }

.doc ul.circle {
  list-style-type: circle; }

.doc ul.disc {
  list-style-type: disc; }

.doc ul.square {
  list-style-type: square; }

.doc ul.circle ul:not([class]),
.doc ul.disc ul:not([class]),
.doc ul.square ul:not([class]) {
  list-style: inherit; }

.doc ol.arabic {
  list-style-type: decimal; }

.doc ol.decimal {
  list-style-type: decimal-leading-zero; }

.doc ol.loweralpha {
  list-style-type: lower-alpha; }

.doc ol.upperalpha {
  list-style-type: upper-alpha; }

.doc ol.lowerroman {
  list-style-type: lower-roman; }

.doc ol.upperroman {
  list-style-type: upper-roman; }

.doc ol.lowergreek {
  list-style-type: lower-greek; }

.doc ul.checklist {
  padding-left: 1.75rem; }

.doc ul.checklist p > i.fa-check-square-o:first-child,
.doc ul.checklist p > i.fa-square-o:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.25rem;
  margin-left: -1.25rem; }

.doc ul.checklist i.fa-check-square-o::before {
  content: "\2713"; }

.doc ul.checklist i.fa-square-o::before {
  content: "\274f"; }

.doc .dlist .dlist,
.doc .dlist .olist,
.doc .dlist .ulist,
.doc .olist .dlist,
.doc .olist .olist,
.doc .olist .ulist,
.doc .olist li + li,
.doc .ulist .dlist,
.doc .ulist .olist,
.doc .ulist .ulist,
.doc .ulist li + li {
  margin-top: 0.5rem; }

.doc .admonitionblock .listingblock,
.doc .olist .listingblock,
.doc .ulist .listingblock {
  padding: 0; }

.doc .admonitionblock .title,
.doc .exampleblock .title,
.doc .imageblock .title,
.doc .listingblock .title,
.doc .literalblock .title,
.doc .openblock .title,
.doc .videoblock .title,
.doc table.tableblock caption {
  color: #5d5d5d;
  font-size: 0.88889rem;
  font-style: italic;
  font-weight: 600;
  -ms-hyphens: none;
  hyphens: none;
  letter-spacing: 0.01em;
  padding-bottom: 0.075rem; }

.doc table.tableblock caption {
  text-align: left; }

.doc .olist .title,
.doc .ulist .title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25rem; }

.doc .ulist a,
.doc .ulist a:hover {
  color: var(--bp-color-white); }

.doc .imageblock .title,
.doc .videoblock .title {
  margin-top: 0.5rem;
  padding-bottom: 0; }

.doc details {
  margin-left: 1rem; }

.doc details > summary {
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.5rem; }

.doc details > summary::-webkit-details-marker {
  display: none; }

.doc details > summary::before {
  content: "";
  border: solid transparent;
  border-left: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  position: absolute;
  top: 0.5em;
  left: -1rem;
  -webkit-transform: translateX(15%);
  transform: translateX(15%); }

.doc details[open] > summary::before {
  border-color: currentColor transparent transparent;
  border-width: 0.5rem 0.3rem 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%); }

.doc details > summary::after {
  content: "";
  width: 1rem;
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: -1rem; }

.doc details.result {
  margin-top: 0.25rem; }

.doc details.result > summary {
  color: #5d5d5d;
  font-style: italic;
  margin-bottom: 0; }

.doc details.result > .content {
  margin-left: -1rem; }

.doc .exampleblock > .content,
.doc details.result > .content {
  background: #fff;
  border: 0.25rem solid #5d5d5d;
  border-radius: 0.5rem;
  padding: 0.75rem; }

.doc .exampleblock > .content::after,
.doc details.result > .content::after {
  content: "";
  display: table;
  clear: both; }

.doc .exampleblock > .content > :first-child,
.doc details > .content > :first-child {
  margin-top: 0; }

.doc .sidebarblock {
  background: #e1e1e1;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem; }

.doc .sidebarblock > .content > .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: center; }

.doc .sidebarblock > .content > .title + *,
.doc .sidebarblock > .content > :not(.title):first-child {
  margin-top: 0; }

.doc .listingblock.wrap pre,
.doc table.tableblock pre {
  white-space: pre-wrap; }

.doc .listingblock pre:not(.highlight),
.doc .literalblock pre,
.doc pre.highlight > code {
  display: block;
  overflow-x: auto;
  padding: 0.875em; }

.light-mode .doc .listingblock pre:not(.highlight),
.light-mode .doc .literalblock pre,
.light-mode .doc pre.highlight > code {
  background: var(--bp-color-gray500); }

.dark-mode .doc .listingblock pre:not(.highlight),
.dark-mode .doc .literalblock pre,
.dark-mode .doc pre.highlight > code {
  background: var(--bp-color-gray400); }

.doc .listingblock > .content {
  position: relative; }

.doc .source-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--bp-color-gray200);
  font-family: var(--bp-font-mono);
  font-size: 1em;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1; }

.doc .listingblock:hover .source-toolbox {
  visibility: visible; }

.doc .source-toolbox .source-lang {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: none; }

.doc .source-toolbox > :not(:last-child)::after {
  content: "|";
  letter-spacing: 0;
  padding: 0 1ch; }

.doc .source-toolbox .copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  outline: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  width: 1em;
  height: 1em; }

.doc .source-toolbox .copy-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: inherit;
  height: inherit; }

.doc .source-toolbox img.copy-icon {
  -webkit-filter: invert(50.2%);
  filter: invert(50.2%); }

.doc .source-toolbox svg.copy-icon {
  fill: currentColor; }

.doc .source-toolbox .copy-toast {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  background-color: #333;
  border-radius: 0.25em;
  padding: 0.5em;
  color: #fff;
  cursor: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s; }

.doc .source-toolbox .copy-toast::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border: 0.55em solid transparent;
  border-left-color: #333;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(50%);
  transform: rotate(-90deg) translateX(50%) translateY(50%);
  -webkit-transform-origin: left;
  transform-origin: left; }

.doc .source-toolbox .copy-button.clicked .copy-toast {
  opacity: 1;
  -webkit-transition: none;
  transition: none; }

.doc .language-console .hljs-meta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.doc .dlist dt {
  font-style: italic; }

.doc .dlist dd {
  margin: 0 0 0 1.5rem; }

.doc .dlist dd + dt,
.doc .dlist dd > p:first-child {
  margin-top: 0.5rem; }

.doc td.hdlist1,
.doc td.hdlist2 {
  padding: 0.5rem 0 0;
  vertical-align: top; }

.doc tr:first-child > .hdlist1,
.doc tr:first-child > .hdlist2 {
  padding-top: 0; }

.doc td.hdlist1 {
  font-weight: 600;
  padding-right: 0.25rem; }

.doc td.hdlist2 {
  padding-left: 0.25rem; }

.doc .colist {
  font-size: 0.88889rem;
  margin: 0.25rem 0 -0.25rem; }

.doc .colist > table > tbody > tr > :first-child,
.doc .colist > table > tr > :first-child {
  padding: 0.25em 0.5rem 0;
  vertical-align: top; }

.doc .colist > table > tbody > tr > :last-child,
.doc .colist > table > tr > :last-child {
  padding: 0.25rem 0; }

.doc .conum[data-value] {
  border: 1px solid;
  border-radius: 100%;
  display: inline-block;
  font-family: var(--bp-font-default);
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  letter-spacing: -0.25ex;
  text-indent: -0.25ex; }

.doc .conum[data-value]::after {
  content: attr(data-value); }

.doc .conum[data-value] + b {
  display: none; }

.doc hr {
  border: solid #e1e1e1;
  border-width: 2px 0 0;
  height: 0; }

.doc b.button {
  white-space: nowrap; }

.doc b.button::before {
  content: "[";
  padding-right: 0.25em; }

.doc b.button::after {
  content: "]";
  padding-left: 0.25em; }

.doc kbd {
  display: inline-block;
  font-size: 0.66667rem;
  background: #fafafa;
  border: 1px solid var(--bp-color-black);
  border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 0 var(--bp-color-black), 0 0 0 0.1em #fff inset;
  box-shadow: 0 1px 0 var(--bp-color-black), inset 0 0 0 0.1em #fff;
  padding: 0.25em 0.5em;
  vertical-align: text-bottom;
  white-space: nowrap; }

.doc .keyseq,
.doc kbd {
  line-height: 1; }

.doc .keyseq {
  font-size: 0.88889rem; }

.doc .keyseq kbd {
  margin: 0 0.125em; }

.doc .keyseq kbd:first-child {
  margin-left: 0; }

.doc .keyseq kbd:last-child {
  margin-right: 0; }

.doc .menuseq,
.doc .path {
  -ms-hyphens: none;
  hyphens: none; }

.doc .menuseq i.caret::before {
  content: "\203a";
  font-size: 1.1em;
  font-weight: 600;
  line-height: 0.90909; }

.doc :not(pre).nowrap {
  white-space: nowrap; }

.doc .nobreak {
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal; }

.doc :not(pre).pre-wrap {
  white-space: pre-wrap; }

#footnotes {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 2rem -0.5rem 0; }

.doc td.tableblock > .content #footnotes {
  margin: 2rem 0 0; }

#footnotes hr {
  border-top-width: 1px;
  margin-top: 0;
  width: 20%; }

#footnotes .footnote {
  margin: 0.5em 0 0 1em; }

#footnotes .footnote + .footnote {
  margin-top: 0.25em; }

#footnotes .footnote > a:first-of-type {
  display: inline-block;
  margin-left: -2em;
  text-align: right;
  width: 1.5em; }

nav.pagination {
  border-top: 1px solid #e1e1e1;
  line-height: 1;
  margin: 2rem -1rem -1rem;
  padding: 0.75rem 1rem 0; }

nav.pagination,
nav.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

nav.pagination span {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

nav.pagination .prev {
  padding-right: 0.5rem; }

nav.pagination .next {
  margin-left: auto;
  padding-left: 0.5rem;
  text-align: right; }

nav.pagination span::before {
  color: #8e8e8e;
  font-size: 0.75em;
  padding-bottom: 0.1em; }

nav.pagination .prev::before {
  content: "Prev"; }

nav.pagination .next::before {
  content: "Next"; }

nav.pagination a {
  font-weight: 600;
  line-height: 1.3;
  position: relative; }

nav.pagination a::after,
nav.pagination a::before {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.75;
  position: absolute;
  top: 0;
  width: 1rem; }

nav.pagination .prev a::before {
  content: "\2039";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

nav.pagination .next a::after {
  content: "\203a"; }

@media screen and (max-width: 1023.5px) {
  html.is-clipped--navbar {
    overflow-y: hidden; } }

body {
  padding-top: 3.5rem; }

.navbar {
  background: var(--bp-color-black);
  color: var(--bp-color-white);
  font-size: 0.88889rem;
  height: 3.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  border-bottom: solid 1px var(--bp-color-gray300); }

.navbar a {
  text-decoration: none; }

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 1rem;
  justify-content: space-between; }

.navbar-brand .navbar-item {
  color: var(--bp-color-white); }

.navbar-brand .navbar-item img {
  margin-right: 16px;
  filter: var(--icon-filter); }

.navbar-brand .navbar-item:first-child {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  font-size: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1; }

.navbar-brand .navbar-item:first-child a {
  color: inherit;
  word-wrap: normal; }

.navbar-brand .navbar-item.search {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none; }

.navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem; }

#search-input {
  background: var(--bp-color-black);
  padding: 4px 8px !important;
  border: solid 1px var(--bp-color-gray200);
  color: var(--bp-color-white);
  font-family: inherit;
  min-width: 150px;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 14px; }

#search-input::-webkit-input-placeholder,
#search-input::-moz-placeholder,
#search-input:-ms-input-placeholder,
#search-input::-ms-input-placeholder,
#search-input::placeholder {
  color: var(--bp-color-accent1) !important; }

#search-input:disabled {
  border-color: var(--bp-color-gray200);
  cursor: not-allowed;
  pointer-events: all !important; }

#search-input:disabled::-webkit-input-placeholder,
#search-input:disabled::-moz-placeholder,
#search-input:disabled:-ms-input-placeholder,
#search-input:disabled::placeholder {
  color: var(--bp-color-gray200); }

#search-input:focus {
  outline: none; }

.search-result-dropdown-menu .search-result-dataset {
  background-color: var(--bp-color-black); }

.search-result-dropdown-menu .search-result-component-header,
.search-result-dropdown-menu .search-result-document-title {
  color: var(--bp-color-white); }

.search-result-dropdown-menu .search-result-component-header {
  font-weight: bold; }

.search-result-dropdown-menu .search-result-document-hit {
  color: var(--bp-color-gray100); }

.search-result-dropdown-menu .search-result-document-hit .search-result-highlight {
  background: none;
  color: var(--bp-color-white); }

.navbar-burger {
  background: none;
  border: none;
  outline: none;
  line-height: 1;
  position: relative;
  width: 3rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0; }

.navbar-burger span {
  background-color: #fff;
  height: 1.5px;
  width: 1rem; }

.navbar-burger:not(.is-active) span {
  -webkit-transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s;
  transition: transform 0.25s ease-out, opacity 0s 0.25s, margin-top 0.25s ease-out 0.25s, -webkit-transform 0.25s ease-out; }

.navbar-burger span + span {
  margin-top: 0.25rem; }

.navbar-burger.is-active span + span {
  margin-top: -1.5px; }

.navbar-burger.is-active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0; }

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.navbar-item,
.navbar-link {
  color: #222;
  display: block;
  line-height: 1.6;
  padding: 0.5rem 1rem; }

.navbar-item.has-dropdown {
  padding: 0; }

.navbar-item .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block; }

.navbar-item .icon img,
.navbar-item .icon svg {
  fill: currentColor;
  width: inherit;
  height: inherit; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.navbar-dropdown .navbar-item.has-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-dropdown .navbar-item small {
  color: #8e8e8e;
  font-size: 0.66667rem; }

.navbar-divider {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
  margin: 0.25rem 0; }

.navbar .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0.15rem;
  height: 1.75rem;
  color: #222;
  padding: 0 0.75em;
  white-space: nowrap; }

@media screen and (max-width: 768.5px) {
  .navbar-brand .navbar-item.search {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 769px) {
  .navbar-brand .navbar-item.search {
    display: flex; }
  #search-input {
    width: 200px; }
  .navbar-right {
    padding-right: 1rem; } }

@media screen and (max-width: 1023.5px) {
  .navbar-brand {
    height: inherit; }
  .navbar-brand .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-menu {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding: 0.5rem 0; }
  .navbar-menu:not(.is-active) {
    display: none; }
  .navbar-menu .navbar-link:hover,
  .navbar-menu a.navbar-item:hover {
    background: #f5f5f5; } }

@media screen and (min-width: 1024px) {
  .navbar-burger {
    display: none; }
  .navbar,
  .navbar-end,
  .navbar-item,
  .navbar-link,
  .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-item,
  .navbar-link {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .navbar-item:not(.has-dropdown),
  .navbar-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-link::after {
    border-width: 0 0 1px 1px;
    border-style: solid;
    content: "";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%; }
  .navbar-end .navbar-link,
  .navbar-end > .navbar-item {
    color: #fff; }
  .navbar-end .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-end .navbar-link:hover,
  .navbar-end > a.navbar-item:hover {
    background: #000;
    color: #fff; }
  .navbar-end .navbar-link::after {
    border-color: currentColor; }
  .navbar-dropdown {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    display: none;
    top: 100%;
    left: 0;
    min-width: 100%;
    position: absolute; }
  .navbar-dropdown .navbar-item {
    padding: 0.5rem 3rem 0.5rem 1rem;
    white-space: nowrap; }
  .navbar-dropdown .navbar-item small {
    position: relative;
    right: -2rem; }
  .navbar-dropdown .navbar-item:last-child {
    border-radius: inherit; }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0; }
  .navbar-dropdown a.navbar-item:hover {
    background: #f5f5f5; } }

footer.footer {
  background-color: #e1e1e1;
  color: #5d5d5d;
  font-size: 0.83333rem;
  line-height: 1.6;
  padding: 1.5rem;
  display: none; }

.footer p {
  margin: 0.5rem 0; }

.footer a {
  color: #191919; }

/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: 600; }

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
  color: teal; }

.hljs-doctag,
.hljs-string {
  color: #d14; }

.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: #900;
  font-weight: 600; }

.hljs-subst {
  font-weight: 400; }

.hljs-class .hljs-title,
.hljs-type {
  color: #458;
  font-weight: 600; }

.hljs-attribute,
.hljs-name,
.hljs-tag {
  color: navy;
  font-weight: 400; }

.hljs-link,
.hljs-regexp {
  color: #009926; }

.hljs-bullet,
.hljs-symbol {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: 600; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: 600; }

@page {
  margin: 0.5in; }

@media print {
  .hide-for-print {
    display: none !important; }
  html {
    font-size: 0.9375em; }
  a {
    color: inherit !important;
    text-decoration: underline; }
  a.bare,
  a[href^="#"],
  a[href^="mailto:"] {
    text-decoration: none; }
  img,
  object,
  svg,
  tr {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  pre {
    -ms-hyphens: none;
    hyphens: none;
    white-space: pre-wrap; }
  body {
    padding-top: 2rem; }
  .navbar {
    background: none;
    color: inherit;
    position: absolute; }
  .navbar * {
    color: inherit !important; }
  .nav-container,
  .navbar > :not(.navbar-brand),
  .toolbar,
  aside.toc,
  nav.pagination {
    display: none; }
  .doc {
    color: inherit;
    margin: auto;
    max-width: none;
    padding-bottom: 2rem; }
  .doc .admonitionblock td.icon {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .doc .listingblock code[data-lang]::before {
    display: block; }
  footer.footer {
    background: none;
    border-top: 1px solid #e1e1e1;
    color: #8e8e8e;
    padding: 0.25rem 0.5rem 0; }
  .footer * {
    color: inherit; } }
