@import "https://fonts.googleapis.com/css?family=Yellowtail";
@import "https://fonts.googleapis.com/css?family=Orbitron:400,700,900";
@import "https://fonts.googleapis.com/css?family=Inconsolata";
.clock[data-v-b190824a] {
  color: #eee;
  font-family: Inconsolata;
  font-size: 2rem;
  padding: 10px;
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 0;
}
.clock p[data-v-b190824a] {
  margin-bottom: 5px;
}
.clock[data-v-b190824a]:after,
.clock[data-v-b190824a]:before,
.clock[data-v-b190824a] > :first-child:after,
.clock[data-v-b190824a] > :first-child:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-color: #33ff00;
  border-style: solid;
  content: " ";
}
.clock[data-v-b190824a]:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.clock[data-v-b190824a]:after {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.clock[data-v-b190824a] > :first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.clock[data-v-b190824a] > :first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}
.audio .controls[data-v-6d57537a] {
  position: absolute;
  top: 10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 550px) {
  .audio .controls[data-v-6d57537a] {
    left: -100px;
    top: 140px;
  }
}
.audio .controls button[data-v-6d57537a] {
  font-size: 0.6rem;
  line-height: 0.6rem;
  height: auto;
}
.audio .controls button.mute[data-v-6d57537a] {
  border-color: #222;
  padding: 5px 10px;
}
.audio .controls button.mute[data-v-6d57537a]:hover {
  border-color: #eee;
  color: #eee;
}
.audio .controls button.play[data-v-6d57537a] {
  color: #fff;
  padding: 10px 20px;
}
.audio .credits[data-v-6d57537a] {
  font-family: Inconsolata;
  font-size: 0.6rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.audio .credits a[data-v-6d57537a] {
  color: #ccc;
}
.stats[data-v-27214deb] {
  color: #ccc;
  font-family: Inconsolata;
  font-size: 0.8rem;
  position: absolute;
  top: -100px;
  left: 40px;
  -webkit-transition: top 1s linear 0s;
  transition: top 1s linear 0s;
}
.stats.active[data-v-27214deb] {
  top: 50px;
}
.stats ul li[data-v-27214deb] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.stats ul li[data-v-27214deb]:before {
  content: "> ";
  color:#09ff00;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.column,
.columns,
.container {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.column,
.columns {
  float: left;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
}
h1,
h2 {
  letter-spacing: -0.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}
a {
  color: #44db1e;
}
a:hover {
  color: #25ce0f;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="button"].button-primary,
input[type="reset"].button-primary,
input[type="submit"].button-primary {
  color: #fff;
  background-color: #22ad10;
  border-color: #68f033;
}
.button.button-primary:focus,
.button.button-primary:hover,
button.button-primary:focus,
button.button-primary:hover,
input[type="button"].button-primary:focus,
input[type="button"].button-primary:hover,
input[type="reset"].button-primary:focus,
input[type="reset"].button-primary:hover,
input[type="submit"].button-primary:focus,
input[type="submit"].button-primary:hover {
  color: #fff;
  background-color: #61d843;
  border-color: #44db1e;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
td,
th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
td:first-child,
th:first-child {
  padding-left: 0;
}
td:last-child,
th:last-child {
  padding-right: 0;
}
.button,
button {
  margin-bottom: 1rem;
}
fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}
.u-full-width {
  width: 100%;
}
.u-full-width,
.u-max-full-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
.u-center {
  text-align: center;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
html {
  background-color: #111;
}
.grid-container {
  background: #111;
  -webkit-animation: bg 10s infinite ease-out;
  animation: bg 10s infinite ease-out;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.grid-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.2);
  background: -webkit-repeating-linear-gradient(
    top,
    transparent,
    transparent 1px,
    rgba(30, 30, 30, 0.5) 0,
    rgba(30, 30, 30, 0.5) 2px
  );
  -webkit-background-size: 100% 2px;
  background: -moz-repeating-linear-gradient(
    top,
    transparent 0,
    transparent 1px,
    rgba(30, 30, 30, 0.5) 1px,
    rgba(30, 30, 30, 0.5) 2px
  );
  -moz-background-size: 100% 2px;
  display: block;
  z-index: 10;
}
.text {
  color: #fff;
  font: small-caps lighter 14px/150% Helvetica Neue, Helvetica, sans-serif;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  line-height: 1.2em;
  -webkit-filter: colour-shift(10);
  filter: colour-shift(10);
  z-index: 20;
}
.text b {
  font-size: 2.5em;
}
.text b:after {
  content: "v2";
  font-weight: 100;
  font-size: 12px;
  position: absolute;
}
.grid-ground {
  background: rgba(224, 87, 90, 0.08);
  width: 250vw;
  height: 100%;
  left: -70%;
  position: absolute;
}
.grid-lines {
  -webkit-perspective: 450px;
  perspective: 450px;
  width: 100%;
  height: 100%;
  position: relative;
}
.grid-lines .grid-lines-inner {
  width: 100%;
  -webkit-transform: rotateX(60deg);
  transform: rotateX(60deg);
}
.grid-lines .grid-lines-inner,
.line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.line {
  display: block;
  width: 0;
  border: 2px solid #ff0000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ff0000;
}
.horizontal,
.vertical {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 130vw;
  height: 100vh;
}
.horizontal .line:first-child {
  left: -40%;
}
.horizontal .line:nth-child(2) {
  left: -20%;
}
.horizontal .line:nth-child(3) {
  left: 0;
}
.horizontal .line:nth-child(4) {
  left: 20%;
}
.horizontal .line:nth-child(5) {
  left: 40%;
}
.horizontal .line:nth-child(6) {
  left: 60%;
}
.horizontal .line:nth-child(7) {
  left: 80%;
}
.horizontal .line:nth-child(8) {
  left: 100%;
}
.horizontal .line:nth-child(9) {
  left: 120%;
}
.horizontal .line:nth-child(10) {
  left: 140%;
}
.vertical .line {
  -webkit-animation: move 5s infinite linear;
  animation: move 5s infinite linear;
  width: 200%;
  left: -50%;
  height: 0;
}
.vertical .line:first-child {
  -webkit-animation: none;
  animation: none;
  opacity: 0.7;
}
.vertical .line:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.vertical .line:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.vertical .line:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.vertical .line:nth-child(5) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.vertical .line:nth-child(6) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.vertical .line:nth-child(7) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.vertical .line:nth-child(8) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.vertical .line:nth-child(9) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.vertical .line:nth-child(10) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
@-webkit-keyframes blur-n-hue {
  0% {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
    filter: blur(10px) hue-rotate(-15deg);
  }
  50% {
    -webkit-filter: blur(20px) hue-rotate(0deg);
    filter: blur(20px) hue-rotate(0deg);
  }
  to {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
    filter: blur(10px) hue-rotate(-15deg);
  }
}
@keyframes blur-n-hue {
  0% {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
    filter: blur(10px) hue-rotate(-15deg);
  }
  50% {
    -webkit-filter: blur(20px) hue-rotate(0deg);
    filter: blur(20px) hue-rotate(0deg);
  }
  to {
    -webkit-filter: blur(10px) hue-rotate(-15deg);
    filter: blur(10px) hue-rotate(-15deg);
  }
}
@-webkit-keyframes move {
  0% {
    top: 0;
    opacity: 0.8;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@keyframes move {
  0% {
    top: 0;
    opacity: 0.8;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes angle {
  0% {
    -webkit-transform: rotateX(58deg);
    transform: rotateX(58deg);
  }
  50% {
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
  }
  to {
    -webkit-transform: rotateX(58deg);
    transform: rotateX(58deg);
  }
}
@keyframes angle {
  0% {
    -webkit-transform: rotateX(58deg);
    transform: rotateX(58deg);
  }
  50% {
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
  }
  to {
    -webkit-transform: rotateX(58deg);
    transform: rotateX(58deg);
  }
}
@-webkit-keyframes bg {
  0% {
    background-color: transparent;
  }
  49% {
    background-color: transparent;
  }
  50.5% {
    background-color: rgba(155, 155, 206, 0.4);
  }
  51% {
    background-color: transparent;
  }
  51.5% {
    background-color: rgba(155, 155, 206, 0.3);
  }
  57% {
    background-color: transparent;
  }
  to {
    background-color: transparent;
  }
}
@keyframes bg {
  0% {
    background-color: transparent;
  }
  49% {
    background-color: transparent;
  }
  50.5% {
    background-color: rgba(155, 155, 206, 0.4);
  }
  51% {
    background-color: transparent;
  }
  51.5% {
    background-color: rgba(155, 155, 206, 0.3);
  }
  57% {
    background-color: transparent;
  }
  to {
    background-color: transparent;
  }
}
.logo {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 80%;
  max-width: 800px;
  margin-top: 10px;
}
@media (min-width: 550px) {
  .logo {
    margin-top: 70px;
  }
}
.logo h1 {
  color: #c6cbf5;
  font-family: Orbitron, sans-serif;
  font-size: 3rem;
  font-weight: 1000;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-linear-gradient(
    top,
    #151c60,
    #c6cbf5 40%,
    #000 0,
    #e1a0ce 65%,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.logo h1,
.logo h2 {
  margin: 0;
  position: absolute;
  z-index: 11;
  width: 100%;
}
.logo h2 {
  color: #d10000;
  display: block;
  font-family: Yellowtail, cursive;
  font-size: 4rem;
  text-shadow: 0 0 1px #d10000, 0 -3px 3px hsla(0, 0%, 100%, 0.8),
    0 3px 3px rgba(0, 0, 0, 0.5), 0 0 15px #d10000,
    0 0 45px rgba(209, 0, 0, 0.8);
  text-align: center;
  text-decoration: underline;
  text-transform: none;
  -webkit-transform: skew(-10deg) rotate(-10deg);
  transform: skew(-10deg) rotate(-10deg);
  top: 2rem;
}
.logo .triangle {
  -webkit-animation: dash 6s linear forwards;
  animation: dash 6s linear forwards;
  fill: url(#grad1);
  -webkit-filter: url(#dropshadow);
  filter: url(#dropshadow);
  position: relative;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  z-index: 8;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
body {
  background-image: url("background.jpg");
  background-size: cover;
}
main {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.content {
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-height: 1200px) {
  .content {
    padding-top: 40px;
  }
}
.banner[data-v-704b5ceb] {
  background-color: transparent;
  border: 1px solid rgba(109, 248, 54, 0.8);
  border-radius: 5px;
  padding: 7px;
  -webkit-box-shadow: 0 0 5px 2px rgba(54, 226, 248, 0.2);
  box-shadow: 0 0 5px 2px rgba(54, 226, 248, 0.2);
}
.banner .inner[data-v-704b5ceb] {
  background-color: hsla(0, 0%, 7%, 0.9);
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
  color: #ffffff;
  font-family: Inconsolata, monospace;
  padding: 10px 10px 2px;
}
.banner .inner .row[data-v-704b5ceb] {
  margin: 0;
  max-height: 500px;
  overflow: hidden;
}
@media (min-height: 1200px) {
  .banner .inner .row[data-v-704b5ceb] {
    max-height: 500px;
  }
}
.banner .inner .row pre[data-v-704b5ceb] {
  font-size: 0.8rem;
  margin: 0;
  overflow: hidden;
}
.banner .inner .row .screenshot img[data-v-704b5ceb] {
  width: 100%;
}
.banner .inner ul li[data-v-704b5ceb] {
  list-style-type: none;
  margin-bottom: 2px;
}
.banner .inner ul li span[data-v-704b5ceb] {
  color: #56f836;
  padding-right: 10px;
}
.banner .inner ul li em[data-v-704b5ceb] {
  color: #fb6060;
  font-style: normal;
  font-weight: 700;
}
.banner .inner .footer[data-v-704b5ceb] {
  color: #56f836;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.slide-enter-active[data-v-b37a4198] {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.slide-leave-active[data-v-b37a4198] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-enter[data-v-b37a4198] {
  -webkit-transform: scaleX(0.01) scaleY(0.01);
  transform: scaleX(0.01) scaleY(0.01);
  opacity: 0;
}
.slide-leave-to[data-v-b37a4198] {
  -webkit-transform: scaleX(5) scaleY(5);
  transform: scaleX(5) scaleY(5);
  opacity: 0;
}


/* .typewriter-container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid black;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.5em;
  white-space: pre-wrap; 
} */

#intro {
  font-size: 13px;
  display: inline-block;
  color: #56f836;
}

#cursor {
  color: #56f836;
  display: inline-block;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#header {
  color: #56f836;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 5px;
}