:root {
  --black: #192024;
  --white-smoke-2: #f0f0f0;
  --white-smoke: #ecf0f1;
  --white-smoke-3: #edeff2;
  --salmon-2: #fc7d64;
  --dark-slate-gray-2: #404047;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  font-family: Changa One, Impact, sans-serif;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  font-family: Changa One, Impact, sans-serif;
}

.navigation-bar {
  background-color: var(--black);
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-menu {
  margin-top: 12px;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px #fff;
  border-top: 3px solid #fff;
  border-radius: 30px 30px 0 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -30px;
  padding: 80px 10px;
  display: block;
  position: relative;
}

.section.accent {
  background-color: #192024;
  margin-top: 0;
}

.section.topsection {
  background-image: url('../images/orb_blue_bg_stretch.png');
  background-position: 0 0;
  background-size: cover;
}

.section.topsection.command_list_hero {
  background-image: url('../images/page_commands_background_webp.webp');
  background-position: 50% 0;
  background-size: cover;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/orb_blue_bg_stretch.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-bottom: 4px solid #69b9ff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  padding: 140px 10px;
  transition: bottom .375s;
  display: block;
  position: static;
}

.hero-section.centered.mainpage_hero_section {
  mix-blend-mode: normal;
  background-image: url('../images/landing_page_background_reduced_size_webp.webp');
  background-position: 50% 75%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 220px;
}

.hero-section.centered.changelog_hero_section {
  background-image: url('../images/page_changelog_background_webp.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-section.centered.support_hero_section {
  background-image: url('../images/page_support_background_webp.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-section.centered.resources_hero_section {
  background-image: url('../images/page_resources_background_webp.webp');
  background-position: 0%;
  background-size: cover;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  transition: opacity .2s;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.hero-subheading.hero-column {
  text-align: left;
}

.hero-subheading.followus {
  margin-bottom: 40px;
}

.hollow-button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  border: 3px solid #fff;
  border-radius: 20px;
  margin: 10px;
  padding: 10px 30px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  width: 193px;
  height: 42.6px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #6c59a2;
  background-clip: padding-box;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  display: inline-block;
}

.hollow-button.comingsoon_button {
  -webkit-text-fill-color: inherit;
  background-color: #8859a2;
  background-image: url('../images/orb_blue_bg_stretch_tiny_buttonbg.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--white-smoke-2);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: -30px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.commandheading {
  margin-bottom: 10px;
}

.section-subheading {
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.section-subheading.center {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.command-title {
  text-align: center;
  margin-top: 0;
}

.section-subheading.commanddesc {
  text-decoration: underline;
}

.section-subheading.commandsyntax {
  color: #6c59a2;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.section-subheading.commandexample {
  font-weight: 200;
  text-decoration: underline;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  border-top: 3px solid var(--white-smoke-3);
  border-right: 1px none var(--white-smoke-2);
  border-left: 1px none var(--white-smoke-2);
  background-color: var(--black);
  opacity: .99;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  min-height: 100px;
  background-color: var(--black);
  text-align: center;
  background-image: url('../images/orb_website_aurora.png');
  background-position: 0 0;
  background-size: cover;
  border-top: 3px solid #dbdbdb;
  margin-top: -85px;
  margin-bottom: 0;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 35%;
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.white-text.feature-description {
  border: 1px #000;
  border-radius: 0;
  font-size: 20px;
}

.white-text.unfinished_note {
  margin-top: 40px;
  font-style: italic;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hollow-button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button-copy:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button-copy.all-caps {
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #6c59a2;
  background-clip: padding-box;
  font-family: Exo, sans-serif;
}

.slider {
  min-height: 550px;
  min-width: 1000px;
  background-color: var(--salmon-2);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.text-block {
  color: #676770;
  object-fit: fill;
  font-weight: 300;
}

.icon {
  color: #676770;
}

.image {
  object-fit: fill;
  display: inline-block;
}

.hollow-button-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button-copy:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button-copy.all-caps {
  width: 300px;
  height: 75px;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #6c59a2;
  background-clip: padding-box;
  border-style: solid;
  border-width: 5px;
  border-radius: 100px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 50px;
  display: inline-block;
}

.hollow-button-copy.all-caps.featurebutton {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  outline: 3px #2e9dff;
}

.hollow-button-copy.all-caps.addbutton {
  width: auto;
  text-align: center;
  background-color: #571a9e;
  background-image: url('../images/orb_blue_bg_stretch_tiny.png');
  background-position: 0 0;
  background-size: cover;
}

.hollow-button-copy.all-caps.learnmore {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.hollow-button-copy.all-caps.learnmore.supportbutton {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/orb_blue_bg_stretch_tiny_buttonbg.png');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  margin-top: 10px;
}

.hollow-button-copy.all-caps.learnmore.betabutton {
  background-image: url('../images/orb_beta_background_smol.png');
  background-position: 50%;
  background-size: cover;
}

.hollow-button-copy.all-caps.learnmore.patron_button {
  background-image: url('../images/orb_blue_bg_stretch_tiny_buttonbg.png');
  background-position: 50%;
  background-size: cover;
}

.hollow-button-copy.all-caps.learnmore.betabutton-copy {
  background-image: url('../images/orb_beta_background_smol.png');
  background-position: 50%;
  background-size: cover;
}

.hollow-button-copy.all-caps.learnmore.tutorial_button.disabled_button {
  background-color: var(--dark-slate-gray-2);
  cursor: not-allowed;
  border-style: solid;
  display: block;
}

.slide {
  background-color: var(--black);
  object-fit: fill;
  background-image: url('../images/orb-leveling-slide.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto 550px;
  background-attachment: scroll;
}

.right-arrow {
  padding-right: 0;
}

.left-arrow {
  padding-left: 0;
}

.slide-nav {
  margin-bottom: -41px;
  padding-bottom: 0;
}

.dropdown-toggle {
  display: block;
  position: relative;
}

.dropdown {
  width: auto;
  min-width: 700px;
  object-fit: contain;
  display: inline-block;
}

.cards-section {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: end;
  align-items: stretch;
  display: grid;
}

.cards-image-mask {
  width: auto;
  height: 14%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
}

.cards-image {
  width: auto;
  height: 75%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  background-image: url('../images/orb-leveling-slide.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cards-section-2 {
  background-color: var(--black);
  text-transform: none;
  border-top: 3px solid #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 100px;
  transition: bottom .375s;
}

.cards-section-2.bottom_section {
  border-radius: 30px;
  padding-top: 40px;
  transition: opacity .2s, bottom .375s;
}

.cards-section-2.bottom_section.upper_lower_section {
  margin-top: -30px;
  padding-top: 60px;
}

.columns {
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
}

.heading {
  z-index: auto;
  color: var(--white-smoke-2);
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-2 {
  max-width: 60%;
  padding-top: 0;
}

.image-3 {
  max-width: 60%;
}

.heading-2 {
  color: #fff;
  margin-top: 25px;
  font-family: Changa One, Impact, sans-serif;
}

.list-item {
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 24px;
  list-style-type: none;
}

.heading-3 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.column-2 {
  padding-right: 10px;
}

.commandexplain.section-subheading {
  text-decoration: underline;
}

.button-2 {
  z-index: 0;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -71%;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.grid {
  grid-template-rows: 1fr;
  grid-template-columns: .25fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: end;
  align-items: center;
  justify-items: end;
}

.button-3 {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -53px;
  margin-left: 811px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
}

.button-4 {
  background-color: #6c59a2;
  border: 2px solid #fff;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: inline;
}

.homebutton {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 30px;
  padding-top: 9px;
  padding-left: 29px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.brand {
  width: auto;
  object-fit: fill;
  background-image: url('../images/orb_logo_small.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

.navbar {
  background-color: var(--black);
  border: 1px #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 30px 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 20px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #fff;
  background-color: #571a9e;
  background-image: url('../images/orb_blue_bg_stretch_tiny_buttonbg.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 3px solid #fff;
  border-radius: 30px;
  margin: 10px 10px 9px;
  font-weight: 500;
}

.nav-link-3 {
  color: #fff;
  border: 1px #fff;
  border-radius: 30px;
  margin-top: 10px;
  font-weight: 500;
}

.nav-link-3.w--current {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.nav-link-4 {
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
}

.nav-link-4.w--current {
  color: #fff;
  border: 1px #fff;
  border-radius: 30px;
  font-weight: 100;
}

.image-4 {
  display: block;
}

.nav-menu-2 {
  margin-left: 0;
  display: block;
}

.image-5.navbarimage.homepagenavbar {
  border-radius: 0;
  margin-left: 10px;
  display: block;
}

.container-3 {
  margin-top: 140px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-3.selector_container {
  margin-top: 220px;
  margin-bottom: 200px;
}

.container-4 {
  margin-top: 20px;
}

.container-5 {
  margin-top: 30px;
  margin-bottom: 100px;
}

.navbarcontainer.homepagenavbar {
  width: auto;
  min-width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
  transform: translate(0);
}

.image-6 {
  background-image: url('../images/web_page_404.png');
  background-position: 0 0;
  background-size: cover;
}

.button-5 {
  background-color: #571a9e;
  background-image: url('../images/orb_blue_bg_stretch_tiny.png');
  background-position: 0 0;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 20px;
  margin-top: 20px;
}

.grid-3 {
  grid-template-areas: "Area Area-2";
  margin-left: 60px;
  margin-right: 60px;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
}

.heading-4 {
  color: var(--white-smoke);
  letter-spacing: 4px;
  -webkit-text-stroke-color: var(--white-smoke-2);
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  display: block;
}

.heading-5 {
  letter-spacing: 3px;
  font-size: 25px;
}

.container-8 {
  margin-bottom: 40px;
}

.column-3, .column-4 {
  padding-left: 20px;
}

.columns-3 {
  margin: 40px 140px;
}

.columns-3.column_image_left {
  max-width: 1300px;
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  margin: 40px auto 0;
  display: block;
  position: static;
}

.columns-3.column_image_right {
  max-width: 1300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.feature_paragraph {
  text-align: left;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  line-height: 30px;
}

.paragraph.feature_paragraph.intro_text {
  text-align: center;
}

.paragraph.feature_paragraph.beta_disclaimer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20px;
}

.paragraph.feature_paragraph.tldr {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.support-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 300;
}

.paragraph.support-paragraph.contact_list_type {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.support-paragraph.contact_list_value {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 100;
}

.heading-6 {
  color: var(--white-smoke);
  font-family: Changa One, Impact, sans-serif;
}

.heading-6.feature_heading {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-weight: 400;
}

.heading-6.follow_us {
  margin-bottom: 40px;
}

.heading-6.version_heading {
  text-align: left;
  margin-bottom: 0;
}

.heading-6.date_heading {
  text-align: right;
}

.image-7 {
  max-height: 375px;
  max-width: 500px;
  min-width: 18px;
  text-align: left;
  display: inline-block;
}

.image-7.patreon_logo {
  max-width: 400px;
  min-width: 72px;
  float: none;
  clear: none;
  text-align: center;
  margin: 60px 0;
  display: inline-block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.div-block {
  width: auto;
  height: 5px;
  background-color: var(--white-smoke-3);
  opacity: .25;
  border-radius: 20px;
  margin: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block.beta_seperator {
  margin-bottom: 40px;
}

.div-block.text_sperator {
  background-color: var(--white-smoke-3);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px rgba(0, 0, 0, 0);
  margin: 0 0 10px;
}

.div-block.feature_seperator {
  height: 2px;
  border: 1px solid var(--white-smoke-2);
  background-color: var(--white-smoke-3);
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: var(--white-smoke-3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0;
}

.column-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.column-8 {
  padding: 0 20px;
}

.container-9 {
  margin-bottom: 40px;
}

.featurecontainer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-2 {
  height: 3px;
  background-color: var(--white-smoke-3);
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-2.cmdseperator {
  opacity: .25;
  margin-left: 260px;
  margin-right: 260px;
}

.column-9, .column-10 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-7 {
  color: var(--white-smoke-3);
  text-align: center;
  letter-spacing: 4px;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
}

.slide-2 {
  max-height: 100px;
}

.twitter {
  min-width: 200px;
}

.columns-4 {
  padding-bottom: 0;
}

.div-block-3 {
  height: 5px;
  background-color: var(--white-smoke);
  margin-bottom: 10px;
  padding-bottom: 0;
}

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

.selector_section {
  border: 3px solid var(--white-smoke);
  mix-blend-mode: normal;
  background-image: url('../images/orb_blue_bg_stretch_tiny_buttonbg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: inline;
}

.text-block-2 {
  color: var(--white-smoke);
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.icon-5 {
  border: 1px #000;
}

.dropdown-2 {
  flex-direction: row;
  display: flex;
}

.image-8 {
  display: block;
}

.dropdown-link {
  border: 3px solid var(--white-smoke);
  background-color: var(--dark-slate-gray-2);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-family: Exo, sans-serif;
}

.dropdown-list {
  border-radius: 0;
}

.dropdown-list.w--open {
  border-style: solid none;
  border-width: 3px 1px;
  border-color: #fff black var(--white-smoke);
  background-color: var(--black);
  outline-offset: 0px;
  transform-origin: 50%;
  mix-blend-mode: normal;
  border-radius: 30px;
  outline: 3px #fff;
  transition: opacity .2s;
  transform: none;
}

.category_dropdown_link {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.navbar-2 {
  border: 3px solid var(--white-smoke);
  background-image: url('../images/orb_blue_bg_stretch.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.nav-menu-3 {
  float: none;
  margin-left: 0;
  display: block;
  position: relative;
}

.nav-menu-4 {
  float: none;
  border-style: solid none;
  border-width: 3px 1px;
  border-color: var(--white-smoke) black;
  background-color: var(--black);
  border-radius: 30px;
}

.navbar_command_groups {
  border: 3px solid var(--white-smoke);
  background-image: url('../images/orb_blue_bg_stretch.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  margin-bottom: 30px;
  margin-left: 100px;
  margin-right: 100px;
}

.menu-button-4 {
  float: none;
}

.menu-button-4.w--open {
  border: 3px solid var(--white-smoke);
  background-color: var(--black);
  border-radius: 30px;
}

.icon-6 {
  color: #fff;
}

.grid-4 {
  align-content: stretch;
}

.container-10 {
  margin-bottom: 20px;
}

.container-11 {
  margin-top: 0;
}

.columns-5 {
  margin-left: 100px;
  margin-right: 100px;
}

.contact_column {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact_list {
  margin-bottom: 40px;
  list-style-type: none;
}

.list-2 {
  text-align: left;
}

.container-17 {
  max-width: 1300px;
}

.footer_paragraph {
  text-align: left;
}

.footer_heading {
  color: var(--white-smoke);
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-2 {
  color: var(--white-smoke);
  text-align: left;
}

.link {
  float: right;
  color: var(--white-smoke);
  text-align: right;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    margin-top: 15px;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #7a3bd9;
    background-image: repeating-linear-gradient(100deg, #000, #6200ff 0%, #fff);
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .footer.center {
    margin-top: -100px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button-2 {
    margin-top: 15px;
    margin-right: 30px;
  }

  .nav-menu-2 {
    border-top: 3px solid var(--white-smoke-3);
    border-bottom: 3px solid var(--white-smoke-3);
    background-color: var(--black);
    border-radius: 30px;
  }

  .nav-menu-2.mobile_navmenu {
    border-top: 3px solid var(--white-smoke-2);
    border-bottom: 3px solid var(--white-smoke-2);
    background-color: var(--black);
    border-radius: 30px;
  }

  .container-3.selector_container {
    margin-top: 220px;
  }

  .navbarcontainer.homepagenavbar {
    min-width: 0;
  }

  .columns-3 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .columns-3.column_image_left {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-3.column_image_right {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-7 {
    margin-bottom: 20px;
  }

  .div-block {
    width: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .column-8 {
    padding: 0 20px;
    display: inline-block;
  }

  .div-block-2.cmdseperator {
    margin-left: 100px;
    margin-right: 100px;
  }

  .icon-4 {
    color: var(--white-smoke-3);
  }

  .contact_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-menu {
    float: none;
    clear: none;
    background-color: var(--black);
    background-image: none;
    margin-top: 0;
    position: static;
    top: 316px;
  }

  .section {
    margin-bottom: -120px;
  }

  .section.lowersection.nearfooter {
    margin-bottom: -95px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    margin-bottom: 0;
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer.center {
    background-size: cover;
    margin-top: -55px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .hollow-button-copy.all-caps.learnmore {
    width: auto;
    text-align: center;
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-section-2.bottom_section {
    padding-top: 0;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    margin-bottom: 60px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .image-4 {
    margin-left: 20px;
    padding-left: 0;
  }

  .menu-button {
    margin-top: 20px;
    margin-right: 20px;
  }

  .menu-button-2 {
    margin-top: 15px;
    margin-right: 30px;
  }

  .nav-menu-2, .nav-menu-2.mobile_navmenu {
    border-top: 3px solid var(--white-smoke-3);
    border-bottom: 3px solid var(--white-smoke-3);
    background-color: var(--black);
    border-radius: 30px;
  }

  .image-5.navbarimage {
    margin-left: 10px;
  }

  .container-3 {
    margin-top: 100px;
  }

  .container-3.selector_container {
    margin-top: 220px;
  }

  .container-8 {
    margin-bottom: -40px;
  }

  .columns-3, .columns-3.column_image_left {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-3.column_image_right {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.support-paragraph.contact_list_type, .paragraph.support-paragraph.contact_list_value {
    text-align: center;
  }

  .image-7 {
    margin: 40px auto 20px -30px;
    position: static;
  }

  .div-block {
    width: auto;
    margin: 60px 20px;
    display: block;
  }

  .column-5 {
    display: block;
  }

  .column-6 {
    text-align: center;
    display: block;
  }

  .column-8 {
    padding: 0 20px;
  }

  .div-block-2.cmdseperator {
    margin-left: 60px;
    margin-right: 60px;
  }

  .column-9 {
    margin-bottom: 0;
  }

  .icon-4 {
    color: var(--white-smoke-3);
    -webkit-text-stroke-color: var(--white-smoke-3);
  }

  .navbar_command_groups {
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer_heading, .paragraph-2 {
    text-align: center;
  }

  .link {
    float: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    display: block;
  }

  .hamburger-button {
    border-radius: 0;
  }

  .navigation-menu {
    float: none;
    clear: none;
    opacity: 1;
    text-align: left;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-color: #2d3337;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brand-text {
    object-fit: fill;
  }

  .section {
    margin-top: 20px;
    margin-bottom: -200px;
  }

  .section.topsection {
    margin-top: 0;
  }

  .section.topsection.command_list_hero {
    background-position: 50% 0;
  }

  .section.lowersection {
    margin-top: 140px;
    margin-bottom: -200px;
  }

  .section.lowersection.nearfooter {
    margin-bottom: 0;
  }

  .hero-section.centered {
    float: none;
    object-fit: scale-down;
    object-position: 50% 50%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    position: static;
  }

  .hero-section.centered.mainpage_hero_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    float: none;
    outline-offset: 0px;
    text-align: center;
    white-space: normal;
    object-fit: fill;
    outline: 3px #fff;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
    overflow: visible;
  }

  .hero-subheading {
    margin-bottom: 25px;
  }

  .hollow-button {
    border-radius: 50px;
  }

  .hollow-button.all-caps {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 20px;
  }

  .section-subheading {
    color: var(--white-smoke);
    -webkit-text-stroke-color: var(--white-smoke);
    font-family: Changa One, Impact, sans-serif;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    display: block;
  }

  .footer.center {
    background-position: 50%;
    background-size: cover;
    margin-top: -40px;
  }

  .footer.lowfooter {
    margin-top: 100px;
  }

  .grid-image {
    width: 35%;
  }

  .white-text.explainer {
    margin-bottom: 40px;
  }

  .slider {
    max-height: 700px;
    max-width: 1000px;
    min-height: 100px;
    min-width: 200px;
    margin-bottom: -30px;
  }

  .container {
    margin-top: 0;
  }

  .hollow-button-copy.all-caps {
    background-color: #6c59a2;
    margin-bottom: 20px;
  }

  .hollow-button-copy.all-caps.featurebutton {
    margin: -10px 0 40px;
  }

  .hollow-button-copy.all-caps.addbutton {
    height: auto;
    text-align: center;
    object-fit: fill;
    border-radius: 50px;
    padding-bottom: 10px;
    display: inline-block;
    overflow: visible;
  }

  .hollow-button-copy.all-caps.learnmore {
    width: auto;
    height: auto;
    text-align: center;
    object-fit: fill;
    border-radius: 50px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 40px;
    display: block;
    overflow: visible;
  }

  .hollow-button-copy.all-caps.learnmore.supportbutton {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .hollow-button-copy.all-caps.learnmore.supportbutton.bottom {
    margin-bottom: 100px;
  }

  .hollow-button-copy.all-caps.learnmore.supportbutton.betabutton {
    margin-bottom: 40px;
  }

  .hollow-button-copy.all-caps.learnmore.betabutton {
    text-align: center;
    column-count: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .hollow-button-copy.all-caps.learnmore.patron_button {
    margin-bottom: 0;
  }

  .hollow-button-copy.all-caps.learnmore.betabutton-copy {
    text-align: center;
    column-count: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .slide {
    height: auto;
    max-height: 1500px;
    max-width: 1000px;
    float: none;
    object-fit: scale-down;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 300px 190px;
    background-attachment: scroll;
    margin-right: 0;
    padding-bottom: 75px;
    transition: opacity .2s;
    position: relative;
    right: auto;
  }

  .slide-nav {
    margin-bottom: 35px;
  }

  .icon-2, .icon-3 {
    padding-top: 140px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-section-2 {
    margin-top: -45px;
  }

  .cards-section-2.bottom_section {
    padding-top: 0;
  }

  .columns {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .heading {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    display: inline-block;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-2 {
    grid-column-gap: 16px;
  }

  .image-4 {
    padding-left: 0;
  }

  .menu-button {
    margin-top: 20px;
    margin-right: 20px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .nav-menu {
    background-color: var(--black);
    border: 3px solid #fff;
    border-left: 1px #fff;
    border-right: 1px #fff;
    border-radius: 30px;
  }

  .menu-button-2 {
    border: 1px #000;
    border-radius: 20px;
    margin-top: 15px;
    margin-right: 15px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button-2.w--open {
    border-color: var(--white-smoke-3);
    opacity: 1;
    outline-offset: -5px;
    background-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    border-radius: 20px;
    outline: 3px solid #fff;
  }

  .nav-menu-2 {
    background-color: var(--black);
    border: 3px solid #fff;
    border-left: 1px #fff;
    border-right: 1px #fff;
    border-radius: 30px;
  }

  .nav-menu-2.mobile_navmenu {
    border-top: 3px solid var(--white-smoke-3);
  }

  .image-5 {
    margin-left: 20px;
  }

  .image-5.navbarimage, .image-5.navbarimage.homepagenavbar {
    margin-left: 10px;
  }

  .container-3 {
    margin-top: 60px;
  }

  .container-3.selector_container {
    margin-top: 100px;
    margin-bottom: 260px;
  }

  .container-6 {
    max-width: 100%;
    object-fit: contain;
  }

  .container-7 {
    margin-left: 0;
    padding-left: 0;
  }

  .container-7.navbarcontainer, .navbarcontainer.homepagenavbar {
    display: block;
  }

  .heading-4 {
    white-space: normal;
    object-fit: fill;
    font-weight: 400;
  }

  .container-8 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .columns-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .columns-3.column_image_left {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-3.column_image_right {
    margin: 40px 0;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.feature_paragraph {
    margin-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph.support-paragraph {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }

  .paragraph.support-paragraph.contact_list_type, .paragraph.support-paragraph.contact_list_value {
    text-align: center;
  }

  .heading-6.feature_heading {
    font-size: 24px;
    line-height: 28px;
  }

  .image-7 {
    min-width: 20px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-left: -20px;
    display: inline;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-7.patreon_logo {
    max-width: 300px;
    padding-left: 0;
    display: block;
  }

  .div-block {
    width: auto;
    margin: 0 20px 40px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-2.cmdseperator {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-9 {
    margin-bottom: 0;
  }

  .icon-4 {
    color: var(--white-smoke-3);
  }

  .heading-7 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-top: 20px;
  }

  .navbar-2 {
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .menu-button-3 {
    float: none;
    -webkit-text-stroke-width: 3px;
    font-family: Exo, sans-serif;
  }

  .navbar_command_groups {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-7 {
    color: var(--white-smoke);
  }

  .grid-4 {
    grid-auto-flow: column;
  }

  .container-10 {
    margin-bottom: 0;
  }

  .contact_list {
    padding-left: 0;
  }

  .container-12, .container-13, .container-14, .container-15, .container-16 {
    margin-top: 20px;
  }

  .footer_heading, .paragraph-2 {
    text-align: center;
  }

  .link {
    float: none;
    text-align: center;
  }

  .container-18 {
    margin-bottom: 40px;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coves';
  src: url('../fonts/Coves-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coves';
  src: url('../fonts/Coves-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}