@font-face {
  font-family: barlow-bold;
  src: url(/Barlow-Bold.2ae782b3.ttf);
}
.opening-animation .page {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #0c0c0c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.opening-animation .powered-container {
  width: 100%;
  margin-bottom: 5vh;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.opening-animation .powered-container .reveal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
.opening-animation .powered-container .reveal-container:first-of-type {
  width: 450px;
}
.opening-animation .powered-container .reveal-container:last-of-type {
  width: 195px;
}
.opening-animation .powered-container .reveal-container .reveal-first, .opening-animation .powered-container .reveal-container .reveal-second {
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E7174C;
}
.opening-animation .powered-container .reveal-container .credits {
  display: inline;
  position: relative;
  font-family: barlow-bold;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  z-index: 0;
  visibility: hidden;
}
.opening-animation .powered-container .reveal-container .credits.knmi {
  margin-left: 30px;
  margin-right: 5px;
}
.opening-animation .powered-container .reveal-container .credits.knmi::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  background: url("/powered.15b3fcb3.gif") no-repeat;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-size: 20px;
}
.opening-animation .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.opening-animation .flex .container {
  padding: 0 10vw;
  width: calc(100% - 20vw);
  max-width: 1280px;
  margin: 5vh auto 0 auto;
}
.opening-animation .flex .container h1 {
  position: relative;
  overflow: hidden;
  height: 120px;
  width: 100vw;
  margin: 0;
  font-size: 90px;
  color: #E7174C;
  font-family: barlow-bold;
  text-transform: uppercase;
}
.opening-animation .flex .container h1 .hide {
  position: absolute;
  z-index: 99;
  top: 120px;
  left: 0;
}
.opening-animation .second-color-slide-up {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ED6A63;
  z-index: 11;
}

/*# sourceMappingURL=/main.fb6bbcaf.css.map */