@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;
}
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 .video-bg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
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%;
}
body .ly-splash .ly-splash-inner main #content {
  display: block;
  width: calc(100% - 4rem);
  max-width: 700px;
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translate(-50%, 0%);
}
body .ly-splash .ly-splash-inner main #content .ly-logo {
  width: 100%;
  height: auto;
}
body .ly-splash .ly-splash-inner main #content .ly-logo.mobile {
  display: none;
  width: calc(100% - 4rem);
  margin: 0px auto;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #content {
    max-width: 350px;
    top: 5%;
  }
  body .ly-splash .ly-splash-inner main #content .ly-logo.desktop {
    display: none;
  }
  body .ly-splash .ly-splash-inner main #content .ly-logo.mobile {
    display: block;
  }
}
body .ly-splash .ly-splash-inner main #content .date {
  margin: 2rem 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 #content .date span {
  font-size: 0.5em;
  vertical-align: super;
}
@media (max-width: 768px) {
  body .ly-splash .ly-splash-inner main #content .date {
    font-size: min(26px, 6.28vw);
  }
}
body .ly-splash .ly-splash-inner main #content .ly-buttons {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
body .ly-splash .ly-splash-inner main #content .ly-buttons .ly-button {
  position: relative;
  display: block;
  border: none;
  padding: 0.25em 1em 0.3em !important;
  min-width: 7em !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: 20em 20em;
  background-position: 100% 50%;
  cursor: pointer;
  transition: none;
  text-decoration: none;
}
body .ly-splash .ly-splash-inner main #content .ly-buttons .ly-button:hover {
  transition: background-position 0.5s linear, background-color 0.25s;
  background-position: 0% 50%;
}

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