/* ---- Theme Variables ---- */
:root {
  --font: Mulish, Arial, Helvetica Neue, Helvetica, sans-serif;
  --color-primary: #D11FFF;
  --color-secondary: #FF00DC;
  --color-dkgrey: #000529;
  --color-neutral: #fff;
  --transnormal: all .2s linear;
  --transfine: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  --radius-element: 4px;
  --radius-button: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*---- General - Theme Styles ----*/
html {
  font-size: 16px;
}

html, body {
  height: 100vh;
}

body {
  background-color: var(--color-dkgrey);
  background-size: cover;
  color: var(--color-neutral);
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
}

p {
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font);
  font-weight: 700;
}

table {
  width: 100%;
}

a {
  color: var(--color-primary);
}

a, .btn {
  -webkit-transition: var(--transnormal);
  transition: var(--transnormal);
}

a:hover, .btn:hover {
  text-decoration: none;
}

a:focus, .btn:focus {
  outline: none;
  text-decoration: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.start .bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.start .bg-circles {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition-delay: .5s, .3s;
          transition-delay: .5s, .3s;
  opacity: .16;
}

.start .messageHead {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.start .messageCopy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.start #mc_embed_signup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.start .pagefootCopy {
  opacity: .5;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.start .octo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.start .atomic, .start .labs {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.start .labs {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.start .octoL, .start .octoR {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
  -webkit-animation: electric 4s infinite linear;
          animation: electric 4s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.start .octoR {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

@-webkit-keyframes electric {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes electric {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.atomic, .labs {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s opacity, 2s stroke-dashoffset, 1s -webkit-transform cubic-bezier(0.175, 0.925, 0.355, 1);
  transition: 1s opacity, 2s stroke-dashoffset, 1s -webkit-transform cubic-bezier(0.175, 0.925, 0.355, 1);
  transition: 1s transform cubic-bezier(0.175, 0.925, 0.355, 1), 1s opacity, 2s stroke-dashoffset;
  transition: 1s transform cubic-bezier(0.175, 0.925, 0.355, 1), 1s opacity, 2s stroke-dashoffset, 1s -webkit-transform cubic-bezier(0.175, 0.925, 0.355, 1);
  opacity: 0;
  /*
  fill: transparent;
  stroke: var(--color-neutral);
  stroke-width: .5;
  stroke-dasharray: 160;
  stroke-dashoffset: 160; */
}

/*
.labs {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
} */
.octoL, .octoR {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s visibility;
  transition: .5s visibility;
}

.octo {
  -webkit-transform: translateY(42px);
          transform: translateY(42px);
  opacity: 0;
  -webkit-transition: 1s opacity, 1s -webkit-transform cubic-bezier(0.175, 0.925, 0.355, 1);
  transition: 1s opacity, 1s -webkit-transform cubic-bezier(0.175, 0.925, 0.355, 1);
  transition: 1s transform cubic-bezier(0.175, 0.925, 0.355, 1), 1s opacity;
  transition: 1s transform cubic-bezier(0.175, 0.925, 0.355, 1), 1s opacity, 1s -webkit-transform cubic-bezier(0.175, 0.925, 0.355, 1);
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
  opacity: 0;
}

.bg-circles {
  position: fixed;
  left: -190vw;
  width: 480vw;
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s ease-in-out, -webkit-transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s ease-in-out, transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s ease-in-out, transform 20s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .bg-circles {
    padding: 32px 64px;
    left: -108vw;
    width: 300vw;
  }
}

@media only screen and (min-width: 992px) {
  .bg-circles {
    left: -23.2vw;
    width: 140vw;
  }
}

.bg-circles svg {
  width: 100%;
  height: auto;
}

.bg-overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(#000529), to(rgba(0, 5, 41, 0)));
  background: linear-gradient(180deg, #000529 0%, rgba(0, 5, 41, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 30%;
  z-index: 1;
}

.c1, .c2, .c3, .c4, .c5 {
  -webkit-transform-origin: center;
          transform-origin: center;
  stroke-width: 1;
}

@media only screen and (min-width: 768px) {
  .c1, .c2, .c3, .c4, .c5 {
    stroke-width: .5;
  }
}

.c1 {
  -webkit-animation: spin 120s infinite linear;
          animation: spin 120s infinite linear;
}

.c2 {
  -webkit-animation: spinreverse 170s infinite linear;
          animation: spinreverse 170s infinite linear;
}

.c3 {
  -webkit-animation: spin 280s infinite linear;
          animation: spin 280s infinite linear;
}

.c4 {
  -webkit-animation: spinreverse 460s infinite linear;
          animation: spinreverse 460s infinite linear;
}

.c5 {
  -webkit-animation: spin 700s infinite linear;
          animation: spin 700s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate3D(0deg);
            transform: rotate3D(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate3D(0deg);
            transform: rotate3D(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinreverse {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes spinreverse {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.pagehead, .pagecontent, .pagefoot {
  padding: 24px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .pagehead, .pagecontent, .pagefoot {
    padding: 32px 64px;
  }
}

@media only screen and (min-width: 992px) {
  .pagehead, .pagecontent, .pagefoot {
    padding: 48px 80px;
  }
}

.pagehead {
  position: relative;
  z-index: 3;
}

.pageheadBranding svg {
  width: 140px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .pageheadBranding svg {
    width: 180px;
  }
}

@media only screen and (min-width: 992px) {
  .pageheadBranding svg {
    width: 200px;
  }
}

.pagecontent {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media only screen and (min-width: 768px) {
  .pagecontent {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .pagecontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.message {
  position: relative;
  z-index: 5;
  padding-top: 32px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .message {
    max-width: 600px;
    padding-top: 64px;
  }
}

@media only screen and (min-width: 992px) {
  .message {
    max-width: 900px;
    padding-top: 0;
    margin-top: -30px;
  }
}

@media only screen and (min-width: 1300px) {
  .message {
    max-width: 1300px;
  }
}

.messageHead {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) transform, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
}

.message h1 {
  font-size: 7vw;
  line-height: 1.3em;
  margin: 0;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .message h1 {
    font-size: 6vw;
  }
}

@media only screen and (min-width: 992px) {
  .message h1 {
    font-size: clamp(3.2vw, 3.6vw, 4.6vw);
  }
}

.message p {
  font-size: 1rem;
}

@media only screen and (min-width: 992px) {
  .message p {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 1.4rem, 1.6rem);
  }
}

.messageComingsoon {
  text-transform: uppercase;
  letter-spacing: 10px;
  color: var(--color-secondary);
}

.messageCopy {
  max-width: 760px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) transform, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
}

.pagefootCopy {
  margin: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s ease-in-out, -webkit-transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s ease-in-out, transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s ease-in-out, transform 20s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 20s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

#mc_embed_signup {
  margin: 0 auto;
  margin-top: 40px;
  text-align: left;
  max-width: 400px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) transform;
  transition: 1s opacity, 1s cubic-bezier(0.215, 0.61, 0.355, 1) transform, 1s cubic-bezier(0.215, 0.61, 0.355, 1) -webkit-transform;
}

@media only screen and (min-width: 768px) {
  #mc_embed_signup {
    padding: 24px 48px;
  }
}

@media only screen and (min-width: 1300px) {
  #mc_embed_signup {
    margin-top: 80px;
  }
}

#mc_embed_signup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mc_embed_signup h2 {
  color: var(--color-primary);
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  #mc_embed_signup h2 {
    margin-bottom: 32px;
    font-size: 1.4rem;
  }
}

#mc_embed_signup .indicates-required {
  font-size: .8rem;
  text-align: right;
  float: right;
  margin-bottom: 4px;
  opacity: .5;
}

#mc_embed_signup label {
  margin-bottom: 8px;
  display: block;
}

#mc_embed_signup input,#mc-embedded-subscribe {
  display: block;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid transparent;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: var(--color-neutral);
  height: 50px;
}

#mc_embed_signup input:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  background-color: rgba(0, 0, 0, 0.6);
}

#mc_embed_signup .button {
  background-color: transparent;
  background-color: var(--color-primary);
  color: var(--color-neutral);
  font-weight: 700;
  border: none;
  -webkit-transition: .2s;
  transition: .2s;
  margin-top: 4px;
  padding: 10px 16px;
  cursor: pointer;
}

#mc_embed_signup .button:hover {
  background-color: var(--color-secondary);
  color: var(--color-neutral);
}

#mc_embed_signup .brandingLogo {
  text-align: center;
  margin-bottom: 0;
  display: none;
}

#mc_embed_signup .brandingLogo img {
  width: 110px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */