@font-face {
  font-family: Hyperwave One;
  src: url('../fonts/Hyperwave-One.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Warsaw Gothic;
  src: url('../fonts/WarsawGothic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Warsaw Gothic Condensed;
  src: url('../fonts/WarsawGothicCond.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Warsaw Gothic Ext;
  src: url('../fonts/WarsawGothicExt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Warsaw Gothic Oblique;
  src: url('../fonts/WarsawGothicObl.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Warsaw Gothic Woodtype;
  src: url('../fonts/WarsawGothicWoodtype.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #f2f2f2;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

h1 {
  color: #f2f2f2;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.background {
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: auto;
}

.machine {
  z-index: 3;
  width: 1672px;
}

.machine-image {
  width: 100%;
  height: auto;
}

.machine-button {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 661px;
  height: 368px;
  display: flex;
  position: absolute;
  inset: 437px auto auto 504px;
}

.page-container {
  max-width: 1672px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.page-container.center {
  background-image: url('../images/vm-background.webp');
  background-position: 50% 0;
  background-size: cover;
}

.body {
  background-color: #000;
}

.button-panel {
  position: relative;
}

.button-panel.small {
  flex: 0 auto;
}

.button-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: blur(.5px);
  justify-content: space-between;
  align-items: center;
  width: 280px;
  height: 80px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 20px;
  transform: translate(0, -50%);
}

.button-icon.dimmed {
  opacity: .2;
  filter: saturate(0%) blur(.5px);
}

.faded-sides {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #000, #0000 12% 89%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.qr {
  opacity: 1;
  filter: drop-shadow(0 0 10px #d9e02196);
  width: 75px;
  position: absolute;
  inset: 267px auto auto 389px;
  transform: translate(-50%, -50%);
}

.code-embed {
  filter: drop-shadow(0 0 4px #d6dd2082);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70px;
  height: 100%;
  display: flex;
}

.code-embed.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.button-contents {
  flex-flow: row;
}

.button-thick {
  color: #d9e021;
  text-transform: uppercase;
  text-shadow: 0 0 10px #d9e02187;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 38px;
  line-height: 100%;
}

.button-thick.small {
  clear: none;
  letter-spacing: .1em;
  font-size: 20px;
}

.machine-screen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-shadow: 0 0 10px #d9e02187;
  flex-flow: column;
  width: 636px;
  height: 237px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 172px auto auto 517px;
  overflow: auto;
}

.screen-title {
  color: #d9e021;
  text-align: center;
  text-shadow: 0 0 10px #d9e02187;
  padding-top: 7px;
  padding-bottom: 2px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 54px;
  line-height: 100%;
}

.machine-screen-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.machine-screen-content.loading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.screen-copy {
  color: #d9e021;
  margin-bottom: 0;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.screen-copy.small {
  text-transform: uppercase;
  font-size: 24px;
}

.screen-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  filter: blur(.5px);
  justify-content: flex-start;
  align-items: stretch;
}

.screen-container.hide {
  display: none;
}

.display-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #d9e02187;
  display: flex;
}

.price-copy {
  color: #d9e021;
  letter-spacing: .1em;
  margin-bottom: 0;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.spacer {
  border-right: 2px solid #6d7018;
  width: 12px;
  margin-right: 10px;
}

.flex-row {
  flex-flow: row;
}

.notes {
  color: #fff;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.code-embed-corner {
  filter: drop-shadow(0 0 10px #dfe37ea3);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.code-embed-2 {
  position: absolute;
}

.mission-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(#729d2d30, #729d2d30);
  border: 1px solid #d9e0214d;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.mission-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.small-icon {
  filter: drop-shadow(0 0 4px #d6dd2082);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 36px;
  height: 100%;
  display: flex;
}

.item-name {
  color: #d9e021;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.item-name.small {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  font-size: 24px;
}

.display-title-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.contact-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.screen-label {
  color: #d9e021;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 2px solid #d9e021;
  flex: 0 100%;
  margin-bottom: 10px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.screen-text-heading {
  justify-content: center;
  align-items: flex-start;
}

.main-screen-copy {
  color: #d9e021;
  margin-bottom: 0;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.main-screen-copy.small {
  text-transform: uppercase;
  font-size: 20px;
}

.card {
  display: none;
  position: absolute;
  top: 244px;
  left: 1259px;
}

.coin {
  display: none;
  position: absolute;
  top: 437px;
  left: 1279px;
}

.receipt {
  width: 88px;
  height: 99px;
  display: none;
  position: absolute;
  top: 628px;
  left: 1251px;
  overflow: hidden;
}

.thank-you {
  text-align: center;
  width: 100%;
  padding: 7px 13px;
  font-family: Warsaw Gothic Woodtype, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.card-reader-light {
  opacity: 0;
  filter: blur(1px);
  background-color: #d9e021;
  width: 6px;
  height: 4px;
  position: absolute;
  inset: 287px auto auto 1316px;
  box-shadow: 0 0 5px #d9e021;
}

.card-reader-light.alert {
  background-color: #e06d21;
  top: 299px;
  left: 1317px;
}

.button-title {
  flex-flow: column;
}

.smoke-grill {
  opacity: .33;
  mix-blend-mode: lighten;
  width: 300px;
  height: 500px;
  position: absolute;
  top: 981px;
  left: 389px;
}

.screen-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.screen-button {
  color: #d9e021;
  text-align: center;
  border: 2px solid #d9e021;
  border-radius: 4px;
  flex: 0 auto;
  width: 100%;
  padding: 4px;
  display: flex;
}

.screen-button.page-no {
  flex: 1;
}

.screen-button-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  text-transform: uppercase;
  background-color: #d9e021;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 7px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 38px;
  line-height: 38px;
  box-shadow: 0 0 10px #d9e02187;
}

.screen-button-text.slim {
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 26px;
  line-height: 26px;
}

.logo {
  width: 100%;
  max-width: 420px;
}

.branding {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

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

.display-title {
  color: #f2f2f2;
  text-transform: uppercase;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.display-title.tight {
  margin-top: 0;
  margin-bottom: 0;
}

.display-title.text-center {
  color: #4f1fec;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 24px;
}

.under-title {
  color: #a90c03;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.title {
  color: #c63b3a;
  text-transform: uppercase;
  text-shadow: 0 0 6px #c63b3a;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: -10px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 34px;
  transform: rotate(-1deg);
}

.title.odd {
  transform: rotate(1deg);
}

.container-slim {
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container-slim.shaded {
  text-align: center;
  text-shadow: 0 4px 6px #000;
  background-color: #0a0a0acf;
  border: 4px solid #1a1112;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-top: 20px;
  padding: 30px 40px 20px;
  box-shadow: inset 0 0 8px 1px #000;
}

.container-slim.shaded.middle {
  padding-bottom: 40px;
}

.container-slim.shaded.hide {
  display: none;
}

.add-icon {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-right: -30px;
  padding-left: 10px;
}

.liam {
  border-radius: 999px;
  width: 42px;
  height: 42px;
  margin-top: -20px;
  margin-left: -8px;
  position: relative;
}

.button {
  width: 100%;
  max-width: 420px;
  height: 140px;
  text-shadow: none;
  background-image: url('../images/button.webp');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

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

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

.button-text.small {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  margin-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-column {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-column.full {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 80px;
  max-width: 80px;
  max-height: 80px;
}

.footer-logo.maller {
  border-radius: 999px;
  width: 60px;
  max-width: 60px;
  max-height: 60px;
  padding-left: 2px;
  padding-right: 2px;
}

.footer-logo.maller.square {
  border-radius: 0;
  width: 54px;
  max-width: 54px;
  max-height: 54px;
}

.footer-logo.maller.square.large {
  width: 120px;
  max-width: 120px;
  max-height: 120px;
  margin-top: 40px;
}

.footer-logo.maller.liam-pfp {
  border: 2px solid #1b1b1b;
  width: 56px;
  max-width: none;
  height: 56px;
  max-height: none;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
}

.footer-link {
  color: #fff;
  border-left: 4px solid #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.footer-link.first {
  border-left-style: none;
}

.footer-copyright {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-top: 35px;
  font-size: 20px;
  line-height: 24px;
}

.white-text {
  color: #fff;
}

.finer-print {
  letter-spacing: 0;
  text-transform: none;
  padding-top: 20px;
}

.logo-row {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.thin {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  text-align: left;
  width: 100%;
}

.input {
  color: #fff;
  letter-spacing: .03em;
  background-color: #272727;
  border: 1px #000;
  border-top: 2px solid #303030;
  border-bottom: 2px solid #1b1b1b;
  border-radius: 4px;
  height: auto;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.input.textarea {
  min-height: 160px;
}

.label {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
}

.flex-block-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.form-2 {
  margin-top: 40px;
}

.button-icon-dark {
  filter: drop-shadow(0 0 10px #dfe37ea3);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.button-row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  padding-bottom: 20px;
}

.button-row.hide {
  display: none;
}

.smaller {
  letter-spacing: .1em;
  font-size: 20px;
  line-height: 20px;
}

.light-yellow {
  color: #eff464;
}

.computer-logo {
  filter: drop-shadow(0 0 4px #d6dd2082);
  width: 100%;
  max-width: 300px;
}

.loading-text {
  color: #d9e021;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Warsaw Gothic, Impact, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.loading-text.small {
  text-transform: uppercase;
  font-size: 20px;
}

.machine-soacer {
  height: 1700px;
}

.page-container-full {
  max-width: 1672px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-container-full.home {
  background-image: url('../images/vm-background-left.webp');
  background-position: 0 0;
  background-size: cover;
}

.page-container-full.contact {
  background-image: url('../images/vm-background-right.webp');
  background-position: 0 0;
  background-size: cover;
}

.text-button {
  opacity: .46;
  pointer-events: none;
  text-align: center;
  width: 100%;
  text-shadow: none;
  background-color: #4f1fec;
  border-radius: 10px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 48px;
  line-height: 48px;
  text-decoration: none;
}

.text-block {
  text-shadow: none;
  background-color: #4f1fec;
  border-radius: 10px;
}

.pad-top-foot {
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .machine {
    transform-origin: 50% 0;
    transform: scale(.5);
  }

  .faded-sides {
    z-index: -1;
  }

  .page-container-full.home, .page-container-full.contact {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .machine {
    transform: scale(.3);
  }

  .faded-sides {
    z-index: -1;
  }

  .title {
    margin-top: 20px;
    font-size: 36px;
    line-height: 24px;
  }

  .container-slim.shaded {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .page-container-full.home, .page-container-full.contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Hyperwave One';
  src: url('../fonts/Hyperwave-One.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warsaw Gothic';
  src: url('../fonts/WarsawGothic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warsaw Gothic Condensed';
  src: url('../fonts/WarsawGothicCond.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warsaw Gothic Ext';
  src: url('../fonts/WarsawGothicExt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warsaw Gothic Oblique';
  src: url('../fonts/WarsawGothicObl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warsaw Gothic Woodtype';
  src: url('../fonts/WarsawGothicWoodtype.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}