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

@font-face {
  font-family: Gt america mono trial;
  src: url('../fonts/GT-America-Mono-Medium-Trial.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt america mono trial;
  src: url('../fonts/GT-America-Mono-Black-Trial.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt america mono trial;
  src: url('../fonts/GT-America-Mono-Regular-Trial.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt america mono trial;
  src: url('../fonts/GT-America-Mono-Bold-Trial.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt america mono trial;
  src: url('../fonts/GT-America-Mono-Thin-Trial.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt america mono ultra trial;
  src: url('../fonts/GT-America-Mono-Ultra-Light-Trial.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #151416;
  --background_2: #9faac0;
  --dark-shade-secondary: #333;
  --background_1: #20b0d7;
  --others: #d69dbb;
  --meka-primary: #bc1010;
  --background_3: #858a97;
  --white: white;
  --meka-primary-2: #bb0d10;
  --meka-mobile: #b21111;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: var(--black);
  font-family: Gt america mono trial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roobert, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 100;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: var(--background_2);
}

.fs-styleguide_color-sample.is-text-color {
  background-color: var(--black);
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--dark-shade-secondary);
}

.fs-styleguide_color-sample.is-background1 {
  background-color: var(--background_1);
}

.fs-styleguide_color-sample.is-others {
  background-color: var(--others);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--meka-primary);
}

.fs-styleguide_color-sample.is-background3 {
  background-color: var(--background_3);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  z-index: 2;
  color: var(--black);
  text-align: center;
  background-color: #fff3;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.button.is-black {
  background-color: var(--black);
  color: var(--white);
  font-family: Gt america mono trial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 900;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-family: Roobert, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-xlarge.text-style-muted {
  font-family: Roobert, sans-serif;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-style-muted {
  cursor: pointer;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
}

.text-size-tiny.text-style-muted:hover {
  text-decoration: underline;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.container-large.no-table {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.container-large.container-with-baldy-image {
  max-width: 40rem;
  margin-bottom: 3em;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium.is-flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-small.is-gt-mono {
  font-family: Gt america mono trial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.heading-xsmall.is-gt-mono {
  color: var(--background_3);
  font-family: Gt america mono trial, sans-serif;
  font-weight: 400;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.body-home {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
}

.button-mekawhite {
  text-align: center;
  cursor: pointer;
  background-color: #fff3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.button-mekawhite.is-aligned-left {
  align-self: flex-start;
}

.section-poly {
  z-index: 4;
  background-color: var(--meka-primary-2);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 250vh;
  padding-top: 25vh;
  padding-bottom: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-hide {
  flex: 1;
  overflow: hidden;
}

.meka-white-bg {
  background-color: var(--white);
  font-size: .75rem;
  line-height: 1.2;
  position: absolute;
  inset: 0%;
}

.meka-white-bg.is-top {
  z-index: 3;
  justify-content: center;
  align-items: center;
  font-family: Gt america mono trial, sans-serif;
  font-weight: 400;
  display: flex;
}

.section-header {
  z-index: 20000;
  width: 100vw;
  height: 100vh;
  padding: 3rem 2rem 2rem;
  position: fixed;
}

.navbar {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
  position: relative;
}

.navbar_components {
  z-index: 4;
  border: .5px solid var(--background_2);
  background-color: var(--meka-primary-2);
  border-radius: 15px;
  justify-content: space-between;
  width: 90%;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: -3%;
  overflow: hidden;
}

.navbar-outline {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 5% 1fr 5%;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.navbar_brand {
  z-index: 2;
  color: var(--white);
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_brand.w--current {
  z-index: 10;
}

.navbar_brand-wrap {
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.6875rem;
  margin-right: 1.25rem;
  font-family: Roobert, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.navbar_image {
  z-index: 20;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_image._2 {
  z-index: 21;
  display: block;
}

.navbar_menu {
  z-index: 2;
  grid-column-gap: 1.5rem;
  color: var(--white);
  align-items: center;
  display: flex;
  position: relative;
}

.span-super-script {
  font-size: .625rem;
  line-height: 1;
}

.menu_item {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.menu_item.is-mobile-menu {
  display: none;
}

.super-script {
  margin-left: .125rem;
  padding-bottom: .5rem;
  font-size: .3125rem;
}

.outline-setup._1 {
  border-top: .5px solid var(--background_2);
  border-bottom: .5px solid var(--background_2);
  border-left: .5px solid var(--background_2);
  border-radius: 24px 0 0 24px;
}

.outline-setup._2 {
  border-bottom: .5px solid var(--background_2);
}

.outline-setup._3 {
  border-top: .25px solid var(--background_2);
  border-right: .5px solid var(--background_2);
  border-bottom: .25px solid var(--background_2);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.hero_components {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero_top-row {
  grid-column-gap: 0rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(15vh, max-content);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.hero_top-row.on-top {
  z-index: 2;
}

.title_top-row {
  opacity: .6;
  color: var(--white);
  text-transform: uppercase;
  justify-content: space-between;
  font-family: Roobert, sans-serif;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.title_bottom-row {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.title_letter-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-xlarge {
  width: 100vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8vw;
  padding-right: 8vw;
}

.title_letter {
  color: var(--white);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.title_letter.is-2 {
  transform: translate(0, 110%);
}

.title_letter.is-1 {
  position: relative;
}

.title_letter.is-3, .title_letter.is-4, .title_letter.is-4, .title_letter.is-5, .title_letter.is-6, .title_letter.is-7, .title_letter.is-8 {
  transform: translate(0, 110%);
}

.horizontal-line {
  background-color: var(--white);
  width: 100%;
  height: .75rem;
  margin-top: 1.25rem;
}

.horizontal-line.is-margin-off {
  margin-top: 0;
}

.title_h1-small {
  font-size: 1rem;
  line-height: 1;
}

.image {
  display: block;
}

.navbar_fill-bar {
  background-color: var(--meka-primary);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_fill-bar.is-white {
  background-color: var(--white);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transform: translate(0, 110%);
}

.hero_color-fill {
  background-color: var(--meka-primary-2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 200vh;
}

.hero_bottom-row {
  z-index: 2;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 50vh;
}

.heading-underline {
  background-color: #fff;
  width: 100%;
  height: 1rem;
}

.title_heading-wrap {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
}

.title_heading-wrap.is-inline {
  display: inline-block;
}

.heading-display-small {
  text-align: left;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.heading-display-medium {
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
}

.heading-display-large {
  font-size: 11.25rem;
  font-weight: 600;
  line-height: .65;
}

.hero_bot-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bot_video-wrap {
  width: 100%;
  max-width: 810px;
  height: auto;
}

.section-black {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  min-height: 100vh;
  margin-top: -25vh;
  padding-top: 0;
  display: flex;
}

.section-black.poly-shape {
  z-index: 5;
  background-color: var(--black);
  margin-top: 0;
  padding-bottom: 50vh;
  position: relative;
}

.black_image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.black_sticky-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 75%;
}

.black_components {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
}

.black_left-column {
  opacity: .6;
  color: var(--dark-shade-secondary);
  padding-left: 4rem;
  font-family: Gt america mono trial, sans-serif;
  font-weight: 400;
}

.black_left-column.no-table {
  width: 60%;
  display: block;
}

.black_right-column {
  color: #fff;
}

.black_right-column.no-table {
  width: 100%;
}

.black_bottom-row {
  color: var(--background_3);
  width: 100%;
}

.section-blue-mech.poly-shape {
  z-index: 4;
  background-image: url('../images/tokenomics-section-bg.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 200vh;
  margin-top: -30vh;
  display: flex;
  position: relative;
}

.blue-mech_image {
  object-fit: cover;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: 0%;
}

.blue-mech_components {
  z-index: 5;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.blue-mech_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-black-mech.poly-shape {
  z-index: 4;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 180vh;
  margin-top: -20vh;
  display: flex;
  position: relative;
}

.black-mech_components {
  z-index: 5;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.black-mech_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.black-mech_content {
  grid-column-gap: 16px;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.black-mech_logo-wrap {
  width: 10.625rem;
  height: 10.625rem;
}

.black-mech_logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-mega-mech {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 180vh;
  margin-top: -20vh;
  display: flex;
  position: relative;
}

.mega-mech_video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mega-mech_content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.mega-mech_cta-wrap {
  margin-top: 2.5rem;
}

.section-footer {
  z-index: 4;
  background-color: var(--white);
  padding: 3rem 2rem 2rem;
  display: block;
  position: relative;
}

.container-xxlarge {
  width: 100vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.footer_components {
  z-index: 10;
  position: relative;
}

.footer_discord-wrap {
  border: .5px solid var(--dark-shade-secondary);
  background-color: var(--white);
  border-radius: 15px;
  align-items: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.discord_content-wrap {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24rem;
  margin-bottom: 1.875rem;
  font-family: Roobert, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: relative;
}

.discord_image-wrap {
  width: 20.75rem;
  height: 20.75rem;
  position: absolute;
  inset: -30% auto auto 45%;
}

.discord_image-wrap._2 {
  top: 40%;
  left: 65%;
}

.discord_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-black {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-family: Gt america mono trial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.2;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.button-black.is-black {
  background-color: var(--black);
  color: var(--white);
  font-family: Gt america mono trial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
}

.button-mekablack {
  background-color: var(--black);
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.hero_looping-bot {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-nav_components {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5.5rem;
  margin-bottom: 15.25rem;
  display: flex;
}

.footer-nav_menu {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.menu_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.footer_cta-wrap {
  color: var(--background_2);
  text-align: center;
  background-color: #9faac033;
  border-radius: 4px;
  padding: 1.25rem;
  font-size: .75rem;
  line-height: 1;
  overflow: hidden;
}

.footer_copyright-wrap {
  z-index: 40;
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5%;
  display: grid;
  position: relative;
}

.copyright_brand-wrap {
  width: 4rem;
  height: 3.125rem;
}

.footer_brand {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.copyright_content {
  color: var(--background_3);
  font-size: .625rem;
  line-height: 1.5;
}

.footer_span-link {
  cursor: pointer;
  transition: color .2s cubic-bezier(.19, 1, .22, 1);
}

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

.black_multi-bot {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.claim_componets {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  display: flex;
  position: fixed;
  inset: auto 6.5% 7.75% auto;
}

.claim_cta-wrap {
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: relative;
}

.clain-text {
  z-index: 4;
  color: var(--white);
  font-size: .75rem;
  position: relative;
}

.cta_corner-image {
  z-index: 2;
  opacity: .6;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto -8.625% auto auto;
}

.cta_background-fill {
  background-color: var(--background_2);
  opacity: .6;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.claim_bot-image {
  object-fit: contain;
  width: 4.8125rem;
  height: 4.375rem;
  margin-left: 2rem;
}

.hero_mobile-top-row {
  z-index: 2;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 50vh;
}

.button-transparent, .navbar_dropdown, .navbar_mobile-open {
  display: none;
}

.copyright_byline-wrap {
  grid-column-gap: .375rem;
  display: flex;
}

.footer-reveal {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-fill {
  z-index: 20;
  background-color: var(--white);
  width: 100%;
  height: 45%;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer-fill.is-white {
  background-color: var(--white);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transform: translate(0, 110%);
}

.navbar_brand-text {
  text-decoration: none;
}

.body_white-baseline {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 120px;
  display: block;
  position: absolute;
  inset: auto 0%;
}

.footer_pattern-wrap {
  background-image: linear-gradient(to bottom, var(--background_2), var(--background_2));
  object-fit: cover;
  background-position: 0 0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer_pattern-code {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
}

.background-video {
  height: 750px;
}

.background-video-2 {
  z-index: 4;
  height: 780px;
}

.bald-mascot-video-hero {
  height: 800px;
}

.image-2 {
  display: none;
}

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

.container {
  width: 100%;
  max-width: 103.75rem;
}

.container.max-width-xxlarge {
  color: var(--white);
  max-width: 80rem;
  font-family: Roobert, sans-serif;
}

.content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cta {
  -webkit-backdrop-filter: blur(.1875rem);
  backdrop-filter: blur(.1875rem);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff03;
  border: .125rem solid #fff;
  justify-content: center;
  align-items: center;
  padding: .8rem 2.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title {
  color: #fff;
  text-align: center;
  letter-spacing: .05rem;
  text-transform: capitalize;
  border: .125rem #fff;
  justify-content: center;
  align-items: center;
  padding: .4rem 1rem;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text._875rem {
  font-size: .875rem;
}

.faq_answer-wrapper {
  margin-bottom: 1.5rem;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.faq_question-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq_icon-wrapper {
  align-self: flex-start;
}

.edge {
  border-top: .25rem solid #fff;
  border-left: .25rem solid #fff;
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  inset: -.1875rem auto auto -.1875rem;
}

.edge.top-right {
  border-left-style: none;
  border-right: .25rem solid #fff;
  left: auto;
  right: -.1875rem;
}

.edge.bottom-left {
  border-top-style: none;
  border-bottom: .25rem solid #fff;
  border-right: .0625rem #fff;
  top: auto;
  bottom: -.1875rem;
}

.edge.bottom-right {
  border-style: none solid solid none;
  border-bottom-width: .25rem;
  border-bottom-color: #fff;
  border-right-width: .25rem;
  border-right-color: #fff;
  inset: auto -.1875rem -.1875rem auto;
}

.edge._12px {
  border-top-width: .25rem;
  border-left-width: .25rem;
  width: .75rem;
  height: .75rem;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq_list-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq_accordion {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #ffffff0d;
  border: .0625rem solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.section-titles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .menu_item.is-mobile-menu {
    display: none;
  }

  .horizontal-line {
    margin-top: .5rem;
  }

  .heading-display-large {
    font-size: 7rem;
  }

  .section-black.poly-shape {
    margin-top: -5vh;
    padding-top: 0;
    padding-bottom: 15vh;
  }

  .black_sticky-wrap {
    width: 100%;
    height: 100%;
  }

  .black_components {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .black_left-column {
    padding-left: 0;
  }

  .section-blue-mech.poly-shape {
    margin-top: -15vh;
  }

  .blue-mech_image {
    object-fit: cover;
  }

  .section-black-mech.poly-shape {
    margin-top: -10vh;
  }

  .footer_discord-wrap {
    padding-left: 2.5rem;
  }

  .discord_content-wrap {
    margin-bottom: 0;
  }

  .discord_image-wrap {
    top: -40%;
    left: 55%;
  }

  .discord_image-wrap._2 {
    top: 45%;
    left: 40%;
  }

  .claim_componets {
    bottom: 5%;
  }

  .faq_question {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .heading {
    font-size: 2.8rem;
  }

  .faq_list-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium.is-flex-vertical {
    align-items: center;
  }

  .margin-bottom.margin-medium.is-mobile-flex-v {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .section-poly {
    height: 200vh;
    padding-top: 27vh;
  }

  .meka-white-bg {
    z-index: -1;
  }

  .section-header {
    inset: 0%;
  }

  .navbar {
    z-index: 9000;
  }

  .navbar_components {
    z-index: 9002;
  }

  .navbar_brand.w--current {
    font-size: .875rem;
  }

  .navbar_brand-wrap {
    width: 1.4375rem;
    height: 1.25rem;
    margin-right: 1rem;
  }

  .menu_item.is-hidden {
    display: none;
  }

  .menu_item.is-mobile-menu {
    justify-content: center;
    align-items: center;
    width: 5.5rem;
    min-height: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: relative;
  }

  .title_top-row, .title_bottom-row {
    display: none;
  }

  .horizontal-line.is-margin-off {
    height: .375rem;
  }

  .title_heading-wrap.text-style-muted {
    text-align: center;
    flex: none;
    display: inline-block;
  }

  .title_heading-wrap.text-style-muted.is-smaller {
    width: 30%;
  }

  .heading-display-small {
    text-align: center;
    font-size: 3.125rem;
  }

  .heading-display-medium {
    font-size: 2.5rem;
  }

  .heading-display-large {
    font-size: 5rem;
  }

  .bot_video-wrap {
    overflow: hidden;
  }

  .section-black.poly-shape {
    margin-top: -15vh;
  }

  .section-blue-mech.poly-shape {
    height: 150vh;
    margin-top: -15vh;
  }

  .blue-mech_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .blue-mech_components {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .blue-mech_content {
    text-align: center;
    align-items: center;
  }

  .section-black-mech.poly-shape {
    height: 150vh;
    margin-top: -15vh;
  }

  .black-mech_components {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .black-mech_content, .black-mech_top-row {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .black-mech_logo-wrap.is-hidden {
    display: none;
  }

  .section-mega-mech {
    height: 150vh;
  }

  .mega-mech_content {
    align-items: center;
  }

  .section-footer {
    z-index: 20;
    position: relative;
  }

  .footer_components {
    z-index: 10;
  }

  .footer_discord-wrap {
    justify-content: center;
    padding-left: 4.35rem;
    padding-right: 4.35rem;
  }

  .discord_content-wrap {
    z-index: 20;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .discord_image-wrap {
    width: 12rem;
    height: 10.5rem;
    top: -26%;
  }

  .discord_image-wrap._2 {
    top: 72%;
    left: 0%;
  }

  .hero_looping-bot {
    object-fit: cover;
    transform: scale(1.5);
  }

  .footer-nav_components {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4rem;
  }

  .footer-nav_menu {
    grid-column-gap: 6rem;
  }

  .footer_cta-wrap {
    display: none;
  }

  .footer_copyright-wrap {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10%;
    display: flex;
  }

  .copyright_brand-wrap {
    width: 23.4375rem;
    height: 13.25rem;
  }

  .copyright_brand-wrap.is-desatured {
    opacity: .4;
    filter: contrast(0%);
  }

  .copyright_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .claim_componets {
    display: none;
  }

  .is-absolute {
    padding: 1rem 1.5rem 1rem 1rem;
  }

  .is-absolute._2 {
    display: block;
  }

  .hero_mobile-top-row {
    z-index: 10;
    display: flex;
    position: relative;
    top: 5vh;
  }

  .button-transparent {
    color: var(--white);
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 1.25rem;
    font-size: .75rem;
    line-height: 1.2;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown {
    z-index: 9002;
    background-color: var(--meka-primary);
    border-radius: 0 0 15px 15px;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 1.9375rem 0% 0%;
  }

  .navbar_mobile-open {
    z-index: 9001;
    border-top: .5px solid var(--background_2);
    border-right: .5px solid var(--background_2);
    border-left: .5px solid var(--background_2);
    border-radius: 15px 15px 0 0;
    justify-content: flex-end;
    width: 90%;
    height: 4.3rem;
    padding: 1rem;
    display: flex;
    position: absolute;
    top: -3%;
  }

  .dropdown_list {
    color: var(--white);
    text-align: center;
    flex-direction: column;
    font-family: Roobert, sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    text-decoration: underline;
    display: flex;
  }

  .dropdown_item-link {
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .item_text-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .text-block {
    width: 2.25px;
  }

  .item_text {
    position: absolute;
  }

  .faq_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq_component {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 2.5rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-large {
    font-size: 1.2rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .container-large.no-table {
    flex-flow: column;
  }

  .container-large.container-with-baldy-image {
    margin-top: 2em;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .section-poly {
    background-color: var(--meka-primary-2);
  }

  .section-header {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar_components {
    width: 100%;
  }

  .navbar-outline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 5% 1fr 5%;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menu_item.is-mobile-menu {
    width: 3.5rem;
    padding-right: 0;
  }

  .hero_components {
    margin-top: 10vh;
  }

  .hero_top-row {
    display: none;
  }

  .horizontal-line {
    height: .25rem;
    margin-top: .25rem;
  }

  .hero_color-fill {
    background-color: var(--meka-primary-2);
  }

  .hero_bottom-row {
    grid-row-gap: .75rem;
  }

  .heading-display-small, .heading-display-large {
    font-size: 2.5rem;
  }

  .bot_video-wrap {
    flex-flow: column;
    align-items: center;
    max-width: 90vw;
    display: flex;
  }

  .section-black.poly-shape {
    margin-top: -15vh;
  }

  .black_components {
    padding-left: 0%;
    padding-right: 0%;
  }

  .black_left-column.no-table {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .black_right-column.no-table {
    margin-top: .5em;
  }

  .section-footer {
    padding: 6rem 1rem 0;
  }

  .container-xxlarge {
    padding-left: 0%;
    padding-right: 0%;
  }

  .discord_image-wrap {
    top: -30%;
    left: 33%;
  }

  .discord_image-wrap._2 {
    top: 80%;
  }

  .footer-nav_components {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 4em;
  }

  .footer-nav_menu {
    grid-column-gap: 4rem;
    grid-auto-columns: max-content;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer_cta-wrap {
    display: block;
  }

  .footer_copyright-wrap {
    padding-bottom: 10%;
  }

  .copyright_brand-wrap.is-desatured {
    width: 100%;
  }

  .hero_mobile-top-row {
    grid-row-gap: .75rem;
    position: static;
    bottom: 0;
  }

  .navbar_dropdown, .navbar_mobile-open {
    width: 100%;
  }

  .bald-mascot-video-hero {
    object-fit: scale-down;
    display: none;
    overflow: hidden;
  }

  .image-2 {
    display: block;
  }

  .faq_question-text {
    font-size: 1rem;
  }

  .faq_component {
    grid-template-columns: 1fr;
  }
}

#w-node-d694d040-4e21-b366-724f-2f83de63f0a5-3fa10dcf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94c4d802-a953-534b-8bc2-3c54fd1d0ab0-3fa10dcf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd8aa09b-ade5-9273-55e3-583d2b74d482-3fa10dcf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_062a3c7a-1bba-ecc7-e4a5-8b3dda14532b-3fa10dcf, #w-node-e2adfc01-6cdd-a46a-5146-c1b3cb56b745-3fa10dcf, #w-node-_35190c02-3892-ef85-f46c-ada64ca2e96c-3fa10dcf, #w-node-_556751cd-7d36-9547-6d7a-75d0d82eb8cd-3fa10dcf, #w-node-d2a45e22-ab8a-b7ed-3701-2d29c509c273-3fa10dcf, #w-node-ded44569-5116-0a51-0593-c9c8904e6f7c-3fa10dcf, #w-node-d905f14b-166f-7d07-fe66-edf8db52df76-3fa10dcf, #w-node-_11b11a55-3f2b-d93b-00e0-934ccb784f13-3fa10dcf, #w-node-ebc0c9b1-7b21-7a6c-1688-bd40d440aea5-3fa10dd4, #w-node-_296adc4b-65ec-666b-2697-1c2c62d82a85-3fa10dd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america mono trial';
  src: url('../fonts/GT-America-Mono-Medium-Trial.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america mono trial';
  src: url('../fonts/GT-America-Mono-Black-Trial.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america mono trial';
  src: url('../fonts/GT-America-Mono-Regular-Trial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america mono trial';
  src: url('../fonts/GT-America-Mono-Bold-Trial.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america mono trial';
  src: url('../fonts/GT-America-Mono-Thin-Trial.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america mono ultra trial';
  src: url('../fonts/GT-America-Mono-Ultra-Light-Trial.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}