@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

ul {
  list-style: none;
  position: relative;
  display: block;
}

li {
  display: block;
  position: relative;
}

img {
  max-width: 100%;
  display: block;
}

a, a:hover, a:active, a:link {
  text-decoration: none;
  outline: 0;
  color: inherit;
}

em {
  font-style: normal;
}

strong, b {
  font-weight: 700;
}

sup {
  font-size: 70%;
  line-height: 1;
  vertical-align: text-top;
  position: relative;
  font-style: normal;
}
sup.small {
  font-size: 60%;
  vertical-align: top;
}
sup.large {
  font-size: 100%;
}

:root {
  font-family: "Cinzel";
  font-size: 62.5%;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(35, 31, 32, 0);
}
@media screen and (max-width: 1023px) {
  :root {
    font-size: 50%;
  }
}

html {
  position: relative;
  margin: 0 !important;
}

body {
  min-height: 100vh;
  display: block;
  position: relative;
}
body.resize *, body.resize *:before, body.resize *:after {
  transition: none !important;
  transition-delay: 0s !important;
}
body.admin-bar #PageContainer {
  margin-top: 32px;
}
body.admin-bar .fixedBar.yieldResultsFixed .floatingCounter {
  top: 144px;
}
body.admin-bar #SectionNavBar.fixed {
  top: 144px;
}
@media screen and (max-width: 1023px) {
  body.admin-bar #SectionNavBar.fixed {
    top: 126px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar #PageContainer {
    margin-top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

#PageContainer {
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  background: #FFFFFF;
}

h1, .sectionTitle {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}

h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
  margin-bottom: 2rem;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  position: relative;
}

h5 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

h6 {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
}

p {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

section {
  position: relative;
}
section .content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
section .content.noMax {
  max-width: none;
  padding-left: 10%;
}
section .content.indentLeft {
  padding-left: 10%;
}
@media screen and (max-width: 600px) {
  section .content {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  section .content.indentLeft {
    padding-left: 3rem;
  }
}
section.noPaddingTop .content {
  padding-top: 0;
}

.content {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  padding: 0 6rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0 3rem;
  }
}

.wpforms-field {
  position: relative;
}
.wpforms-field.hideLabel label {
  display: none;
}
.wpforms-field.wpforms-has-error label {
  color: #27AAE1;
}
.wpforms-field.wpforms-has-error label.wpforms-error {
  display: none !important;
}

label, input, select, textarea, button {
  font-family: "Cinzel";
  position: relative;
}

label {
  font-size: 1.6rem;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  display: block;
  position: absolute;
  top: -0.8rem;
  left: 1.8rem;
  padding: 0 0.5rem;
  background: #FFFFFF;
  pointer-events: none;
  z-index: 1;
}
label span {
  font-size: 80%;
  vertical-align: text-top;
}

input, select, textarea {
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  display: block;
  background: none;
  outline: none;
  border-radius: 0;
  padding: 0 1.8rem;
}
input.wpforms-error, select.wpforms-error, textarea.wpforms-error {
  border-color: #27AAE1;
}

input, select {
  height: 4.8rem;
}

textarea {
  height: 8rem;
  line-height: 1.25;
  padding-top: 1.5rem;
  resize: none;
}

select option {
  color: #27AAE1;
}

.fieldGroup {
  position: relative;
}

.logo {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.videoContainer video, .videoContainer iframe {
  height: 100%;
  width: 100%;
  max-width: none;
  max-height: none;
  display: block;
  position: relative;
  object-fit: cover;
}

#SplashScreen {
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#SplashScreen .floatTxtBox {
  width: 35rem;
  color: #231F20;
  text-align: center;
  position: relative;
  z-index: 10;
}
#SplashScreen .floatTxtBox img {
  margin-bottom: 2.5rem;
}
#SplashScreen .socialBar {
  max-width: 90rem;
  position: absolute;
  bottom: 6rem;
  left: 6rem;
  right: 6rem;
  margin: 0 auto;
  z-index: 10;
}
#SplashScreen .socialBar .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#SplashScreen .socialBar a {
  font-size: 2rem;
  color: #231F20;
  font-weight: bold;
  margin: 0 1rem;
}
#SplashScreen .socialBar a:hover {
  color: #be1e2d;
}