@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap);
/**
 * Eric Meyer's Reset CSS v2.0 
(http://meyerweb.com/
eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

body {
  font-family: sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: normal;
}

a {
  color: inherit;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  background-color: white;
  color: black;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

label {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Mrs Eaves OT";
  src: url(/fonts/MrsEavesAllPetiteCapsOT.otf?6881cf2bc1fd9b9844b145a5787cfeae) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mrs Eaves OT";
  src: url(/fonts/MrsEavesOT-Italic.otf?6a6f93c557acbce9b76c2074cba62098) format("opentype");
  font-weight: 500;
  font-style: italic;
}
html {
  font-size: 10px;
  overflow-y: hidden;
  background-color: black;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mrs Eaves OT";
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 135px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 40px;
}

a {
  color: black;
}

body {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #070009;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-track-color: black;
  scrollbar-color: #725530 black;
}
body::-webkit-scrollbar-track {
  background-color: black;
}
body::-webkit-scrollbar-thumb {
  background-color: #725530;
}

p {
  margin: 0 10px;
}

.page {
  position: relative;
  text-align: center;
  transition: height 500ms ease;
  min-width: 320px;
  max-width: 390px;
  margin: auto;
  padding: 0px 0 100px 0;
  background-color: black;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.page:not([data-page-active=page-1-agegate-confirm]) #page-1-agegate-confirm, .page:not([data-page-active=page-1-agegate-no]) #page-1-agegate-no, .page:not([data-page-active=page-2-form]) #page-2-form, .page:not([data-page-active=page-3-success]) #page-3-success {
  display: none;
}
.page.terms .terms-overlay.terms, .page.privacy .terms-overlay.privacy {
  opacity: 1;
  pointer-events: all;
}
.page.page-loaded .terms-overlay {
  display: block;
}

.title-background {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.title-background span {
  display: none;
}
.title-background.home-title {
  padding-top: 65px;
}
.title-background.home-title h1 {
  font-family: "Mrs Eaves OT";
  color: black;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.title-background.form-header, .title-background.success-header {
  padding-top: 25px;
  background-image: url("/assets/img/banner_background_2.webp");
  height: 592px;
  background-size: 100% auto;
  background-position: bottom center;
}
.title-background.form-header h2, .title-background.success-header h2 {
  line-height: 60%;
  margin-bottom: 20px;
}
.title-background.form-header p, .title-background.success-header p {
  color: black;
  font-size: 25px;
  font-family: "Mrs Eaves OT";
  font-style: italic;
  max-width: 250px;
  margin: 0px auto 200px auto;
}
.title-background.form-header img, .title-background.success-header img {
  margin-bottom: 50px;
}

.title-background.form-header {
  position: relative;
}

.page-content {
  padding: 30px 0px;
}
.page-content .heading {
  font-family: "Mrs Eaves OT";
  color: black;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
  font-style: italic;
  margin-top: 50px;
}
.page-content .heading.heading-large {
  font-size: 25px;
  line-height: 50px;
}

.success-page .page-content .heading {
  margin-bottom: 30px;
}

.subtitle {
  font-family: "Open Sans";
  color: black;
  font-size: 14px;
  line-height: 20px;
}
.subtitle.submitting-agree {
  background-color: none;
  color: #FBFAF1;
  background-image: url("/assets/img/tread_softly_paper_texture.png");
  background-size: 100% auto;
  color: black;
  width: 100%;
  padding: 30px 40px;
}
.subtitle.submitting-agree .subtitle {
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #725530;
}

#page-1 {
  background-color: #E7E3CF;
  background-image: url("/assets/img/ground_background.webp");
  background-size: 100% auto;
}
#page-1 .page-content {
  padding: 0px;
  background-color: white;
  background-image: url("/assets/img/front_page_banner.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 160px;
}
#page-1 .page-content .home-title {
  padding-top: 65px;
}
#page-1 .page-content .home-title h1 {
  line-height: 60%;
}
#page-1 .page-content .home-title h2 {
  line-height: 20px;
  margin-bottom: 50px;
}
#page-1 .page-content .home-title h3 {
  line-height: 100%;
}

#page-2 .page-content {
  background-image: url("/assets/img/form-page-background.webp");
  background-size: 100% auto;
}
#page-2 .subtitle.submitting-agree {
  background-color: #FBFAF1;
  color: #47494C;
}
#page-2 .prize-details {
  color: white;
  padding: 15px;
}
#page-2 .prize-details h2 {
  line-height: 100%;
  margin-bottom: 8px;
}
#page-2 .prize-details p {
  font-size: italic;
  font-size: 25px;
  font-family: "Mrs Eaves OT";
  font-style: italic;
  margin-bottom: 39px;
}
#page-2 .prize-details img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#page-3 .subtitle.submitting-agree {
  background-image: none;
  background-color: black;
  color: white;
  padding: 30px 20px;
}
#page-3 .subtitle.submitting-agree .button {
  color: black;
  max-width: none;
}
#page-3 .subtitle.submitting-agree a {
  color: white;
}
#page-3 .subtitle.submitting-agree .terms-and-conditions {
  padding: 37px 20px 50px 20px;
}
#page-3 .thank-yous {
  background-color: black;
  color: white;
}
#page-3 .thank-yous .heading {
  font-family: "Mrs Eaves OT";
  font-size: 50px;
  margin: 0;
  padding: 20px 0 10px 0;
}
#page-3 .thank-yous p {
  font-family: "Mrs Eaves OT";
  font-size: 25px;
  font-style: italic;
  margin: 0;
}
#page-3 .thank-yous .button.follow-us {
  display: flex;
  align-items: center;
}

.button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  color: white;
  text-decoration: none;
  font-size: 35px;
  font-family: "Mrs Eaves OT";
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  border-image-slice: 1;
  z-index: 0;
  min-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.button.light--background {
  background-color: white;
  color: black;
}
.button span {
  font-weight: 500;
  font-size: 35px;
  font-family: "Mrs Eaves OT";
  text-transform: uppercase;
}
.button + .button {
  margin-top: 24px;
}
.button + .text-heading1 {
  margin-top: 32px;
}
.button + .text-body1 {
  margin-top: 55px;
}
.button + .text-heading2 {
  margin-top: 38px;
}
.button.button-submit {
  max-width: 100%;
}
.button.instagram-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.button.instagram-wrapper svg {
  width: 20px;
  height: 20px;
}

.form-description {
  padding: 20px 0 30px 0;
  text-align: center;
  background: #005E9E;
}
.form-description .heading {
  max-width: 340px;
  color: #fff;
  margin: 20px auto 0 auto;
}

.form-description-bottom {
  width: 100%;
  height: auto;
}

form {
  padding: 29px 20px 0 20px;
  color: #FBFAF1;
  background-image: url("/assets/img/tread_softly_paper_texture.png");
  background-size: 100% auto;
}

.terms-overlay {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  padding: 10px 0 0 0;
  max-width: 390px;
  margin: auto;
}
.terms-overlay .heading {
  font-family: "Mrs Eaves OT";
  font-size: 50px;
  text-transform: uppercase;
  color: black;
  margin: 20px 15px 30px 15px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
}
.terms-overlay .body {
  padding: 0 15px 100px 15px;
  text-align: left;
  margin-top: 16px;
  line-height: 18px;
  height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-track-color: black;
  scrollbar-color: black #FBFAF1;
}
.terms-overlay .body::-webkit-scrollbar-track {
  background-color: #FBFAF1;
}
.terms-overlay .body::-webkit-scrollbar-thumb {
  background-color: black;
}
.terms-overlay .body a {
  color: #0051D1;
  font-weight: 750;
}
.terms-overlay .body > li {
  padding-bottom: 20px;
}
.terms-overlay .body li {
  font-size: 14px;
  line-height: 21px;
}
.terms-overlay .body li ul {
  list-style-type: disc;
}
.terms-overlay .body h2 {
  font-weight: bold;
}
.terms-overlay .body p {
  padding-left: 10px;
  margin-bottom: 15px;
}
.terms-overlay .body p + ol {
  margin-top: 30px;
}
.terms-overlay .body ol, .terms-overlay .body ul {
  margin-left: 20px;
}
.terms-overlay .body ol li {
  padding-bottom: 20px;
}
.terms-overlay .body ol li ul {
  padding-top: 10px;
}
.terms-overlay .body ol li ul li {
  padding-bottom: 2px;
}
.terms-overlay .cross {
  color: #47494C;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  background-image: url(/images/cross.svg?150f6e24137268a884aa1ef13601af5b);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.terms-overlay .button-split {
  margin: 30px 0px;
  padding: 0 18px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.terms-overlay .button-split .button + .button {
  margin: 0;
}

strong {
  font-weight: 700;
}

form {
  text-align: left;
  color: black;
  background-color: #FBFAF1;
  font-size: 14px;
}
form .heading {
  text-align: center;
  font-family: "Mrs Eaves OT";
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
form .form-instructions {
  font-family: "Mrs Eaves OT";
  font-size: 25px;
  line-height: 25px;
  font-style: italic;
  margin-bottom: 10px;
  text-align: center;
}

input::-moz-placeholder {
  color: black;
  text-align: left;
}

input::placeholder {
  color: black;
  text-align: left;
}

.form-row + .form-row {
  margin-top: 30px;
}

.form-row-half {
  width: 47%;
}

.form-split {
  display: flex;
}
.form-split input {
  max-width: 74px;
  text-align: center;
}
.form-split input + input {
  margin-left: 20px;
}

input,
select,
textarea {
  background-color: white;
  border: 1px solid black;
  color: black;
  border-radius: 0;
  outline: 0;
  text-align: left;
  display: block;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  padding-right: 27px;
  background-image: url(/images/chevron-down.svg?4ab6f1d4a91776cf9f6218c7c3a6e41b);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}

label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}

.form-checkbox-wrapper {
  position: relative;
  padding-top: 4px;
}
.form-checkbox-wrapper label {
  padding-left: 39px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-checkbox-wrapper label:before, .form-checkbox-wrapper label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.form-checkbox-wrapper label:before {
  background-color: white;
}
.form-checkbox-wrapper label:after {
  background-image: url(/images/cross.svg?150f6e24137268a884aa1ef13601af5b);
  color: #47494C;
  content: "";
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: center center;
  opacity: 0;
  transition: opacity 250ms ease;
}
.form-checkbox-wrapper input {
  width: 20px;
  height: 20px;
  padding: 10px;
  position: absolute;
  left: -1px;
  top: -1px;
  background-color: black;
}
.form-checkbox-wrapper input:checked ~ label:after {
  opacity: 1;
}
.form-checkbox-wrapper input:checked::before {
  background-color: black;
  border: 1px solid black;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: black;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 250ms ease;
  opacity: 0;
  pointer-events: none;
}
.loading.loading--active {
  opacity: 1;
}
.loading:before {
  content: "";
  display: block;
  position: absolute;
  width: 11em;
  height: 11em;
  margin-left: -5.5em;
  margin-top: -5.5em;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
}

.loading-roller {
  color: black;
  font-size: inherit;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: loading-roller 1.5s infinite linear;
  transform: translateZ(0);
}

.instagram-icon {
  width: 20px;
  height: 20px;
  color: black;
  background-image: url(/images/insta.svg?a0e0a74e7447d12ab71da8fd22297153);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 12px;
  margin-top: 7px;
}

.follow-us-link {
  text-decoration: underline;
  color: #FBFAF1;
  font-family: "Mrs Eaves OT";
  font-weight: 600;
  text-transform: none;
  font-size: 20px;
}

@keyframes loading-roller {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
