@font-face {
  font-family: "Domaine Sans Text";
  src: url("../fonts/DomaineSansText-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni 72 Book";
  src: url("../fonts/Bodoni-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

a {
  border: 1px solid;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  margin: 10px auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

body {
  background: #fff;
  background-size: cover;
  font-family: "Domaine Sans Text", museo-sans, sans-serif;
  font-weight: 300;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  margin: 40px auto;
  width: 80%;
}

h2 {
  margin: 0 auto;
}

h1 img,
h2 img {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

h3 {
  color: #c47c8a;
  font-weight: 300;
  text-transform: uppercase;
}

p {
  font-size: 13px;
  line-height: 20px;
  max-width: 75%;
  margin: 1em auto;
}

a {
  color: #000;
}

.enter-site {
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  z-index: 1;
  color: #c47c8a;
  border: 1px solid #c47c8a;
  margin: 0;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .enter-site {
    position: relative;
    top: auto;
    height: 40px;
    transform: none;
    order: 3;
    margin-left: 15px;
    font-size: 0.8em;
    padding: 5px;
    height: 30px;
  }
}
.enter-site:hover {
  background: #c47c8a;
  color: #fff;
}

.section-title {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1em;
  }
}

.splash2020-container {
  width: 100%;
  margin: auto;
}
.splash2020-container .splash-header {
  height: 57px;
  position: relative;
  background: #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .splash2020-container .splash-header {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
}
.splash2020-container .splash-header .splash-social-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-social-nav {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    order: 2;
  }
}
.splash2020-container .splash-header .splash-social-nav a {
  border: none;
  color: #c47c8a;
  padding: 8px 10px;
}
@media screen and (max-width: 991px) {
  .splash2020-container .splash-header .splash-social-nav a {
    font-size: 0.8em;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-social-nav a {
    font-size: 0.9em;
  }
}
.splash2020-container .splash-header .splash-social-nav a:hover {
  background: none;
  color: #000;
}
.splash2020-container .splash-header .splash-header-nav {
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-header-nav {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
    order: 1;
  }
}
.splash2020-container .splash-header .splash-header-nav .nav-link {
  border: none;
  font-size: 0.9em;
}
@media screen and (max-width: 991px) {
  .splash2020-container .splash-header .splash-header-nav .nav-link {
    font-size: 0.7em;
    padding: 8px 5px;
  }
}
@media screen and (max-width: 768px) {
  .splash2020-container .splash-header .splash-header-nav .nav-link {
    margin-bottom: 0;
  }
}
.splash2020-container .splash-header .splash-header-nav .nav-link:hover {
  background: none;
  color: #c47c8a;
}
.splash2020-container .splash-footer .splash-footer-nav {
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.splash2020-container .splash-footer .splash-footer-nav .nav-link {
  font-size: 0.8em;
  border: none;
}
.splash2020-container .splash-footer .splash-footer-nav .nav-link:hover {
  background: none;
  color: #c47c8a;
}
.splash2020-container .splash-hero-img {
  max-width: 100%;
  height: 100vh;
  max-height: 2000px;
  margin: 3em 0 0;
}
@media screen and (max-width: 768px) {
  .splash2020-container .splash-hero-img {
    height: auto;
    margin-top: 5em;
  }
}
.splash2020-container .section {
  margin-bottom: 5em;
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section {
    margin-bottom: 0;
  }
}
.splash2020-container .section:focus {
  outline: none;
}
.splash2020-container .section__preorder {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder {
    flex-wrap: wrap;
  }
}
.splash2020-container .section__preorder--left, .splash2020-container .section__preorder--right {
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--left, .splash2020-container .section__preorder--right {
    flex: 0 0 100%;
  }
}
.splash2020-container .section__preorder--left {
  padding: 50px 50px 50px 0;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--left {
    padding: 50px;
  }
}
@media screen and (max-width: 480px) {
  .splash2020-container .section__preorder--left {
    padding: 50px 0 20px 0;
  }
}
.splash2020-container .section__preorder--right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--right {
    align-items: center;
    margin-top: 2em;
  }
}
.splash2020-container .section__preorder--right h2 {
  margin: 0;
}
.splash2020-container .section__preorder--right h3 {
  margin: 0.5em 0;
}
.splash2020-container .section__preorder--right p {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder--right p {
    max-width: 100%;
    text-align: center;
  }
}
.splash2020-container .section__preorder .preorder-img {
  width: 100%;
}
.splash2020-container .section__preorder .preorder-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 2em auto auto;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder .preorder-links-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.splash2020-container .section__preorder .preorder-links-container span {
  flex: 0 0 100%;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder .preorder-links-container span {
    text-align: center;
  }
}
.splash2020-container .section__preorder .preorder-links-container .preorder-link {
  flex: 0 0 48%;
  border-color: #c47c8a;
  color: #c47c8a;
  margin: 0 0 4%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__preorder .preorder-links-container .preorder-link {
    flex: 0 0 100%;
  }
}
.splash2020-container .section__preorder .preorder-links-container .preorder-link:hover {
  color: #fff;
  background: #c47c8a;
}
.splash2020-container .section__merch {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
.splash2020-container .section__merch .merch-container {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container {
    flex-wrap: wrap;
  }
}
.splash2020-container .section__merch .merch-container__left, .splash2020-container .section__merch .merch-container__right {
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container__left, .splash2020-container .section__merch .merch-container__right {
    flex: 0 0 100%;
  }
}
.splash2020-container .section__merch .merch-container__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container__right {
    align-items: center;
    margin-top: 2em;
  }
}
.splash2020-container .section__merch .merch-container__right h2 {
  margin: 0;
}
.splash2020-container .section__merch .merch-container__right h3 {
  margin: 0.5em 0;
}
.splash2020-container .section__merch .merch-container__right p {
  margin: 0;
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .merch-container__right p {
    max-width: 100%;
    text-align: center;
  }
}
.splash2020-container .section__merch img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.splash2020-container .section__merch .preorder-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 2em auto auto;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .preorder-links-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.splash2020-container .section__merch .preorder-links-container span {
  flex: 0 0 100%;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .preorder-links-container span {
    text-align: center;
  }
}
.splash2020-container .section__merch .preorder-links-container .preorder-link {
  flex: 0 0 48%;
  border-color: #c47c8a;
  color: #c47c8a;
  margin: 0 0 4%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__merch .preorder-links-container .preorder-link {
    flex: 0 0 100%;
  }
}
.splash2020-container .section__merch .preorder-links-container .preorder-link:hover {
  color: #fff;
  background: #c47c8a;
}
.splash2020-container .section__video {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
.splash2020-container .section__video .section-title {
  text-align: left;
  margin-bottom: 1em;
}
.splash2020-container .section__tracklisting {
  background: #f8f8f8;
}
.splash2020-container .section__tracklisting .section-title {
  margin-bottom: 2em;
}
.splash2020-container .section__tracklisting .tracklisting-list {
  flex: 0 0 50%;
  list-style: none;
  padding: 0;
  margin-left: 25%;
}
.splash2020-container .section__tracklisting .tracklisting-list--container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__tracklisting .tracklisting-list--container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__tracklisting .tracklisting-list {
    flex: 0 0 100%;
    margin: 0;
  }
}
.splash2020-container .section__tracklisting .tracklisting-list .tracklisting-item {
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: left;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .splash2020-container .section__tracklisting .tracklisting-list .tracklisting-item {
    font-size: 0.7em;
  }
}
.splash2020-container .section__tracklisting p {
  max-width: 500px;
}
.splash2020-container .section__live {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
.splash2020-container .section__live .tour-table {
  font-family: "Domaine Sans Text", museo-sans, sans-serif;
  font-family: "Domaine Sans Text", "Cormorant Garamond", Arial, Helvetica, sans-serif;
}

#mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  width: 90%;
  font-family: "Domaine Sans Text", museo-sans, sans-serif;
}
#mc_embed_signup_scroll #mce-EMAIL {
  flex: 0 0 100%;
  margin-bottom: 1em;
  font-family: "Domaine Sans Text", museo-sans, sans-serif;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  color: #c47c8a;
  text-align: center;
}
#mc_embed_signup_scroll #mce-EMAIL::-moz-placeholder {
  color: #c47c8a;
}
#mc_embed_signup_scroll #mce-EMAIL:-ms-input-placeholder {
  color: #c47c8a;
}
#mc_embed_signup_scroll #mce-EMAIL::placeholder {
  color: #c47c8a;
}
#mc_embed_signup_scroll #mce-EMAIL:focus {
  outline: none;
}
#mc_embed_signup_scroll .clear {
  width: 100%;
}
#mc_embed_signup_scroll #mc-embedded-subscribe {
  width: 100%;
  background-color: transparent;
  border: 1px solid #c47c8a;
  border-radius: 0;
  color: #c47c8a;
  height: 48px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-family: "Domaine Sans Text", museo-sans, sans-serif;
  transition: all 0.3s ease-in-out;
}
#mc_embed_signup_scroll #mc-embedded-subscribe:hover {
  color: #fff;
  background: #c47c8a;
}
#mc_embed_signup_scroll #mc-embedded-subscribe:focus, #mc_embed_signup_scroll #mc-embedded-subscribe:active {
  outline: none;
}

.page-template-page-2020-splash-rivoli {
  font-family: "Bodoni 72 Book", museo-sans, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.splash-rivoli-container {
  display: block;
  position: relative;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: top center;
  background-image: url(../images/FINALKATIEIMAGE-min.jpg);
}
@media screen and (max-width: 768px) {
  .splash-rivoli-container {
    background-image: url(../images/KM_Live_mob.jpg);
  }
}
.splash-rivoli-container .content-container {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .splash-rivoli-container .content-container {
    top: auto;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
  }
}
.splash-rivoli-container .content-container .rivoli-img {
  width: 100%;
  max-width: 470px;
  display: block;
  margin: 0 auto 2em;
}
@media screen and (min-width: 768px) and (max-height: 740px) {
  .splash-rivoli-container .content-container .rivoli-img {
    width: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .splash-rivoli-container .content-container .rivoli-img {
    width: 30vh;
  }
}
.splash-rivoli-container .content-container .on-sale-txt {
  font-size: 24px;
  max-width: none;
  margin-top: 10%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-height: 740px) {
  .splash-rivoli-container .content-container .on-sale-txt {
    font-size: 3vh;
    margin-top: 5vh;
  }
}
@media screen and (max-width: 768px) {
  .splash-rivoli-container .content-container .on-sale-txt {
    font-size: 18px;
    font-size: 1.5vh;
    margin-top: 2vh;
  }
}
.splash-rivoli-container .content-container .cta-btn {
  color: #fff;
  border-color: #fff;
  display: block;
  width: 80%;
  margin: auto auto 20px;
  max-width: 220px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Bodoni 72 Book", museo-sans, sans-serif;
}
.splash-rivoli-container .content-container .cta-btn:hover {
  background: #fff;
  color: #000;
}
.splash-rivoli-container .content-container .cta-btn__top {
  background: #fff;
  color: #000;
}
.splash-rivoli-container .content-container .cta-btn__top:hover {
  background: transparent;
  color: #fff;
}
.splash-rivoli-container .privacy-policy {
  color: #fff;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.splash-rivoli-container .privacy-policy:hover {
  opacity: 0.6;
}

.page-template-page-2022-splash-apr-2022 .splash-social-nav a,
.page-template-page-2022-splash-july-2022 .splash-social-nav a {
  color: #ffc303 !important;
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .nav-link,
.page-template-page-2022-splash-july-2022 .nav-link {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .nav-link:hover,
.page-template-page-2022-splash-july-2022 .nav-link:hover {
  color: #ffc303 !important;
}
.page-template-page-2022-splash-apr-2022 .enter-site,
.page-template-page-2022-splash-apr-2022 .preorder-link,
.page-template-page-2022-splash-july-2022 .enter-site,
.page-template-page-2022-splash-july-2022 .preorder-link {
  color: #ffc303 !important;
  border: 1px solid #ffc303 !important;
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .enter-site:hover,
.page-template-page-2022-splash-apr-2022 .preorder-link:hover,
.page-template-page-2022-splash-july-2022 .enter-site:hover,
.page-template-page-2022-splash-july-2022 .preorder-link:hover {
  background: #ffc303 !important;
  background: radial-gradient(circle, rgb(255, 252, 241) 0%, rgb(255, 195, 3) 71%) !important;
  color: #000 !important;
}
.page-template-page-2022-splash-apr-2022 .enter-site,
.page-template-page-2022-splash-july-2022 .enter-site {
  font-size: 0.9em;
}
.page-template-page-2022-splash-apr-2022 .section__preorder--right h2,
.page-template-page-2022-splash-apr-2022 .section__preorder--right h3,
.page-template-page-2022-splash-apr-2022 .section__preorder--right p,
.page-template-page-2022-splash-apr-2022 .section__preorder--right a,
.page-template-page-2022-splash-apr-2022 .section__preorder--right span,
.page-template-page-2022-splash-apr-2022 #listen h2,
.page-template-page-2022-splash-apr-2022 #listen h3,
.page-template-page-2022-splash-apr-2022 #listen p,
.page-template-page-2022-splash-apr-2022 #listen a,
.page-template-page-2022-splash-apr-2022 #listen span,
.page-template-page-2022-splash-july-2022 .section__preorder--right h2,
.page-template-page-2022-splash-july-2022 .section__preorder--right h3,
.page-template-page-2022-splash-july-2022 .section__preorder--right p,
.page-template-page-2022-splash-july-2022 .section__preorder--right a,
.page-template-page-2022-splash-july-2022 .section__preorder--right span,
.page-template-page-2022-splash-july-2022 #listen h2,
.page-template-page-2022-splash-july-2022 #listen h3,
.page-template-page-2022-splash-july-2022 #listen p,
.page-template-page-2022-splash-july-2022 #listen a,
.page-template-page-2022-splash-july-2022 #listen span {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .section__preorder--right h3,
.page-template-page-2022-splash-apr-2022 #listen h3,
.page-template-page-2022-splash-july-2022 .section__preorder--right h3,
.page-template-page-2022-splash-july-2022 #listen h3 {
  color: #ffc303;
}
.page-template-page-2022-splash-apr-2022 .section__preorder--right h2,
.page-template-page-2022-splash-apr-2022 #listen h2,
.page-template-page-2022-splash-july-2022 .section__preorder--right h2,
.page-template-page-2022-splash-july-2022 #listen h2 {
  font-weight: 700;
}
.page-template-page-2022-splash-apr-2022 h2.section-title,
.page-template-page-2022-splash-apr-2022 .section__join,
.page-template-page-2022-splash-july-2022 h2.section-title,
.page-template-page-2022-splash-july-2022 .section__join {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 h2.section-title,
.page-template-page-2022-splash-july-2022 h2.section-title {
  font-weight: 700;
}
.page-template-page-2022-splash-apr-2022 .section__join .input-label,
.page-template-page-2022-splash-july-2022 .section__join .input-label {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL,
.page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL {
  color: #000 !important;
  font-family: "raleway", arial, sans-serif !important;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL::-moz-placeholder, .page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL::-moz-placeholder {
  color: #000 !important;
  text-transform: uppercase;
}
.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL:-ms-input-placeholder, .page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL:-ms-input-placeholder {
  color: #000 !important;
  text-transform: uppercase;
}
.page-template-page-2022-splash-apr-2022 .section__join #mce-EMAIL::placeholder,
.page-template-page-2022-splash-july-2022 .section__join #mce-EMAIL::placeholder {
  color: #000 !important;
  text-transform: uppercase;
}
.page-template-page-2022-splash-apr-2022 .section__join #mc-embedded-subscribe,
.page-template-page-2022-splash-july-2022 .section__join #mc-embedded-subscribe {
  border: 1px solid #ffc303 !important;
  color: #ffc303 !important;
  font-family: "raleway", arial, sans-serif !important;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .section__join #mc-embedded-subscribe:hover,
.page-template-page-2022-splash-july-2022 .section__join #mc-embedded-subscribe:hover {
  color: #000 !important;
  background: #ffc303 !important;
  background: radial-gradient(circle, rgb(255, 252, 241) 0%, rgb(255, 195, 3) 71%) !important;
}
.page-template-page-2022-splash-apr-2022 .splash-footer-nav .nav-link,
.page-template-page-2022-splash-july-2022 .splash-footer-nav .nav-link {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-apr-2022 .splash-footer-nav .nav-link:hover,
.page-template-page-2022-splash-july-2022 .splash-footer-nav .nav-link:hover {
  color: #ffc303;
}

.page-template-page-2022-splash-nov-2022 .splash-social-nav a,
.page-template-page-2022-splash-jan-2023 .splash-social-nav a {
  color: #1f9fa0 !important;
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 .nav-link,
.page-template-page-2022-splash-jan-2023 .nav-link {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 .nav-link:hover,
.page-template-page-2022-splash-jan-2023 .nav-link:hover {
  color: #1f9fa0 !important;
}
.page-template-page-2022-splash-nov-2022 .enter-site,
.page-template-page-2022-splash-nov-2022 .preorder-link,
.page-template-page-2022-splash-jan-2023 .enter-site,
.page-template-page-2022-splash-jan-2023 .preorder-link {
  color: #1f9fa0 !important;
  border: 1px solid #1f9fa0 !important;
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 .enter-site:hover,
.page-template-page-2022-splash-nov-2022 .preorder-link:hover,
.page-template-page-2022-splash-jan-2023 .enter-site:hover,
.page-template-page-2022-splash-jan-2023 .preorder-link:hover {
  background: #1f9fa0 !important;
  background: radial-gradient(circle, rgb(255, 252, 241) 0%, rgb(31, 159, 160) 71%) !important;
  color: #000 !important;
}
.page-template-page-2022-splash-nov-2022 .enter-site,
.page-template-page-2022-splash-jan-2023 .enter-site {
  font-size: 0.9em;
}
.page-template-page-2022-splash-nov-2022 .section__preorder--right h2,
.page-template-page-2022-splash-nov-2022 .section__preorder--right h3,
.page-template-page-2022-splash-nov-2022 .section__preorder--right p,
.page-template-page-2022-splash-nov-2022 .section__preorder--right a,
.page-template-page-2022-splash-nov-2022 .section__preorder--right span,
.page-template-page-2022-splash-nov-2022 #listen h2,
.page-template-page-2022-splash-nov-2022 #listen h3,
.page-template-page-2022-splash-nov-2022 #listen p,
.page-template-page-2022-splash-nov-2022 #listen a,
.page-template-page-2022-splash-nov-2022 #listen span,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h2,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h3,
.page-template-page-2022-splash-jan-2023 .section__preorder--right p,
.page-template-page-2022-splash-jan-2023 .section__preorder--right a,
.page-template-page-2022-splash-jan-2023 .section__preorder--right span,
.page-template-page-2022-splash-jan-2023 #listen h2,
.page-template-page-2022-splash-jan-2023 #listen h3,
.page-template-page-2022-splash-jan-2023 #listen p,
.page-template-page-2022-splash-jan-2023 #listen a,
.page-template-page-2022-splash-jan-2023 #listen span {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0 auto;
}
.page-template-page-2022-splash-nov-2022 .section__preorder--right h3,
.page-template-page-2022-splash-nov-2022 #listen h3,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h3,
.page-template-page-2022-splash-jan-2023 #listen h3 {
  color: #1f9fa0;
  font-weight: 400;
  font-size: 39px;
}
@media screen and (max-width: 480px) {
  .page-template-page-2022-splash-nov-2022 .section__preorder--right h3,
.page-template-page-2022-splash-nov-2022 #listen h3,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h3,
.page-template-page-2022-splash-jan-2023 #listen h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1300px) {
  .page-template-page-2022-splash-nov-2022 .section__preorder--right h3,
.page-template-page-2022-splash-nov-2022 #listen h3,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h3,
.page-template-page-2022-splash-jan-2023 #listen h3 {
    font-size: 50px;
  }
}
.page-template-page-2022-splash-nov-2022 .section__preorder--right h2,
.page-template-page-2022-splash-nov-2022 #listen h2,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h2,
.page-template-page-2022-splash-jan-2023 #listen h2 {
  font-weight: 400;
  font-size: 46px;
}
@media screen and (max-width: 480px) {
  .page-template-page-2022-splash-nov-2022 .section__preorder--right h2,
.page-template-page-2022-splash-nov-2022 #listen h2,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h2,
.page-template-page-2022-splash-jan-2023 #listen h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1300px) {
  .page-template-page-2022-splash-nov-2022 .section__preorder--right h2,
.page-template-page-2022-splash-nov-2022 #listen h2,
.page-template-page-2022-splash-jan-2023 .section__preorder--right h2,
.page-template-page-2022-splash-jan-2023 #listen h2 {
    font-size: 55px;
  }
}
.page-template-page-2022-splash-nov-2022 .section__preorder--right span,
.page-template-page-2022-splash-nov-2022 #listen span,
.page-template-page-2022-splash-jan-2023 .section__preorder--right span,
.page-template-page-2022-splash-jan-2023 #listen span {
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .page-template-page-2022-splash-nov-2022 .section__preorder--right span,
.page-template-page-2022-splash-nov-2022 #listen span,
.page-template-page-2022-splash-jan-2023 .section__preorder--right span,
.page-template-page-2022-splash-jan-2023 #listen span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .page-template-page-2022-splash-nov-2022 .section__preorder--right span,
.page-template-page-2022-splash-nov-2022 #listen span,
.page-template-page-2022-splash-jan-2023 .section__preorder--right span,
.page-template-page-2022-splash-jan-2023 #listen span {
    font-size: 23px;
  }
}
.page-template-page-2022-splash-nov-2022 h2.section-title,
.page-template-page-2022-splash-nov-2022 .section__join,
.page-template-page-2022-splash-jan-2023 h2.section-title,
.page-template-page-2022-splash-jan-2023 .section__join {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 h2.section-title,
.page-template-page-2022-splash-jan-2023 h2.section-title {
  font-weight: 700;
}
.page-template-page-2022-splash-nov-2022 .section__join .input-label,
.page-template-page-2022-splash-jan-2023 .section__join .input-label {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 .section__join #mce-EMAIL,
.page-template-page-2022-splash-jan-2023 .section__join #mce-EMAIL {
  color: #000 !important;
  font-family: "raleway", arial, sans-serif !important;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 .section__join #mce-EMAIL::-moz-placeholder, .page-template-page-2022-splash-jan-2023 .section__join #mce-EMAIL::-moz-placeholder {
  color: #000 !important;
  text-transform: uppercase;
}
.page-template-page-2022-splash-nov-2022 .section__join #mce-EMAIL:-ms-input-placeholder, .page-template-page-2022-splash-jan-2023 .section__join #mce-EMAIL:-ms-input-placeholder {
  color: #000 !important;
  text-transform: uppercase;
}
.page-template-page-2022-splash-nov-2022 .section__join #mce-EMAIL::placeholder,
.page-template-page-2022-splash-jan-2023 .section__join #mce-EMAIL::placeholder {
  color: #000 !important;
  text-transform: uppercase;
}
.page-template-page-2022-splash-nov-2022 .section__join #mc-embedded-subscribe,
.page-template-page-2022-splash-jan-2023 .section__join #mc-embedded-subscribe {
  border: 1px solid #1f9fa0 !important;
  color: #1f9fa0 !important;
  font-family: "raleway", arial, sans-serif !important;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 .section__join #mc-embedded-subscribe:hover,
.page-template-page-2022-splash-jan-2023 .section__join #mc-embedded-subscribe:hover {
  color: #000 !important;
  background: #1f9fa0 !important;
  background: radial-gradient(circle, rgb(255, 252, 241) 0%, rgb(31, 159, 160) 71%) !important;
}
.page-template-page-2022-splash-nov-2022 .splash-footer-nav .nav-link,
.page-template-page-2022-splash-jan-2023 .splash-footer-nav .nav-link {
  font-family: "raleway", arial, sans-serif;
  letter-spacing: 4px;
  font-weight: 500;
}
.page-template-page-2022-splash-nov-2022 .splash-footer-nav .nav-link:hover,
.page-template-page-2022-splash-jan-2023 .splash-footer-nav .nav-link:hover {
  color: #1f9fa0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=splash2020style.css.map */