@charset "UTF-8";
.ageGateBg img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

.fancybox-content {
  max-height: 530px !important;
}

.ageGate2 {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #414042;
  min-height: 530px;
  max-height: 530px;
  display: flex;
  align-items: center;
  border: 4px solid #fbae50;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #414042;
}
.ageGate2 #age-form {
  margin: 0;
  padding: 30px;
}
.ageGate2 .ccLogo {
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: -2px;
  margin-bottom: 30px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 80px;
  margin: 0px auto;
}
.ageGate2 div.inputs {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 10px 0;
}
.ageGate2 div.ageGate2 h1 {
  margin: 5px 0;
}
.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 .ageButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ageGate2 input[type=text] {
  font-size: 30px;
  font-weight: 300;
  background-position: center;
  background-color: #ffffff;
  color: #333;
  text-align: center;
  padding: 8px;
  border: 0;
  box-shadow: inset 0 0 0 0 #ccc;
}
@media (max-width: 600px) {
  .ageGate2 input[type=text] {
    font-size: 24px;
  }
}
.ageGate2 input[type=submit] {
  display: block;
  float: left;
  margin-top: 10px;
  padding: 10px 50px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: #fbae50;
  color: #414042;
  font-size: 20px;
  font-family: "Gilroy Bold", sans-serif;
  border-radius: 9px;
}
.ageGate2 input[type=submit]:hover {
  background-color: #db8e30;
}
.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 a {
  color: #414042;
}
.ageGate2 label {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #414042;
}
.ageGate2 select {
  outline: none;
  background: #ffffff;
  border: medium none;
  color: #414042;
  height: 40px;
  padding: 8px;
  font-size: 17px;
  width: 100%;
}
.ageGate2 #hiddenDiv {
  color: #bc2756;
  margin: 3px 0;
}
.ageGate2 .fancybox-bg {
  background: #888;
}
.ageGate2 .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

@font-face {
  font-family: "Gilroy Regular";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Black";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy Heavy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}

/*! 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,
::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;
  padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
img {
  width: 100%;
}

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

.page-wrap {
  flex: 1 0 auto;
  width: 100%;
  position: relative;
}
.page-wrap::after {
  content: " ";
  display: block;
  height: 0px;
  visibility: hidden;
}

body {
  min-height: 100dvh;
  height: 100%;
  margin: 0;
  background-color: #efeae7;
  font-family: "Gilroy Bold", sans-serif;
  display: flex;
  flex-direction: column;
}
body.thankyou, body.thankyou-contact {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.thankyou .stagger.thankyou, body.thankyou .stagger.thankyou-contact, body.thankyou-contact .stagger.thankyou, body.thankyou-contact .stagger.thankyou-contact {
  flex: 1;
}

h1 {
  font-size: 40px;
  margin: 0;
  font-family: "Gilroy Heavy", sans-serif;
  color: #ef4253;
  line-height: 37px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 29px;
    line-height: 25px;
  }
}

h2 {
  font-size: 22px;
  color: #414042;
}

a {
  color: #414042 !important;
}
a:visited {
  color: #414042 !important;
}

p,
li {
  font-size: 18px !important;
  color: #414042;
}
@media (max-width: 800px) {
  p,
  li {
    font-size: 16px;
  }
}
p.titles,
li.titles {
  margin-left: -20px;
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  vertical-align: top;
  margin: 20px 0;
  width: 100%;
}
table td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
table th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.coming-soon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.coming-soon img {
  width: 100%;
  margin-bottom: 20px;
}
.coming-soon h1 {
  text-align: center;
  font-size: 26px;
}
@media (max-width: 800px) {
  .coming-soon h1 {
    font-size: 22px;
  }
}

/* Page Loader */
.loading::before,
.loading::after {
  content: "";
  position: fixed;
  z-index: 99900;
}

.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9e2e92;
}

.loading::after {
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  animation: shake 0.7s infinite alternate;
  background-image: url("/img/cocktails.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .loading::after {
    left: 50%;
    margin: -75px 0 0 -75px;
  }
}

@keyframes shake {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  menu {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  menu ul {
    margin: 0;
    padding: 0;
  }
  menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 22px 14px;
    margin: auto;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    display: inline-flex;
  }
  menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    transition: color 0.3s;
    font-family: "Gilroy Black", sans-serif;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  menu ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 600px) {
  menu ul li a:hover {
    color: #edbe58;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1100px) {
  .menudrop {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fbae50;
    border: 0;
    color: #414042;
    z-index: 1000;
  }
  menu ul {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
  menu ul li {
    display: block;
    padding: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 800px) {
  menu ul li {
    padding: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  menu ul li a {
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-family: "Gilroy Bold", sans-serif;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 800px) {
  menu ul li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  menu ul li a:hover {
    color: #333;
  }
  #hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 70px;
    z-index: 1010;
    cursor: pointer;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  #hamburger:hover {
    width: 80px;
  }
  #hamburger span {
    width: 100%;
    height: 3px;
    background-color: #333;
    display: block;
    margin: 8px auto;
    border-radius: 2px;
  }
  #hamburger {
    transition: 0.3s;
  }
}
.shaker {
  width: 80dvw;
  height: 80dvh;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.03;
  z-index: -9999999;
}
@media (max-width: 800px) {
  .shaker {
    top: 65%;
    transform: translate(-50%, -50%);
  }
}

.max-width {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.max-width.center-text {
  text-align: center;
}
@media (max-width: 600px) {
  .max-width {
    width: 85%;
  }
}

.main-logo {
  max-width: 800px;
  width: 90%;
  margin: 50px auto 70px;
  display: block;
}
@media (max-width: 600px) {
  .main-logo {
    margin: 70px auto 40px;
  }
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 600px) {
  .form {
    font-size: 16px;
  }
}
.form .form-container {
  width: 100%;
}

@media (max-width: 600px) {
  .form.margin-top {
    margin-top: 10px;
  }
}
.form-item {
  flex-basis: 100%;
  margin-top: 10px;
  color: #414042;
  display: flex;
  flex-direction: column;
}
.form-item.half {
  flex-basis: 49%;
}
.form-item.third {
  flex-basis: 32%;
}

@media (max-width: 800px) {
  .form-item.half {
    flex-basis: 100%;
  }
}
label.error {
  color: #c01533;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}

input[type=email], input[type=number], input[type=password], input[type=text], input[type=tel] {
  width: 100%;
  padding: 14px;
  color: rgb(110, 110, 110);
  border: solid 2px #e2e2e2;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

select,
textarea {
  width: 100%;
  padding: 14px;
  color: rgb(110, 110, 110);
  border: solid 2px #e2e2e2;
  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 {
  width: 290px;
  margin: 10px auto;
  font-family: "Source Code Pro", monospace;
  text-align: left;
  font-size: 80px;
  font-weight: 600;
  border: solid 0px #e2e2e2;
  padding: 0px 0 0 22px;
  letter-spacing: 16px;
  color: #192b56;
  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 {
  height: 53px !important;
  border-radius: 0 !important;
  background-color: #ffffff;
}

select.select,
textarea.select {
  height: 53px !important;
  border-radius: 0 !important;
  background-color: #ffffff;
}

select {
  -webkit-appearance: listbox !important;
}

input[type=radio] {
  padding: 8px 10px;
  color: #414042;
}
input.required {
  color: #414042;
}
input.upload {
  color: #414042;
  font-size: 12px;
}
input[type=checkbox] {
  transform: scale(1);
}
input[type=submit], input[type=next] {
  cursor: pointer;
  font-size: 18px !important;
  line-height: 18px;
  background-color: #fbae50;
  color: #414042 !important;
  border-radius: 11px;
  padding: 12px 35px;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  font-weight: 800;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  input[type=submit], input[type=next] {
    font-size: 16px;
  }
}
input[type=submit]:hover, input[type=next]:hover {
  scale: 105%;
}

a.button {
  background-color: #fbae50;
  text-align: center;
  padding: 10px 30px;
  color: #414042;
  font-size: 18px;
  text-transform: none;
  margin: 0 0 0 auto;
  display: block;
  width: fit-content;
  text-decoration: none;
  border-radius: 5px;
}
@media (max-width: 600px) {
  a.button {
    font-size: 16px;
    padding: 15px 30px;
  }
}

@media (max-width: 600px) {
  input[type=checkbox] {
    transform: scale(1.4);
  }
}
.form-btn {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: end;
}

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

.checkbox-container {
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
}

.checkbox-item {
  width: 100%;
  margin-bottom: 8px;
  color: #414042;
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item a {
  text-decoration: underline;
  color: #414042;
}
.checkbox-item a:hover {
  text-decoration: underline;
}

span.disclaimer {
  font-size: 13px;
}

footer {
  position: relative;
  background-color: #fbae50;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding: 30px 0;
}
@media (max-width: 600px) {
  footer {
    margin-top: 60px;
    padding: 0 0 10px;
  }
}
footer ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 0 0;
}
@media (max-width: 600px) {
  footer ul {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 600px) {
  footer ul li {
    padding: 5px 0;
  }
}
footer ul li a {
  text-decoration: none;
  color: #414042;
}
footer p {
  padding: 20px 20px 0;
  border-top: 1px solid #414042;
  font-size: 16px;
  width: 80%;
  text-align: center;
}
footer svg {
  width: 130px;
  padding-bottom: 20px;
}

.accordion .accordion-menu {
  font-size: 18px;
  background: #ffffff;
  color: #414042;
  padding: 16px;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Gilroy Bold", sans-serif;
  border-radius: 7px;
}
@media (max-width: 600px) {
  .accordion .accordion-menu {
    font-size: 16px;
  }
}
.accordion .accordion-menu svg {
  width: 15px;
  min-width: 15px;
  margin-left: 20px;
}
.accordion .accordion-content {
  height: 0;
  overflow: hidden;
  font-size: 14px;
  background: #fdf9f7;
  margin-top: -4px;
  border-radius: 0 0 7px 7px;
}
.accordion .accordion-content p {
  font-size: 18px;
  padding: 15px;
}
@media (max-width: 600px) {
  .accordion .accordion-content p {
    font-size: 16px;
    margin: 6px 0 0;
  }
}
@media (max-width: 600px) {
  .accordion .accordion-content {
    font-size: 16px;
  }
}
.accordion .accordion-content.expanded {
  height: 0;
  overflow: hidden;
}
.accordion .accordion-group {
  margin: 17px 0;
  border-radius: 4px;
}

.button {
  padding: 15px 25px;
  color: #414042;
  background-color: #fbae50;
  border-radius: 15px;
  margin-top: 10px;
  font-family: "Gilroy Bold", sans-serif;
  transition: 0.3s ease;
  border: none !important;
}
.button:hover {
  background-color: #d69342;
}

.dont-wrap {
  white-space: nowrap !important;
  text-wrap: nowrap !important;
}

.small {
  margin-bottom: 2.5px;
  font-size: 16px;
  font-family: "Gilroy Heavy", sans-serif;
}

.medium {
  margin-bottom: 2.5px;
  font-size: 20px;
  font-family: "Gilroy Heavy", sans-serif;
}
@media (max-width: 800px) {
  .medium {
    font-size: 16px;
  }
}

.large {
  margin-bottom: 2.5px;
  font-size: 26px;
  font-family: "Gilroy Heavy", sans-serif;
}
@media (max-width: 800px) {
  .large {
    font-size: 22px;
  }
}

.purple {
  color: #9e2e92;
}

.red {
  color: #ef4253;
}

.dark-grey {
  color: #414042;
}

.heading h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Gilroy Heavy", sans-serif;
}
@media (max-width: 800px) {
  .heading h1 {
    font-size: 30px;
  }
}

.home {
  margin-top: 80px;
}
@media (max-width: 800px) {
  .home {
    margin-top: 60px;
  }
}
.home .entry-steps {
  padding-left: 28px;
}
@media (max-width: 800px) {
  .home .entry-steps {
    padding-left: 22px;
  }
}
.home .entry-steps li {
  color: #414042;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 800px) {
  .home .entry-steps li {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.home p {
  color: #414042;
  font-size: 22px;
}
@media (max-width: 800px) {
  .home p {
    font-size: 18px;
  }
}

.bg-color {
  margin-top: 100px;
  background-color: rgb(250, 249, 248);
}

.challenges-swiper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
}
.challenges-swiper h1 {
  color: #ef4253;
  font-family: "Gilroy Heavy", sans-serif;
  margin-bottom: 10px;
}
.challenges-swiper .swiper-button-next,
.challenges-swiper .swiper-button-prev {
  color: #414042;
}
.challenges-swiper .challenge-slide {
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.challenges-swiper .challenge-slide img {
  background-color: #fdf9f7;
  height: 250px;
  width: 100%;
  margin: 0px 0px 10px 0px;
  object-fit: cover;
  transition: 0.3s ease;
}
.challenges-swiper .challenge-slide img:hover {
  opacity: 0.8;
}
.challenges-swiper .challenge-slide p {
  margin: 0px 0px 2.5px 0px;
  color: #414042;
  font-size: 16px;
  font-family: "Gilroy Heavy", sans-serif;
}

.prizes-swiper {
  position: relative;
  max-width: 1100px;
  margin: auto;
  padding: 100px 20px;
}
@media (max-width: 800px) {
  .prizes-swiper {
    padding-bottom: 50px;
  }
}
.prizes-swiper .prize-next,
.prizes-swiper .prize-prev {
  color: #414042 !important;
}
.prizes-swiper .prize-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.prizes-swiper .prize-slide .text {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .prizes-swiper .prize-slide .text {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}
.prizes-swiper .prize-slide .text span {
  font-size: 30px;
  color: #9e2e92;
  font-family: "Gilroy Heavy";
}
@media (max-width: 800px) {
  .prizes-swiper .prize-slide .text span {
    font-size: 20px;
  }
}
.prizes-swiper .prize-slide .text .button {
  margin: 0px;
}
.prizes-swiper .prize-slide .boat {
  object-position: top;
}
.prizes-swiper .prize-slide img {
  height: 500px;
  z-index: 1;
  width: 100%;
  object-fit: cover;
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 800px) {
  .prizes-swiper .prize-slide img {
    height: 300px;
  }
}

.calculate-link {
  margin-top: 25px;
}

.challenges-page .challenges-item {
  width: 100%;
  padding: 30px 0px;
  font-family: "Gilroy Heavy", sans-serif;
  border-bottom: 2px solid #fbae50;
}
.challenges-page .challenges-item .copy {
  display: flex;
  flex-direction: column;
}
.challenges-page .challenges-item .copy p {
  color: #414042;
  font-family: "Gilroy Bold", sans-serif;
}
.challenges-page .challenges-item .button {
  margin-top: 10px !important;
}
.challenges-page .no-border {
  border-bottom: none !important;
}

@media (max-width: 800px) {
  .prizes-page .copy {
    margin-bottom: 25px;
  }
}
.prizes-page .prizes-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
  padding: 30px 0px;
  font-family: "Gilroy Heavy", sans-serif;
}
.prizes-page .prizes-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .prizes-page .prizes-item {
    flex-direction: column;
    padding: 10px 0px 70px 0px;
    gap: 5px;
  }
  .prizes-page .prizes-item:nth-child(2n) {
    flex-direction: column;
  }
}
.prizes-page .prizes-item .copy {
  width: 65%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .prizes-page .prizes-item .copy {
    width: 100%;
    margin-bottom: 0px;
  }
}
.prizes-page .prizes-item .copy p {
  color: #414042;
  font-family: "Gilroy Bold", sans-serif;
  font-size: 20px;
  margin-top: 5px !important;
}
@media (max-width: 800px) {
  .prizes-page .prizes-item .copy p {
    font-size: 16px;
  }
}
.prizes-page .prizes-item img {
  width: 32%;
  max-width: 350px;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .prizes-page .prizes-item img {
    width: 100%;
    max-width: none;
  }
}
.prizes-page .flex {
  display: flex;
  gap: 30px;
}
@media (max-width: 800px) {
  .prizes-page .flex {
    flex-direction: column;
    gap: 0px;
  }
}

.prizes .bg-color {
  margin-bottom: -80px;
}

.calculator-link {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calculator-link .button {
  margin: 0 auto;
}

.individial-prize-page {
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .individial-prize-page h1 {
    font-size: 22px;
  }
}
.individial-prize-page h2,
.individial-prize-page h3 {
  margin: 0px;
}
@media (max-width: 800px) {
  .individial-prize-page h2,
  .individial-prize-page h3 {
    font-size: 18px;
  }
}
.individial-prize-page p {
  font-family: "Gilroy Bold", sans-serif;
  font-size: 22px;
}
@media (max-width: 800px) {
  .individial-prize-page p {
    font-size: 16px;
  }
}
.individial-prize-page .image {
  width: 100%;
  height: 500px;
  border: 1px solid black;
}
.individial-prize-page .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.individial-prize-page .image .milagro-challenge-image {
  object-position: 25% 41% !important;
}
.individial-prize-page .image .ms-challenge-image {
  object-position: 25% 53% !important;
}
.individial-prize-page .first {
  justify-content: flex-end !important;
}
.individial-prize-page .last {
  justify-content: flex-start !important;
}
.individial-prize-page .prev-next {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.individial-prize-page .prev-next .button {
  margin: 0px;
}

@media (max-width: 800px) {
  .calculator .hide {
    display: none !important;
  }
}
.calculator .bottles {
  margin-top: 25px;
}
.calculator .border {
  width: 100%;
  border-top: 1px solid white;
}
.calculator p {
  font-family: "Gilroy Bold", sans-serif;
  margin-bottom: 20px !important;
}
@media (max-width: 800px) {
  .calculator p {
    margin-bottom: 0px !important;
  }
}
.calculator .sub-text {
  font-size: 22px;
  color: white;
  font-family: "Gilroy Bold", sans-serif;
  margin-bottom: 0px;
  margin-top: 25px;
}
.calculator .calculator-wrapper {
  padding: 30px;
  background-color: #9e2e92;
  border-radius: 30px;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper {
    padding: 20px 15px;
    margin-top: 25px;
  }
}
.calculator .calculator-wrapper h2 {
  font-size: 30px;
  color: white;
  font-family: "Gilroy Heavy", sans-serif;
  margin: 0px 0px 25px 0px;
}
.calculator .calculator-wrapper form {
  margin-top: 10px;
}
.calculator .calculator-wrapper form input[type=email],
.calculator .calculator-wrapper form input[type=number],
.calculator .calculator-wrapper form input[type=password],
.calculator .calculator-wrapper form input[type=text],
.calculator .calculator-wrapper form input[type=tel] {
  padding: 5px;
}
.calculator .calculator-wrapper form label {
  color: white;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper form label {
    font-size: 12px;
  }
}
.calculator .calculator-wrapper form .size {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  width: 100%;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper form .size {
    margin-bottom: 10px;
  }
}
.calculator .calculator-wrapper form .size .input {
  width: 100%;
}
.calculator .calculator-wrapper .spirits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper .spirits {
    gap: 10px 20px;
  }
}
.calculator .calculator-wrapper .spirits .single-input {
  width: 100%;
}
.calculator .calculator-wrapper .checkboxes {
  margin: 40px 0px 25px 0px;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper .checkboxes .border {
    margin: 10px 0px;
  }
}
.calculator .calculator-wrapper .checkboxes .checkboxes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.calculator .calculator-wrapper .checkboxes .checkbox {
  width: 48%;
  color: #fff;
  margin: 20px 0px 0px 0px;
  padding: 10px 0px 20px 0px;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper .checkboxes .checkbox {
    width: 100%;
    padding: 0px;
    margin: 2.5px 0px;
    font-size: 14px;
  }
}
.calculator .calculator-wrapper .checkboxes .checkbox input[type=checkbox] {
  scale: 2;
  margin-right: 10px;
  margin-left: 5px;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper .checkboxes .checkbox input[type=checkbox] {
    scale: 1;
    margin-right: 5px;
  }
}
.calculator .calculator-wrapper .checkboxes .checkbox input {
  text-align: left;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper .checkboxes .checkbox input {
    font-size: 14px;
  }
}
.calculator .calculator-wrapper .submit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 25px 0px;
}
@media (max-width: 800px) {
  .calculator .calculator-wrapper .submit {
    margin: 0px 0px 10px 0px;
  }
}
.calculator .calculator-wrapper .submit .button {
  padding: 15px 45px;
  cursor: pointer;
}
.calculator .calculator-wrapper .points {
  margin: 25px;
  display: flex;
  justify-content: flex-end;
}
.calculator .calculator-wrapper .points #points-text {
  font-family: "gilroy heavy", sans-serif;
  font-size: 30px !important;
  color: white;
  margin: 0px;
}
.calculator .calculator-wrapper .points #result {
  font-family: "Gilroy Heavy", sans-serif;
  font-size: 30px !important;
  color: #fbae50;
  margin: 0px;
}

.point-structure .bg-color {
  margin-bottom: -80px;
}
.point-structure .copy {
  margin-bottom: 50px;
}
.point-structure .copy h2 {
  font-size: 20px;
}
.point-structure .copy ol {
  font-family: "Gilroy Bold", sans-serif;
  padding-left: 21px;
}
.point-structure .copy ol li {
  margin-bottom: 10px;
}
.point-structure .point-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .point-structure .point-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .point-structure .point-wrapper .second .last {
    border-right: 1px solid #adadad;
  }
}
@media (max-width: 1000px) {
  .point-structure .point-wrapper .second {
    margin-top: 50px;
  }
}
.point-structure .point-wrapper .four {
  width: 100%;
  display: flex;
}
@media (max-width: 1000px) {
  .point-structure .point-wrapper .four {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.point-structure .point-wrapper .four .point-item {
  height: 400px;
  width: 30%;
  border-left: 1px solid #adadad;
  padding: 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .point-structure .point-wrapper .four .point-item {
    width: 100%;
  }
  .point-structure .point-wrapper .four .point-item:last-child {
    border-right: 1px solid #adadad;
  }
}
@media (max-width: 600px) {
  .point-structure .point-wrapper .four .point-item {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .point-structure .point-wrapper .four .point-item {
    height: 250px;
  }
}
.point-structure .point-wrapper .four .point-item .points {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 100px;
  background-color: #9e2e92;
  font-family: "Gilroy Heavy", sans-serif;
}
@media (max-width: 600px) {
  .point-structure .point-wrapper .four .point-item .points {
    width: 60px;
    height: 60px;
  }
}
.point-structure .point-wrapper .four .point-item .points p {
  color: rgb(250, 249, 248) !important;
  font-size: 10px !important;
  text-align: center;
}
.point-structure .point-wrapper .four .point-item .points span {
  width: 100%;
  text-align: center;
  font-size: 35px;
  color: #eba29b;
  display: inline-block;
}
@media (max-width: 600px) {
  .point-structure .point-wrapper .four .point-item .points span {
    font-size: 26px;
  }
}
.point-structure .point-wrapper .four .point-item .product-image {
  max-height: 200px;
  object-fit: cover;
}
@media (max-width: 800px) {
  .point-structure .point-wrapper .four .point-item .product-image {
    padding: 5px;
  }
}
.point-structure .point-wrapper .four .point-item .product-image img {
  max-height: 200px;
}
.point-structure .point-wrapper .four .point-item .text {
  height: 50px;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .point-structure .point-wrapper .four .point-item .text {
    height: 25px;
    margin-top: 0px;
  }
}
.point-structure .point-wrapper .four .point-item .text p {
  text-align: center;
  font-size: 14px !important;
}
@media (max-width: 1200px) {
  .point-structure .point-wrapper .four .point-item .text p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .point-structure .point-wrapper .four .point-item .text p {
    font-size: 10px !important;
  }
}

.fancybox-slide {
  padding: 20px !important;
}

/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #414042 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    color: #414042 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
div#instafeed {
  margin-top: 30px;
}
