:root {
  --c-white: #ffffff;
  --c-white-dark: #f8f8f8;
  --c-black: #000000;
  --c-divider-light: rgba(60, 60, 67, 0.12);
  --c-divider-dark: rgba(84, 84, 88, 0.48);
  --c-text-light-1: #2c3e50;
  --c-text-light-2: #476582;
  --c-text-light-3: #90a4b7;
  --c-brand: #2d8cf0;
  --c-brand-light: #4abf8a;
  --font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  --font-family-mono: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
  --z-index-navbar: 10;
  --z-index-sidebar: 6;
  --shadow-1: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-2: 0 3px 12px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.07);
  --shadow-3: 0 12px 32px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
  --shadow-4: 0 14px 44px rgba(0, 0, 0, 0.12), 0 3px 9px rgba(0, 0, 0, 0.12);
  --shadow-5: 0 18px 56px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.16);
  --header-height: 3.6rem;
  --c-divider: var(--c-divider-light);
  --c-text: var(--c-text-light-1);
  --c-text-light: var(--c-text-light-2);
  --c-text-lighter: var(--c-text-light-3);
  --c-bg: var(--c-white);
  --c-bg-accent: var(--c-white-dark);
  --code-line-height: 24px;
  --code-font-family: var(--font-family-mono);
  --code-font-size: 14px;
  --code-inline-bg-color: rgba(27, 31, 35, 0.05);
  --code-bg-color: #282c34
}

*,
::after,
::before {
  box-sizing: border-box
}

html {
  line-height: 1.4;
  font-size: 16px;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  line-height: 1.4;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  color: var(--c-text);
  background-color: var(--c-bg);
  direction: ltr;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

main {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.25
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600
}

h1:focus .header-anchor,
h1:hover .header-anchor,
h2:focus .header-anchor,
h2:hover .header-anchor,
h3:focus .header-anchor,
h3:hover .header-anchor,
h4:focus .header-anchor,
h4:hover .header-anchor,
h5:focus .header-anchor,
h5:hover .header-anchor,
h6:focus .header-anchor,
h6:hover .header-anchor {
  opacity: 1
}

h1 {
  margin-top: 1.5rem;
  font-size: 1.9rem
}

@media screen and (min-width:420px) {
  h1 {
    font-size: 2.2rem
  }
}

h2 {
  margin-top: 2.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--c-divider);
  padding-bottom: .3rem;
  line-height: 1.25;
  font-size: 1.65rem
}

h2+h3 {
  margin-top: 1.5rem
}

h3 {
  margin-top: 2rem;
  font-size: 1.35rem
}

h4 {
  font-size: 1.15rem
}

ol,
p,
ul {
  margin: 1rem 0;
  line-height: 1.7
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation
}

a {
  text-decoration: none;
  color: var(--c-brand)
}

a:hover {
  text-decoration: underline
}

a.header-anchor {
  float: left;
  margin-top: .125em;
  margin-left: -.87em;
  padding-right: .23em;
  font-size: .85em;
  opacity: 0
}

a.header-anchor:focus,
a.header-anchor:hover {
  text-decoration: none
}

figure {
  margin: 0
}

img {
  max-width: 100%
}

ol,
ul {
  padding-left: 1.25em
}

li>ol,
li>ul {
  margin: 0
}

table {
  display: block;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow-x: auto
}

tr {
  border-top: 1px solid #dfe2e5
}

tr:nth-child(2n) {
  background-color: #f6f8fa
}

td,
th {
  border: 1px solid #dfe2e5;
  padding: .6em 1em
}

blockquote {
  margin: 1rem 0;
  border-left: .2rem solid #dfe2e5;
  padding: .25rem 0 .25rem 1rem;
  font-size: 1rem;
  color: #999
}

blockquote>p {
  margin: 0
}

form {
  margin: 0
}

.theme.sidebar-open .sidebar-mask {
  display: block
}

.theme.no-navbar>h1,
.theme.no-navbar>h2,
.theme.no-navbar>h3,
.theme.no-navbar>h4,
.theme.no-navbar>h5,
.theme.no-navbar>h6 {
  margin-top: 1.5rem;
  padding-top: 0
}

.theme.no-navbar aside {
  top: 0
}

@media screen and (min-width:720px) {
  .theme.no-sidebar aside {
    display: none
  }

  .theme.no-sidebar main {
    margin-left: 0
  }
}

.sidebar-mask {
  position: fixed;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh
}

code {
  margin: 0;
  border-radius: 3px;
  padding: .25rem .5rem;
  font-family: var(--code-font-family);
  font-size: .85em;
  color: var(--c-text-light);
  background-color: var(--code-inline-bg-color)
}

code .token.deleted {
  color: #ec5975
}

code .token.inserted {
  color: var(--c-brand)
}

div[class*=language-] {
  position: relative;
  margin: 1rem -1.5rem;
  background-color: var(--code-bg-color);
  overflow-x: auto
}

li>div[class*=language-] {
  border-radius: 6px 0 0 6px;
  margin: 1rem -1.5rem 1rem -1.25rem
}

@media (min-width:420px) {
  div[class*=language-] {
    margin: 1rem 0;
    border-radius: 6px
  }

  li>div[class*=language-] {
    margin: 1rem 0 1rem 0;
    border-radius: 6px
  }
}

[class*=language-] code,
[class*=language-] pre {
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

[class*=language-] pre {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.25rem 1.5rem;
  background: 0 0;
  overflow-x: auto
}

[class*=language-] code {
  padding: 0;
  line-height: var(--code-line-height);
  font-size: var(--code-font-size);
  color: #eee
}

.highlight-lines {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem 0;
  width: 100%;
  line-height: var(--code-line-height);
  font-family: var(--code-font-family);
  font-size: var(--code-font-size);
  user-select: none;
  overflow: hidden
}

.highlight-lines .highlighted {
  background-color: rgba(0, 0, 0, .66)
}

div[class*=language-].line-numbers-mode {
  padding-left: 3.5rem
}

.line-numbers-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-right: 1px solid rgba(0, 0, 0, .5);
  padding: 1.25rem 0;
  width: 3.5rem;
  text-align: center;
  line-height: var(--code-line-height);
  font-family: var(--code-font-family);
  font-size: var(--code-font-size);
  color: #888
}

[class*=language-]:before {
  position: absolute;
  top: .6em;
  right: 1em;
  z-index: 2;
  font-size: .8rem;
  color: #888
}

[class~=language-html]:before,
[class~=language-markup]:before {
  content: 'html'
}

[class~=language-markdown]:before,
[class~=language-md]:before {
  content: 'md'
}

[class~=language-css]:before {
  content: 'css'
}

[class~=language-sass]:before {
  content: 'sass'
}

[class~=language-scss]:before {
  content: 'scss'
}

[class~=language-less]:before {
  content: 'less'
}

[class~=language-stylus]:before {
  content: 'styl'
}

[class~=language-javascript]:before,
[class~=language-js]:before {
  content: 'js'
}

[class~=language-ts]:before,
[class~=language-typescript]:before {
  content: 'ts'
}

[class~=language-json]:before {
  content: 'json'
}

[class~=language-rb]:before,
[class~=language-ruby]:before {
  content: 'rb'
}

[class~=language-py]:before,
[class~=language-python]:before {
  content: 'py'
}

[class~=language-bash]:before,
[class~=language-sh]:before {
  content: 'sh'
}

[class~=language-php]:before {
  content: 'php'
}

[class~=language-go]:before {
  content: 'go'
}

[class~=language-rust]:before {
  content: 'rust'
}

[class~=language-java]:before {
  content: 'java'
}

[class~=language-c]:before {
  content: 'c'
}

[class~=language-yaml]:before {
  content: 'yaml'
}

[class~=language-dockerfile]:before {
  content: 'dockerfile'
}

.token.block-comment,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #999
}

.token.punctuation {
  color: #ccc
}

.token.attr-name,
.token.deleted,
.token.namespace,
.token.tag {
  color: #e2777a
}

.token.function-name {
  color: #6196cc
}

.token.boolean,
.token.function,
.token.number {
  color: #f08d49
}

.token.class-name,
.token.constant,
.token.property,
.token.symbol {
  color: #f8c555
}

.token.atrule,
.token.builtin,
.token.important,
.token.keyword,
.token.selector {
  color: #cc99cd
}

.token.attr-value,
.token.char,
.token.regex,
.token.string,
.token.variable {
  color: #7ec699
}

.token.entity,
.token.operator,
.token.url {
  color: #67cdcc
}

.token.bold,
.token.important {
  font-weight: 700
}

.token.italic {
  font-style: italic
}

.token.entity {
  cursor: help
}

.token.inserted {
  color: green
}

.custom-block.danger,
.custom-block.tip,
.custom-block.warning {
  margin: 1rem 0;
  border-left: .5rem solid;
  padding: .1rem 1.5rem;
  overflow-x: auto
}

.custom-block.tip {
  background-color: #f3f5f7;
  border-color: var(--c-brand)
}

.custom-block.warning {
  border-color: #e7c000;
  color: #6b5900;
  background-color: rgba(255, 229, 100, .3)
}

.custom-block.warning .custom-block-title {
  color: #b29400
}

.custom-block.warning a {
  color: var(--c-text)
}

.custom-block.danger {
  border-color: #c00;
  color: #4d0000;
  background-color: #ffe6e6
}

.custom-block.danger .custom-block-title {
  color: #900
}

.custom-block.danger a {
  color: var(--c-text)
}

.custom-block.details {
  position: relative;
  display: block;
  border-radius: 2px;
  margin: 1.6em 0;
  padding: 1.6em;
  background-color: #eee
}

.custom-block.details h4 {
  margin-top: 0
}

.custom-block.details figure:last-child,
.custom-block.details p:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.custom-block.details summary {
  outline: 0;
  cursor: pointer
}

.custom-block-title {
  margin-bottom: -.4rem;
  font-weight: 600
}

.sidebar-links {
  margin: 0;
  padding: 0;
  list-style: none
}

.sidebar-link-item {
  display: block;
  margin: 0;
  border-left: .25rem solid transparent;
  color: var(--c-text)
}

a.sidebar-link-item:hover {
  text-decoration: none;
  color: var(--c-brand)
}

a.sidebar-link-item.active {
  color: var(--c-brand)
}

.sidebar>.sidebar-links {
  padding: .75rem 0 5rem
}

@media (min-width:720px) {
  .sidebar>.sidebar-links {
    padding: 1.5rem 0
  }
}

.sidebar>.sidebar-links>.sidebar-link+.sidebar-link {
  padding-top: .5rem
}

@media (min-width:720px) {
  .sidebar>.sidebar-links>.sidebar-link+.sidebar-link {
    padding-top: 1.25rem
  }
}

.sidebar>.sidebar-links>.sidebar-link>.sidebar-link-item {
  padding: .35rem 1.5rem .35rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 700
}

.sidebar>.sidebar-links>.sidebar-link>a.sidebar-link-item.active {
  border-left-color: var(--c-brand);
  font-weight: 600
}

.sidebar>.sidebar-links>.sidebar-link>.sidebar-links>.sidebar-link>.sidebar-link-item {
  display: block;
  padding: .35rem 1.5rem .35rem 2rem;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 400
}

.sidebar>.sidebar-links>.sidebar-link>.sidebar-links>.sidebar-link>a.sidebar-link-item.active {
  border-left-color: var(--c-brand);
  font-weight: 600
}

.sidebar>.sidebar-links>.sidebar-link>.sidebar-links>.sidebar-link>.sidebar-links>.sidebar-link>.sidebar-link-item {
  display: block;
  padding: .3rem 1.5rem .3rem 3rem;
  line-height: 1.4;
  font-size: .9rem;
  font-weight: 400
}

.sidebar>.sidebar-links>.sidebar-link>.sidebar-links>.sidebar-link>.sidebar-links>.sidebar-link>.sidebar-links>.sidebar-link>.sidebar-link-item {
  display: block;
  padding: .3rem 1.5rem .3rem 4rem;
  line-height: 1.4;
  font-size: .9rem;
  font-weight: 400
}

.debug[data-v-1be840de] {
  box-sizing: border-box;
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 9999;
  border-radius: 4px;
  width: 74px;
  height: 32px;
  color: #eee;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .85);
  transition: all .15s ease
}

.debug[data-v-1be840de]:hover {
  background-color: rgba(0, 0, 0, .75)
}

.debug.open[data-v-1be840de] {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  border-radius: 0;
  padding: 0 0;
  overflow: scroll
}

@media (min-width:512px) {
  .debug.open[data-v-1be840de] {
    width: 512px
  }
}

.debug.open[data-v-1be840de]:hover {
  background-color: rgba(0, 0, 0, .85)
}

.title[data-v-1be840de] {
  margin: 0;
  padding: 6px 16px 6px;
  line-height: 20px;
  font-size: 13px
}

.block[data-v-1be840de] {
  margin: 2px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding: 8px 16px;
  font-family: Hack, monospace;
  font-size: 13px
}

.block+.block[data-v-1be840de] {
  margin-top: 8px
}

.nav-bar-title[data-v-fe211168] {
  min-width: 12rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--c-text)
}

.nav-bar-title[data-v-fe211168]:hover {
  text-decoration: none
}

.logo[data-v-fe211168] {
  margin-right: .7rem;
  height: 1.3rem;
  vertical-align: bottom
}

.icon.outbound {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  color: var(--c-text-lighter)
}

.item[data-v-c272f228] {
  display: block;
  padding: 0 1.5rem;
  line-height: 36px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  white-space: nowrap
}

.item.active[data-v-c272f228],
.item[data-v-c272f228]:hover {
  text-decoration: none;
  color: var(--c-brand)
}

.item.external[data-v-c272f228]:hover {
  border-bottom-color: transparent;
  color: var(--c-text)
}

@media (min-width:720px) {
  .item[data-v-c272f228] {
    border-bottom: 2px solid transparent;
    padding: 0;
    line-height: 24px;
    font-size: .9rem;
    font-weight: 500
  }

  .item.active[data-v-c272f228],
  .item[data-v-c272f228]:hover {
    border-bottom-color: var(--c-brand);
    color: var(--c-text)
  }
}

.item[data-v-7b16fcd4] {
  display: block;
  padding: 0 1.5rem 0 2.5rem;
  line-height: 32px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--c-text);
  white-space: nowrap
}

@media (min-width:720px) {
  .item[data-v-7b16fcd4] {
    padding: 0 24px 0 12px;
    line-height: 32px;
    font-size: .85rem;
    font-weight: 500;
    color: var(--c-text);
    white-space: nowrap
  }

  .item.active .arrow[data-v-7b16fcd4] {
    opacity: 1
  }
}

.item.active[data-v-7b16fcd4],
.item[data-v-7b16fcd4]:hover {
  text-decoration: none;
  color: var(--c-brand)
}

.item.external[data-v-7b16fcd4]:hover {
  border-bottom-color: transparent;
  color: var(--c-text)
}

@media (min-width:720px) {
  .arrow[data-v-7b16fcd4] {
    display: inline-block;
    margin-right: 8px;
    border-top: 6px solid #ccc;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    vertical-align: middle;
    opacity: 0;
    transform: translateY(-2px) rotate(-90deg)
  }
}

.nav-dropdown-link[data-v-312de885] {
  position: relative;
  height: 36px;
  overflow: hidden;
  cursor: pointer
}

@media (min-width:720px) {
  .nav-dropdown-link[data-v-312de885] {
    height: auto;
    overflow: visible
  }

  .nav-dropdown-link:hover .dialog[data-v-312de885] {
    display: block
  }
}

.nav-dropdown-link.open[data-v-312de885] {
  height: auto
}

.button[data-v-312de885] {
  display: block;
  border: 0;
  padding: 0 1.5rem;
  width: 100%;
  text-align: left;
  line-height: 36px;
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-weight: 600;
  color: var(--c-text);
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer
}

.button[data-v-312de885]:focus {
  outline: 0
}

@media (min-width:720px) {
  .button[data-v-312de885] {
    border-bottom: 2px solid transparent;
    padding: 0;
    line-height: 24px;
    font-size: .9rem;
    font-weight: 500
  }
}

.button-arrow[data-v-312de885] {
  display: inline-block;
  margin-top: -1px;
  margin-left: 8px;
  border-top: 6px solid #ccc;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
  vertical-align: middle
}

.button-arrow.right[data-v-312de885] {
  transform: rotate(-90deg)
}

@media (min-width:720px) {
  .button-arrow.right[data-v-312de885] {
    transform: rotate(0)
  }
}

.dialog[data-v-312de885] {
  margin: 0;
  padding: 0;
  list-style: none
}

@media (min-width:720px) {
  .dialog[data-v-312de885] {
    display: none;
    position: absolute;
    top: 26px;
    right: -8px;
    border-radius: 6px;
    padding: 12px 0;
    min-width: 128px;
    background-color: var(--c-bg);
    box-shadow: var(--shadow-3)
  }
}

.nav-links[data-v-1e870408] {
  padding: .75rem 0;
  border-bottom: 1px solid var(--c-divider)
}

@media (min-width:720px) {
  .nav-links[data-v-1e870408] {
    display: flex;
    padding: 6px 0 0;
    align-items: center;
    border-bottom: 0
  }

  .item+.item[data-v-1e870408] {
    padding-left: 24px
  }
}

.sidebar-button {
  position: absolute;
  top: .6rem;
  left: .6rem;
  display: none;
  padding: .6rem;
  cursor: pointer
}

.sidebar-button .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem
}

@media screen and (max-width:719px) {
  .sidebar-button {
    display: block
  }
}

.nav-bar[data-v-52e16b93] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: var(--z-index-navbar);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--c-divider);
  padding: .7rem 1.5rem .7rem 3.2rem;
  height: var(--header-height);
  background-color: var(--c-bg)
}

@media (min-width:720px) {
  .nav-bar[data-v-52e16b93] {
    padding: .7rem 1.5rem
  }
}

.flex-grow[data-v-52e16b93] {
  flex-grow: 1
}

.nav[data-v-52e16b93] {
  display: none
}

@media (min-width:720px) {
  .nav[data-v-52e16b93] {
    display: flex
  }

  .navbar__dark-mode[data-v-52e16b93] {
    display: none
  }
}

.nav-icons[data-v-52e16b93] {
  display: flex;
  padding: 2px 0 0;
  align-items: center;
  border-bottom: 0;
  margin-left: 12px
}

.nav-icons .item[data-v-52e16b93] {
  padding-left: 0
}

.sidebar[data-v-4668b452] {
  position: fixed;
  top: var(--header-height);
  bottom: 0;
  left: 0;
  z-index: var(--z-index-sidebar);
  border-right: 1px solid var(--c-divider);
  width: 16.4rem;
  background-color: var(--c-bg);
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .25s ease
}

@media (min-width:720px) {
  .sidebar[data-v-4668b452] {
    transform: translateX(0)
  }
}

@media (min-width:960px) {
  .sidebar[data-v-4668b452] {
    width: 20rem
  }
}

.sidebar.open[data-v-4668b452] {
  transform: translateX(0)
}

.nav[data-v-4668b452] {
  display: block
}

@media (min-width:720px) {
  .nav[data-v-4668b452] {
    display: none
  }
}

.link[data-v-52209053] {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-text-light)
}

.link[data-v-52209053]:hover {
  text-decoration: none;
  color: var(--c-brand)
}

.icon[data-v-52209053] {
  margin-left: 4px
}

.last-updated[data-v-03e55a27] {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  font-size: .9rem;
  color: var(--c-text-light)
}

@media (min-width:960px) {
  .last-updated[data-v-03e55a27] {
    font-size: 1rem
  }
}

.prefix[data-v-03e55a27] {
  display: inline-block;
  font-weight: 500
}

.datetime[data-v-03e55a27] {
  display: inline-block;
  margin-left: 6px;
  font-weight: 400
}

.page-footer[data-v-22e60b1a] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: auto
}

@media (min-width:960px) {
  .page-footer[data-v-22e60b1a] {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.updated[data-v-22e60b1a] {
  padding-top: 4px
}

@media (min-width:960px) {
  .updated[data-v-22e60b1a] {
    padding-top: 0
  }
}

.next-and-prev-link[data-v-0facf926] {
  padding-top: 1rem
}

.container[data-v-0facf926] {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--c-divider);
  padding-top: 1rem
}

.next[data-v-0facf926],
.prev[data-v-0facf926] {
  display: flex;
  flex-shrink: 0;
  width: 50%
}

.prev[data-v-0facf926] {
  justify-content: flex-start;
  padding-right: 12px
}

.next[data-v-0facf926] {
  justify-content: flex-end;
  padding-left: 12px
}

.link[data-v-0facf926] {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 500
}

.text[data-v-0facf926] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.icon[data-v-0facf926] {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  fill: var(--c-text);
  transform: translateY(1px)
}

.icon-prev[data-v-0facf926] {
  margin-right: 8px
}

.icon-next[data-v-0facf926] {
  margin-left: 8px
}

.page[data-v-7abc59e6] {
  padding-top: var(--header-height)
}

@media (min-width:720px) {
  .page[data-v-7abc59e6] {
    margin-left: 16.4rem
  }
}

@media (min-width:960px) {
  .page[data-v-7abc59e6] {
    margin-left: 20rem
  }
}

.container[data-v-7abc59e6] {
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
  padding: .025rem 0 2rem 0;
  width: calc(100% - var(--slug-width))
}

.content[data-v-7abc59e6] {
  padding-bottom: 1.5rem
}

@media (max-width:420px) {
  .content[data-v-7abc59e6] {
    clear: both
  }
}

#ads-container {
  margin: 0 auto
}

@media (min-width:420px) {
  #ads-container {
    position: relative;
    right: 0;
    float: right;
    margin: -8px -8px 24px 24px;
    width: 146px
  }
}

@media (max-width:420px) {
  #ads-container {
    height: 105px;
    margin: 1.75rem 0
  }
}

@media (min-width:1400px) {
  #ads-container {
    position: fixed;
    right: 8px;
    bottom: 8px
  }
}

[align~=center] {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center
}

[scale~="13"] {
  --tw-scale-x: 0.13;
  --tw-scale-y: 0.13;
  --tw-scale-z: 0.13
}

:root {
  --c-brand: #2d8cf0;
  --c-brand-light: #57a3f3;
  --c-white-dark: #f8f8f8;
  --c-black: #111827;
  --c-black-light: #161f32;
  --c-black-lighter: #262a44;
  --c-text-dark-1: #d9e6eb;
  --c-text-dark-2: #c4dde6;
  --c-text-dark-3: #abc4cc;
  --c-brand-text: var(--c-white);
  --c-bg-accent: var(--c-white-dark);
  --code-bg-color: var(--c-white-dark);
  --code-inline-bg-color: var(--c-white-dark);
  --code-font-family: 'dm', source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
  --code-font-size: 16px;
  --slug-width: 3rem;
  --header-height: 3.6rem;
  --sidebar-width: 16.4rem
}

html:not(.light):root {
  --c-text: var(--c-text-dark-1);
  --c-text-light: var(--c-text-dark-2);
  --c-text-lighter: var(--c-text-dark-3);
  --c-divider: var(--c-divider-dark);
  --c-bg: var(--c-black);
  --c-bg-accent: var(--c-black-light);
  --code-bg-color: var(--c-black-light);
  --code-inline-bg-color: var(--c-black-light)
}

html:not(.light) .DocSearch {
  --docsearch-text-color: var(--c-white-dark);
  --docsearch-container-background: rgba(9, 10, 17, 0.8);
  --docsearch-modal-background: var(--c-black);
  --docsearch-modal-shadow: inset 1px 1px 0 0 #2c2e40, 0 3px 8px 0 #000309;
  --docsearch-searchbox-background: var(--c-black-lighter);
  --docsearch-searchbox-focus-background: var(--c-black-light);
  --docsearch-hit-color: var(--c-text-dark-1);
  --docsearch-hit-active-color: var(--c-brand-text);
  --docsearch-hit-shadow: none;
  --docsearch-hit-background: var(--c-black-light);
  --docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
  --docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, 0.3);
  --docsearch-footer-background: var(--c-black-light);
  --docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
  --docsearch-logo-color: var(--c-white-dark);
  --docsearch-muted-color: var(--c-text-dark-1)
}

.home-hero .image {
  width: 100px;
  height: 100px
}

.nav-bar .logo {
  height: 26px;
  margin-right: 8px
}

.nav-bar .nav-bar-title {
  display: flex;
  align-items: center
}

.content img {
  border-radius: 10px
}

.nav-dropdown-link-item .icon {
  display: none
}

.action.alt .icon.outbound {
  color: currentColor
}

.action .item.item.item {
  border-color: var(--c-brand);
  background-color: var(--c-brand)
}

.action.alt .item.item.item {
  background-color: transparent;
  color: var(--c-text);
  border-color: var(--c-brand);
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out
}

.action .item.item.item,
.action .item.item.item:hover {
  color: var(--c-brand-text)
}

html.dark .action.alt .item.item.item {
  border-color: var(--c-text)
}

.action.alt .item.item.item:hover {
  background-color: var(--c-brand-light);
  border-color: var(--c-brand-light);
  color: var(--c-brand-text)
}

.nav-bar.nav-bar {
  background-color: var(--c-bg)
}

.custom-block.tip {
  border-color: var(--c-brand-light);
  background-color: var(--c-bg-accent)
}

.carbon-ads {
  padding: 8px
}

.bsa-cpc,
.carbon-ads {
  background-color: var(--c-bg-accent) !important
}

html:not(.light) .custom-block.warning {
  color: var(--c-text)
}

html:not(.light) .custom-block.warning a {
  color: var(--c-brand)
}

.action.alt .item.item,
.bsa-cpc,
.carbon-ads,
.custom-block.tip,
.nav-bar,
body,
code,
div[class*=language-] {
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.DocSearch,
.DocSearch-Form,
.DocSearch-Search-Icon,
.sidebar.sidebar.sidebar {
  transition: transform 250ms ease, background-color .3s ease-in-out, color .3s ease-in-out
}

.DocSearch-Button-Key,
.DocSearch-Footer,
.DocSearch-Modal {
  transition: background-color .3s ease-in-out, color .3s ease-in-out, box-shadow 250ms ease-in-out
}

code {
  font-size: .95em;
  padding: .175em .35em
}

input {
  border: 1px solid #d9d9d9;
  padding: 8px 6px;
  border-radius: 4px;
  color: rgba(0, 0, 0, .65);
  outline: 0
}

input:focus {
  border-color: #40a9ff
}

button {
  padding: 5px 16px;
  border-radius: 2px;
  color: rgba(0, 0, 0, .65);
  outline: 0;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  background: #fff
}

button:hover {
  border-color: #40a9ff;
  color: #40a9ff
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: var(--placeholder-color)
}

.nav-btn {
  display: flex;
  font-size: 1.05rem;
  border: 0;
  outline: 0;
  background: 0 0;
  color: var(--c-text);
  opacity: .8;
  cursor: pointer
}

.nav-btn:hover {
  opacity: 1
}

.nav-btn svg {
  margin: auto
}

.slugs {
  position: fixed;
  top: var(--header-height);
  right: 0;
  max-height: calc(100% - var(--header-height) - 10rem);
  width: var(--slug-width);
  padding: 50px 24px 0 0;
  border-right: 1px solid var(--border-color);
  background-color: #fff;
  z-index: 3;
  overflow-y: auto
}

[class*=language-] code {
  color: inherit
}

code[class*=language-],
pre[class*=language-] {
  color: #d6deeb;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: rgba(29, 59, 83, .99)
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  background: rgba(29, 59, 83, .99)
}

@media print {

  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none
  }
}

pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
  color: #fff;
  background: #011627
}

:not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

.token.cdata,
.token.comment,
.token.prolog {
  color: #637777
}

.token.punctuation {
  color: #c792ea
}

.namespace {
  color: #b2ccd6
}

.token.deleted {
  color: #ef5350
}

.token.property,
.token.symbol {
  color: #80cbc4
}

.token.keyword,
.token.operator,
.token.tag {
  color: #7fdbca
}

.token.boolean {
  color: #ff5874
}

.token.number {
  color: #f78c6c
}

.token.builtin,
.token.char,
.token.constant,
.token.function {
  color: #82aaff
}

.token.doctype,
.token.function,
.token.selector {
  color: #c792ea
}

.token.attr-name,
.token.inserted,
code .token.inserted {
  color: #addb67
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.string,
.token.url {
  color: #addb67
}

.token.atrule,
.token.attr-value,
.token.class-name {
  color: #ffcb8b
}

.token.important,
.token.regex,
.token.variable {
  color: #d6deeb
}

.token.bold,
.token.important {
  font-weight: 700
}

html.dark tr:nth-child(2n) {
  background-color: transparent !important
}

html.light code[class*=language-],
html.light pre[class*=language-] {
  color: #403f53;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none
}

html.light code[class*=language-] ::-moz-selection,
html.light code[class*=language-]::-moz-selection,
html.light pre[class*=language-] ::-moz-selection,
html.light pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #fbfbfb
}

html.light code[class*=language-] ::selection,
html.light code[class*=language-]::selection,
html.light pre[class*=language-] ::selection,
html.light pre[class*=language-]::selection {
  text-shadow: none;
  background: #fbfbfb
}

@media print {

  html.light code[class*=language-],
  html.light pre[class*=language-] {
    text-shadow: none
  }
}

html.light pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto
}

html.light :not(pre)>code[class*=language-],
html.light pre[class*=language-] {
  color: #fff;
  background: #fbfbfb
}

html.light :not(pre)>code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal
}

html.light .token.cdata,
html.light .token.comment,
html.light .token.prolog {
  color: #989fb1
}

html.light .token.punctuation {
  color: #994cc3
}

html.light .namespace {
  color: #0c969b
}

html.light code .token.deleted {
  color: #ec5975
}

html.light .token.keyword,
html.light .token.operator,
html.light .token.property,
html.light .token.symbol {
  color: #0c969b
}

html.light .token.tag {
  color: #994cc3
}

html.light .token.boolean {
  color: #bc5454
}

html.light .token.number {
  color: #aa0982
}

html.light .language-css .token.string,
html.light .style .token.string,
html.light .token.builtin,
html.light .token.char,
html.light .token.constant,
html.light .token.entity,
html.light .token.string,
html.light .token.url {
  color: #4876d6
}

html.light .token.doctype,
html.light .token.function,
html.light .token.selector {
  color: #994cc3
}

html.light .token.attr-name,
html.light .token.inserted {
  color: #4876d6
}

html.light .token.atrule,
html.light .token.attr-value,
html.light .token.class-name {
  color: #111
}

html.light .token.important,
html.light .token.regex,
html.light .token.variable {
  color: #c96765
}

html.light .token.bold,
html.light .token.important {
  font-weight: 700
}

@media (min-width:1024px) {
  .imgBox {
    width: 350px
  }
}

.gitBox[data-v-1e302e0c] {
  width: 21rem;
  margin: 1.5rem auto .9rem;
  display: flex;
  justify-content: space-around
}

.home-hero[data-v-1e302e0c] {
  margin: 2.5rem 0 2.75rem;
  padding: 0 1.5rem;
  text-align: center
}

@media (min-width:420px) {
  .home-hero[data-v-1e302e0c] {
    margin: 3.5rem 0
  }
}

@media (min-width:720px) {
  .home-hero[data-v-1e302e0c] {
    margin: 3rem 0 3rem
  }
}

.figure[data-v-1e302e0c] {
  padding: 0 1.5rem
}

.image[data-v-1e302e0c] {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 280px
}

.title[data-v-1e302e0c] {
  margin-top: 1.5rem;
  font-size: 2rem
}

@media (min-width:420px) {
  .title[data-v-1e302e0c] {
    font-size: 3rem
  }
}

@media (min-width:720px) {
  .title[data-v-1e302e0c] {
    margin-top: 1.2rem
  }
}

.description[data-v-1e302e0c] {
  margin: 0;
  margin-top: .5rem;
  line-height: 1.3;
  font-size: 1.2rem;
  color: var(--c-text-light)
}

@media (min-width:420px) {
  .description[data-v-1e302e0c] {
    line-height: 1.2;
    font-size: 1.6rem
  }
}

.action[data-v-1e302e0c] {
  margin-top: 1.5rem;
  display: inline-block
}

.action.alt[data-v-1e302e0c] {
  margin-left: 1.5rem
}

@media (min-width:420px) {
  .action[data-v-1e302e0c] {
    margin-top: 2rem;
    display: inline-block
  }
}

.action[data-v-1e302e0c] .item {
  display: inline-block;
  border-radius: 6px;
  padding: 0 20px;
  line-height: 44px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-bg);
  background-color: var(--c-brand);
  border: 2px solid var(--c-brand);
  transition: background-color .1s ease
}

.action.alt[data-v-1e302e0c] .item {
  background-color: var(--c-bg);
  color: var(--c-brand)
}

.action[data-v-1e302e0c] .item:hover {
  text-decoration: none;
  color: var(--c-bg);
  background-color: var(--c-brand-light)
}

@media (min-width:420px) {
  .action[data-v-1e302e0c] .item {
    padding: 0 24px;
    line-height: 52px;
    font-size: 1.2rem;
    font-weight: 500
  }
}

.home-features[data-v-0a84c684] {
  margin: 0 auto;
  padding: 2.5rem 0 2.75rem;
  max-width: 960px
}

.home-hero+.home-features[data-v-0a84c684] {
  padding-top: 0
}

@media (min-width:420px) {
  .home-features[data-v-0a84c684] {
    padding: 3.25rem 0 3rem
  }

  .home-hero+.home-features[data-v-0a84c684] {
    padding-top: 0
  }
}

@media (min-width:720px) {
  .home-features[data-v-0a84c684] {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
}

.wrapper[data-v-0a84c684] {
  padding: 0 1.5rem
}

.home-hero+.home-features .wrapper[data-v-0a84c684] {
  border-top: 1px solid var(--c-divider);
  padding-top: 3rem
}

@media (min-width:420px) {
  .home-hero+.home-features .wrapper[data-v-0a84c684] {
    padding-top: 3rem
  }
}

@media (min-width:720px) {
  .wrapper[data-v-0a84c684] {
    padding-right: 0;
    padding-left: 0
  }
}

.container[data-v-0a84c684] {
  margin: 0 auto;
  max-width: 392px
}

@media (min-width:720px) {
  .container[data-v-0a84c684] {
    max-width: 960px
  }
}

.features[data-v-0a84c684] {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -24px
}

.feature[data-v-0a84c684] {
  flex-shrink: 0;
  padding: 20px 24px;
  width: 100%
}

@media (min-width:720px) {
  .feature[data-v-0a84c684] {
    width: calc(100% / 3)
  }
}

.title[data-v-0a84c684] {
  margin: 0;
  border-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 500
}

@media (min-width:420px) {
  .title[data-v-0a84c684] {
    font-size: 1.4rem
  }
}

.details[data-v-0a84c684] {
  margin: 0;
  line-height: 1.6;
  font-size: 1rem;
  color: var(--c-text-light)
}

.title+.details[data-v-0a84c684] {
  padding-top: .25rem
}

.footer[data-v-4f1645fb] {
  margin: 0 auto;
  max-width: 960px
}

@media (min-width:720px) {
  .footer[data-v-4f1645fb] {
    padding: 0 1.5rem
  }
}

.container[data-v-4f1645fb] {
  padding: 2rem 1.5rem 2.25rem
}

.home-content+.footer .container[data-v-4f1645fb],
.home-features+.footer .container[data-v-4f1645fb],
.home-hero+.footer .container[data-v-4f1645fb] {
  border-top: 1px solid var(--c-divider)
}

@media (min-width:420px) {
  .container[data-v-4f1645fb] {
    padding: 3rem 1.5rem 2.5rem
  }
}

.text[data-v-4f1645fb] {
  margin: 0;
  text-align: center;
  line-height: 1.4;
  font-size: .9rem;
  color: var(--c-text-light)
}

.home[data-v-1fd43058] {
  padding-top: var(--header-height)
}

.home-content[data-v-1fd43058] {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem
}

@media (max-width:720px) {
  .home-content[data-v-1fd43058] {
    max-width: 392px;
    padding: 0
  }
}