:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.3rem;
}

figure {
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 4px 50px 20px #0a04490d;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabs {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.doc-content-wrap {
  width: 100%;
  margin-top: auto;
  overflow: visible;
}

.tabs-menu {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 150px;
}

.docs-link {
  background-color: #ddd0;
  border-radius: 55px;
  padding: 2px 8px;
}

.docs-link:hover {
  background-color: #dddddd3d;
  font-weight: 600;
}

.docs-link.w--current {
  background-color: #e6e9ec;
  font-weight: 600;
}

.docs-link.changelog {
  margin-top: 66px;
}

.tabs-content {
  width: 900px;
  max-width: 900px;
  overflow: visible;
}

.doc-link_text {
  font-size: 15px;
}

.docs-callout {
  background-color: #f0f0f0;
  background-image: none;
  border: 1px solid #a3a3a31f;
  border-radius: 7px;
  margin-bottom: 3px;
  padding: 22px;
}

.docs-callout.danger {
  color: #c51515;
  background-color: #ffd3d4;
  background-image: none;
}

.docs-callout.changelog {
  margin-top: 10px;
}

.callout-rich p {
  margin-bottom: 1px;
}

.rich-main {
  width: 100%;
}

.rich-main li {
  font-size: 16px;
  line-height: 26px;
}

.rich-main p {
  margin-bottom: 30px;
  line-height: 26px;
}

.padding-section-large {
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
}

.navbar2_menu-button {
  padding: 0;
}

.padding-global-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.button-text {
  font-size: 20px;
  font-weight: 700;
}

.button-text.small {
  font-size: 16px;
  font-weight: 600;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  grid-column-gap: 20px;
}

.navbar2_link {
  color: #838792c2;
  letter-spacing: 0;
  border-radius: 7px;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 600;
}

.navbar2_link:hover {
  color: #121213d1;
}

.navbar2_link.w--current {
  color: #353a4b;
  font-weight: 700;
}

.cta-button {
  grid-column-gap: 10px;
  background-color: #3284ff;
  border-radius: 9px;
  align-items: center;
  padding: 12px 21px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 6px 0 5px #2864bf;
}

.cta-button:hover {
  background-color: #2079ff;
  transform: translate(0, -4px);
  box-shadow: 0 8px 0 7px #2864bf;
}

.cta-button:active {
  transform: translate(0);
  box-shadow: 0 6px 0 5px #2864bf;
}

.cta-button.small {
  grid-column-gap: 5px;
  color: #fff;
  justify-content: center;
  margin-bottom: 7px;
  padding: 9px 14px;
  text-decoration: none;
  box-shadow: 0 4px 0 3px #2864bf;
}

.cta-button.small:hover {
  box-shadow: 0 5px 0 5px #2864bf;
}

.cta-button.small:active {
  box-shadow: 0 5px 0 2px #2864bf;
}

.navbar2_component {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  cursor: auto;
  background-color: #ffffffd6;
  border: 1px solid #4d6cd824;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px;
  display: flex;
  position: fixed;
  inset: 1% 0% auto;
  box-shadow: 0 2px 100px #d8dde9;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-nav {
  z-index: 55;
  background-image: linear-gradient(#3284ff24, #fff0);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar2_logo-link {
  padding-left: 0;
}

.div-block {
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-bar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.back-to-app {
  grid-column-gap: 10px;
  color: #272727;
  background-color: #e6e6e6;
  border-radius: 50px;
  align-items: center;
  padding: 9px 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.back-to-app:hover {
  color: #fff;
  background-color: #06f;
}

.back-to-app:active {
  transform: scale(.95);
}

.tab-pane {
  width: 100%;
}

.text-block, .link-block {
  text-decoration: none;
}

.div-block-2 {
  width: 30%;
}

.changelog-wrap {
  background-color: #f1f1f1;
  background-image: none;
  border-left: 3px solid #24b2ff;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 3px;
  padding: 22px;
}

.spacer-2rem {
  padding-top: 2rem;
}

.support-block {
  color: #222;
  flex-direction: column;
  padding: 12px;
  text-decoration: none;
  transition: all .225s;
  display: flex;
  position: relative;
  left: -12px;
}

.support-block:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
}

.text-block-2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 500;
}

.spacer-8rem {
  padding-top: 8rem;
}

.image-2 {
  border-radius: 9px;
}

.utility-page-wrap {
  grid-column-gap: 150px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.heading {
  margin-top: 20px;
}

.text-block-4 {
  text-align: center;
}

.image-3 {
  filter: grayscale();
  outline-offset: 0px;
  cursor: pointer;
  border-radius: 10px;
  outline: 2px solid #fff;
  transition: all .2s;
  box-shadow: 0 13px 20px #0003;
}

.image-3:hover {
  filter: grayscale(0%);
}

.image-4 {
  object-fit: none;
  object-position: 100% 0%;
  width: 598px;
  height: 419px;
  overflow: hidden;
}

.div-block-3 {
  background-color: #0000001a;
  height: 1px;
  margin-top: 10rem;
}

.background-video {
  border-radius: 14px;
  box-shadow: 0 20px 70px #0003;
}

.spacer-0-5rem {
  padding-top: .5rem;
}

.text-block-5 {
  font-size: 18px;
  line-height: 22px;
}

.spacer-4rem {
  padding-top: 4rem;
}

@media screen and (max-width: 991px) {
  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
    position: static;
  }

  .tabs-content {
    width: 100%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: #3284ff;
    border-radius: 20px;
    height: auto;
    padding-bottom: 1rem;
    transition: height .5s;
    top: 4px;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    color: #ffffffc2;
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_link:hover {
    color: #ffffffd1;
  }

  .navbar2_link.w--current {
    color: #fff;
    background-color: #ffffff1a;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_component {
    width: 97%;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 1rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .div-block-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    margin-bottom: 60px;
  }

  .docs-link.changelog.w--current {
    margin-top: 0;
  }

  .menu-icon_line-middle-inner {
    background-color: #000;
  }

  .padding-section-large {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: #3284ff;
    border-bottom-style: none;
    border-radius: 15px;
    height: auto;
    padding-bottom: 1rem;
    top: 5px;
    box-shadow: 0 2px 20px #d8dde9;
  }

  .menu-icon2_line-middle {
    background-color: #000;
  }

  .navbar2_link {
    color: #fff;
  }

  .navbar2_link.w--current {
    color: #fff;
    background-color: #ffffff1c;
  }

  .menu-icon2_line-bottom, .menu-icon2_line-top {
    background-color: #000;
  }
}


