* {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
}

h2 {
  color: #ca240a;
  font-family: "Times New Roman", Times, serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.video-bg video {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .video-bg video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.video-bg .release-artwork {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(var(--vh, 1vh) * 100);
}

header {
  padding: 2rem;
  text-align: center;
}
header .conan-logo {
  margin: 0 auto;
}
header .conan-logo img {
  margin: 0 auto;
  width: 290px;
}
header .countdown-timer {
  color: #ca240a;
}

#countdown span.digit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 35px;
  padding: 0 1rem;
}
#countdown span.digit span {
  font-size: 14px;
  text-transform: uppercase;
}

.presave-container {
  margin: 10px 0 0;
}

footer {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ca240a;
}
footer > iframe {
  height: 180px;
}
footer.footer--release {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 600px) {
  footer.footer--release {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.footer--release .footer-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ca240a;
  padding: 1rem 0 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  footer.footer--release .footer-lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer a {
  color: #ca240a;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
footer a:hover {
  color: #fff;
}
footer .legals {
  font-size: 12px;
}
footer .legals a {
  text-decoration: none;
}
footer .legals span {
  padding: 0 0.5rem;
}
footer .socials a {
  font-size: 14px;
  padding: 0 0.25rem;
  text-decoration: none;
}
footer .socials a i {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .legals {
    font-size: 10px;
  }
  footer .socials {
    padding-bottom: 0.5rem;
  }
  footer .socials span {
    padding: 0 0.25rem;
  }
}

.preloader {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 10;
}

.skip-link {
  display: none;
}

.ae-cform-modal-container .ae-cform-signin-button {
  color: #fff;
  font-weight: bold;
}
.ae-cform-modal-container .ae-cform-item input[type=submit] {
  border: none;
  background: #000;
}
.ae-cform-modal-container .ae-cform-optin-label {
  color: #000;
}
.ae-cform-modal-container #terms a {
  color: #000;
}
.ae-cform-modal-container .ae-cform-social-link {
  background: #000;
}

#_evh-link {
  display: none;
}/*# sourceMappingURL=styles.css.map */