body {
  background-color: #122424;
  font-family: 'Montserrat', sans-serif;
  color: #f0deb1;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 1em;
}

a {
  color: #f0deb1;
  font-size: 1em;
  text-decoration: underline;
}

a:hover {
  color: #fcf9f3;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.25em;
  font-weight: 700;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  border-left: 0.3em solid #e2e2e2;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.styleguide_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.global_embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.global_symbol {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.styleguide_rich-text p {
  margin-top: 0em;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0em;
  margin-bottom: 0.2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0em;
  margin-bottom: 0.3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0em;
  margin-bottom: 0.4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0em;
  margin-bottom: 0.6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-size: 1.46em;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  height: 3em;
  margin-bottom: 1em;
  padding: 0em 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.page-padding {
  padding: 5em 6%;
}

.grain-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100vw;
  height: 100%;
  background-image: url('../images/Grain.gif');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0.05;
}

.section-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s1_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
}

.s1_logo {
  position: relative;
  z-index: 2;
  width: 100%;
}

.s1_clouds {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloud3 {
  position: absolute;
  left: 37.375em;
  width: 37.375em;
}

.cloud2 {
  position: absolute;
  left: 20.25em;
  width: 46.75em;
}

.cloud1 {
  position: absolute;
  left: -16.9375em;
  top: 25%;
  width: 60.875em;
}

.cloud4 {
  position: absolute;
  left: 51.4375em;
  top: 40%;
  width: 45.25em;
}

.cloud5 {
  position: absolute;
  left: 47.125em;
  top: 25%;
  width: 60em;
}

.s1_sky-overlay {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#486778), to(rgba(193, 213, 216, 0)));
  background-image: linear-gradient(180deg, #486778, rgba(193, 213, 216, 0));
}

.progress-bar {
  position: fixed;
  z-index: 50;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 3em;
  opacity: 0.8;
}

.prog_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #f0deb1;
}

.prog-tick {
  position: relative;
  left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #f0deb1;
}

.prog-mark-img {
  width: 14px;
}

.prog-tick-copy {
  position: relative;
  left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #f0deb1;
}

.prog-mark {
  position: absolute;
  top: 8px;
  right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prog-wrap {
  position: relative;
  height: 100%;
}

.scroll-cta {
  position: fixed;
  bottom: 0em;
  z-index: 10;
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-cta-button {
  width: 3.125em;
  height: 3.125em;
  opacity: 0.7;
}

.scroll-cta-text {
  margin-bottom: 0.5rem;
  color: #f0deb1;
  text-transform: uppercase;
  text-shadow: 1px 1px 17px #4c260f;
}

.section-2 {
  position: relative;
  z-index: 2;
}

.s2-bg {
  position: relative;
  width: 100%;
}

.s1_logo-wrap {
  position: absolute;
  z-index: 2;
  width: 73em;
}

.s3-content {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f0deb1;
  text-align: center;
}

.title-1 {
  font-family: Korataki, sans-serif;
  color: #f0deb1;
  font-size: 6em;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.title-1-wrap {
  max-width: 67.5em;
  margin-bottom: 4em;
}

.event-info-bar {
  width: 100%;
  max-width: 60em;
}

.h-divider {
  margin-right: 2em;
  margin-left: 2em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #f0deb1;
}

.section-3 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.ground-layer {
  position: absolute;
  top: 0rem;
  z-index: 1;
  display: none;
  width: 100%;
  margin-top: 0em;
}

.ground-layer._2 {
  top: 0em;
  z-index: 2;
}

.ground-layer.no-select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.event-title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30em;
  padding-right: 8em;
  padding-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-title-section-copy {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0em;
  padding-right: 8em;
  padding-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-section_1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0em;
  padding-right: 8em;
  padding-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-section_1_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 56.25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f0deb1;
  text-align: center;
}

.title-2 {
  font-family: Korataki, sans-serif;
  font-size: 3.75em;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.title-3 {
  font-family: Korataki, sans-serif;
  font-size: 2em;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.title-3.mb05 {
  display: block;
  margin-bottom: 1em;
}

.f-base {
  font-size: 1em;
}

.title-2-wrap.mb1 {
  width: 100%;
  margin-bottom: 1em;
}

.mw-45 {
  max-width: 45em;
}
.mw-28 {
  max-width: 32em;
}

.footer-terms{
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 4em;
}

.footer-terms.top{
  padding: 0;
}

.mw-45.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-divider {
  height: 7.3125em;
  margin-top: 2em;
  margin-bottom: 2em;
  border-left: 1px solid #f0deb1;
}

.text-section_2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0em;
  padding-right: 8em;
  padding-left: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-section_2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.text-section_3_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 47em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  position: relative;
  z-index: 4;
}

.text-section_3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30em;
  padding-right: 20em;
  padding-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-section_4 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0em;
  padding-right: 8em;
  padding-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mw-35 {
  max-width: 45em;
}

.title-4 {
  font-family: Korataki, sans-serif;
  font-size: 1em;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.title-4.mb05 {
  display: block;
  margin-bottom: 1em;
}

.mb-1 {
  margin-bottom: 1em;
}

.title-4-wrap.mb1 {
  width: 100%;
  margin-bottom: 1em;
}

.text-section-4_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f0deb1;
  text-align: center;
}

.treasure-chest-wrap {
  position: relative;
  z-index: 2;
  margin-top: -10em;
}

.treasure-chest_closed {
  width: 100%;
  height: auto;
}

.treasure-chest {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.treasure-chest_open-top {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
}

.treasure-chest_open-bottom {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
}

.s3-1 {
  position: relative;
  z-index: 1;
  margin-top: -10em;
  padding-top: 10em;
  padding-bottom: 10em;
}

.ground-layer-1 {
  position: absolute;
  top: -40em;
  z-index: 1;
  display: block;
  width: 100%;
}

.ground-layer-1._2 {
  top: 0em;
  z-index: 2;
}

.ground-layer-1._1 {
  top: -30em;
}

.ground-layer-1.no-select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.s3-2 {
  position: relative;
  z-index: 2;
  padding-top: 10em;
  padding-bottom: 30em;
}

.s3-2.luxy-el {
  padding-top: 0em;
}

.s3-3 {
  position: relative;
  z-index: 3;
  padding-top: 15em;
  padding-bottom: 30em;
}

.s3-4 {
  position: relative;
  z-index: 4;
  padding-top: 10em;
  padding-bottom: 30em;
}

.s3-5 {
  position: relative;
  z-index: 5;
  padding-top: 10em;
  padding-bottom: 10em;
}

.ground-layer-2 {
  position: absolute;
  bottom: -20em;
  z-index: 1;
  display: block;
  width: 100%;
}

.ground-layer-2._2 {
  top: 0em;
  z-index: 2;
}

.ground-layer-2.no-select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.pol-1 {
  position: absolute;
  left: -4em;
  bottom: 0em;
  z-index: 2;
  width: 28em;
}

.pol-2 {
  position: absolute;
  top: -17.1em;
  right: -6.8em;
  z-index: 2;
  width: 35em;
}

.pol1-img {
  width: 100%;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}

.pol-2-img {
  width: 100%;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.pol-3 {
  position: absolute;
  right: 17.5em;
  bottom: 3.3em;
  z-index: 2;
  width: 20em;
}

.pol-3-img {
  width: 100%;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.pol-4 {
  position: absolute;
  left: 8.5em;
  bottom: -5.9em;
  z-index: 2;
  width: 30em;
}

.pol-4-img {
  width: 100%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.pol-5 {
  position: absolute;
  top: -6.2em;
  right: -6.8em;
  z-index: 1;
  width: 20em;
}

.pol-5-img {
  width: 100%;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.pol-6 {
  position: absolute;
  left: -4em;
  top: 30.9em;
  z-index: 2;
  width: 30em;
}

.pol6-img {
  width: 100%;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.pol-7 {
  position: absolute;
  right: 5.1em;
  bottom: 11.1em;
  z-index: 2;
  width: 24em;
}

.pol-7-img {
  width: 100%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.pol-8 {
  position: absolute;
  left: 15.1em;
  bottom: -13.1em;
  z-index: 2;
  width: 30em;
}

.pol-8-img {
  width: 100%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.s3-6 {
  position: relative;
  z-index: 5;
  padding-top: 0em;
  padding-bottom: 4em;
}

.footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soical-link {
  margin-right: 0.5em;
  margin-left: 0.5em;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.soical-link:hover {
  opacity: 1;
}

.social-icon {
  width: 2em;
}

.nf-logo {
  width: 7.5em;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.footer-links {
  margin-bottom: 1em;
}

.footer-link {
  display: inline-block;
  margin-right: 1em;
  color: #f0deb1;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.js-online {
  font-size: 14px;
}

.footer-link.js-irl {
  font-size: 14px;
}

.mw-45-copy {
  max-width: 45em;
}

.puzzle-1-directions {
  z-index: 10;
  max-width: 30em;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  text-align: center;
}

.mw-25 {
  max-width: 25em;
}

.internal-page-wrap {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.internal-page {
  background-image: url('../images/goundbg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.terms-rich {
  margin-bottom: 4rem;
  font-size: 14px;
}

.terms-rich li {
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.terms-modal {
  position: fixed;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: rgba(0, 0, 0, 0.42);
}

.terms-modal._1 {
  display: none;
}

.terms-modal.is-active {
  display: block;
}

.terms-modal-content {
  position: relative;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding: 67px;
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
  border-radius: 8px;
  background-color: #252525;
}

.modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  cursor: pointer;
}

.modal-close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.modal-close-icon {
  margin-right: 0.5rem;
}

.puzzle-modal {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.puzzle-modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  flex-shrink:0;
}

.puzzle-bg{
  position: absolute;
  height: 500px;
  width: 500px;
  z-index: 1;
}
.puzzle-modal-wrap{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.puzzle-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.puzzle-instructions {
  position: absolute;
  bottom: -3em;
  max-width: 20em;
  text-align: center;
}

.form-modal {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.form-modal.is-active{
  display: block;
}
.form-wrap{
  padding-top: 32px;
}

.puzzle-modal.is-active{
  display: block;
}

.form-modal-content {
  padding: 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0deb1;
  border-radius: 1em;
  background-color: rgba(28, 40, 39, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.form-modal-wrap{
  padding: 4em;
  width: 80%;
  max-width: 800px;
  display: block;
  height: auto;
  margin: 0 auto;
}

.mw-36 {
  max-width: 36em;
}

.text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-bg {
  background-image: url('../images/seamless-dirt.jpg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: repeat-y;
}

.chest-lock {
  position: absolute;
  top: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lock-layer-1 {
  position: absolute;
  z-index: 4;
  width: 70%;
  height: 70%;
}

.lock-layer-3 {
  position: absolute;
  z-index: 2;
  width: 90%;
  height: 90%;
}

.lock-layer-2 {
  position: absolute;
  z-index: 3;
  width: 80%;
  height: 80%;
}

.lock-layer-4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.loader {
  position: fixed;
  z-index: 999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #122424;
}

.load-spinner {
  width: 50px;
  height: 50px;
  margin-bottom: 2em;
}

.directions-mb{
  display: none;
}

@media screen and (max-width: 991px) {
  .s1_bg.no-select.luxy-el.is-desktop {
    display: none;
  }

  .s1_bg.no-select.is-mobile {
    position: fixed;
    width: 100vw;
    height: 100vh;
  }

  .s1_logo-wrap.luxy-el {
    width: 80%;
  }

  .title-1 {
    font-size: 3em;
  }

  .title-2 {
    font-size: 2em;
  }

  .title-3.mb05 {
    font-size: 1em;
  }

  .text-section_2 {
    padding-right: 4rem;
    padding-left: 4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-section_2_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-section_3_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-section_3 {
    padding-right: 4em;
    padding-left: 4em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .s3-1 {
    padding-bottom: 2em;
  }

  .ground-layer-1 {
    display: none;
  }

  .ground-layer-1._1 {
    top: 0px;
  }

  .ground-layer-1.no-select {
    display: none;
  }

  .s3-4 {
    padding-bottom: 10em;
  }

  .ground-layer-2 {
    display: none;
  }

  .pol-1 {
    width: 250px;
  }

  .pol-2 {
    width: 300px;
  }

  .pol-3 {
    right: 8.3em;
    bottom: 10.3em;
    width: 200px;
  }

  .pol-4 {
    left: 3.6em;
    bottom: 0.6em;
    width: 200px;
  }

  .pol-5 {
    width: 200px;
  }

  .pol-6 {
    left: -3.7em;
    top: 43.8em;
    width: 300px;
  }

  .pol-7 {
    width: 200px;
  }

  .pol-8 {
    left: 6.8em;
    bottom: 0.4em;
    width: 200px;
  }

  .main-bg {
    background-size: 100%;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .chest-lock {
    top: 25%;
    width: 70%;
    height: 70%;
  }

  .lock .stage {
    top: 50%;
  }

  .directions-ds{
    display: none;
  }
  .directions-mb{
    display: block;
  }

}

@media screen and (max-width: 767px) {
  .progress-bar {
    padding-left: 1em;
  }

  .prog-tick {
    left: -5px;
    width: 10px;
  }

  .prog-mark-img {
    width: 8px;
  }

  .prog-mark {
    top: 5px;
    right: -8px;
  }

  .title-1 {
    font-size: 2.5em;
  }

  .title-1-wrap {
    max-width: none;
    margin-bottom: 2em;
  }

  .event-info-bar {
    max-width: none;
  }

  .event-title-section-copy {
    padding-right: 3em;
    padding-left: 3em;
  }

  .text-section_1 {
    padding-right: 4em;
    padding-left: 4em;
  }

  .text-section_1_wrap {
    max-width: none;
  }

  .title-3 {
    font-size: 1.5em;
  }

  .v-divider {
    height: 4em;
  }

  .text-section_3_wrap {
    max-width: none;
  }

  .text-section_3 {
    padding-right: 8em;
    padding-left: 8em;
  }

  .text-section_4 {
    padding-right: 4em;
    padding-left: 4em;
  }

  .title-4 {
    font-size: 0.8em;
  }

  .treasure-chest-wrap {
    margin-top: 0em;
  }

  .pol-3 {
    right: -32px;
    bottom: 11.1em;
    width: 150px;
  }

  .pol-4 {
    left: -3.2em;
    bottom: 6.2em;
  }

  .pol-5 {
    top: -4.7em;
    right: -5.5em;
    width: 150px;
  }

  .pol-6 {
    width: 200px;
  }

  .pol-7 {
    right: -37px;
  }

  .pol-8 {
    left: -17px;
    bottom: -3.9em;
  }

  .footer-links {
    text-align: center;
  }

  .footer-link.js-online {
    display: block;
    margin-bottom: 1em;
  }

  .footer-link.js-irl {
    display: block;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479px) {
  .prog-wrap {
    left: -14px;
  }

  .title-1 {
    font-size: 2em;
  }

  .title-2 {
    font-size: 1.5em;
    line-height: 100%;
  }

  .title-3 {
    font-size: 1.2em;
  }

  .title-3.mb05 {
    font-size: 0.8em;
  }

  .text-section_3 {
    padding-right: 4em;
    padding-left: 4em;
  }

  .text-section_4 {
    padding-right: 2em;
    padding-left: 2em;
  }

  .text-section-4_wrap {
    max-width: none;
  }

  .pol-1 {
    width: 150px;
  }

  .pol-2 {
    width: 200px;
  }

  .pol-4 {
    left: -5.6em;
  }

  .pol-5 {
    top: -7.2em;
    right: -4.1em;
  }

  .footer-link.js-online {
    font-size: 12px;
  }

  .footer-link.js-irl {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Korataki';
  src: url('../fonts/KoratakiRg-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.cover-message{
  position: absolute;
  width: 50%;
  height: 50%;
  z-index: 100;
  top: 30%;
}
.cover-message-content{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .cover-message-content{
    position: relative;
    padding: 20%;
  }
  .cover-message{
    height: auto;
    width: 80%;
    top: auto;
  }
  .cover-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .form-modal-wrap{
    width: 100%;
    padding: 2em;
    max-width: 100%;
  }
  .form-modal-content{
    padding: 2em;
  }
}

/* Form Styles */



.form-universal{
  font-family: Montserrat, sans-serif !important;
  color: #F0DEB1;
}
.form-universal .description{
  color: #F0DEB1 !important;
}
.form-universal p{
  color: #F0DEB1 !important;
}

.form-universal h1{
  margin-bottom: 2rem;
  letter-spacing: 0 !important;
  font-family: 'Korataki';
  font-size: 2.5em;
  line-height: 100%;
}

.form-universal input.style-input{
  border-radius: 12px;
  height: 56px;
  background-color: transparent;
  border-color: #F0DEB1;
  color: #F0DEB1;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.form-universal select.style-input{
  border-radius: 12px;
  height: 56px;
  background-color: transparent;
  border-color: #F0DEB1;
  color: #F0DEB1;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  background-image: url(../images/icon-expand-select.svg) !important;
  background-size: 20px 20px;
}

.form-universal input.style-input::placeholder{
  color: #F0DEB1;
  font-weight: 400;
}

.form-universal label.style-label{
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.form-universal .check-contain label p{
  color: #F0DEB1;
  font-family: Montserrat, sans-serif;
}

.form-universal .check-contain label.checkbox.default span.indicator {
  background-color: transparent;
  border: 1px solid #F0DEB1;
}

.form-universal .check-contain label.checkbox.default input[type=checkbox]:checked ~ span.indicator{
  color: #ffffff;
    background: #715c25 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
    border: 2px solid #F0DEB1;
}

.form-universal button.action-btn{
  border-radius: 1000px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFDF8C 0%, #FF9B63 100%);
  color: #8D502D;
  height: 56px;
  transition: all 0.3s ease;
}

.form-universal button.action-btn:hover{
  background: linear-gradient(0deg, #FFDF8C 0%, #FF9B63 100%);
}

.form-universal .text-disclaimer{
  color: #F0DEB1;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 480px){
.form-universal {
    width: 100% !important;
}}

.cover-message{
  display: none;
}

.cover-message.is-active{
  display: block;
}

.footer-logos{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}