html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
img {
  width: 100%;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Cera Compact Reg";
  src: url("../fonts/CeraCompactCY-Regular.woff2") format("woff2"), url("../fonts/CeraCompactCY-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GF Founders Sans";
  src: url("../fonts/GFFoundersSans.woff2") format("woff2"), url("../fonts/GFFoundersSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Compact Black";
  src: url("../fonts/CeraCompactCY-Black.woff2") format("woff2"), url("../fonts/CeraCompactCY-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir";
  src: url("Agrandir-Regular.woff2") format("woff2"), url("Agrandir-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p.success {
  font-family: "Agrandir", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #d8b975;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

p.error {
  font-family: "Agrandir", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #c01533;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: upercase;
}

.coming-soon {
  padding: 50px;
}

.words-left {
  width: 100%;
  padding: 6px;
  display: inline-block;
  text-align: center;
}

.center-text {
  width: 100%;
  text-align: center;
}

.heading-text {
  margin-bottom: 5px !important;
}

.subhead-text {
  margin-top: 0 !important;
}

.blue-text {
  color: #d8b975;
}

a {
  color: #d8b975;
  text-decoration: none;
}

a.center-text {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}

.max-width {
  margin: 0 auto 50px;
  width: 90%;
  max-width: 720px;
}
.max-width.form-pages {
  max-width: 720px;
}
.max-width.entries {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .max-width {
    width: 80%;
  }
  .max-width h1 {
    font-size: 28px;
  }
  .max-width h2 {
    font-size: 16px;
  }
}

.insta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 33px;
}
.insta a {
  width: 31%;
  margin-bottom: 4%;
}

@media (max-width: 600px) {
  .hidden {
    display: none;
  }
}
h1.center-text {
  font-size: 38px;
  margin-bottom: 15px;
  margin-top: 40px;
}

body {
  font-family: "Agrandir", sans-serif;
  font-size: 14px;
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
}

.unique-code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div.code {
  width: 93% !important;
}
div.code label#size-error.error {
  margin: 7px auto !important;
  display: block !important;
  text-align: center !important;
  margin-left: 8% !important;
}

div.icon {
  width: 42px !important;
}

.infoIcon {
  width: 100%;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.infoIcon img {
  width: 100%;
  padding: 2px;
}

.button-wrapper {
  display: flex;
}

#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: #000000;
  opacity: 0.9;
}

#modal_screen.nope {
  background-color: #000000;
}

#modal_content {
  position: fixed;
  z-index: 1101;
  margin: 0 auto;
  border: 4px solid #efefef !important;
  background-color: #fff;
  font-size: 12px;
  width: 290px;
  height: 200px;
  color: #222222;
  padding: 20px;
  border-radius: 6px;
}

#modal_content .content_wrapper {
  margin: 0 auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#modal_content h2 {
  margin: 0 0 0 0;
}

#modal_content p {
  max-width: 75%;
  margin: 1.2em auto 0;
}

#modal_content nav:after {
  content: "";
  display: block;
  clear: both;
}

.small {
  display: block;
  text-align: center;
  color: #888;
  margin: 1em 0 0;
}

a.av_btn {
  display: block;
  text-align: center;
  margin: 30px 10px !important;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
  padding: 20px 50px;
  transition: all 0.5s;
}
@media (max-width: 770px) {
  a.av_btn {
    padding: 20px 30px;
  }
}

.av_go {
  background-color: #0071b9;
}

.av_no {
  background-color: #0071b9;
}

a.av_btn {
  margin-top: 20px;
  font-size: 1.25em;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (min-width: 688px) {
  #modal_content {
    top: 10em;
    top: 30vh;
    left: 30vw;
    width: 90%;
    max-width: 500px;
    height: 200px;
    padding: 40px;
    background-position: center 6em;
    font-size: 16px;
    border-radius: 10px;
  }
  #modal_content .content_wrapper {
    text-align: center;
  }
  #modal_content h2 {
    margin: 0 0 0 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-size: 25px;
    text-transform: uppercase;
    color: #444444;
  }
  #modal_content p {
    font-size: 1em;
    line-height: 16px;
  }
  #modal_content nav a.av_btn {
    margin: 1.6em auto 0;
    font-size: 16px;
  }
}
* {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: black;
  margin: 0px 100px;
}
@media (max-width: 1000px) {
  body {
    margin: 0px 10px;
  }
}

h1 {
  font-size: 28px;
  font-family: "Agrandir", sans-serif;
  padding: 0px;
  font-weight: 100 !important;
  margin: 0px;
}

h2 {
  font-weight: 100 !important;
  font-size: 24px;
  font-family: "Agrandir", sans-serif;
  color: #d8b975;
}

h3 {
  font-weight: 100 !important;
  font-size: 20px;
  font-family: "Agrandir", sans-serif;
}

a,
p,
li,
input,
label {
  font-size: 18px;
  font-family: "Agrandir", sans-serif;
  color: #fff;
  font-weight: 100;
}

b {
  font-family: "Agrandir", sans-serif;
}

@media (max-width: 900px) {
  .hide {
    display: none !important;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
}
.header .navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 1000px) {
  .header .navigation ul {
    gap: 15px;
  }
}
.header .navigation ul li,
.header .navigation ul a {
  letter-spacing: 2px;
  text-decoration: none !important;
  font-family: "Agrandir", sans-serif !important;
  list-style-type: none;
  color: white;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .header .navigation ul li,
  .header .navigation ul a {
    font-size: 18px;
  }
}

.main-content {
  display: flex;
  height: 80dvh;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.main-content .left-side {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.main-content .left-side .logo-white {
  margin-bottom: 10px;
}
.main-content .left-side h1 {
  font-size: 50px;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .main-content .left-side h1 {
    font-size: 20px;
    line-height: 18px;
  }
}
.main-content .left-side h2 {
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .main-content .left-side h2 {
    font-size: 16px;
  }
}
.main-content .left-side h3 {
  color: #d8b975;
  text-transform: uppercase;
}
.main-content .left-side img {
  width: 250px;
}
.main-content .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.main-content .terms-and-conditions {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 100px;
}
.main-content .terms-and-conditions h1 {
  text-align: center;
  color: #fff;
}
.main-content .terms-and-conditions h2 {
  text-align: center;
}
.main-content .terms-and-conditions .terms {
  margin: 0px 100px 0px 50px;
}
.main-content .terms-and-conditions .terms a {
  color: rgb(151, 113, 83);
}
@media (max-width: 800px) {
  .main-content .terms-and-conditions .terms {
    margin: 0 auto;
    width: 80%;
  }
}
.main-content .contact-form {
  width: 100%;
  margin-top: 5%;
}
.main-content .contact-form h1 {
  text-align: center;
  color: #fff;
}
.main-content .contact-form .contact {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.form-container {
  margin: 0 auto;
  height: 100%;
  width: 80%;
}
@media (max-width: 1000px) {
  .form-container {
    width: 95%;
  }
}
.form-container h1 {
  padding: 50px;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  text-align: left;
}
.form #sub-heading {
  margin-top: 0px;
  margin-bottom: 10px;
}
.form .no-border {
  border: none;
}
.form .entries-open {
  width: 100%;
  text-align: center;
  margin: 10px;
}
.form .product-select {
  width: 100%;
  text-align: center;
}
.form .product-select #form-subheader {
  margin-bottom: 10px;
}
.form .product-select p {
  margin: 0px;
}
@media (max-width: 600px) {
  .form.margin-top {
    margin-top: 10px;
  }
}

.form-container {
  width: 80%;
}
.form-container p {
  text-align: center;
  font-family: "Agrandir", sans-serif;
}

.form-item {
  font-size: 18px !important;
  font-family: "Agrandir", sans-serif;
  flex-basis: 100%;
  margin-top: 10px;
  color: #000;
  display: flex;
  flex-direction: column;
}
.form-item input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  font-family: "Agrandir", sans-serif;
}
.form-item input:placeholder {
  font-family: "Agrandir", sans-serif;
  font-size: 18px;
}
.form-item textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  font-family: "Agrandir", sans-serif;
}
.form-item textarea:placeholder-shown {
  font-family: "Agrandir", sans-serif;
  font-size: 18px;
}
.form-item.half {
  flex-basis: 49% !important;
}
@media (max-width: 700px) {
  .form-item.half {
    flex-basis: 100% !important;
  }
}
.form-item.third {
  flex-basis: 32% !important;
}
@media (max-width: 700px) {
  .form-item.third {
    flex-basis: 100% !important;
  }
}

.sold-out-corner {
  background-color: #c01533;
  position: fixed;
  width: 200px;
  height: 250px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.step-two-hide {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .step-two-hide {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}
.step-two .step-two-hide {
  display: none;
}
.step-one .step-two-hide {
  display: flex;
}

.upload-btn {
  cursor: pointer;
  background-color: #fff;
  height: 100%;
}

.upload-item p {
  font-size: 16px;
  margin-bottom: 5px;
}

#uploaded_file {
  width: 100%;
}

label.error {
  color: #c01533;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
  padding: 0px;
  border: none;
  text-align: left;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=tel],
select,
textarea,
label {
  width: 100%;
  padding: 14px;
  color: rgb(110, 110, 110);
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=email].code-input,
input[type=number].code-input,
input[type=password].code-input,
input[type=text].code-input,
input[type=tel].code-input,
select.code-input,
textarea.code-input,
label.code-input {
  width: 290px;
  margin: 10px auto;
  font-family: "Agrandir", sans-serif;
  text-align: left;
  font-size: 80px;
  font-weight: 600;
  padding: 0px 0 0 22px;
  letter-spacing: 16px;
  color: #d8b975;
  background-image: url("https://res.cloudinary.com/fuelsydney/image/upload/v1572562905/cc-shout/ccss-bg-grid_ieg1xw.png");
}
input[type=email].select,
input[type=number].select,
input[type=password].select,
input[type=text].select,
input[type=tel].select,
select.select,
textarea.select,
label.select {
  height: 49px !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #fff;
}

input[type=radio] {
  padding: 8px 10px;
  color: #000;
}

input.required {
  color: #d8b975;
}

input[type=checkbox] {
  transform: scale(1);
}
@media (max-width: 600px) {
  input[type=checkbox] {
    transform: scale(1.4);
  }
}

input[type=submit],
input[type=next] {
  cursor: pointer;
  font-family: "Agrandir", sans-serif;
  font-size: 22px !important;
  line-height: 18px;
  background-color: transparent;
  color: #ffffff !important;
  padding: 12px 35px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  font-weight: 800;
}
input[type=submit].nostyle,
input[type=next].nostyle {
  background-color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
  color: #d8b975;
  text-decoration: underline;
  font-size: 14px;
  text-transform: none;
}

.form-btn {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.form-btn #submit {
  margin-bottom: 50px;
}

input.checkbox.required.error {
  margin-right: 5px;
}

.checkbox-container {
  width: 100%;
  margin: 20px 0 0;
  text-align: left;
}

.checkbox-item {
  width: 100%;
  margin-bottom: 8px;
  color: #fff;
}
@media (max-width: 600px) {
  .checkbox-item {
    margin-bottom: 14px;
    line-height: 22px;
  }
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item a {
  text-decoration: none;
  color: rgb(151, 113, 83);
}
.checkbox-item a:hover {
  text-decoration: underline;
}

.winners-list li {
  font-family: "Agrandir", sans-serif;
  color: rgb(151, 113, 83);
}

.stag {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.4;
  height: 100dvh;
  width: 100dvw;
  z-index: -10;
}

.fancybox-slide {
  background-color: #121212;
}

.fancybox-content {
  width: 800px !important;
  height: 800px !important;
}

.ageGateBg {
  background-color: #121212;
  color: white;
  overflow: hidden;
}
.ageGateBg img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

.ageGate2 {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
}
.ageGate2 h2 {
  color: white;
  font-size: 50px;
}
@media (max-width: 600px) {
  .ageGate2 h2 {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .ageGate2 h2 {
    font-size: 40px;
  }
}
.ageGate2 svg.stag {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  opacity: 0.2;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Agrandir", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 600px) {
  .ageGate2 p {
    font-size: 17px;
  }
}
.ageGate2 #age-form {
  margin: 0;
  padding: 30px;
}
.ageGate2 .ccLogo {
  width: 60%;
  max-width: 250px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 120px;
  margin: 50px auto 0;
}
.ageGate2 div.inputs {
  display: block;
  width: 300px;
  margin: 0 auto;
  overflow: auto;
  padding: 10px 0;
}
.ageGate2 div.ageGate2 h1 {
  margin: 5px 0;
}
.ageGate2 .ageCountry {
  float: left;
}
.ageGate2 select {
  width: 186px;
  padding: 2px;
}
.ageGate2 .ageDay {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageDay input {
  width: 100%;
}
.ageGate2 .ageDay input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageMonth {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageMonth input {
  width: 100%;
}
.ageGate2 .ageMonth input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageYear {
  float: left;
  width: 50%;
  display: inline-block;
}
.ageGate2 .ageYear input {
  width: 100%;
}
.ageGate2 .ageYear input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 input[type=numeric] {
  font-size: 29px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  text-align: center;
  padding: 8px 8px 3px;
  border: none;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .ageGate2 input[type=numeric] {
    font-size: 24px;
  }
}
.ageGate2 input[type=submit] {
  display: block;
  float: left;
  margin-top: 15px;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  font-weight: 100;
  width: 100%;
  border-bottom: 1px solid;
}
.ageGate2 input[type=number]::-webkit-inner-spin-button,
.ageGate2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ageGate2 .marBott {
  padding-bottom: 10px;
}
.ageGate2 label {
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}
.ageGate2 select {
  outline: none;
  background: none repeat scroll 0 0 #fdf9e3;
  border: medium none;
  color: #4b4b45;
  height: 24px;
  padding: 2px;
  font-size: 13px;
}
.ageGate2 #hiddenDiv {
  background-color: #1e1e1e;
  color: #fff;
  padding: 10px 50px;
  margin: 3px 0;
  font-size: 14px;
}
.ageGate2 .fancybox-bg {
  background: #888;
}
.ageGate2 .fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.ageGate2 .age-gate-logo {
  width: 280px;
  margin: auto;
}
.ageGate2 .right {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

*:focus {
  box-shadow: none !important;
}

#age-gate-p {
  font-weight: 100 !important;
  margin: 0 auto;
  padding: 0px;
  max-width: 80%;
}
@media (max-width: 1000px) {
  #age-gate-p {
    max-width: 95%;
  }
}
