.is-primary, .has-text-primary {
  color: #0d203f !important;
}

.is-link, .has-text-link {
  color: #0a68a1 !important;
}

.is-info, .has-text-info {
  color: #a180d9 !important;
}

.is-success, .has-text-success {
  color: #18907b !important;
}

.is-warning, .has-text-warning {
  color: #ef946c !important;
}

.is-danger, .has-text-danger {
  color: #c64b16 !important;
}

.is-dark, .has-text-dark {
  color: #213762 !important;
}

.is-light, .has-text-light {
  color: #b69cc0 !important;
}

.button.is-primary, .tag.is-primary, .message.is-primary {
  background-color: #18d1a5;
  color: #fff !important;
}

.button.is-secondary, .tag.is-secondary, .message.is-secondary {
  background-color: #315292;
  color: #fff !important;
}

.button.is-link, .tag.is-link, .message.is-link {
  color: #fff !important;
  background-color: #0a68a1 !important;
}

.button.is-info, .tag.is-info, .message.is-info {
  color: #fff !important;
  background-color: #a180d9 !important;
}

.button.is-success, .tag.is-success, .message.is-success {
  color: #fff !important;
  background-color: #18907b !important;
}

.button.is-warning, .tag.is-warning, .message.is-warning {
  color: #fff !important;
  background-color: #ef946c !important;
}

.button.is-danger, .tag.is-danger, .message.is-danger {
  color: #fff !important;
  background-color: #c64b16 !important;
}

.button.is-dark, .tag.is-dark, .message.is-dark {
  background-color: #213762;
  color: #fff !important;
}

.button.is-light, .tag.is-light, .message.is-light {
  background-color: #b69cc0;
  color: #0d203f !important;
}

.content .is-active, .content .is-current {
  color: #fff;
  background-color: #213762;
}

html {
  height: 100%;
  background-color: #0000;
}

body, main {
  min-height: 100vh;
  position: relative;
}

body {
  min-height: 100vh;
  background: #f7f4f8;
}

main {
  min-height: 100vh;
  z-index: 100;
  margin-bottom: -12rem;
  padding: 5.75rem 0 0;
}

#topbar.navbar {
  will-change: transform;
  z-index: 1000;
  background: #f7f4f8;
  border-bottom: 2px solid #fffffffa;
  padding-left: 5vw;
  padding-right: 5vw;
  transition: transform .2s linear;
  position: fixed;
  left: 0;
  right: 0;
}

#topbar.navbar .navbar-burger {
  width: 5.25rem;
  height: 5.25rem;
}

#topbar.navbar.is-wide {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

#topbar.navbar .dark-mode {
  width: 1.5rem;
  fill: #345995;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 0;
}

#topbar.navbar.headroom--pinned {
  margin: 0;
  transform: translateY(0%);
}

#topbar.navbar.headroom--unpinned {
  transform: translateY(-100%);
}

@keyframes halfSpin {
  0% {
    transform: rotate(0);
  }

  25% {
    opacity: 1;
    transform: rotate(180deg);
  }

  38% {
    opacity: .75;
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    opacity: 1;
    transform: rotate(360deg);
  }

  88% {
    opacity: .75;
  }

  100% {
    transform: rotate(360deg);
  }
}

#topbar.navbar .logo {
  fill: #0d203f;
  margin-top: .35em;
  display: inline-block;
  position: relative;
}

#topbar.navbar .logo svg {
  max-height: 1.25rem;
  max-width: 10.625rem;
  cursor: pointer;
  z-index: 500;
  fill: #0d203f;
  position: relative;
}

#topbar.navbar .logo:hover .spin-back {
  background-color: #fff;
}

#topbar.navbar .logo .spin-front {
  width: 1.133rem;
  height: 1.133rem;
  z-index: 600;
  opacity: 1;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  right: 1.9125rem;
}

#topbar.navbar .logo .spin-front em {
  width: .425rem;
  height: .425rem;
  z-index: 700;
  background: #28ffcc;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  right: .05rem;
}

#topbar.navbar .logo .spin-back {
  width: 1.125rem;
  height: 1.125rem;
  z-index: 400;
  background: none;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 1.295rem;
  right: 1.875rem;
}

#topbar.navbar:hover .logo .spin-front {
  animation: 4s infinite halfSpin;
}

#topbar.navbar .logo-project {
  margin: 2rem 0 0 1.3335rem;
  font-size: 1.125rem;
  font-weight: bold;
}

#topbar.navbar .logo-project a {
  color: #213762;
}

#topbar.navbar .logo-project .tag {
  margin: -.5rem 0 0 .67rem;
  position: relative;
}

#topbar.navbar a.navbar-item {
  background: none;
  font-weight: 700;
  line-height: 3;
}

#topbar.navbar .navbar-menu a {
  color: #0d203f;
  letter-spacing: .025em;
  margin-left: 2vw;
  transition: all .3s ease-in-out;
  position: relative;
}

#topbar.navbar .navbar-menu a em {
  height: .333rem;
  opacity: 0;
  content: " ";
  background-color: #34e8bd;
  border-radius: 1rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  bottom: -.15rem;
  left: 45%;
  right: 45%;
}

#topbar.navbar .navbar-menu a:hover em {
  opacity: 1;
  left: 25%;
  right: 25%;
}

#topbar.navbar .navbar-menu .button {
  color: #15ba93;
  border-color: #34e8bd;
  margin: 1rem 0 0 2.5rem;
  transition: all .3s ease-in-out;
}

#topbar.navbar .navbar-menu .button:hover {
  color: #119878;
  background-color: #fff !important;
}

.announcement-banner + main {
  padding-top: 12.25rem;
}

.announcement-banner + main .menu-wrap aside.menu {
  padding-top: 10rem;
}

#topbar.navbar.headroom--unpinned + .announcement-banner + main .menu-wrap aside.menu {
  padding-top: 4.25rem;
}

.announcement-banner {
  z-index: 900;
  text-align: center;
  opacity: 1;
  color: #0d203f;
  background: linear-gradient(45deg, #2eedd9 0%, #34e8bd 100%);
  font-size: 1rem;
  line-height: 1.4;
  transition: opacity;
  position: fixed;
  top: 6.25rem;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.announcement-banner:hover {
  opacity: .92;
  background: #56ecc8;
}

.announcement-banner a {
  width: 100%;
  color: #213762;
  display: inline;
}

#topbar.navbar.topbar--pinned + .announcement-banner {
  top: 6.75rem;
}

#topbar.navbar.headroom--unpinned + .announcement-banner {
  top: .75rem;
}

.menu-wrap {
  width: 17rem;
  background: #f7f4f8;
  padding: 0 2.5vw;
}

@media screen and (min-width: 1024px) {
  .menu-wrap.is-fixed-desktop {
    width: 17.5vw;
    background: #f7f4f8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .menu-wrap.is-fixed-desktop {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .menu-wrap.is-sticky {
    width: 15rem;
    vertical-align: top;
    max-height: 100vh;
    background: #f7f4f8;
    padding-left: .67rem;
    display: inline-block;
    position: sticky;
    top: 0;
    bottom: 0;
    left: 2.5vw;
    overflow-y: auto;
  }
}

aside.menu {
  min-width: 13rem;
  width: 14.5vw;
  border-right: 2px solid #0000;
  padding-top: 6.5rem;
  font-size: 1rem;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}

aside.menu:hover {
  border-right: 2px solid #ece5ee;
}

aside.menu .menu-label {
  margin: 1.75rem 1.333vw 1rem 0;
  padding-left: 1.333vw;
}

aside.menu ul {
  margin-bottom: 2.5rem;
}

aside.menu a {
  border-radius: 2rem;
  margin-bottom: 0;
  padding: .6rem 1.25vw;
  font-weight: bold;
  transition: all .3s ease-in-out;
  display: inline-block;
}

aside.menu a:hover {
  color: #213762;
  background-color: #ece5ee;
}

aside.menu a.button {
  background: none;
  border: 2px solid #34e8bd;
  margin-top: 1.25rem;
  padding: 0 1.333vw;
  font-size: 1.125rem;
  line-height: 2.25;
}

aside.menu a.button svg {
  margin-bottom: -1px;
  margin-right: .25rem;
}

aside.menu a.button svg, aside.menu a.button path {
  transition: all .3s ease-in-out;
}

aside.menu a.button:hover {
  color: #fff;
  background-color: #34e8bd;
}

aside.menu a.button:hover svg, aside.menu a.button:hover path {
  fill: #fff;
}

.menu-wrap + article.content {
  padding-left: 18.5vw;
}

.page-wrap {
  position: relative;
}

.is-fullwidth {
  width: 100vw;
  max-width: 100vw !important;
}

hr {
  background-color: #6464641a;
}

hr.page-break {
  text-align: center;
  height: 4rem;
  background: none;
  position: relative;
}

hr.page-break:after {
  width: 12.5%;
  content: " ";
  height: .33rem;
  background: #bea7e5;
  border-radius: .33rem;
  margin: 2.5rem 0 3.5rem;
  display: inline-block;
  position: relative;
}

.documentation .content {
  margin-bottom: 5rem;
  padding-top: 8.5rem;
}

.documentation .content h1 {
  margin: -1.5rem 0 5rem;
  padding-bottom: 2.67rem;
  position: relative;
}

.documentation .content h1:after {
  width: 25%;
  content: " ";
  height: .33rem;
  background: #bea7e5;
  border-radius: .33rem;
  margin: 2.5rem 0 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.documentation .content blockquote p {
  font-size: 1rem;
  line-height: 1.4;
}

.documentation .content .footer-nav {
  border-top: none;
}

.documentation .content.content-docs-wide section {
  margin-left: 5vw;
  margin-right: 5vw;
  max-width: 90vw !important;
}

.documentation .content.content-docs-wide section .content ul, .documentation .content.content-docs-wide section .content ol, .documentation .content.content-docs-wide section .content dl, .documentation .content.content-docs-wide section .content p, .documentation .content.content-docs-wide section .content blockquote {
  max-width: 100%;
}

.documentation footer {
  padding-left: 2.5vw !important;
  padding-right: 2.5vw !important;
}

.documentation footer .footer-nav {
  border-top: none;
  margin: 0;
  padding: 0 .75rem;
}

.content section {
  max-width: 48.5rem;
  margin-left: auto;
  margin-right: auto;
}

.content section .box {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 1.67rem 2rem;
}

.content section table {
  min-width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: .333em;
  margin-top: 2rem;
  margin-bottom: 4rem;
  overflow: hidden;
  box-shadow: 0 3px 6px #1e1e1e20;
}

.content section table th, .content section table td {
  border-bottom: 1px solid #bea7e5;
  padding: .67vw 2vw;
  line-height: 1.5;
}

.content section table th {
  color: #0d203f;
  background-color: #f9f7ee;
  border-bottom: 1px solid #bea7e5;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.75;
}

.content section table td {
  border-bottom-color: #ece5ee;
  font-size: 1rem;
}

.content section table tr:last-of-type td {
  border: none;
}

footer {
  min-height: 12rem;
  z-index: 1400;
  background: #fff;
  border-top: 1px solid #bea7e5;
  margin: 0 auto;
  padding: 1.25rem 0 0;
  position: relative;
}

footer ul, footer p {
  margin: 2rem 0 4rem;
}

footer p.lead {
  max-width: 67%;
  color: #0a455a;
  margin: -2.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.33;
}

footer h4 {
  color: #ef946c;
  margin: 3rem 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}

footer li {
  font-size: 1.125rem;
  line-height: 2;
  list-style: none;
}

footer img {
  max-height: 3rem;
  margin-top: 0;
}

footer.is-shallow {
  min-height: 6.5rem;
}

footer.is-shallow img {
  max-height: 2.5rem;
}

footer .footer-nav {
  border-top: 1px solid #d9dbe8;
}

footer .footer-nav .navbar {
  background: none;
  padding: 0;
}

footer .footer-nav .navbar .navbar-item {
  color: #bea7e5;
  padding: 0 4rem 0 0;
  font-size: 1rem;
  line-height: 1.33;
}

footer .footer-nav .navbar .navbar-item a {
  color: #b1b5d0;
  transition: all .3s ease-in-out;
}

footer .footer-nav .navbar .navbar-item a:hover {
  color: #585f91;
}

footer .footer-nav .navbar .navbar-item:last-of-type {
  padding-right: 0;
}

footer .footer-nav p {
  margin: 0;
}

@media (prefers-color-scheme: dark) {
  html {
    color: #0d203f;
    color: #fff;
    background: #0d203f;
  }
}

html.dark-theme > body {
  color: #fff;
  background: #0d203f;
}

html.dark-theme > body #topbar.navbar {
  background: #0d203f;
  border-color: #0a455a;
}

html.dark-theme > body #topbar.navbar .logo svg, html.dark-theme > body #topbar.navbar .logo path {
  fill: #fff !important;
}

html.dark-theme > body #topbar.navbar .logo-project a {
  color: #34e8bd;
}

html.dark-theme > body #topbar.navbar .logo-project a .tag {
  background-color: #213762;
  color: #bea7e5 !important;
}

html.dark-theme > body #topbar.navbar .navbar-burger {
  color: #bea7e5;
  height: 5.75rem;
}

html.dark-theme > body #topbar.navbar .navbar-menu a {
  color: #34e8bd;
}

html.dark-theme > body #topbar.navbar .navbar-menu .button {
  border: 3px solid #34e8bd;
}

html.dark-theme > body #topbar.navbar .navbar-menu .button:hover {
  color: #0d203f;
  background: #34e8bd !important;
}

html.dark-theme > body #topbar.navbar .dark-mode svg {
  fill: #34e8bd;
  transition: all .3s ease-in-out;
  transform: rotate(180deg);
}

html.dark-theme > body .menu-wrap {
  scrollbar-color: #525776, #09152a;
  background: #0d203f;
}

html.dark-theme > body aside.menu:hover {
  border-right: 2px solid #321a59;
}

html.dark-theme > body aside.menu a {
  color: #fff;
}

html.dark-theme > body aside.menu a:hover {
  color: #34e8bd;
  background-color: #213762;
}

html.dark-theme > body aside.menu a.button svg, html.dark-theme > body aside.menu a.button path {
  fill: #fff !important;
}

html.dark-theme > body .card {
  color: #fff;
  background: linear-gradient(0deg, #112b54, #0d203f 100%);
  outline: 1px solid #fff3;
  box-shadow: 0 .5em 1em -.125em #0a0a0a80, 0 0 0 1px #0a0a0a85;
}

html.dark-theme > body .card figure.image {
  border-bottom: 1px solid #fff5;
}

html.dark-theme > body .card p {
  color: #fff;
}

html.dark-theme > body .content .box {
  color: #fff;
  background-color: #213762;
}

html.dark-theme > body .content section table {
  background-color: #213762;
}

html.dark-theme > body .content blockquote {
  background-color: #0000;
}

html.dark-theme > body .content blockquote p {
  color: #fff;
  background-color: #1b2c4f;
  border-color: #243c6c;
}

html.dark-theme > body .content blockquote > blockquote p, html.dark-theme > body .content aside p {
  color: #fff;
  background-color: #243c6c;
  border-color: #2b477f;
}

html.dark-theme > body footer {
  color: #fff;
  background: #0d203f;
  border-color: #0a455a;
}

html.dark-theme > body footer h4 {
  color: #fff;
}

html.dark-theme > body footer .footer-nav {
  border-color: #06101f;
}

html.dark-theme > body footer p, html.dark-theme > body footer li, html.dark-theme > body footer a {
  color: #34e8bd;
}

body {
  color: #0d203f;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 16pt;
}

.content h1, .content h2, .content h3 {
  font-weight: bold;
  display: block;
}

.content ul, .content ol, .content dl, .content p, .content blockquote {
  max-width: 800px;
  margin: 1.67rem 0;
  font-size: 1rem;
}

.content.size-16 ul, .content.size-16 ol, .content.size-16 dl, .content.size-16 p, .content.size-16 blockquote {
  font-size: 1rem;
}

.content.size-18 ul, .content.size-18 ol, .content.size-18 dl, .content.size-18 p, .content.size-18 blockquote {
  font-size: 1.125rem;
}

.content.size-20 ul, .content.size-20 ol, .content.size-20 dl, .content.size-20 p, .content.size-20 blockquote {
  font-size: 1.25rem;
}

.content ul li {
  margin: 0 .5rem 0 1.25rem;
  padding-left: .5rem;
  line-height: 1.636;
  list-style: disc;
}

.content ul.pagination-list {
  margin: 0;
}

.content ul.pagination-list li {
  margin: 0;
  list-style: none;
}

.content ul.is-disc li {
  list-style: disc;
}

.content ol li {
  margin: 0 .5rem 0 1.25rem;
  padding-left: .5rem;
  line-height: 1.636;
  list-style-position: outside;
}

.content blockquote > blockquote, .content aside {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content blockquote > blockquote p, .content aside p {
  text-align: left;
  color: #0d203f;
  background: #f9f7ee;
  border: 1px solid #d9dbe8;
  border-radius: .667rem;
  font-size: 1.2rem;
  line-height: 1.8;
  box-shadow: 0 3px 6px #1e1e1e20;
  margin: 2.5em auto 5rem !important;
  padding: 1.25rem 1.5rem !important;
}

.content blockquote > blockquote a, .content aside a {
  color: #0e8fdd;
}

.content blockquote {
  border-left: none;
  margin: 0 !important;
  padding: 0 0 !important;
}

.content blockquote p {
  color: #081f24;
  color: #345995;
  text-align: left;
  background: #f4f0f5;
  border-left: 4px solid #d9dbe8;
  line-height: 2;
  margin: 1rem auto !important;
  padding: .65rem 5% .65rem 2rem !important;
  font-size: 1.1rem !important;
}

.content blockquote a {
  color: #0e8fdd;
}

.content iframe {
  margin: 2rem 0;
}

.content pre, .content code {
  margin-bottom: 2rem !important;
}

.content pre code {
  margin-bottom: 0 !important;
}

.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code {
  font-weight: bold;
  font-size: 1em !important;
}

.content pre, .content code {
  margin-bottom: 2rem !important;
}

.content pre code {
  margin-bottom: 0 !important;
}

.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code {
  font-weight: bold;
  font-size: 1em !important;
}

.content strong {
  color: #0d203f;
}

.content a {
  color: #0a68a1;
  border-radius: .333em;
  position: relative;
}

.content a:after {
  text-align: center;
  height: .125rem;
  content: " ";
  opacity: 0;
  background: #0e8fdd;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  bottom: -.2rem;
  left: 33%;
  right: 33%;
}

.content a:hover {
  color: #0e8fdd;
  background: #ffffffab;
}

.content a:hover:after {
  opacity: 1;
  left: 5%;
  right: 5%;
}

.content a:hover img + :after {
  margin-top: -4rem;
  display: none !important;
}

.content hr.page-break {
  text-align: left;
  height: 4rem;
  background: none;
}

.content hr.page-break:after {
  width: 12.5%;
  height: .33rem;
  margin: 1.5rem 0 2.5rem;
  position: relative;
}

.content .copy {
  border-radius: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: .5rem 1rem;
  position: relative;
}

.content .copy img {
  width: 1em;
}

.content .copy .button {
  opacity: 0;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: .01rem;
  right: .67rem;
}

.content .copy:hover {
  background: #6464642b;
}

.content .copy:hover .button {
  opacity: 1;
}

.content .copy-button {
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.content .copy-button:after {
  content: "Copied";
  z-index: 860;
  opacity: 0;
  color: #fff;
  background: #646464bf;
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 75%;
  right: 25%;
  transform: perspective(1px)translateY(-50%);
}

.content .copy-button:active {
  opacity: .8;
}

.content .copy-button:active:after {
  opacity: 1;
  top: 50%;
}

.content .card p {
  color: #0d203f;
  margin: 0;
  line-height: 1.25;
}

.content .card p.title {
  margin-bottom: .5rem;
}

.content .card p em {
  opacity: .333;
  padding: 0 .2rem 0 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-style: normal;
  display: inline-block;
}

.content .card.card-color {
  border-radius: .33rem;
  overflow: hidden;
}

.content .card.card-color figure.image {
  border: 5px solid #0000;
  transition: all .3s ease-in-out;
}

.content .card.card-color figure.image:hover {
  border-color: #fff;
}

.content .card.card-color .card-content {
  padding: .5rem .5rem 1rem;
}

.content .card.card-color .card-content p {
  letter-spacing: -.02em;
  margin: 0 0 -.333rem;
}

.content h1 code, .content h2 code, .content h3 code, .content h4 code, .content h5 code, .content p code, .content li code, .content td code, .content th code, .content dd code {
  color: #345995;
  background: #e9e1eb;
  border-radius: .33rem !important;
}

.content pre, .content code {
  color: #fff;
  color: #bea7e5;
  background-color: #0d203f;
  background-image: linear-gradient(135deg, #0d203f 0%, #10274d 100%);
  border-radius: .67rem;
  margin-left: 0;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: .925rem;
}

.content pre a, .content code a {
  color: #0e8fdd;
}

.content pre > code, .content code > code {
  background-color: #0000 !important;
  background-image: none !important;
}

.content pre code.hljs, .content code code.hljs {
  padding: 0 !important;
}

.content pre code.hljs .hljs-meta, .content code code.hljs .hljs-meta {
  color: #34e8bd;
}

.content pre {
  max-width: 100%;
  margin: 1.333rem 0;
  position: relative;
}

.content code {
  border-radius: 0 !important;
}

.content .hljs {
  background-color: #0000 !important;
}

.content pre code.hljs {
  padding: 1em;
  display: block;
  overflow-x: auto;
}

.content code.hljs {
  padding: 3px 5px;
}

.content .hljs {
  color: #abb2bf;
  background: #282c34;
}

.content .hljs-comment, .content .hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.content .hljs-doctag, .content .hljs-formula, .content .hljs-keyword {
  color: #c678dd;
}

.content .hljs-deletion, .content .hljs-name, .content .hljs-section, .content .hljs-selector-tag, .content .hljs-subst {
  color: #e06c75;
}

.content .hljs-literal {
  color: #56b6c2;
}

.content .hljs-addition, .content .hljs-attribute, .content .hljs-meta .hljs-string, .content .hljs-regexp, .content .hljs-string {
  color: #98c379;
}

.content .hljs-attr, .content .hljs-number, .content .hljs-selector-attr, .content .hljs-selector-class, .content .hljs-selector-pseudo, .content .hljs-template-variable, .content .hljs-type, .content .hljs-variable {
  color: #d19a66;
}

.content .hljs-bullet, .content .hljs-link, .content .hljs-meta, .content .hljs-selector-id, .content .hljs-symbol, .content .hljs-title {
  color: #61aeee;
}

.content .hljs-built_in, .content .hljs-class .hljs-title, .content .hljs-title.class_ {
  color: #e6c07b;
}

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

.content .hljs-strong {
  font-weight: 700;
}

.content .hljs-link {
  text-decoration: underline;
}

html.dark-theme > body {
  color: #fff;
  background: #0d203f;
}

html.dark-theme > body h1, html.dark-theme > body h2, html.dark-theme > body h3, html.dark-theme > body h4, html.dark-theme > body p, html.dark-theme > body li {
  color: #fff;
}

html.dark-theme > body .content a, html.dark-theme > body article a {
  color: #34e8bd;
}

html.dark-theme > body .content strong, html.dark-theme > body article strong {
  color: #ece5ee;
}

html.dark-theme > body h1, html.dark-theme > body h2, html.dark-theme > body h3, html.dark-theme > body h4, html.dark-theme > body h5, html.dark-theme > body p, html.dark-theme > body li {
  color: #fff;
}

html.dark-theme > body pre {
  background: linear-gradient(0deg, #173564 15%, #233e68 100%);
}

html.dark-theme > body pre code {
  color: #dbc8e2;
}

html.dark-theme > body .content h1 code, html.dark-theme > body .content h2 code, html.dark-theme > body .content h3 code, html.dark-theme > body .content h4 code, html.dark-theme > body .content h5 code, html.dark-theme > body .content p code, html.dark-theme > body .content li code, html.dark-theme > body .content th code, html.dark-theme > body .content td code, html.dark-theme > body .content dd code {
  color: #ece5ee;
  background-color: #213762;
}

html.dark-theme > body .content .hljs {
  color: #d2c3d7;
}

html.dark-theme > body .content .hljs-comment, html.dark-theme > body .content .hljs-quote {
  color: #afafac;
}

html.dark-theme > body .content a:hover {
  background: #1b2c4f !important;
}

html.dark-theme > body .content .table thead {
  background-color: #525776;
}

html.dark-theme > body .content .table thead th {
  color: #070c16;
  background-color: #525776;
  border-color: #040b15;
}

html.dark-theme > body .content .table td {
  color: #ece5ee;
  border-color: #040b15;
}

html.dark-theme > body .content .table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
  background-color: #213762;
}

html.dark-theme > body .content .pagination-link, html.dark-theme > body .content .pagination-next, html.dark-theme > body .content .pagination-previous {
  border-color: #040b15;
}

@media screen and (max-width: 1023px) {
  #topbar.navbar .logo {
    width: 3rem;
    height: 3rem;
    background: url("avatar.63e1d6e5.png") 0 0 / contain no-repeat;
  }

  #topbar.navbar .logo svg, #topbar.navbar .logo span {
    display: none !important;
  }

  #topbar.navbar .logo-project {
    margin-left: .5rem;
  }

  #topbar.navbar .navbar-menu.is-pulled-right {
    text-align: right;
  }

  #topbar.navbar .navbar-menu.is-pulled-right a {
    float: right;
  }

  .menu-wrap {
    z-index: 1400;
    width: 100vw;
    display: none;
  }

  .menu-wrap.is-active {
    position: fixed;
    inset: 0;
    display: block !important;
  }

  .menu-wrap aside.menu {
    width: 100vw;
    padding-top: 8rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  article.content section, footer {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  main.is-fullwidth {
    max-width: 90vw !important;
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }

  .menu-wrap + article.content {
    padding-left: 0;
    max-width: 85vw !important;
  }

  footer.is-shallow .footer-nav {
    max-width: 90vw;
    padding-left: 5vw;
    padding-right: 5vw;
    border-color: #0000 !important;
  }

  footer.is-shallow .footer-nav .navbar-item {
    display: inline-block;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: .1125rem;
}

body {
  background: #fcf5ff;
}

body #topbar.navbar {
  background: #fdf8ff;
  border-bottom: 1px solid #e1d2f6;
}

body #topbar.navbar .logo-wrap .logo-developer {
  color: #a87ce6;
}

body.documentation .menu-wrap {
  background: linear-gradient(105deg, #efe3f580 0%, #f0e6f4bd 100%);
  border-right: 1px solid #e7d3f2;
}

body.documentation aside.menu .button-wrap {
  background: #f5ebf9;
  border-top: 1px solid #e7d3f240;
  border-right: 1px solid #e7d3f2;
}

body.documentation aside.menu a.button {
  color: #0e092d;
  background: #fff;
  color: #0e092d !important;
}

body.documentation aside.menu a.button.is-primary {
  border: 2px solid #34e8bd !important;
}

body.documentation aside.menu a.button.is-secondary {
  box-shadow: 0 4px 16px #0000000d;
}

body.documentation aside.menu a.active {
  color: #213762;
  background-color: #ece5ee;
}

body.documentation aside.menu .menu-label {
  color: #384687 !important;
}

body.documentation aside.menu .menu-label.stay-open:after {
  opacity: .5;
}

body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open:hover:before, body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open.active:before, body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open .is-active:before, body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content:hover:before, body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content.active:before, body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content .is-active:before {
  opacity: 1;
  background: #a87ce6;
}

body.documentation .content h1 code, body.documentation .content h2 code, body.documentation .content h3 code, body.documentation .content h4 code, body.documentation .content h5 code, body.documentation .content h6 code, body.documentation .content p code, body.documentation .content li code, body.documentation .content th code, body.documentation .content td code, body.documentation .content dd code {
  background: #e7d3f233 !important;
}

body.documentation pre code {
  background: linear-gradient(110deg, #7e92f11f 0%, #0e092f 100%) !important;
}

html.dark-theme:root {
  color-scheme: dark;
}

html.dark-theme body.documentation {
  background: #0e092d !important;
}

html.dark-theme body.documentation .pagination-next {
  color: #fff !important;
  background-color: #282f55 !important;
}

html.dark-theme body.documentation .pagination-next p {
  color: #ccc !important;
}

html.dark-theme body.documentation .pagination-next:hover {
  background-color: #384687 !important;
}

html.dark-theme body.documentation main {
  position: relative;
}

html.dark-theme body.documentation main:after {
  filter: blur(260px);
  z-index: 0;
  content: " ";
  width: 68.4375rem;
  height: 68.4375rem;
  opacity: .2;
  background: #e6d2f133;
  border-radius: 68.4375rem;
  display: block;
  position: fixed;
  bottom: -32rem;
  right: -34rem;
}

html.dark-theme body.documentation #topbar.navbar {
  border-bottom: 1px solid #384687;
  background: #0e092d !important;
}

html.dark-theme body.documentation #topbar.navbar .logo-wrap .logo-developer a {
  color: #c5fff1 !important;
}

html.dark-theme body.documentation #topbar.navbar .logo-wrap:after {
  background-color: #384687;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .navbar-start .is-hoverable:hover + .overlay {
  background-color: #0000004d;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-item {
  color: #fff;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-item:hover {
  background: #7c6db940 !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link {
  color: #fff !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link:not(.is-arrowless):after {
  border-color: #ffffff54;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link.is-active {
  color: #fff !important;
  background: #7c6db940 !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link:hover {
  background: #7c6db959 !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu a.navbar-link.dark-mode:hover {
  background: none !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button {
  color: #fff !important;
  border-width: .1rem !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button.is-primary {
  color: #0d203f !important;
  border: none !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button.is-primary:hover {
  color: #fff !important;
}

html.dark-theme body.documentation #topbar.navbar .navbar-menu .button i {
  color: #c5fff1;
  background: #21376233;
}

html.dark-theme body.documentation .menu-wrap {
  background: linear-gradient(47deg, #0e092d24 0%, #7c6db91f 100%);
  border-right: 1px solid #384687;
}

html.dark-theme body.documentation aside.menu a {
  color: #ece5ee;
}

html.dark-theme body.documentation aside.menu a code {
  color: #e7d3f2;
}

html.dark-theme body.documentation aside.menu a.active {
  color: #34e8bd;
  background-color: #213762;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a {
  color: #fff !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:before {
  opacity: .25;
  background: #8967c2;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:hover:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:hover:before {
  opacity: 1;
}

html.dark-theme body.documentation aside.menu .menu-label {
  color: #ece5ee !important;
}

html.dark-theme body.documentation aside.menu .menu-label.stay-open:after {
  opacity: .5;
}

html.dark-theme body.documentation aside.menu .button-wrap {
  border-right: 1px solid #384687;
  background: #120c32 !important;
  border-top: 1px solid #3846871a !important;
}

html.dark-theme body.documentation aside.menu .button-wrap a.button.is-primary {
  color: #34e8bd !important;
}

html.dark-theme body.documentation aside.menu .button-wrap a.button.is-secondary {
  background: #384687;
  color: #e7d3f2 !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .menu-label {
  color: #e6d2f1 !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .menu-label:hover {
  background-color: #0e092dab;
  color: #e7d3f2 !important;
}

html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open:hover:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open .is-active:before, html.dark-theme body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content:hover:before, html.dark-theme body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content.active:before, html.dark-theme body.documentation aside.menu .accordion-tabs input:checked ~ .accordion-menu-item-content .is-active:before {
  background: #57388b;
}

html.dark-theme body.documentation footer.footer-links {
  border-top: 1px solid #e7d3f220 !important;
}

html.dark-theme body.documentation footer.footer-links .level a {
  color: #ccb2f0 !important;
}

html.dark-theme body.documentation footer.footer-links .level a:hover {
  border-radius: 25px;
  color: #fff !important;
  background: #7c6db980 !important;
}

html.dark-theme body.documentation .content a {
  color: #ccb2f0;
}

html.dark-theme body.documentation .content h1 code, html.dark-theme body.documentation .content h2 code, html.dark-theme body.documentation .content h3 code, html.dark-theme body.documentation .content h4 code, html.dark-theme body.documentation .content h5 code, html.dark-theme body.documentation .content h6 code, html.dark-theme body.documentation .content p code, html.dark-theme body.documentation .content li code, html.dark-theme body.documentation .content th code, html.dark-theme body.documentation .content td code, html.dark-theme body.documentation .content dd code {
  background: #8967c233;
}

html.dark-theme body.documentation .content pre {
  margin: 1.67rem 0 2.33rem;
}

html.dark-theme body.documentation .content pre code {
  background: linear-gradient(52deg, #140d3f 0%, #1d183e 100%) !important;
}

html.dark-theme body.documentation .content table th {
  color: #fff;
  background-color: #0a1931;
  border-bottom: 1px solid #0d203f;
}

html.dark-theme body.documentation .content table td {
  border-bottom-color: #0d203f;
}

html.dark-theme body.documentation .content table code {
  background-color: #0d203f80;
}

html.dark-theme body.documentation .content details {
  background: #1b2c4f;
  border-left: 4px solid #243c6c;
}

html.dark-theme body.documentation .content details .summary-content {
  border-top: 1px solid #243c6c;
}

html.dark-theme body.documentation .content details .summary-chevron-up, html.dark-theme body.documentation .content details .summary-chevron-down {
  background: #1b2c4f;
}

html.dark-theme body.documentation .content blockquote p {
  background: #140d3f;
  color: #e7d3f2 !important;
  border-color: #8967c240 !important;
}

html.dark-theme body.documentation .content .note {
  color: #fff;
  background: #140d3f;
}

html.dark-theme body.documentation .content .note h4 {
  color: #ece5ee;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
}

html.dark-theme body.documentation .content .note .button {
  color: #34e8bd;
  background-color: #0000;
}

html.dark-theme body.documentation .content .multitab-content {
  border: 1px solid #8093f140;
  background: none !important;
}

html.dark-theme body.documentation .content .tabs.is-boxed a {
  color: #c5b1e8;
  background-color: #0000;
  position: relative;
}

html.dark-theme body.documentation .content .tabs.is-boxed a:hover {
  color: #f9f7ee;
  border-bottom: 1px solid #8093f140;
  background: none !important;
}

html.dark-theme body.documentation .content .tabs.is-boxed a.is-active {
  color: #bea7e5;
  border: 1px solid #8093f140;
  border-bottom: none;
  line-height: 1.285;
  background: #0e092d !important;
}

html.dark-theme body.documentation .content .tabs.is-boxed a.is-active:hover {
  background: #0e092d !important;
}

html.dark-theme body.documentation .content a.anchor-link:hover {
  background: none !important;
}

html.dark-theme body.documentation .content a.anchor-link {
  fill: #fff;
}

html.dark-theme body.documentation .content blockquote p {
  background: #180f4d;
}

html.dark-theme .dropdown-content a {
  color: #34e8bd;
}

html.dark-theme .multitab-content {
  background-color: #0d203f;
}

html.dark-theme .content section h1:first-of-type + ul {
  background: #180f4d !important;
}

html.dark-theme .content section h1:first-of-type + ul:before {
  color: #e7d3f2;
}

html.dark-theme .content section h1:first-of-type + ul li a {
  display: inline-block;
  color: #e7d3f2 !important;
}

html.dark-theme .content section h1:first-of-type + ul:hover li a:hover {
  color: #fff;
  background: #0e092dcc !important;
}

html.dark-theme .search-button {
  color: #fff;
  border: 1px solid #a8a8a8;
}

html.dark-theme #topbar.navbar .navbar-dropdown.mega-menu {
  border: 1px solid #a87ce680;
  background: #0e092d !important;
}

html.dark-theme #topbar.navbar .navbar-dropdown.mega-menu .menu-item:hover {
  background-color: #38468740;
}

html.dark-theme #topbar.navbar .navbar-dropdown.mega-menu .menu-item:hover .menu-content h3 {
  color: #c5fff1;
}

html.dark-theme #topbar.navbar .navbar-dropdown.mega-menu .menu-item:hover .tag.tag-cncf {
  color: #8093f1;
}

html.dark-theme #topbar.navbar .navbar-dropdown.mega-menu .menu-item .menu-content h3 {
  color: #fff;
}

html.dark-theme #topbar.navbar .navbar-dropdown.mega-menu .menu-item .menu-content p {
  color: #e7d3f2;
}

html.dark-theme #topbar.navbar .navbar-dropdown.mega-menu .menu-item .menu-icon {
  background: url("grid-dark.83123bac.png");
  border: 1px solid #0e8fdd40;
}

html.dark-theme #topbar.navbar .logo-wrap .logo-project a {
  color: #d3c3d9;
}

html.dark-theme #topbar.navbar .navbar-menu a.navbar-item span {
  background: #0a1830;
}

html.dark-theme #topbar.navbar .navbar-menu a.navbar-item.is-active span {
  background: #21376255;
}

html.dark-theme #topbar.navbar .navbar-menu a.navbar-item span.tag {
  color: #e7d3f2 !important;
  background-color: #0e092d33 !important;
}

html.dark-theme .developer-home-wrap .hero-title {
  background: linear-gradient(90deg, #a87ce6 .06%, #e7d3f2 103.75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.dark-theme .developer-home-wrap .subtitle {
  color: #a87ce6;
}

html.dark-theme .developer-home-wrap h2, html.dark-theme .developer-home-wrap h3 {
  color: #fff !important;
}

html.dark-theme .developer-home-wrap .projects-wrapper-parent:after {
  opacity: .75;
  background: url("grid-dark.83123bac.png");
  border: 1px solid #0e8fdd40;
}

html.dark-theme .developer-home-wrap .projects-wrapper div.projects-column:before {
  border-bottom: 2px dashed #ffffff26;
  border-left: 2px dashed #ffffff26;
}

html.dark-theme .developer-home-wrap .projects-wrapper div.projects-column:after {
  border-top: 2px dashed #ffffff26;
  border-right: 2px dashed #ffffff26;
}

html.dark-theme .developer-home-wrap .projects-wrapper .project-category aside:before {
  background: linear-gradient(90deg, #13a381 0%, #c5fff180 100%);
}

html.dark-theme .developer-home-wrap .projects-wrapper .project-category aside p, html.dark-theme .developer-home-wrap .projects-wrapper .project-category aside li {
  color: #fff;
}

html.dark-theme .developer-home-wrap .projects-wrapper .project-category aside p a, html.dark-theme .developer-home-wrap .projects-wrapper .project-category aside li a {
  color: #e7d3f2;
}

html.dark-theme .developer-home-wrap .projects-wrapper .project-category aside p.mono {
  color: #8967c2;
  opacity: 1;
}

html.dark-theme .developer-home-wrap .projects-wrapper .card-project {
  background: #0b0723 !important;
  border: 1px solid #a87ce640 !important;
  outline: 1px solid #0e092d !important;
}

html.dark-theme .developer-home-wrap .projects-wrapper .card-project .card-icon {
  background: url("grid-dark.83123bac.png");
  border: 1px solid #0e8fdd40;
}

html.dark-theme .developer-home-wrap .projects-wrapper .card-project h2 .is-blue {
  color: #b9c4f7;
}

html.dark-theme .developer-home-wrap .projects-wrapper .card-project p {
  color: #e7d3f2;
}

html.dark-theme .developer-home-wrap .projects-wrapper .card-project a.card-footer-item {
  color: #97a7f4 !important;
}

html.dark-theme .developer-home-wrap .projects-wrapper .card-project:hover a.card-footer-item {
  color: #34e8bd !important;
}

html.dark-theme .developer-home-wrap .projects-wrapper .card-project.card-spin .card-icon img {
  mix-blend-mode: plus-lighter;
}

html.dark-theme .developer-home-wrap .project-gh-button.button {
  color: #fff !important;
  background: #130c3c !important;
  border: 1px solid #8967c240 !important;
}

html.dark-theme .developer-home-narrow p.subtitle {
  color: #e7d3f2;
}

html.dark-theme .developer-home-narrow .discord-card {
  border: 1px solid #8967c280;
}

html.dark-theme .developer-home-narrow .wasm-lang-card {
  background: #fdf8ff url("wasm-lang-card-dark.48999352.png") right 0 / auto 120% no-repeat;
  border: 1px solid #8967c2d2;
}

html.dark-theme .developer-home-narrow .wasm-lang-card .cta-title {
  color: #e7d3f2;
  text-shadow: 0 1px .35rem #00000080;
  font-weight: 600;
}

html.dark-theme .developer-home-narrow .wasm-lang-card .cta-description {
  color: #fff;
  font-size: .925rem;
}

html.dark-theme .developer-home-narrow .wasm-lang-card:before {
  background: linear-gradient(10deg, #0e092df2 0%, #0d203f00 100%);
}

html.dark-theme .developer-home-narrow .social-link {
  color: #fff;
  background: #8967c233;
}

html.dark-theme .developer-home-narrow .social-link i.external {
  opacity: .67;
  background: url("arrowexternal-dark.ac3a9a36.svg") 0 0 / contain no-repeat;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #fff !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  color: #0e092d;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p strong {
  color: #0e092d !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p a {
  color: #8967c2 !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  color: #8967c2;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button {
  color: #fff;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn.cm-btn-success {
  color: #0d203f !important;
  background-color: #34e8bd !important;
}

html.dark-theme .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cn-decline {
  color: #0e092d !important;
  background-color: #0000 !important;
  border: 1px solid #0e092d !important;
}

html.dark-theme .klaro .cookie-modal .cm-modal .cm-header h1 {
  color: #0e092d;
}

.documentation > .developer-home-wrap body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.documentation > .developer-home-wrap .hero-title {
  letter-spacing: .0325rem;
  background: linear-gradient(90deg, #374e9e .06%, #5736db 103.75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 60rem;
  margin: 2rem auto 6rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.documentation > .developer-home-wrap .subtitle {
  color: #485fc7;
  text-transform: uppercase;
  letter-spacing: .0225rem;
  margin: 0 0 .25rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.documentation > .developer-home-wrap .dev-tips {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 1rem;
}

.documentation > .developer-home-wrap .keyboard-shortcut {
  background-color: #f0f0f0;
  border-radius: 6px;
  margin-right: .5rem;
  padding: .3rem .6rem;
  font-size: .9rem;
}

.documentation > .developer-home-wrap .section-number {
  color: #a0a0a0;
  margin-bottom: .5rem;
  font-size: .9rem;
}

.documentation > .developer-home-wrap .projects-wrapper-parent {
  margin-bottom: 4.25rem;
  position: relative;
}

.documentation > .developer-home-wrap .projects-wrapper-parent:after {
  z-index: -10;
  content: " ";
  background: url("grid.74907336.png") 0 0 / 4rem;
  border: 1px solid #e7d3f240;
  border-radius: 1.5rem;
  display: block;
  position: absolute;
  inset: 0 -3% 0 30.333%;
}

@keyframes borderRipple {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.documentation > .developer-home-wrap .projects-wrapper {
  min-height: 392px;
  padding-bottom: 1rem;
  position: relative;
}

.documentation > .developer-home-wrap .projects-wrapper div.projects-column:before {
  width: 33%;
  min-height: 20rem;
  content: " ";
  z-index: -2;
  border-bottom: 2px dashed #a87ce680;
  border-left: 2px dashed #a87ce680;
  display: block;
  position: absolute;
  top: 11.75rem;
  left: calc(33% + 4rem);
}

.documentation > .developer-home-wrap .projects-wrapper div.projects-column:after {
  width: 25%;
  min-height: 20rem;
  content: " ";
  z-index: -1;
  border-top: 2px dashed #a87ce680;
  border-right: 2px dashed #a87ce680;
  border-top-right-radius: 3rem;
  display: block;
  position: absolute;
  top: 12rem;
  right: calc(25% + 2.67rem);
}

.documentation > .developer-home-wrap .projects-wrapper div.projects-column:first-of-type:before, .documentation > .developer-home-wrap .projects-wrapper div.projects-column:first-of-type:after, .documentation > .developer-home-wrap .projects-wrapper div.projects-column:nth-of-type(2):before {
  border-top: none;
  border-bottom: none;
}

.documentation > .developer-home-wrap .projects-wrapper div.projects-column.projects-column-two:before {
  border-left: none;
}

.documentation > .developer-home-wrap .projects-wrapper div.projects-column.projects-column-two:after {
  border-top: none;
  border-right: none;
}

.documentation > .developer-home-wrap .projects-wrapper div.projects-column.projects-column-three:before, .documentation > .developer-home-wrap .projects-wrapper div.projects-column.projects-column-three:after {
  border-left: none;
  border-right: none;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category {
  min-height: 392px;
  padding-top: 0;
  position: relative;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category aside {
  padding-top: 7.75rem;
  padding-right: 3.5rem;
  font-size: 1.25rem;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category aside:before {
  content: " ";
  height: .3333rem;
  background: linear-gradient(90deg, #ddc2fe 100%, #d7cae6 0);
  border-radius: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 3.25rem;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category aside h2 {
  color: #0d203f;
  opacity: .925;
  max-width: 15rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category aside p.mono {
  opacity: .333;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category aside p, .documentation > .developer-home-wrap .projects-wrapper .project-category aside li {
  color: #0e092d;
  max-width: 18rem;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category aside ul {
  margin: 1.5rem 0;
  padding-left: .25rem;
  list-style: inside;
}

.documentation > .developer-home-wrap .projects-wrapper .project-category aside ul li {
  margin-bottom: .5rem;
}

.documentation > .developer-home-wrap .project-gh-button.button {
  min-height: 3.5rem;
  border: 1px solid #a87ce626;
  border-radius: .33rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 1rem 2rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  box-shadow: 0 2px .5rem #2a2a4a1a;
  color: #0e092d !important;
  background: #fff !important;
}

.documentation > .developer-home-wrap .card-project {
  height: 100%;
  border-radius: 1rem;
  margin-top: 2rem;
  transition: all .3s ease-in-out;
  position: relative;
}

.documentation > .developer-home-wrap .card-project a.card-link {
  z-index: 225;
  background: none;
  border-radius: 1rem;
  display: block;
  position: absolute;
  inset: 0;
}

.documentation > .developer-home-wrap .card-project a.card-link:hover {
  background: #ffffff09;
}

.documentation > .developer-home-wrap .card-project .card-icon {
  width: 4rem;
  height: 4.21125rem;
  float: left;
  background: #f0ebf6;
  border: 1px solid #d3a8ea;
  border-radius: .4375rem;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .333rem .425rem;
  display: flex;
}

.documentation > .developer-home-wrap .card-project .tag {
  color: #0e092d;
  letter-spacing: .015rem;
  border-radius: 2rem;
  padding: .25rem .5rem;
  font-size: .825rem;
  line-height: 1;
  transition: all .3s ease-in-out;
  position: absolute;
  top: -.333rem;
  right: .75rem;
}

.documentation > .developer-home-wrap .card-project .tag-new {
  background-color: #34e8bd;
  border: 2px solid #34e8bd;
}

.documentation > .developer-home-wrap .card-project .tag.tag-cncf {
  vertical-align: middle;
  letter-spacing: .025rem;
  height: auto;
  max-width: 10rem;
  color: #8967c2;
  overflow-wrap: normal;
  white-space: wrap;
  background: #e7d3f21f url("cncf.aeacfafb.svg") .425rem / 1.75rem no-repeat;
  padding: .333rem .25rem .2rem 2.825rem;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: .825rem;
  line-height: 1.2;
  display: block;
  position: absolute;
  top: .5rem;
  right: .425rem;
  border-radius: .333rem !important;
}

.documentation > .developer-home-wrap .card-project h2 {
  letter-spacing: .0125rem;
  color: #0e092d;
  min-height: 2.5rem;
  margin: .5rem 0;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5rem;
  font-weight: 500 !important;
}

.documentation > .developer-home-wrap .card-project h2 .is-blue {
  color: #096095;
}

.documentation > .developer-home-wrap .card-project p {
  color: #374e9e;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35rem;
}

.documentation > .developer-home-wrap .card-project:before, .documentation > .developer-home-wrap .card-project:after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  background: #d5deff 0 0 / 400%;
  border-radius: 1.125rem;
  transition: all .3s ease-in-out;
  position: absolute;
  top: -2px;
  left: -2px;
}

.documentation > .developer-home-wrap .card-project:hover {
  box-shadow: 0 2px 1.5rem #2a2a4a0d;
}

.documentation > .developer-home-wrap .card-project:hover:before, .documentation > .developer-home-wrap .card-project:hover:after {
  background: linear-gradient(45deg, #2abf9a, #9bfbe5, #2abf9a, #2abf9a, #9bfbe5, #9bfbe5, #2abf9a, #9bfbe5, #2abf9a, #2abf9a) 0 0 / 400%;
  animation: 30s linear infinite borderRipple;
}

.documentation > .developer-home-wrap .card-project:hover:after {
  filter: blur(2px);
}

.documentation > .developer-home-wrap .card-project:hover .tag.tag-new {
  top: -.1rem;
}

.documentation > .developer-home-wrap .card-header, .documentation > .developer-home-wrap .card-content, .documentation > .developer-home-wrap .card-footer {
  box-shadow: none;
  border: none;
  padding: .25rem 1.5rem;
}

.documentation > .developer-home-wrap .card-header-title, .documentation > .developer-home-wrap .card-footer-item {
  padding: 0;
}

.documentation > .developer-home-wrap .card-content {
  padding: 1rem 1.5rem 1.67rem;
}

.documentation > .developer-home-wrap .card-footer {
  min-height: 2rem;
  align-items:  !important;
}

.documentation > .developer-home-wrap .card-footer-item {
  text-align: left;
  margin: 0;
  font-size: 1rem;
  position: absolute;
  bottom: 1.75rem;
  left: 1.5rem;
  right: 1.5rem;
  align-items: left !important;
  justify-content: left !important;
}

.documentation > .developer-home-wrap .card-footer-item img {
  height: auto;
  width: 13px;
  position: absolute;
  right: 0;
}

.documentation > .developer-home-wrap .card-footer-item img.external {
  width: 27px;
  height: 27px;
}

.developer-home-narrow h3 {
  letter-spacing: .015rem;
  margin: 4.5rem 0 .75rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.625rem;
}

.developer-home-narrow p.subtitle {
  color: #0e092d;
  opacity: .75;
  letter-spacing: .015rem;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: .925rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.developer-home-narrow .discord-card, .developer-home-narrow .wasm-lang-card {
  min-height: 260px;
}

.developer-home-narrow .discord-card {
  background: #0e092d url("discord-banner.59f2afdb.jpg") 0 0 / auto 120% no-repeat;
  border-radius: .67rem;
  margin: 6rem 0 4rem;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0003;
}

.developer-home-narrow .discord-card .cta-content {
  z-index: 2;
  max-width: 600px;
  position: relative;
}

.developer-home-narrow .discord-card .cta-title {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.developer-home-narrow .discord-card .cta-description {
  color: #ffffffe6;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

.developer-home-narrow .discord-card .join-button {
  color: #1a1145;
  background-color: #2ee5c2;
  border: none;
  border-radius: 50px;
  align-items: center;
  padding: .75rem 2rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: inline-flex;
}

.developer-home-narrow .discord-card .join-button:hover {
  background-color: #34e8bd;
  box-shadow: 0 5px 15px #2ee5c24d;
}

.developer-home-narrow .discord-card .join-button .icon {
  margin-left: .5rem;
}

.developer-home-narrow .wasm-lang-card {
  background: #fdf8ff url("wasm-lang-card.a3744d5d.png") right 0 / auto 120% no-repeat;
  border: 1px solid #a87ce6bf;
  border-radius: .67rem;
  margin: 6rem 0 1rem;
  padding: 2rem 1.825rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}

.developer-home-narrow .wasm-lang-card:before {
  content: " ";
  z-index: 100;
  min-height: 5rem;
  background: linear-gradient(10deg, #e7d3f2f2 0%, #fdf8ff00 100%);
  display: block;
  position: absolute;
  inset: 0;
}

.developer-home-narrow .wasm-lang-card .cta-content {
  z-index: 120;
  position: absolute;
  inset: 0;
}

.developer-home-narrow .wasm-lang-card .cta-title {
  color: #0e092d;
  margin: 2rem 1.825rem 1.5rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.developer-home-narrow .wasm-lang-card .cta-description {
  color: #0e092d;
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  bottom: 1.5rem;
  left: 1.825rem;
  right: 2.25rem;
}

.developer-home-narrow .social-link {
  color: #4a4ad4;
  background-color: #e7d3f280;
  border-radius: 2rem;
  align-items: center;
  margin: .5rem .35rem .5rem 0;
  padding: .25rem .5rem .25rem .67rem;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.developer-home-narrow .social-link i.external {
  height: 18px;
  width: 18px;
  background-size: contain;
  margin-left: .25rem;
}

.developer-home-narrow .social-link:hover {
  background-color: #e7d3f2d2;
}

.developer-home-narrow ul.connect-links {
  margin: 1rem 0 0;
  list-style: none;
}

.developer-home-narrow ul.connect-links li {
  margin: 0;
  line-height: 2;
  list-style: none;
}

.developer-home-narrow ul.connect-links li a {
  color: #7545c8;
}

.developer-home-narrow .external {
  width: 1.333rem;
  height: 1rem;
  background: url("arrowexternal.aa97a7b7.svg") no-repeat;
  display: inline-block;
}

.documentation main aside.menu {
  padding-top: 6.5rem !important;
}

.documentation header.headroom--unpinned + main aside.menu {
  padding-top: 1.5rem !important;
}

.documentation header.headroom--unpinned + main h1:first-of-type + ul {
  top: 2rem !important;
}

.menu-wrap {
  z-index: 665;
  padding: 0 1.5vw !important;
}

.menu-wrap + article.content {
  padding-left: calc(17.5vw + .75rem);
}

.menu-wrap + article.content footer.footer-links {
  padding: 1.25rem 2.5vw !important;
}

.documentation aside.menu {
  min-height: 100%;
  width: 16vw;
  background: #e6d2f1;
  flex-direction: column;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 8rem !important;
}

.documentation aside.menu .version-dropdown {
  background: none;
  border: none;
  border-bottom: 2px solid #e7d3f2;
  outline: none;
  margin: 0 1rem 1rem 0;
  padding: .2rem;
}

.documentation aside.menu .accordion-tabs {
  z-index: 200;
  flex-grow: 1;
  padding-bottom: 3.25rem;
  overflow: visible;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label {
  color: #0d203f;
  letter-spacing: .033rem;
  text-transform: none;
  cursor: pointer;
  width: 15.5vw;
  border-radius: .67rem;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: normal;
  transition: all .3s ease-in-out;
  display: flex;
  margin: .25rem 0 !important;
  padding: .25rem .75vw !important;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label:after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label:hover {
  background-color: #fff5;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label:hover:after {
  opacity: .25;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label.stay-open:after {
  opacity: .5;
}

.documentation aside.menu .button-wrap {
  min-height: 8.5rem;
  width: 17.5vw;
  z-index: 500;
  background: none;
  flex-direction: column;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0 1.25vw !important;
}

.documentation aside.menu a.button {
  text-transform: uppercase;
  letter-spacing: .1125rem;
  width: 100%;
  align-items: center;
  margin-top: 1.125rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  display: flex;
  border: none !important;
  padding: 1.25rem 0 !important;
  font-size: .775rem !important;
}

.documentation aside.menu a.button svg {
  margin-right: 1rem;
}

.documentation aside.menu a.button.is-primary {
  background-color: #0000 !important;
  border: 2px solid #34e8bd !important;
}

.documentation aside.menu a.button.is-secondary {
  box-shadow: 0 4px 16px #0000000d;
  border: none !important;
}

.documentation aside.menu a.button:hover path, .documentation aside.menu a.button:hover svg {
  fill: #34e8bd;
}

.documentation aside.menu ul {
  margin-bottom: 0;
}

.documentation aside.menu ul.menu-list.accordion-menu-item-content li a {
  color: #384687;
  font-size: .855rem;
  transition: border-color .3s ease-in-out;
}

.documentation aside.menu a {
  padding: .6rem 1vw;
  font-weight: normal;
}

.documentation aside.menu a code {
  color: #526cec;
  background-color: #ffffff20;
  border-radius: .5rem;
}

.documentation aside.menu a.button {
  padding: 0 1.333vw;
}

.documentation aside.menu .menu-label {
  padding: 1rem 1vw 0;
}

.documentation aside.menu .accordion-tabs {
  border-radius: 8px;
}

.documentation aside.menu .accordion-tabs input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item-content {
  max-height: 0;
  padding: 0 1em 0 .2rem;
  overflow: hidden;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item-content.stay-open {
  max-height: 100vh;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label.stay-open {
  cursor: auto;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label.stay-open:after, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked + .menu-label:after {
  transform: rotate(90deg);
  margin-top: .3rem !important;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content {
  max-height: 100vh;
  padding: .25em .75rem 1.5rem;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a {
  letter-spacing: .02rem;
  padding: .3rem 1vw;
  line-height: 1.77;
  position: relative;
  background: none !important;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:before {
  content: " ";
  min-height: 2rem;
  width: 2px;
  background: #e7d3f2;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.175rem;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a:hover:before, .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a.active:before, .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a .is-active:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a:hover:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a.active:before, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a .is-active:before {
  background: #a87ce6;
}

.documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a.active, .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a .is-active, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a.active, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a .is-active {
  font-weight: bold;
}

#topbar.navbar {
  align-items: center;
  display: flex;
}

#topbar.navbar.is-wide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#topbar.navbar .logo-wrap {
  width: 17.5vw;
  border: none;
  align-items: center;
  margin-right: -2px;
  display: flex;
  position: relative;
}

#topbar.navbar .logo-wrap .logo {
  margin-top: -4px !important;
}

#topbar.navbar .logo-wrap .logo svg {
  margin-left: 1.2vw;
  height: 30% !important;
  min-height: auto !important;
  max-height: auto !important;
  max-width: auto !important;
}

#topbar.navbar .logo-wrap .logo-developer {
  letter-spacing: .0225rem;
  text-transform: uppercase;
  letter-spacing: .1125rem;
  margin: 0;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 70%;
  font-weight: 500;
  display: inline-block !important;
}

#topbar.navbar .logo-wrap .logo-developer a {
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 12px !important;
  display: inline-block !important;
}

#topbar.navbar .logo-wrap:after {
  width: 1px;
  height: 2rem;
  content: " ";
  background: #e7d3f2bf;
  display: block;
  position: absolute;
  right: 0;
}

#topbar.navbar .navbar-menu {
  height: 4rem;
  padding-left: 1.33vw;
  padding-right: 1vw;
  display: flex;
}

#topbar.navbar .navbar-menu .has-dropdown a.navbar-link {
  padding-right: 2rem;
}

#topbar.navbar .navbar-menu .has-dropdown a.navbar-link:after {
  width: .5rem;
  height: .5rem;
  opacity: .5;
  border-width: 1px;
  border-color: #384687;
  border-radius: 0;
  margin-top: -.67em;
  font-size: .5rem;
  right: .775rem;
}

#topbar.navbar .navbar-menu a.navbar-item {
  letter-spacing: .05rem;
  letter-spacing: .025rem;
  color: #384687;
  border-radius: .725rem;
  margin-left: 1vw;
  margin-right: .67vw;
  padding: .3rem 1.125rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

#topbar.navbar .navbar-menu a.navbar-item:hover {
  background: #e6d2f140 !important;
}

#topbar.navbar .navbar-menu a.navbar-link {
  letter-spacing: .0125rem;
  color: #384687;
  height: 5rem;
  border-radius: .725rem;
  margin-left: 1vw;
  margin-right: .67vw;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: 500 !important;
}

#topbar.navbar .navbar-menu a.navbar-link span {
  padding: .3rem 1.125rem;
  line-height: 1.5;
  display: block;
}

#topbar.navbar .navbar-menu a.navbar-link.is-active span {
  background: #e6d2f140 !important;
}

#topbar.navbar .navbar-menu a.navbar-link .is-arrowless > span:after {
  display: none;
}

#topbar.navbar .navbar-menu a.navbar-link:hover span {
  background: #e6d2f16c !important;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode {
  width: auto;
  margin-right: 1.425rem;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode:hover span {
  background: none !important;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode > span:after {
  display: none !important;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode svg {
  fill: #bca2ca;
  opacity: .925;
}

#topbar.navbar .navbar-menu a.navbar-link.dark-mode svg:hover {
  fill: #8458ce;
  background: none !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button {
  letter-spacing: .025em;
  border-radius: 3rem;
  padding: 1rem;
  line-height: 1.25;
  color: #0e092d !important;
  margin: 0 .333vw !important;
  font-size: .925rem !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-primary {
  background-color: #34e8bd;
  border: none;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-primary:hover {
  background-color: #34e8bd !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-secondary {
  border: 2px solid #34e8bd;
  background: none !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button.is-secondary:hover {
  color: #0e092d !important;
  background-color: #34e8bd !important;
}

#topbar.navbar .navbar-menu a.navbar-item.button i {
  color: #c5fff1;
  text-transform: uppercase;
  letter-spacing: .125rem;
  background: #00000020;
  border-radius: .5rem;
  margin: 0 -.225rem 0 1rem;
  font-size: .825rem;
  font-style: normal;
  padding: .125rem .33rem !important;
}

#topbar.navbar .navbar-menu .github-button-wrap {
  margin: .5rem 1rem 0;
}

#topbar.navbar .navbar-menu .github-button-wrap a.github-button {
  text-indent: -9999rem;
  color: #666;
  display: inline-block;
  position: relative;
}

#topbar.navbar .navbar-menu .github-button-wrap + a.navbar-item.button {
  margin-right: -1rem !important;
}

#topbar.navbar .dropdown {
  position: relative;
}

#topbar.navbar .dropdown :hover .dropdown-content {
  display: block;
}

#topbar.navbar .dropdown .logo-project {
  display: none;
}

#topbar.navbar .dropdown:hover + .dropdown-backdrop {
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

#topbar.navbar .dropdown-content {
  min-width: 200px;
  box-shadow: none;
  background: none;
  margin: 2rem 0 0 .3335rem;
  padding: 0;
  display: inline-block;
}

#topbar.navbar .dropdown-content a {
  color: #213762;
  cursor: pointer;
  margin-right: 1.3335rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  display: inline;
  position: relative;
}

#topbar.navbar .dropdown-content a.is-active:after {
  content: "";
  width: 90%;
  height: 3px;
  background: #0e8fdd;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  right: 0;
}

#topbar.navbar .dropdown-content :first-child {
  display: none;
}

#topbar.navbar .dropdown:hover .dropdown-content {
  display: block;
}

#topbar.navbar .logo-wrap .logo-project {
  margin: 1.875rem 1.125rem 0 .125rem;
  display: inline-block;
}

.navbar-menu {
  z-index: 1020;
  position: relative;
}

.navbar-menu .navbar-start {
  z-index: 1023;
  align-items: center;
}

.navbar-menu .navbar-start .is-hoverable {
  z-index: 9999;
}

.navbar-menu .navbar-start .is-hoverable .navbar-link {
  margin-left: 0;
  padding: 0 3.33rem 0 .75rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu {
  min-width: 1020px;
  border: 1px solid #e1d2f6;
  margin-top: -2px;
  padding: .333rem .67rem .333rem .333rem;
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0 .5rem 2rem #0a0a0a1a;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .mega-menu-title {
  color: #8967c2;
  letter-spacing: .0125rem;
  margin: .5rem 1rem 1rem;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: .925rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .mega-menu-title span {
  color: #e6d2f1;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-weight: 400;
  display: block;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item {
  border-radius: .67rem;
  align-items: flex-start;
  margin: 0 0 1rem;
  padding: .75rem 1rem;
  display: flex;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item:hover {
  background-color: #fdf8ff;
  transition: all .3s ease-in-out;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item:hover .tag.tag-cncf {
  opacity: 1;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item .menu-icon {
  width: 48px;
  height: 48px;
  background: #f0ebf6;
  border: 1px solid #d3a8ea;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item .tag {
  text-transform: uppercase;
  letter-spacing: .1125rem;
  vertical-align: middle;
  letter-spacing: .025rem;
  height: auto;
  border-radius: 1rem;
  margin: -.333rem 0 0 .75rem;
  padding: .3rem .425rem .15rem 1.825rem;
  line-height: 1;
  display: inline-block;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item .tag.tag-cncf {
  content: "CNCF";
  color: #8967c2;
  opacity: .67;
  background: #e7d3f21f url("cncf.aeacfafb.svg") .5rem / .825rem no-repeat;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: .825rem;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item .menu-content a {
  min-height: 3rem;
  display: inline-block;
  margin-left: 1.125rem !important;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item .menu-content h3 {
  color: #0e092d;
  margin: 0 0 .25rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.navbar-menu .navbar-start .is-hoverable .navbar-dropdown.mega-menu .menu-item .menu-content p {
  color: #0b70ad;
  font-family: Work Sans, Europa, Avenir, system, -apple-system, \.SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.0875rem;
}

.navbar-menu .navbar-end {
  z-index: 1022;
  align-items: center;
  margin-right: 1.5vw;
}

.navbar-menu a {
  margin-left: 1.75rem;
}

.navbar-menu a.navbar-item {
  margin-left: .67rem;
  font-size: 1.125rem;
  position: relative;
}

.navbar-menu a.navbar-item span {
  border-radius: 1.75rem;
  padding: .25rem 1rem;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.navbar-menu a.navbar-item span:hover {
  background-color: #e4dae8;
}

@media screen and (min-width: 1140px) {
  .navbar-dropdown.mega-menu {
    max-width: 1080px;
    margin-left: -540px;
    position: fixed;
    margin-top: 0 !important;
    left: 50% !important;
  }
}

.search-modal-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  z-index: 1000;
  margin: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.search-button-container {
  width: 100%;
  z-index: 11;
  display: block;
  position: absolute;
  inset: 0 0 0 2px;
}

.mobile-search-container {
  flex-grow: 1;
  justify-content: end;
  display: flex;
}

@media (min-width: 1025px) {
  .mobile-search-container {
    display: none;
  }
}

.search-button {
  z-index: 19;
  cursor: text;
  width: 100%;
  height: 4.333rem;
  text-align: right;
  background: linear-gradient(#fff0 0% 100%);
  padding: .8rem 25rem .8rem .8rem;
  transition: all .3s ease-in-out;
  display: block;
  position: relative;
  border: none !important;
}

.search-button.mobile {
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: none;
}

.search-button.mobile.enable {
  display: block;
}

.search-button.mobile:after {
  right: 1rem;
}

.search-button.mobile:before {
  right: 0;
}

.search-button:before {
  height: 2rem;
  width: 1px;
  content: " ";
  background: #e6d2f1;
  display: block;
  position: absolute;
  top: 1rem;
  right: 30.5rem;
}

.search-button:after {
  z-index: -1;
  height: 1.35rem;
  width: 1.35rem;
  content: " ";
  background: url("search.2af741de.svg") 0 0 / cover no-repeat;
  display: inline-block;
  position: absolute;
  top: 1.33rem;
  right: 31.35rem;
}

.search-button .search-command {
  opacity: 0;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 2.35rem;
  right: 34rem;
}

.search-button .search-placeholder {
  opacity: 0;
  color: #a180d9;
  min-width: 6.5vw;
  text-align: left;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1rem;
  font-weight: normal;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  right: 43.33rem;
}

.search-button:hover {
  background: linear-gradient(0deg, #ffffff80 0%, #fff0 100%);
}

.search-button:hover .search-placeholder, .search-button:hover .search-command {
  opacity: 1;
}

@media screen and (min-width: 1024px) and (max-width: 1214px) {
  .search-button .search-placeholder, .search-button .search-command {
    display: none;
  }
}

.search-placeholder {
  padding: 0 1rem;
  font-size: .8rem;
  font-weight: 600;
}

.search-command {
  color: #345995;
  background-color: #fff;
  border-radius: .667rem;
  margin-top: -1rem;
  padding: .333em .5em;
  font-size: .7rem;
  display: inline-block;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-box {
  width: 80%;
  height: auto;
  max-width: 600px;
  max-height: 85vh;
  background: linear-gradient(45deg, #ece5ee 0%, #dad4df 100%);
  border-radius: .825rem;
  flex-direction: column;
  align-items: center;
  padding: .67rem;
  display: flex;
  position: fixed;
  top: 7.5vh;
  box-shadow: 1px 3px 5px #0000000a;
}

@media (max-width: 1025px) {
  .modal-box {
    width: 95%;
  }
}

.modal-search-bar {
  box-sizing: border-box;
  width: 100%;
  color: #7545c8;
  border: 1px solid #bea7e5;
  border-radius: .667rem;
  margin-bottom: .67rem;
  padding: .8rem 1rem;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1rem;
  line-height: 2;
}

.modal-search-bar:focus {
  color: #6234b0;
  outline: none;
}

.result-section-container {
  width: 100%;
  color: #ab8cb6;
  flex-direction: column;
  flex-grow: 1;
  font-size: .825rem;
  line-height: 2;
  display: flex;
  overflow-y: auto;
}

.result-section-container .suggested-project {
  color: #213762;
  background-color: #fff;
  border-radius: .67rem;
  flex-direction: column;
  margin: 1.125rem;
  padding: .75rem 1.333rem .825rem;
  display: flex;
}

.result-section-container .suggested-project:first-of-type, .result-section-container .suggested-project:nth-child(2) {
  margin-top: 2rem;
}

.result-section-container .suggested-project .project-title {
  color: #7545c8;
  font-size: 1.25rem;
  font-weight: 600;
}

.result-section-container .suggested-project .recommended-navs {
  justify-content: space-evenly;
  align-items: left;
  display: flex;
  position: relative;
}

@media (max-width: 1025px) {
  .result-section-container .suggested-project .recommended-navs {
    padding-left: 2rem;
    display: block;
  }
}

.result-section-container .suggested-project .recommended-navs:before {
  content: "↪";
  width: 2rem;
  color: #bea7e5;
  opacity: .5;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  top: .125rem;
  left: .5rem;
}

.result-section-container .suggested-project .recommended-navs a.suggested-project-link {
  justify-content: left;
  align-items: left;
  color: #8b62d1;
  border-radius: .25rem;
  font-size: .925rem;
  transition: all .3s ease-in-out;
  display: flex;
  overflow-y: auto;
  margin: .1rem 0 !important;
  font-weight: normal !important;
}

.result-section-container .suggested-project .recommended-navs a.suggested-project-link:hover {
  color: #14305f;
}

.result-section-container .result-section {
  width: 100%;
  border-radius: .667rem;
  flex-grow: 1;
  overflow-y: auto;
}

.result-section-container .result-section::-webkit-scrollbar {
  width: 0;
}

.result-section-container .result-filters {
  justify-content: space-between;
  align-items: center;
  padding: 0 .4rem .4rem;
  line-height: 2;
  display: flex;
}

.result-section-container .result-filters .filter-categories {
  max-width: 80%;
}

@media (max-width: 1025px) {
  .result-section-container .result-filters .filter-categories {
    margin-top: 2rem;
    position: relative;
  }

  .result-section-container .result-filters .filter-categories:before {
    position: absolute;
    top: -2rem;
  }
}

.result-section-container .result-filters .filter-categories:before {
  content: "Filters:";
  color: #ab8cb6;
  float: left;
  padding-right: .5rem;
  font-size: .825rem;
  display: inline-block;
}

.result-section-container .result-filters .reset-filter {
  color: #ab8cb6;
  font-size: .8rem;
}

@media (max-width: 1025px) {
  .result-section-container .result-filters .reset-filter {
    transform: translateY(-1rem);
  }
}

.result-section-container .result-filters code {
  text-transform: lowercase;
  color: #525776;
  opacity: .5;
  background-color: #e6dde9;
  border-radius: 1rem;
  margin-left: .5rem;
  padding: .275rem 1.5rem .275rem .67em;
  font-size: .8rem;
  transition: all .3s ease-in-out;
  position: relative;
}

.result-section-container .result-filters code:after, .result-section-container .result-filters code:before {
  content: " ";
  width: 2px;
  height: 11px;
  background-color: #ece5ee;
  display: inline-block;
  position: absolute;
  top: .375rem;
  right: .75rem;
  transform: rotate(45deg);
}

.result-section-container .result-filters code:before {
  transform: rotate(135deg);
}

.result-section-container .result-filters code.active {
  opacity: 1;
  color: #926cd4 !important;
  background-color: #cbb9d2 !important;
}

.result-section-container .result-filters code:hover {
  background-color: #cbb9d2 !important;
}

.result-block {
  color: #213762;
  background-color: #fff;
  border-radius: .67rem;
  flex-direction: column;
  margin: 1.125rem;
  padding: .75rem 1.333rem .825rem;
  display: flex;
}

.result-block a {
  color: #7545c8;
  margin-bottom: .67rem;
  padding-right: 15%;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all .3s ease-in-out;
  position: relative;
}

.result-block a span {
  width: auto;
  line-height: 1.4;
  display: block;
}

.result-block a:hover {
  color: #14305f;
}

@media (max-width: 1025px) {
  .result-block a {
    padding-right: 0;
    display: block;
  }
}

.result-block code {
  text-transform: lowercase;
  color: #926cd4;
  background-color: #f5f2f7;
  border-radius: 1rem;
  margin-left: .5rem;
  padding: .25rem .67em;
  font-size: .8rem;
  position: absolute;
  top: .125rem;
  right: 0;
}

@media (max-width: 1025px) {
  .result-block code {
    width: auto;
    display: inline-block;
    position: relative;
    transform: scale(.8)translate(-1.5rem, -.5rem);
  }
}

.result-block a.result-subitem {
  color: #8b62d1;
  border-radius: .25rem;
  align-items: center;
  font-size: .925rem;
  transition: all .3s ease-in-out;
  display: flex;
  overflow-y: auto;
  margin: .2rem 0 !important;
  font-weight: normal !important;
}

.result-block a.result-subitem:hover {
  color: #14305f;
}

.result-item-icon {
  padding: 0 .5rem 0 0;
}

html.dark-theme #topbar.navbar .search-button:hover {
  background: linear-gradient(#21376200 0%, #21376240 100%);
}

html.dark-theme .search-button-container:after {
  background: url("search-white.8e5bc66c.svg") no-repeat !important;
}

html.dark-theme .search-button .search-placeholder {
  color: #ece5ee;
}

html.dark-theme .search-button {
  color: #fff;
  border: none !important;
}

html.dark-theme .search-button:before {
  background: #e7d3f233 !important;
}

html.dark-theme .search-command {
  color: #ece5ee;
  background-color: #21376280;
}

html.dark-theme .search-modal-container .modal-wrapper {
  background-color: #00000040;
}

html.dark-theme .search-modal-container .modal-box {
  background: linear-gradient(45deg, #213762 0%, #525c76 100%);
}

html.dark-theme .search-modal-container input[type="text"].modal-search-bar {
  color: #fff;
  background-color: #172745;
  border: 1px solid #a180d9;
  outline: none;
}

html.dark-theme .search-modal-container input[type="text"].modal-search-bar::placeholder {
  color: #dbcef1;
}

html.dark-theme .search-modal-container .result-block {
  background-color: #213762;
}

html.dark-theme .search-modal-container .result-block a {
  color: #fff;
}

html.dark-theme .search-modal-container .result-block code {
  background-color: #0d203f;
}

html.dark-theme .search-modal-container .result-block a.result-subitem {
  background-color: #0000;
}

html.dark-theme .search-modal-container .result-block a.result-subitem:hover {
  color: #4976c0;
}

html.dark-theme .search-modal-container .result-block .result-subheading-container a {
  color: #34e8bd;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code, html.dark-theme .search-modal-container .result-section-container .result-filters span {
  cursor: pointer;
  transition: all .3s ease-in-out;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code {
  color: #ece5ee !important;
  background-color: #213762 !important;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code:hover {
  opacity: .85;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code:before, html.dark-theme .search-modal-container .result-section-container .result-filters code:after {
  background-color: #0d203f;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code.active {
  background-color: #a180d9 !important;
}

html.dark-theme .search-modal-container .result-section-container .result-filters code.active:before, html.dark-theme .search-modal-container .result-section-container .result-filters code.active:after {
  background-color: #484c67;
}

html.dark-theme .search-modal-container .result-section-container .suggested-project {
  background-color: #213762;
}

html.dark-theme .search-modal-container .result-section-container .suggested-project .project-title {
  color: #fff;
}

html.dark-theme .search-modal-container .result-section-container .suggested-project .suggested-project-link {
  color: #34e8bd;
  background-color: #0000;
}

footer.footer-links {
  min-height: auto;
  z-index: 1400;
  background: none !important;
  border-top: 1px solid #e6d2f1ab !important;
  margin: 7.25rem auto 0 !important;
  padding: 1.25rem 0 !important;
}

footer.footer-links a.navbar-item {
  margin-right: 2.5vw;
  padding: .5rem .25rem;
  font-size: 1rem;
}

footer.footer-links .footer-logo {
  max-width: 11.5rem;
}

footer.footer-links .footer-logo:hover {
  background-color: #0000;
}

footer.footer-links .footer-logo:hover:after {
  display: none;
}

.documentation .feedback-wrapper {
  width: 15vw;
  height: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 90px;
}

.documentation .feedback-wrapper.end-of-page {
  width: 100%;
  max-width: 800px;
  justify-content: center;
  display: flex;
  position: relative;
  right: 0;
}

.documentation .feedback-wrapper.end-of-page .feedback-modal {
  width: 100%;
  padding: 1rem;
}

.documentation .feedback-wrapper.end-of-page .feedback-modal .statement {
  margin: 1rem;
  font-weight: 400;
}

.documentation .feedback-wrapper.end-of-page .feedback-modal .feedback-response-container {
  margin-bottom: 1rem;
}

.documentation .feedback-wrapper .feedback-modal {
  min-height: 50px;
  width: 15vw;
  z-index: 0;
  opacity: 0;
  background-color: #f2e7f8;
  border-radius: .67rem;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  transition: opacity .25s ease-in;
  display: flex;
  position: sticky;
  top: 80vh;
}

.documentation .feedback-wrapper .feedback-modal textarea {
  width: 100%;
  height: 75px;
  resize: none;
  border-radius: .33rem;
  outline: none;
  margin-bottom: 1rem;
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: none !important;
}

.documentation .feedback-wrapper .feedback-modal .close {
  width: 100%;
  height: 1rem;
  position: relative;
}

.documentation .feedback-wrapper .feedback-modal .close:after {
  width: 1.25rem;
  height: 1.25rem;
  content: "x";
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -.5rem;
  right: -.5rem;
}

.documentation .feedback-wrapper .feedback-modal .statement {
  text-align: center;
  margin-bottom: .4rem;
  font-size: 1rem;
}

.documentation .feedback-wrapper .feedback-modal a {
  width: 100%;
  color: #fff;
  text-align: center;
  background: #1fbca0;
  border-radius: .33rem;
  padding: .4rem;
  font-size: 1rem;
  text-decoration: none;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container {
  width: 100%;
  justify-content: space-around;
  margin-top: 1rem;
  display: flex;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container .feedback-button {
  height: 50px;
  width: 50px;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container .feedback-button svg path {
  fill: #b691ea;
}

.documentation .feedback-wrapper .feedback-modal .feedback-response-container .feedback-button svg:hover path {
  fill: #a171e4;
}

html.dark-theme .documentation .content .note .button {
  background-color: #1fbca0 !important;
  top: 0 !important;
  transform: none !important;
}

html.dark-theme body main .feedback-wrapper .feedback-modal {
  background-color: #180f4d !important;
}

html.dark-theme body main .feedback-wrapper .feedback-modal textarea {
  background-color: #22166d !important;
}

html.dark-theme body main .feedback-wrapper .feedback-modal a {
  background: #1fbca0;
}

@media screen and (max-width: 1661px) {
  .documentation main .feedback-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
    right: 0;
  }

  .documentation main .feedback-wrapper .feedback-modal {
    width: 100%;
    padding: 1rem;
  }

  .documentation main .feedback-wrapper .feedback-modal .statement {
    margin: 1rem;
    font-weight: 400;
  }

  .documentation main .feedback-wrapper .feedback-modal .feedback-response-container {
    margin-bottom: 1rem;
  }

  .documentation main .feedback-wrapper .feedback-modal .feedback-response-container button {
    top: 0;
  }
}

.documentation .content .note .button {
  top: 0 !important;
  transform: none !important;
}

.card-example-list .card {
  height: 12rem;
  transition: background .5s ease-in-out 0;
  transition: border-color .3s ease-in-out 0;
  z-index: 800;
  background: #f9ebff;
  border: 1px solid #dbbfeb;
  border-radius: 1.333rem;
  flex-direction: column;
  padding: 1.333rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 .25rem .333rem #0000000d;
}

.card-example-list .card header {
  max-height: 2rem;
  justify-content: space-between;
  align-items: center;
  transition: all .5s ease-in-out .15s;
  display: flex;
}

.card-example-list .card header .category {
  color: #213762;
  color: #384687;
  text-transform: uppercase;
  letter-spacing: .1125rem;
  letter-spacing: .05rem;
  opacity: 1;
  background-color: #fff;
  border-radius: .67rem;
  align-items: center;
  margin: 0 0 0 -.25rem;
  padding: .15rem .67rem;
  font-size: .75rem;
  transition: all .5s ease-in-out .15s;
  display: flex;
  overflow: hidden;
}

.card-example-list .card header .category svg {
  width: 1rem;
  height: 1rem;
  fill: #384687;
  opacity: .8;
  margin-left: .5rem;
}

.card-example-list .card header .icon {
  width: 20px;
  height: 20px;
}

.card-example-list .card header .icon path {
  stroke: #000;
}

.card-example-list .card article {
  flex-grow: 1;
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: margin-top .5s ease-in-out .25s;
  overflow-y: hidden;
}

.card-example-list .card article h3 {
  color: #0e092d;
  letter-spacing: .035rem;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  -webkit-box-orient: vertical;
  margin: .25rem 0 1rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  overflow-y: hidden;
  padding: 0 !important;
}

.card-example-list .card article h3 a {
  display: none;
}

.card-example-list .card .summary {
  max-height: 0;
  opacity: 0;
  color: #282f55;
  letter-spacing: .05rem;
  font-size: .9rem;
  font-weight: 400;
  transition: opacity .5s ease-in-out .25s;
  overflow: hidden;
}

.card-example-list .card .tags {
  font-size: .75rem;
  position: absolute;
  bottom: 1.33rem;
  left: 1.25rem;
  right: 1.25rem;
  overflow: hidden;
}

.card-example-list .card .tags span {
  color: #8967c2;
  text-transform: uppercase;
  letter-spacing: .1125rem;
  letter-spacing: .0825rem;
  margin-right: .5rem;
  padding: .2rem;
  font-size: .7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.21538rem;
}

.card-example-list .card:hover {
  background: #fcf3ff;
  border-color: #a87ce6;
}

.card-example-list .card:hover header {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transform: translateY(-2rem);
}

.card-example-list .card:hover header .category {
  opacity: .2;
}

.card-example-list .card:hover article {
  max-height: 8.2rem;
  flex-grow: 0;
  margin-top: -.5rem;
}

.card-example-list .card:hover .summary {
  max-height: 200px;
  opacity: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-grow: 1;
  line-height: 1.33;
  display: -webkit-box;
}

.dark-theme body .card-example-list a.card {
  color: #fff;
  border-color: #744cb7;
  background: #202644 !important;
}

.dark-theme body .card-example-list a.card:hover {
  border-color: #a87ce6;
  background: linear-gradient(105deg, #382c51 0%, #251f3a 100%) !important;
  box-shadow: 0 4px 4px #00000040 !important;
}

.dark-theme body .card-example-list a.card .category {
  color: #e7d3f2;
  background-color: #39245b !important;
}

.dark-theme body .card-example-list a.card .category svg {
  fill: #e7d3f2;
}

.dark-theme body .card-example-list a.card .summary {
  color: #fff !important;
}

.dark-theme body .card-example-list a.card .tags span {
  color: #bd9cec;
}

.dark-theme body .card-example-list a.card article, .dark-theme body .card-example-list a.card article h3 {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  main.is-fullwidth {
    max-width: 92vw !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

  #topbar.navbar .logo-wrap {
    width: 100% !important;
  }

  #topbar.navbar .navbar-menu {
    display: none !important;
  }

  #topbar.navbar .search-button-container {
    display: none;
  }

  .dropdown .logo-project {
    display: block;
  }

  .dropdown .dropdown-content {
    min-width: 200px;
    background-color: #f9f9f9;
    border-radius: .667rem;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 8px 16px #0003;
  }

  .dropdown .dropdown-content a {
    color: #213762;
    cursor: pointer;
    margin: 0;
    padding: .5rem;
    font-size: 1.125rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }

  .dropdown .dropdown-content a.is-active:after {
    display: none;
  }

  .dropdown .dropdown-content a:hover {
    background-color: #e9e1eb;
  }

  .dropdown :hover .dropdown-content {
    display: block;
  }

  .dropdown:hover + .dropdown-backdrop {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .menu-wrap + article.content {
    max-width: 95vw !important;
    padding-left: 0 !important;
  }

  .menu-wrap + article.content footer.footer-links {
    padding: 1.25rem 0 !important;
  }

  .documentation aside.menu {
    width: 100vw !important;
    background: linear-gradient(105deg, #efe3f5 0%, #f0e6f4 100%) !important;
    padding-bottom: 0 !important;
  }

  .documentation aside.menu .search-button-container {
    display: none;
  }

  .documentation aside.menu a {
    padding: .6rem .75rem;
  }

  .documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label {
    width: 100%;
  }

  .documentation aside.menu .accordion-tabs .accordion-menu-item .accordion-menu-item-content.stay-open li a, .documentation aside.menu .accordion-tabs .accordion-menu-item input:checked ~ .accordion-menu-item-content li a {
    padding: .3rem 2vw;
    font-size: 1rem;
  }

  .documentation aside.menu .button-wrap {
    z-index: 1440;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    min-height: auto !important;
    background: none !important;
    border: none !important;
    padding-top: 3rem !important;
    padding-bottom: 1.25rem !important;
  }

  .documentation > .developer-home-wrap {
    max-width: 85% !important;
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
    padding: 5.5rem 0 0 !important;
  }

  .documentation > .developer-home-wrap .projects-wrapper-parent:after {
    inset: .333rem -1.5rem 0;
  }

  .documentation > .developer-home-wrap .content.content-docs.content-docs-wide.content-docs-wide {
    max-width: 100%;
    padding-left: .75rem !important;
  }

  .documentation > .developer-home-wrap .content.content-docs.content-docs-wide.content-docs-wide > section {
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .documentation > .developer-home-wrap aside.menu a.button {
    min-width: 95%;
    background-color: #34e8bd;
    padding: 0;
    color: #0d203f !important;
  }

  .documentation > .developer-home-wrap .projects-wrapper div.projects-column:before, .documentation > .developer-home-wrap .projects-wrapper div.projects-column:after {
    display: none;
  }

  .documentation > .developer-home-wrap .projects-wrapper .project-category {
    min-height: auto;
  }

  .documentation > .developer-home-wrap .projects-wrapper .project-category aside {
    padding-top: 1.25rem;
    padding-right: 0;
  }

  .documentation > .developer-home-wrap .projects-wrapper .project-category aside:before {
    height: 1px;
    opacity: .1;
    left: .75rem;
    right: .75rem;
  }

  .documentation > .developer-home-wrap .projects-wrapper .card-project {
    margin-top: 0;
  }

  .documentation > .developer-home-wrap .projects-wrapper .project-gh-button {
    width: 100%;
    margin: 1rem auto -.5rem;
    position: relative;
    left: auto;
    right: auto;
  }

  .documentation > .developer-home-wrap .menu-wrap + article.content section {
    margin: 0;
  }

  .documentation > .developer-home-wrap .menu-wrap + article.content h1 {
    padding-right: 0;
    font-size: 1.825rem;
  }

  .documentation > .developer-home-wrap .menu-wrap + article.content p.lead {
    padding-right: 0;
    font-size: 1.125rem;
  }

  .documentation > .developer-home-wrap .card.project {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .documentation > .developer-home-wrap .card.project figure a {
    display: inline-block;
  }

  .documentation > .developer-home-wrap .card.project h3 {
    margin-top: 0;
    font-size: 1.5rem !important;
  }

  .documentation > .developer-home-wrap .card.project p {
    margin-bottom: 1rem;
  }

  .documentation > .developer-home-wrap .community-highlight {
    margin-right: 0;
  }

  .documentation > .developer-home-wrap .community-highlight event {
    padding-right: 0;
  }

  .documentation > .developer-home-wrap .community-highlight img {
    display: none;
  }

  .documentation > .developer-home-wrap .community-highlight p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .documentation > .developer-home-wrap .community-highlight date {
    font-size: .825rem;
  }

  .documentation > .developer-home-wrap .community-highlight eventtitle {
    margin: .75rem 0 0;
    font-size: 1.333rem;
    line-height: 1.4;
  }

  .documentation > .developer-home-wrap .community-highlight .carousel-cell {
    padding: 1.67rem 2rem;
  }

  .documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button {
    width: 1rem;
    height: 1rem;
    opacity: .33;
    top: 21%;
  }

  .documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button.next {
    right: .5rem;
  }

  .documentation > .developer-home-wrap .flickity-enabled .flickity-prev-next-button.previous {
    left: .5rem;
  }

  .documentation > .developer-home-wrap h2#connect {
    margin-top: 3rem;
  }

  .documentation > .developer-home-wrap .projects-wrapper .projects-category aside h2, .documentation > .developer-home-wrap .projects-wrapper .projects-category aside p {
    max-width: 100% !important;
  }

  .documentation > .developer-home-wrap .projects-wrapper .projects-category aside ul, .documentation > .developer-home-wrap .projects-wrapper .projects-category aside li {
    display: none;
  }

  .documentation .developer-home-narrow {
    width: 92vw;
  }

  .documentation .developer-home-narrow .wasm-lang-card {
    margin-top: 0;
  }

  .documentation .content {
    padding-top: 2rem;
  }

  .documentation .content h1 {
    font-size: 6.333vw;
  }

  .documentation .content h2 {
    font-size: 5vw;
  }

  .documentation .content h3 {
    font-size: 3.33vw;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) {
    padding: 1.5rem 2rem !important;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
    color: #8967c2;
    position: absolute;
    bottom: 6.25rem !important;
    left: 2.75rem !important;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
    padding-bottom: 2rem;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons, body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-ok {
    width: 100% !important;
  }

  body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button, body .klaro .cookie-notice:not(.cookie-modal-notice) .cn-ok button {
    min-width: 45% !important;
    padding: .5rem !important;
    font-size: .925rem !important;
  }

  html.dark-theme .dropdown-content {
    background-color: #213762;
  }

  html.dark-theme .dropdown-content a {
    color: #34e8bd;
  }

  html.dark-theme .dropdown-content a:hover {
    background: #0d203f;
  }

  html.dark-theme aside.menu {
    background: #0e092d !important;
  }
}

@media screen and (max-width: 1660px) {
  .documentation .content.content-docs-wide section {
    max-width: 780px !important;
  }

  .documentation .content section ul:nth-child(2), .documentation .content section ul:nth-child(3) {
    position: relative;
    left: 0;
  }

  body .klaro .cookie-notice .cn-body p {
    max-width: 67%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1380px) {
  #topbar.navbar .logo-wrap {
    width: 240px;
  }

  #topbar.navbar .logo-wrap a.navbar-item {
    padding: .5rem .1rem .5rem .333rem;
  }

  #topbar.navbar .logo-wrap .logo {
    margin-top: -5px !important;
  }

  #topbar.navbar .logo-wrap .logo svg {
    height: 10% !important;
    max-height: 10px !important;
    margin-left: 0 !important;
  }

  #topbar.navbar .logo-wrap .logo-developer {
    letter-spacing: .07rem;
    margin: 0 0 0 -4px;
    font-size: 63%;
  }

  .menu-wrap.is-fixed-desktop, .documentation aside.menu .button-wrap {
    width: 240px;
  }

  .menu-wrap + article.content {
    padding-left: 260px;
  }

  .documentation .content.content-docs.content-docs-wide section {
    max-width: 700px !important;
  }

  .documentation aside.menu {
    width: 225px;
  }

  .documentation aside.menu .accordion-tabs .accordion-menu-item .menu-label {
    width: 90%;
  }

  .documentation > .developer-home-wrap .card.project {
    min-height: 422px;
  }

  .documentation > .developer-home-wrap .card.project .card-content {
    padding: .5rem 1.2rem;
  }

  .documentation > .developer-home-wrap .card.project h3 {
    font-size: 1.2rem;
  }

  body .klaro .cookie-notice .cn-body p {
    max-width: 67%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1439px) {
  #topbar.navbar .search-button:after {
    right: 36vw;
  }

  #topbar.navbar .search-button:before {
    right: 34.5vw;
  }
}

@media screen and (min-width: 1660px) {
  #topbar.navbar a.navbar-link.dark-mode {
    margin-right: auto !important;
    position: absolute !important;
    right: 27.75vw !important;
  }

  #topbar.navbar .search-button:after {
    right: 31.25vw;
  }

  #topbar.navbar .search-button:before {
    right: 30vw;
  }

  #topbar.navbar .search-button .search-placeholder {
    right: 63rem;
  }

  #topbar.navbar .search-button .search-command {
    right: 53rem;
  }

  .documentation .content > section {
    position: relative;
    left: -9.25vw;
  }

  .documentation .content > section ul:nth-child(2), .documentation .content > section ul:nth-child(3) {
    right: 5vw;
  }

  .documentation > .developer-home-wrap .card.project h3 {
    font-size: 1.67rem;
    line-height: 1.425;
  }
}

.documentation article.content-docs section#type img {
  background: linear-gradient(50deg, #a87ce6 0%, #e6d2f1 100%);
  border-radius: .75rem;
  margin-top: 1.333em;
  margin-bottom: 1.333em;
  padding: .3rem;
  box-shadow: 0 0 67px #7d7d7d40;
}

.documentation article.content-docs section#type img.no-border {
  margin: auto;
  box-shadow: none !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.documentation .content {
  z-index: 555;
  padding-top: 3.333rem;
  position: relative;
  margin-bottom: 0 !important;
}

.documentation .content .archived-notice {
  width: 100%;
  background-color: #e7d3f2;
  border-radius: .667rem;
  margin-bottom: 4rem;
  padding: 1rem;
  font-size: 1rem;
}

.documentation .content h4 {
  margin: 1.3333em 0 .6666em;
}

.documentation .content section {
  margin-left: auto !important;
  margin-right: auto !important;
}

.documentation .content section h1:first-of-type + ul {
  max-height: 65vh;
  min-width: 15vw;
  z-index: 999;
  background: #ece5ee;
  border-radius: .333rem;
  padding: .5rem 1rem .725rem;
  line-height: 1;
  list-style: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  overflow-y: auto;
}

.documentation .content section h1:first-of-type + ul:before {
  content: "Contents:";
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7a7a7a;
  width: 100%;
  padding: 0 0 .5rem;
  font-size: .75rem;
  line-height: 2;
  display: inline-block;
}

.documentation .content section h1:first-of-type + ul li {
  margin: .05rem 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.documentation .content section h1:first-of-type + ul li a {
  color: #2d386c;
  border-left: 4px solid #7d7d7d20;
  border-radius: 1px;
  margin: 0;
  padding: .25rem 0 .25rem .5rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.documentation .content section h1:first-of-type + ul li a:hover {
  background-color: #0000;
  border-bottom: none;
  border-left: 4px solid #bea7e5;
}

.documentation .content section h1:first-of-type + ul li a:hover:after {
  display: none;
}

.documentation .content section h1:first-of-type + ul li ul {
  margin: 0;
}

.documentation .content section blockquote p {
  color: #2d386c;
  background-color: #f2e7f8;
  border-radius: .5rem;
  line-height: 1.725;
  margin: 1.67rem auto 2.67rem !important;
  font-size: 1rem !important;
}

.documentation .content section table th {
  background-color: #ece5ee;
}

.documentation .content section table th, .documentation .content section table td {
  padding: .67rem .5rem;
  font-size: .825rem;
}

.documentation .content section table code {
  background-color: #ece5ee80;
  padding: .1rem .2rem;
  font-size: .825rem;
  display: inline-block;
  margin: 0 !important;
}

@media screen and (min-width: 1661px) {
  .documentation .content section h1:first-of-type + ul {
    width: 15vw;
    z-index: 999;
    background-color: #f2e7f8;
    border-radius: .333rem;
    padding: .825rem 1rem;
    position: fixed;
    top: 86px;
    right: 90px;
  }
}

@media screen and (max-width: 1661px) {
  .documentation .content section h1:first-of-type + ul {
    display: none;
  }
}

.documentation .content.content-docs section {
  max-width: 880px !important;
}

.documentation .content h1 {
  margin-top: 2rem;
  padding-bottom: 2.67rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  position: relative;
}

.documentation .content h2 {
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  line-height: 1.5;
}

.documentation .content.content-docs-wide p {
  line-height: 1.725;
}

.documentation .content pre {
  padding: 0 !important;
}

.documentation .content pre code {
  padding: 1.125em 3.875rem 1.25rem 1.25rem !important;
}

.documentation .content pre code .hljs-comment {
  color: #bbb !important;
}

.documentation .content h1, .documentation .content h2, .documentation .content h3, .documentation .content h4, .documentation .content h5, .documentation .content h6 {
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
}

.documentation .content h1 code, .documentation .content h2 code, .documentation .content h3 code, .documentation .content h4 code, .documentation .content h5 code, .documentation .content h6 code {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-weight: 600;
  font-size: .95em !important;
}

.documentation .content details {
  width: 100%;
  max-width: 800px;
  background: #f4f0f5;
  border-left: 4px solid #d9dbe8;
  font-size: 1rem;
  position: relative;
}

.documentation .content details .summary-title {
  -webkit-user-select: none;
  user-select: none;
}

.documentation .content details:hover {
  cursor: pointer;
}

.documentation .content details .summary-content {
  cursor: default;
  border-top: 1px solid #e2e8f0;
  padding: 1em;
  font-weight: 300;
  line-height: 1.5;
}

.documentation .content details summary {
  padding: 1em;
  list-style: none;
}

.documentation .content details summary:focus {
  outline: none;
}

.documentation .content details summary:hover .summary-chevron-up svg {
  opacity: 1;
}

.documentation .content details .summary-chevron-up svg {
  opacity: .5;
}

.documentation .content details .summary-chevron-up, .documentation .content details .summary-chevron-down {
  pointer-events: none;
  background: #f4f0f5;
  position: absolute;
  top: .75em;
  right: 1em;
}

.documentation .content details .summary-chevron-up svg, .documentation .content details .summary-chevron-down svg {
  display: block;
}

.documentation .content details summary::-webkit-details-marker {
  display: none;
}

.documentation .content .note {
  color: #0d203f;
  max-width: 800px;
  background: #e2d8f4;
  border-radius: .333rem;
  margin: 5rem 0 3rem;
  position: relative;
  box-shadow: .333rem .333rem #bea7e5;
}

.documentation .content .note h4 {
  color: #0d203f;
  margin-top: 0;
  font-size: 1.25rem;
}

.documentation .content .note p:last-of-type {
  margin-bottom: 0;
  padding-right: 0;
}

.documentation .content .note .button {
  top: 50%;
  transform: translateY(-50%);
}

.documentation .copy-code-button {
  cursor: pointer;
  background: #1b2c4f;
  border: none;
  border-radius: .7rem;
  padding: .2rem .35rem;
  transition: all .3s ease-in-out;
  position: absolute;
  top: .7rem;
  right: .7rem;
}

.documentation .copy-code-button > svg {
  fill: #ededed99;
}

.documentation .copy-code-button:hover {
  background: #213762;
}

.documentation .copy-code-button.is-success {
  border-color: #18d1a5;
}

.documentation .content a.anchor-link {
  opacity: 0;
  fill: #363636;
  background-color: #0000;
  padding: .3rem;
  text-decoration: none;
}

.documentation h1:hover > a.anchor-link, .documentation h2:hover > a.anchor-link, .documentation h3:hover > a.anchor-link, .documentation h4:hover > a.anchor-link, .documentation tr:hover > a.anchor-link {
  opacity: 1;
}

.documentation a {
  font-weight: 600;
}

.documentation a.anchor-link:after {
  content: none;
}

.documentation tr {
  overflow-x: hidden;
}

.documentation tr a.anchor-link {
  position: absolute;
}

.documentation aside.menu {
  padding-bottom: 7.5rem;
}

.documentation .multitab-content-wrapper {
  padding-top: 4.55rem;
  animation: .5s ease-out opacityOnAppear;
  position: relative;
}

.documentation .multitab-content-wrapper div.tabs {
  position: absolute;
  top: 0;
}

.documentation .multitab-content-wrapper .multitab-content {
  max-width: 800px;
  background-color: #ece5ee;
  border-radius: .33em;
  padding: .67rem 1.25rem;
}

.documentation .multitab-content-wrapper .multitab-content pre:last-of-type {
  margin-top: .5rem !important;
  margin-bottom: 1rem !important;
}

.documentation .tabs {
  margin-bottom: 0;
}

.documentation .tabs ul {
  border: none;
  margin-bottom: 0;
}

.documentation .tabs ul li {
  margin: 0;
  padding: 0;
}

.documentation .tabs.is-boxed {
  margin-bottom: -8px;
}

.documentation .tabs.is-boxed a {
  color: #6e749a;
  border: none;
  border-radius: .25rem .25rem 0 0;
  padding: .5em 1.2em 18px;
  transition: color .3s ease-in-out;
}

.documentation .tabs.is-boxed a:hover {
  color: #0d203f;
  background: none !important;
}

.documentation .tabs.is-boxed a.is-active {
  color: #0d203f;
  background-color: #ece5ee;
}

.documentation .tabs.is-boxed a.is-active:hover {
  background-color: #ece5ee !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  min-height: 10.5rem;
  min-width: 100% !important;
  background-color: #0e092d !important;
  padding: 1.5rem 5rem !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  color: #fff;
  float: left;
  max-width: 48rem;
  margin: 1.5rem 0 2rem;
  font-size: 1.125rem;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p strong {
  color: #fff !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p a {
  color: #34e8bd !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  color: #34e8bd;
  position: absolute;
  bottom: 1.67rem !important;
  left: 6rem !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button {
  text-transform: uppercase;
  letter-spacing: .1125rem;
  color: #fff;
  padding: .333rem 1.5rem;
  font-family: Space Grotesk, Tofu, Sen, Europa, Avenir, system, -apple-system, SFNSText-Regular, San Francisco, Segoe UI, Helvetica Neue, Lucida Grande, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
  color: #0e092d !important;
  border-radius: 2rem !important;
  padding: .5rem 1.5rem !important;
  font-size: 1rem !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn.cm-btn-success {
  color: #0e092d !important;
  background-color: #34e8bd !important;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cn-decline {
  background-color: #0000;
  border: 1px solid #fff;
  color: #fff !important;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  color: #fff;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    flex: auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}

.cc-floating.cc-theme-classic {
  border-radius: 5px;
  padding: 1.2em;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  flex: none;
  display: inline;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  height: 100%;
  margin: 0;
  padding: .8em 1.8em;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.menu-wrap + article.content.changelog-wrapper {
  padding-left: .75rem !important;
}

.changelog-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 3rem .75rem !important;
}

.changelog-header {
  padding-bottom: 5rem;
  position: relative;
}

.changelog-select-box {
  height: 40px;
  width: 200px;
  color: #345995;
  background-color: #ece5ee;
  border-radius: .33rem;
  outline: none;
  margin: 5rem 0 2rem;
  padding: .4rem;
  overflow-y: auto;
}

.changelog-select-box option {
  overflow-y: scroll;
}

.changelog-animation .terminal {
  width: 100%;
  height: 10rem;
  overflow-wrap: break-word;
  background: #000;
  border-radius: .67rem .67rem .33rem .33rem;
  margin: 8.25rem auto 0;
}

.changelog-animation .terminal .control {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  border-radius: .33rem .33rem 0 0;
  align-items: center;
  padding-left: .5rem;
  display: flex;
}

.changelog-animation .terminal .control .circle {
  height: 10px;
  width: 10px;
  background: #f96256;
  border-radius: 100%;
  margin-right: .4rem;
  display: inline-block;
}

.changelog-animation .terminal .control .circle:nth-child(2) {
  background-color: #fdbc3d;
}

.changelog-animation .terminal .control .circle:nth-child(3) {
  background-color: #33c948;
}

.changelog-animation .terminal .prompts {
  color: #ece5ee;
  padding: .75rem 1.5rem;
  font-size: .925rem;
  line-height: 1.6;
}

.changelog-animation .terminal .prompts .prompt-sign {
  color: #bea7e5;
}

.changelog-content {
  position: relative;
}

.changelog-content:before {
  content: "";
  height: calc(100% - 8rem);
  border-left: 2px solid #bea7e5;
  position: absolute;
  top: 3rem;
}

.changelog-content .columns {
  margin: 0;
}

.changelog-item-title {
  align-self: flex-start;
  padding: 2rem 2rem 2rem 2.5rem;
  position: sticky;
  top: 6.75rem;
}

.changelog-item-title:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-color: #bea7e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .2rem;
  font-size: 2rem;
  display: flex;
  position: absolute;
  top: 2.5rem;
  left: -.45rem;
}

.changelog-item-title h3 a {
  color: #040b15;
}

.changelog-item-title h3 a:hover:after {
  display: none;
}

.changelog-item-date {
  letter-spacing: .05rem;
  color: #0d203f;
  margin: 0 0 1rem;
  font-size: 1rem;
}

.changelog-item-tags span {
  letter-spacing: .07rem;
  text-transform: uppercase;
  background: #9696961a;
  border-radius: 2rem;
  margin: .1rem .1rem .1rem 0;
  padding: .2rem .5rem;
  font-size: .8rem;
  display: inline-block;
}

.changelog-item-content-summary {
  margin-bottom: 3rem;
  padding-top: 1rem;
}

.changelog-item-content-summary hr {
  width: 80%;
  background-color: #bea7e5;
  margin: auto;
}

.changelog .back-arrow {
  margin-bottom: 1.333rem;
  font-size: .825rem;
}

html.dark-theme .documentation .content .archived-notice {
  background-color: #345995;
}

html.dark-theme .changelog section {
  position: relative;
}

html.dark-theme .changelog-select-box {
  color: #ece5ee;
  background-color: #345995;
}

html.dark-theme .changelog-item-title h3.heading-anchor a {
  color: #fff !important;
}

html.dark-theme .changelog-item-date {
  color: #6f93cd;
}

html.dark-theme .changelog-item-tags span {
  background-color: #345995;
}

@media screen and (max-width: 768px) {
  .documentation .developer-home-wrap .content.content-docs.content-docs-wide h1 {
    font-size: 1.75rem;
  }

  .documentation .developer-home-wrap .content.content-docs.content-docs-wide p.lead {
    font-size: 1.25rem;
    padding: 0 !important;
  }

  .documentation .changelog-header {
    padding-bottom: 2rem;
  }

  .documentation .changelog-header h1 {
    margin: 0 0 1.5rem !important;
    padding-bottom: .5rem !important;
  }

  .documentation .changelog-content {
    padding-left: 3rem !important;
  }

  .documentation .changelog-content:before {
    height: calc(100% - 6rem);
    left: 1.425rem;
  }

  .documentation .changelog-wrapper {
    max-width: 92vw !important;
    padding: 4.5rem 4vw 2rem !important;
  }

  .documentation .changelog-wrapper h1 {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem !important;
  }

  .documentation .changelog-wrapper .back-arrow {
    margin: 15px 0 0;
    position: relative;
    left: auto;
  }

  .documentation .changelog-wrapper .changelog-item-title {
    margin-top: -1.333rem;
    padding: 2rem 0 !important;
    position: relative !important;
    top: auto !important;
  }

  .documentation .changelog-wrapper .changelog-item-title h3 {
    font-size: 1.33rem;
  }

  .documentation .changelog-wrapper .changelog-item-title:before {
    left: -2rem;
  }
}

@keyframes opacityOnAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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