@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: "Bodoni Moda";
  src: url(/fonts/BodoniModaRegular.ttf?02c93cf452fe2dc74f65f17d2575e815) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni Moda";
  src: url(/fonts/Bodoni-bold-condensed-bt.ttf?a5de33a47a3a0004693638823e8c66a6) format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 10px;
  overflow-y: hidden;
  background-color: #d9d9d9;
}

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: #d9d9d9;
  scrollbar-color: #725530 #d9d9d9;
}
body::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}
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: #d9d9d9;
  height: 100%;
}
.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 {
  position: relative;
  padding-top: 80%;
  background-image: url("/assets/img/home-logo.png");
}
.title-background.form-header {
  padding-top: 100%;
  background-image: url("/assets/img/form-logo.png");
}
.title-background.form-prize {
  font-family: "Bodoni Moda";
  color: #FBFAF1;
  background-image: url("/assets/img/blue-background.png");
  background-size: cover;
  font-size: 20px;
  padding: 20px 15px;
}
.title-background.form-prize .form-prize-title {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 28px 15px;
}
.title-background.form-prize .form-prize-title::after {
  width: 25px;
  height: 2px;
  background-color: #FBFAF1;
  content: "";
  display: block;
  margin: 10px auto 0 auto;
}
.title-background.form-prize .form-prize-details {
  line-height: 120%;
}
.title-background.form-prize .form-prize-details p {
  margin: 0px 0px 20px 0px;
}

.title-background.form-header {
  position: relative;
}
.title-background.form-header p {
  position: absolute;
  bottom: 16%;
  transform: rotate(-5deg) translateX(-50%);
  color: #fff;
  margin: 0;
  left: 50%;
  width: 100%;
}

.page-content {
  background-image: url("/assets/img/blue-background.png");
  padding: 30px 0px;
}
.page-content .heading {
  font-family: "Bodoni Moda";
  color: #FBFAF1;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.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: #FBFAF1;
  font-size: 14px;
  line-height: 20px;
}
.subtitle.submitting-agree {
  background-color: none;
  color: #FBFAF1;
  width: 100%;
  padding: 40px;
}
.subtitle.submitting-agree .subtitle {
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #725530;
}

#page-2 .subtitle.submitting-agree {
  background-color: #FBFAF1;
  color: #47494C;
}

.button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  background-color: #395F9B;
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center center;
  text-decoration: none;
  font-size: 24px;
  line-height: 33px;
  border-radius: 5px;
  text-align: center;
  padding: 13px 13px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  border-image-slice: 1;
  z-index: 0;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; /* Border width */
  background: linear-gradient(to right, #CDA67A 0%, #F8E6BC 18%, #F3E0B5 23%, #E6D0A4 31%, #D1B588 39%, #B48F60 48%, #8D6C3D 90%, #7D5522 100%);
  border-radius: 5px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.button span {
  font-weight: 900;
  font-size: 30;
  font-family: "Bodoni Moda";
  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 {
  -js-display: flex;
  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;
}

.terms-overlay {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: #FBFAF1;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  padding: 40px 0 0 0;
  max-width: 390px;
  margin: auto;
}
.terms-overlay .heading {
  font-family: "Bodoni Moda";
  font-weight: 900;
  text-transform: uppercase;
  color: #2A4D85;
  font-size: 30px;
  margin: 20px 15px 30px 15px;
  text-align: center;
}
.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: #d9d9d9;
  scrollbar-color: #2A4D85 #FBFAF1;
}
.terms-overlay .body::-webkit-scrollbar-track {
  background-color: #FBFAF1;
}
.terms-overlay .body::-webkit-scrollbar-thumb {
  background-color: #2A4D85;
}
.terms-overlay .body a {
  text-decoration: none;
  color: #2A4D85;
}
.terms-overlay .body li {
  font-size: 14px;
  line-height: 21px;
}
.terms-overlay .body li ul {
  list-style-type: disc;
}
.terms-overlay .body > li {
  padding-bottom: 20px;
}
.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 .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;
  -js-display: flex;
  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: #47494C;
  background-color: #FBFAF1;
}
form .heading {
  text-align: center;
  max-width: 250px;
  font-family: "Bodoni Moda";
  color: #AC1F24;
  font-size: 20px;
  line-height: 30px;
  margin: auto;
  text-transform: uppercase;
}
form .heading::after {
  width: 25px;
  height: 2px;
  background-color: #AC1F24;
  content: "";
  display: block;
  margin: 10px auto 24px auto;
}
form .form-instructions {
  font-family: "Bodoni Moda";
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
}

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

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

.form-split {
  -js-display: flex;
  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 #80888F;
  color: #47494C;
  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: #47494C;
}
.form-checkbox-wrapper input:checked ~ label:after {
  opacity: 1;
}
.form-checkbox-wrapper input:checked::before {
  background-color: #005E9E;
  border: 1px solid #005E9E;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #d9d9d9;
  font-size: 11px;
  -js-display: flex;
  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: #005E9E;
  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: #FBFAF1;
  background-image: url(/images/insta.svg?a0e0a74e7447d12ab71da8fd22297153);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}

.follow-us-link {
  text-decoration: underline;
  color: #FBFAF1;
  font-family: "Bodoni Moda";
  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;
  }
}
