@font-face {
  font-family: "Affigere";
  src: url("../fonts/Affigere-Regular.woff2") format("woff2"), url("../fonts/Affigere-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America LC";
  src: url("../fonts/GT-America-LC-Condensed-Bold.woff") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --pink: #f8e1e9;
  --black: #000;
  --white: #fff;
  --blue: #24388d;
  --yellow: #f8e500;
}

* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  margin-top: 0px !important;
}

#wpadminbar {
  display: none;
}

body {
  background: var(--white);
  background-size: cover;
  overflow: hidden;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
@media (max-height: 630px) {
  body {
    overflow: auto;
  }
}
@media (max-width: 768px) {
  body {
    overflow: auto;
  }
}
body .ly-splash {
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
body .ly-splash.hide {
  opacity: 0;
  pointer-events: none;
}
body .ly-splash .ly-splash-inner {
  position: relative;
  z-index: 2;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .ly-splash .ly-splash-inner main {
  width: 100%;
  height: 100%;
}
@media (max-height: 630px) {
  body .ly-splash .ly-splash-inner main {
    height: auto;
    min-height: 100%;
    display: grid;
    place-items: center;
  }
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main {
    height: auto;
    min-height: 100%;
    display: grid;
    place-items: center;
  }
}
body .ly-splash .ly-splash-inner main #splash-content {
  width: calc(100% - 4rem);
  max-width: 430px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media (max-height: 630px) {
  body .ly-splash .ly-splash-inner main #splash-content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #splash-content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    justify-content: flex-start;
  }
}
body .ly-splash .ly-splash-inner main #splash-content #tour-poster {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #splash-content #tour-poster {
    width: 35vh;
    width: 35svh;
  }
}
body .ly-splash .ly-splash-inner main #splash-content #tour-poster img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 300px);
  min-height: 350px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
body .ly-splash .ly-splash-inner main #splash-content .ly-button {
  position: relative;
  display: block;
  border: none;
  padding: 0.25em 1em 0.3em !important;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-family: "GT America LC", Helvetica, sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1em;
  border-radius: 3em;
  background-color: black;
  background-image: linear-gradient(60deg, transparent 0%, transparent 47%, rgba(255, 255, 255, 0.3) 55%, transparent 63%, transparent 100%);
  background-size: 250% 250%;
  background-position: 100% 50%;
  cursor: pointer;
  transition: none;
  text-decoration: none;
}
body .ly-splash .ly-splash-inner main #splash-content .ly-button:hover {
  transition: background-position 0.5s linear, background-color 0.25s;
  background-position: 0% 50%;
}
body .ly-splash .ly-splash-inner main #splash-content #tour-button {
  font-size: 24px;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #splash-content #tour-button {
    font-size: 20px;
  }
}
body .ly-splash .ly-splash-inner main #splash-content #content {
  margin: 1rem 0px;
  display: block;
  width: 100%;
}
body .ly-splash .ly-splash-inner main #splash-content #content .ly-logo {
  width: 100%;
  height: auto;
}
body .ly-splash .ly-splash-inner main #splash-content #content .ly-logo.mobile {
  display: none;
  width: calc(100% - 4rem);
  margin: 0px auto;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #splash-content #content {
    max-width: 350px;
    top: 5%;
  }
  body .ly-splash .ly-splash-inner main #splash-content #content .ly-logo.desktop {
    display: none;
  }
  body .ly-splash .ly-splash-inner main #splash-content #content .ly-logo.mobile {
    display: block;
  }
}
body .ly-splash .ly-splash-inner main #splash-content #content .date {
  margin: 0px;
  font-family: "GT America LC", Helvetica, sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  color: var(--black);
}
body .ly-splash .ly-splash-inner main #splash-content #content .date span {
  font-size: 0.5em;
  vertical-align: super;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #splash-content #content .date {
    font-size: min(26px, 6.28vw);
    padding-top: 1rem;
  }
}
body .ly-splash .ly-splash-inner main #splash-content #content .ly-buttons {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
body .ly-splash .ly-splash-inner main #splash-content #content .ly-buttons .ly-button {
  min-width: 7em !important;
}

#cpra_button {
  display: none !important;
}/*# sourceMappingURL=splash-rs-tour.css.map */