* {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-rendering: geometricPrecision;
  appearance: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, transform 0.25s;
}
@media (max-width: 800px) {
  * {
    font-size: 16px;
  }
}

html, body {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  background-color: #111;
  background-image: linear-gradient(to bottom, #111, #000);
}

@keyframes bgJuno {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 0.1;
    transform: translateY(0px);
  }
}
@keyframes galleryImg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes innerStar {
  0% {
    width: 0;
    height: 0;
  }
  20% {
    width: 50vw;
    height: 50vw;
  }
  80% {
    width: 50vw;
    height: 50vw;
    opacity: 1;
  }
  99% {
    width: 12px;
    height: 12px;
    opacity: 1;
  }
  100% {
    width: 12px;
    height: 12px;
    opacity: 0;
  }
}
@keyframes outerStar {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  75% {
    opacity: 1;
    transform: translate(-50%, -23.80952381%);
  }
  85% {
    opacity: 1;
    transform: translate(-50%, -23.80952381%);
  }
  100% {
    opacity: 1;
    transform: translate(-307.14285714%, -23.80952381%);
  }
}
@keyframes chevron {
  0% {
    filter: blur(10px);
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  65% {
    filter: blur(10px);
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  75% {
    filter: blur(0);
    opacity: 1;
    transform: translate(-50%, -112.06896552%);
  }
  85% {
    filter: blur(0);
    opacity: 1;
    transform: translate(-50%, -112.06896552%);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translate(-307.14285714%, -112.06896552%);
  }
}
@keyframes logotype {
  0% {
    filter: blur(10px);
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  85% {
    filter: blur(10px);
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translate(-28.88889%, -50%);
  }
}
#app {
  width: 100%;
  height: 100dvh;
  position: relative;
}
#app > * {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
}
#app #splash svg#bg-juno-logograph {
  z-index: 0;
  opacity: 0;
  position: absolute;
  inset: auto 0 -5vw -5vw;
  min-width: 110vw;
  min-height: 20dvh;
  height: auto;
  animation-name: bgJuno;
  animation-delay: 4.8s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#app #splash #bg-juno-logograph-fade {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background-image: linear-gradient(to bottom, transparent 80%, #000);
}
#app #splash #intro {
  z-index: 2;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
}
#app #splash #intro #intro-gallery {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  max-width: 500px;
  height: 50vw;
  max-height: 500px;
  overflow: hidden;
  clip-path: url("#mask-path");
  animation-name: innerStar;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background-color: white;
}
#app #splash #intro #intro-gallery * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vw;
  object-fit: cover;
  animation-name: galleryImg;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}
#app #splash #intro #intro-gallery *:nth-child(1) {
  animation-delay: 0.5s;
  z-index: 0;
}
#app #splash #intro #intro-gallery *:nth-child(2) {
  animation-delay: 1s;
  z-index: 1;
}
#app #splash #intro #intro-gallery *:nth-child(3) {
  animation-delay: 1.5s;
  z-index: 2;
}
#app #splash #intro #juno-logograph-star {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  animation: outerStar;
  animation-duration: 4.8s;
  animation-fill-mode: forwards;
}
#app #splash #intro #juno-logograph-chevron {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 29px;
  height: auto;
  animation: chevron;
  animation-duration: 4.8s;
  animation-fill-mode: forwards;
}
#app #splash #intro #juno-logotype {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 42px;
  height: auto;
  animation: logotype;
  animation-duration: 4.8s;
  animation-fill-mode: forwards;
}

/*# sourceMappingURL=styles.css.map */
