@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

a {
  color: inherit;
}

fieldset {
  border: 0;
  min-width: 0;
}

/* === Colours === */
/* === Fonts === */
html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

body.ns {
  height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1600px !important;
  padding: 0 !important;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
}

section {
  margin-top: -1px;
}

[class*=col-] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mobileOnly {
  display: none !important;
}
@media (max-width: 768px) {
  .mobileOnly {
    display: flex !important;
  }
}

.bg-white {
  background: white;
}

.bg-red {
  background: #D9323F;
}

.bg-burgundy {
  background: #3E1B24;
}

.bg-burgundy-light {
  background: #69180E;
}

.bg-light {
  background: #EBDFC5;
}

.bg-green {
  background: #1A3E35;
}

.gold-diamond-corners {
  background: url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") top left/12px 12px no-repeat, url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") top right/12px 12px no-repeat, url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") bottom left/12px 12px no-repeat, url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") bottom right/12px 12px no-repeat, transparent;
}
@media (max-width: 768px) {
  .gold-diamond-corners {
    background: url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") 20px 0/10px 10px no-repeat, url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") calc(100% - 20px) 0/10px 10px no-repeat, url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") 20px 100%/10px 10px no-repeat, url("/wp-content/themes/oneup/assets/img/gold-diamond.svg") calc(100% - 20px) 100%/10px 10px no-repeat, transparent;
  }
}

[v-cloak] {
  display: none;
}

@font-face {
  font-family: "Bernada";
  src: url("/wp-content/themes/oneup/assets/fonts/BernadaRegular.eot");
  src: url("/wp-content/themes/oneup/assets/fonts/BernadaRegular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/oneup/assets/fonts/BernadaRegular.woff2") format("woff2"), url("/wp-content/themes/oneup/assets/fonts/BernadaRegular.woff") format("woff"), url("/wp-content/themes/oneup/assets/fonts/BernadaRegular.ttf") format("truetype"), url("/wp-content/themes/oneup/assets/fonts/BernadaRegular.svg#BernadaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4 {
  font-family: "Bernada", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

/* Font Classes */
.ff-bernada {
  font-family: "Bernada", sans-serif;
}

.ff-mont {
  font-family: "Montserrat", sans-serif;
}

/* Text Colours */
.fc-white {
  color: #F9F9F9;
}

.fc-offwhite {
  color: #F5F3F1;
}

.fc-gold {
  color: #C59120;
}

.fc-burgundy {
  color: #3E1B24;
}

.fc-burgundy-light {
  color: #69180E;
}

/* Sizes */
h1, .h1 {
  font-size: clamp(36px, 2rem + 5vw, 120px);
  line-height: 0.9;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
}

h2, .h2 {
  font-size: clamp(40px, 2.22vw + 22.93px, 56px);
  line-height: 1;
}

h3, .h3 {
  font-size: clamp(28px, 1.67vw + 15.14px, 40px);
  line-height: 1.2;
}

h4, .h4 {
  font-size: clamp(18px, 1.39vw + 7.29px, 28px);
  line-height: 1.2;
  font-weight: 400;
}

h5, .h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.37vw + 13.14px, 18px);
  line-height: 1.3;
  text-transform: uppercase;
}

h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}

/* === Alignment === */
.text-right {
  text-align: right;
}

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

/* === Transforms === */
.uppercase {
  text-transform: uppercase;
}

/* === Links === */
.text-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: inherit;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: inherit;
}

:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

.container, .container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container .grid, .container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.grid {
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*=col-]::before, [class*=col-]::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] .grid {
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

.order-10 {
  order: 10;
}

.order-9 {
  order: 9;
}

.order-8 {
  order: 8;
}

.order-7 {
  order: 7;
}

.order-6 {
  order: 6;
}

.order-5 {
  order: 5;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .order-xlg-12 {
    order: 12;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-0 {
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.no-wrap [class*=col-] {
  flex-shrink: 1;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.direction-row {
  flex-direction: row;
}

.direction-row-reverse {
  flex-direction: row-reverse;
}

.direction-column {
  flex-direction: column;
}

.direction-column-reverse {
  flex-direction: column-reverse;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  align-items: center;
}

.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  align-items: baseline;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  align-content: center;
}

.align-content-space-between {
  align-content: space-between;
}

.align-content-space-around {
  align-content: space-around;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  justify-content: center;
}

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  justify-content: space-around;
}

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: flex;
  flex-direction: column;
}

.col-grid.direction-row {
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 1599px) {
  .hidden-lg-down {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
} 
.header {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .header {
    padding: 20px 30px;
  }
}
.header.floating {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header.floating.has-promo-banner {
  top: 55px;
}
.header__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border: 1px solid #C59120;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 30px;
  outline: 8px solid rgba(197, 145, 32, 0.1019607843);
}
@media (max-width: 1600px) {
  .header__container {
    max-width: 1440px;
  }
}
@media (max-width: 768px) {
  .header__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 0;
  }
}
.header__container--mobileTrigger {
  display: none;
}
@media (max-width: 768px) {
  .header__container--mobileTrigger {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #C59120;
    margin-right: auto;
  }
}
.header__container--nav {
  padding: 25px 20px;
  margin-right: auto;
  color: white;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .header__container--nav {
    display: none;
  }
}
.header__container--nav a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.header__container--nav a:hover.fc-white {
  color: #C59120;
  text-decoration: none;
}
.header__container--nav a:hover.fc-gold {
  color: #3E1B24;
  text-decoration: none;
}
.header__container--logo {
  height: 100%;
}
@media (max-width: 768px) {
  .header__container--logo {
    padding: 15px 0;
    width: 100%;
  }
}
.header__container--logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__container--cta {
  height: 100%;
  margin-left: auto;
  border-left: 1px solid #C59120;
}
@media (max-width: 768px) {
  .header__container--cta {
    display: none;
  }
}
.header__container--cta:hover {
  background: #C59120;
}
.header__container--cta:hover a {
  color: #3E1B24;
}
.header__container--cta:hover a svg rect {
  fill: #3E1B24;
}
.header__container--cta a {
  background: none;
  outline: none;
  border: none;
  min-width: 220px;
  height: 100%;
  color: #C59120;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

body.logged-in .header.floating {
  top: 52px;
}
body.logged-in .header.floating.has-promo-banner {
  top: 88px;
}

.footer {
  padding-top: 20px;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px;
    padding-bottom: 0;
  }
}
.footer .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #C59120;
  border-bottom: none;
  position: relative;
}
@media (max-width: 768px) {
  .footer .container {
    padding: 0 !important;
    width: 100%;
  }
}
.footer .container:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: 0;
  border: 1px solid #C59120;
  border-bottom: none;
  pointer-events: none;
}
.footer__links {
  margin: 0;
  padding: 40px 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .footer__links {
    padding: 30px 0 0;
  }
}
.footer__links:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(197, 145, 32, 0.5019607843);
}
.footer__links--top {
  padding-bottom: 150px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__links--top {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }
}
.footer__links--top nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__links--top nav {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    gap: 0;
  }
}
.footer__links--top nav a {
  border-right: 1px solid #C59120;
  line-height: 1;
  margin: 0;
  padding-right: 30px;
  transition: 0.3s ease-in-out;
}
.footer__links--top nav a:hover {
  color: #F5F3F1;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer__links--top nav a {
    width: 100%;
    border-bottom: 1px solid #C59120;
    border-right: none;
    padding: 20px 0;
  }
}
.footer__links--top nav a:last-child {
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .footer__links--top nav a:last-child {
    padding: 20px 0;
  }
}
.footer__links--top .btn {
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer__links--top .btn {
    width: calc(100% - 40px);
    margin: 30px auto 0;
  }
}
.footer__links--btm {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .footer__links--btm {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.footer__links--btm nav {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__links--btm nav {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 40px 0 20px;
    gap: 30px;
    order: 1;
  }
}
.footer__links--btm nav a {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.footer__links--btm nav a:hover {
  color: #F5F3F1;
  text-decoration: none;
}
.footer__links--btm .credit {
  margin-left: auto;
  padding-bottom: 30px;
}
.footer__links--btm .credit small {
  display: none;
}
@media (max-width: 768px) {
  .footer__links--btm .credit {
    order: 2;
    margin-left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer__links--btm .credit small {
    display: flex;
    justify-content: center;
    color: #F5F3F1;
    width: 100%;
    text-align: center;
  }
  .footer__links--btm .credit a {
    color: rgba(245, 243, 241, 0.4) !important;
    transition: 0.3s ease-in-out;
  }
  .footer__links--btm .credit a:hover {
    color: #F5F3F1;
    text-decoration: none;
  }
}
.footer__links--btm .credit a {
  transition: 0.3s ease-in-out;
}
.footer__links--btm .credit a:hover {
  color: #F5F3F1;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer__links--btm .fan {
    order: 3;
    width: 100%;
    padding: 0 20px;
  }
}
.footer__footnote {
  border: 8px solid rgba(197, 145, 32, 0.1);
  border-bottom: none;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  align-items: stretch;
  position: relative;
}
@media (max-width: 768px) {
  .footer__footnote {
    display: none;
  }
}
.footer__footnote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #C59120;
  z-index: 1;
}
.footer__footnote--directions {
  display: flex;
  align-items: center;
  height: 100%;
  color: #C59120;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-left: 1px solid #C59120;
}
.footer__footnote--directions a {
  display: flex;
  height: 100%;
  min-width: 220px;
  align-items: center;
  border-right: 1px solid #C59120;
  gap: 10px;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 2;
}
.footer__footnote--directions a:hover {
  background: #C59120;
  color: #3E1B24;
  text-decoration: none;
}
.footer__footnote--directions a:hover svg path {
  fill: #3E1B24;
}
.footer__footnote--directions h6 {
  padding: 30px;
  width: 100%;
}
.footer__footnote--address {
  height: 100%;
  margin-left: 0;
  padding: 0 30px;
  color: #C59120;
  display: flex;
  align-items: center;
}
.footer__footnote--cta {
  height: 100%;
  margin-left: auto;
  display: flex;
  border-right: 1px solid #C59120;
}
.footer__footnote--cta .insta {
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #C59120;
  position: relative;
  z-index: 2;
}
.footer__footnote--cta .insta:hover {
  background: #C59120;
  color: #3E1B24;
  text-decoration: none;
}
.footer__footnote--cta .insta:hover svg path {
  fill: #3E1B24;
}
.footer__footnote--cta .book {
  min-width: 220px;
  height: 100%;
  color: #C59120;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #C59120;
  position: relative;
  z-index: 2;
}
.footer__footnote--cta .book:hover {
  background: #C59120;
  color: #3E1B24;
}
.footer__footnote--cta .book:hover svg rect {
  fill: #3E1B24;
}

body.bg-light .footer .container:before {
  background: #3E1B24;
}
body.bg-light .footer__links {
  border: 1px solid #C59120;
  border-bottom: none;
}
body.bg-light .footer__footnote:after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  top: -8px;
  left: -8px;
  position: absolute;
  border-left: 1px solid #C59120;
  border-right: 1px solid #C59120;
}

.mobileNav {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 180px);
  overflow-y: scroll;
  background: #C59120;
  padding: 10px;
  padding-bottom: 0;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  opacity: 0;
  display: none;
}
@media (max-width: 768px) {
  .mobileNav {
    display: block;
  }
}
.mobileNav.active {
  opacity: 1;
  bottom: 0;
  z-index: 10;
  pointer-events: auto;
}
.mobileNav__content {
  min-height: 100%;
  overflow-y: scroll;
  border-top: 1px solid #3E1B24;
  border-left: 1px solid #3E1B24;
  border-right: 1px solid #3E1B24;
}
.mobileNav__content--main {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.mobileNav__content--main a {
  padding: 25px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #3E1B24;
}
.mobileNav__content .buttons {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobileNav__content .buttons a {
  width: 100%;
}
.mobileNav__content .btmLinks {
  padding: 0 40px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.btn {
  width: auto;
  padding: 25px 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s ease;
}
.btn:hover {
  text-decoration: none;
}
.btn--hasIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn--hasIcon svg {
  flex-shrink: 0;
}
.btn__goldOutline {
  border: 1px solid #C59120;
  color: #C59120;
}
.btn__goldOutline:hover {
  background: #C59120;
  color: #3E1B24;
}
.btn__goldOutline:hover svg path {
  fill: #3E1B24;
}
.btn__burgundyOutline {
  border: 1px solid #3E1B24;
  color: #3E1B24;
}
.btn__burgundyOutline:hover {
  background: #3E1B24;
  color: #C59120;
}
.btn__burgundyOutline:hover svg path {
  fill: #C59120;
}
.btn__gold {
  background: #C59120;
  color: #3E1B24;
}
.btn__gold:hover {
  background: #3E1B24;
  color: #C59120;
}
.btn__gold:hover svg path,
.btn__gold:hover svg rect {
  fill: #C59120;
}
.btn__burgundy {
  background: #3E1B24;
  color: #C59120;
}
.btn__burgundy:hover {
  background: #69180E;
  color: #C59120;
}
.btn__burgundy:hover svg path,
.btn__burgundy:hover svg rect {
  fill: #C59120;
}
.btn__whiteOutline {
  border: 1px solid #F5F3F1;
  color: #F5F3F1;
}
.btn__whiteOutline:hover {
  background: #F5F3F1;
  color: #3E1B24;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 20px 0 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination a, .pagination span {
  font-size: 12px;
  text-transform: uppercase;
}
.pagination .prev, .pagination .prevFalse {
  margin-right: auto;
}
.pagination .next {
  margin-left: auto;
}

.paged .prevFalse {
  display: none;
}

.bookingModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  padding: 30px;
  padding-bottom: 0;
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.bookingModal.active {
  opacity: 1;
  z-index: 15;
  pointer-events: all;
}
.bookingModal.active .bookingModal__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}
.bookingModal__content {
  width: 100%;
  max-width: 80%;
  height: auto;
  max-height: 95%;
  overflow-y: scroll;
  background: #1A3E35;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #C59120;
  outline: 1px solid #C59120;
  outline-offset: -8px;
  opacity: 1;
  transform: translateY(24px);
  transition: transform 0.35s ease, opacity 0.25s ease;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .bookingModal__content {
    max-width: 100%;
    gap: 25px;
  }
}
.bookingModal__content--close {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.5;
  color: #F5F3F1;
  transition: 0.3s ease-in-out;
}
.bookingModal__content--close:hover {
  opacity: 1;
  cursor: pointer;
}
.bookingModal__content--link {
  width: 100%;
  max-width: 540px;
  border: 1px solid #C59120;
  padding: 20px 30px;
  font-weight: 400;
  font-family: "Bernada", sans-serif;
  position: relative;
  line-height: 1;
  outline: 8px solid rgba(197, 145, 32, 0.1019607843);
  text-decoration: none;
}
@media (max-width: 768px) {
  .bookingModal__content--link {
    outline-width: 4px;
    padding: 10px 15px;
    max-width: 100%;
  }
}
.bookingModal__content--link:hover {
  text-decoration: none;
  outline: 8px solid rgba(197, 145, 32, 0.4);
}
.bookingModal__content--link:hover span {
  color: #C59120;
}
.bookingModal__content--link:hover .arrow {
  width: 100px;
}
.bookingModal__content--link span {
  line-height: 1;
  display: block;
  max-width: calc(100% - 60px);
  font-size: 20px;
}
@media (max-width: 768px) {
  .bookingModal__content--link span {
    font-size: 18px;
  }
}
.bookingModal__content--link .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border-left: 1px solid #C59120;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .bookingModal__content--link .arrow {
    width: 50px;
  }
}
.bookingModal__content--card {
  width: 100%;
  max-width: 540px;
  border: 1px solid #C59120;
  outline: 8px solid transparent;
  padding: 40px;
  padding-bottom: 120px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bookingModal__content--card {
    padding: 30px;
    padding-bottom: 100px;
    outline-width: 4px;
  }
}
.bookingModal__content--card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bookingModal__content--card .contentArea {
  text-align: center;
}
.bookingModal__content--card .contentArea h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .bookingModal__content--card .contentArea h4 {
    font-size: 18px;
  }
}
.bookingModal__content--card .cardLink {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border-top: 1px solid #C59120;
  color: #C59120;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .bookingModal__content--card .cardLink {
    height: 50px;
  }
}
.bookingModal__content--card:hover {
  outline: 8px solid rgba(197, 145, 32, 0.4);
  cursor: pointer;
}
@media (max-width: 768px) {
  .bookingModal__content--card:hover {
    outline-width: 4px;
  }
}
.bookingModal__content--card:hover .contentArea h4 {
  color: #C59120;
}
.bookingModal__content--card:hover .cardLink {
  height: 90px;
}
@media (max-width: 768px) {
  .bookingModal__content--card:hover .cardLink {
    height: 75px;
  }
}

.contactForm {
  max-width: 400px;
  margin: 0 auto;
}
.contactForm form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactForm form input {
  width: 100%;
  border: 1px solid rgba(245, 243, 241, 0.2);
  background: none;
  outline: none;
  color: #F5F3F1;
  padding: 20px;
  transition: 0.3s ease-in-out;
}
.contactForm form input.wpcf7-not-valid {
  border-color: #C59120;
  color: #C59120;
}
.contactForm form input.wpcf7-not-valid::-moz-placeholder {
  color: #C59120;
}
.contactForm form input.wpcf7-not-valid::placeholder {
  color: #C59120;
}
.contactForm form input:focus {
  border-color: #F5F3F1;
  color: #F5F3F1;
}
.contactForm form input::-moz-placeholder {
  color: #F5F3F1;
}
.contactForm form input::placeholder {
  color: #F5F3F1;
}
.contactForm form textarea {
  width: 100%;
  border: 1px solid rgba(245, 243, 241, 0.2);
  background: none;
  outline: none;
  color: #F5F3F1;
  padding: 20px;
  transition: 0.3s ease-in-out;
}
.contactForm form textarea::-moz-placeholder {
  color: #F5F3F1;
}
.contactForm form textarea::placeholder {
  color: #F5F3F1;
}
.contactForm form textarea.wpcf7-validates-as-required {
  border-color: #C59120;
}
.contactForm form textarea:focus {
  border-color: #C59120;
  color: #C59120;
}
.contactForm form .wpcf7-not-valid-tip {
  padding-top: 10px;
  color: #C59120;
  font-weight: bold;
}
.contactForm form .wpcf7-list-item {
  margin: 0;
}
.contactForm form .wpcf7-list-item label {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  color: #C59120;
  font-size: 14px;
  font-weight: bold;
}
.contactForm form .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
  padding: 0;
  position: relative;
}
.contactForm form .wpcf7-list-item label input:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #1A3E35;
  border: 1px solid #C59120;
  position: absolute;
  top: 0;
  left: 0;
}
.contactForm form .wpcf7-list-item label input:checked:before {
  background: #C59120;
}
.contactForm form .wpcf7-list-item label input:checked:after {
  content: "✓"; /* Unicode checkmark */
  color: black;
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 14px;
}
.contactForm form .wpcf7-submit {
  border: 1px solid #C59120;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #C59120;
  color: #C59120;
  transition: 0.3s ease-in-out;
}
.contactForm form .wpcf7-submit:hover {
  background: #C59120;
  color: #3E1B24;
}
.contactForm form .wpcf7-submit:hover svg path {
  fill: #3E1B24;
}
.contactForm form .wpcf7-spinner {
  display: none;
}
.contactForm form .wpcf7-response-output {
  margin: 0;
  border-color: #C59120;
  background: #C59120;
  text-align: center;
  color: #3E1B24;
  padding: 15px;
}

.promo {
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.heroWithMedia {
  padding: 30px 0;
}
.heroWithMedia__intro {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .heroWithMedia__intro {
    gap: 60px;
    padding: 0 0 40px;
  }
}
.heroWithMedia__intro h1 {
  font-size: clamp(36px, 12vw + 20px, 230px);
  line-height: 0.9;
  max-width: 100%;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.heroWithMedia__media {
  width: 100%;
  height: auto;
  aspect-ratio: 1.75/1;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .heroWithMedia__media {
    width: 100%;
    aspect-ratio: 0.8/1;
    margin: 0;
    padding: 0 20px;
    margin-top: 30px;
  }
}
.heroWithMedia__media img, .heroWithMedia__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroWithMedia__media--cta {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid rgba(197, 145, 32, 0.5);
  border-left: 1px solid rgba(197, 145, 32, 0.5);
  padding: 8px;
  width: 285px;
}
@media (max-width: 768px) {
  .heroWithMedia__media--cta {
    right: auto;
    left: 20px;
    width: calc(100% - 40px);
    border-right: 1px solid rgba(197, 145, 32, 0.5);
  }
}
.heroWithMedia__media--cta a {
  width: 100%;
}

.centeredText {
  padding: 15px 0 30px;
}
.centeredText__content {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.centeredText__content.onlyHeading {
  padding: 120px 0;
}
.centeredText__content .h1 {
  text-transform: uppercase;
  font-family: "Bernada", sans-serif;
}
.centeredText__content .h2 {
  font-family: "Bernada", sans-serif;
  max-width: 700px;
  margin: 0 auto;
}
.centeredText__content .h3 {
  font-family: "Bernada", sans-serif;
  max-width: 700px;
  margin: 0 auto;
}
.centeredText__content p {
  max-width: 600px;
  margin: 0 auto;
}

.gallery {
  padding: 140px 0;
}
@media (max-width: 768px) {
  .gallery {
    padding: 0px 0 60px;
  }
}
.gallery__carousel {
  cursor: url("/wp-content/themes/oneup/assets/img/carousel-cursor.png"), auto;
}
.gallery__carousel .splide__slide {
  width: auto;
  height: 700px;
}
@media (max-width: 768px) {
  .gallery__carousel .splide__slide {
    height: 220px;
  }
}
.gallery__carousel .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullScreenCTA {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .fullScreenCTA {
    height: auto;
    padding: 20px 20px;
  }
}
.fullScreenCTA .container {
  height: 100%;
}
@media (max-width: 768px) {
  .fullScreenCTA .container {
    width: 100%;
    padding: 0;
  }
}
.fullScreenCTA__container {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 60px;
}
@media (max-width: 768px) {
  .fullScreenCTA__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
    height: auto;
    padding: 30px 15px;
  }
}
.fullScreenCTA__container--text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .fullScreenCTA__container--text {
    gap: 30px;
  }
}
.fullScreenCTA__container--text p {
  max-width: 450px;
  margin: 0 auto;
}
.fullScreenCTA__container--img .imageContainer {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  max-height: calc(100vh - 120px);
  border: 1px solid #C59120;
  box-sizing: border-box;
  display: flex;
}
@media (max-width: 768px) {
  .fullScreenCTA__container--img .imageContainer {
    width: 100%;
    height: auto;
    max-height: 100%;
    aspect-ratio: 1/1;
  }
}
.fullScreenCTA__container--img .imageContainer img {
  padding: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .fullScreenCTA__container--img .imageContainer img {
    padding: 10px;
  }
}

.flutedGlass {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .flutedGlass {
    padding: 40px 0;
  }
}
.flutedGlass__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flutedGlass__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flutedGlass__content {
  width: 100%;
  height: auto;
  max-width: 900px;
  aspect-ratio: 1.2/1;
  margin: 0 auto;
  padding: 120px;
  outline: 1px solid #F5F3F1;
  outline-offset: -8px;
  -webkit-backdrop-filter: blur(36px);
          backdrop-filter: blur(36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background: url("/wp-content/themes/oneup/assets/img/white-diamond.svg") 20px 20px/10px 10px no-repeat, url("/wp-content/themes/oneup/assets/img/white-diamond.svg") calc(100% - 20px) 20px/10px 10px no-repeat, url("/wp-content/themes/oneup/assets/img/white-diamond.svg") 20px calc(100% - 20px)/10px 10px no-repeat, url("/wp-content/themes/oneup/assets/img/white-diamond.svg") calc(100% - 20px) calc(100% - 20px)/10px 10px no-repeat, rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 768px) {
  .flutedGlass__content {
    gap: 40px;
    padding: 60px 40px;
  }
}
.flutedGlass__content h3, .flutedGlass__content p, .flutedGlass__content .cta {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.flutedGlass__content .cta {
  width: 100%;
}
.flutedGlass__content .cta a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  text-align: center;
}

.heroPlain {
  padding: 20px 0 40px;
}
.heroPlain__content h1 {
  padding: 175px 0;
}
@media (max-width: 768px) {
  .heroPlain__content h1 {
    padding: 80px 0;
  }
}

.games {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .games {
    padding: 30px 0;
  }
}
.games__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.games__grid--item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  border: 1px solid #C59120;
  padding: 10px;
  outline: 8px solid transparent;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .games__grid--item {
    display: flex;
    flex-direction: column;
  }
}
.games__grid--item .imageSide {
  width: 100%;
  height: auto;
  aspect-ratio: 1.1/1;
  border: 1px solid #C59120;
  overflow: hidden;
}
@media (max-width: 768px) {
  .games__grid--item .imageSide {
    aspect-ratio: 1.6/1;
  }
}
.games__grid--item .imageSide .gamesGallery {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.games__grid--item .imageSide .gamesGallery .splide__arrow {
  background: #C59120;
  opacity: 1;
}
.games__grid--item .imageSide .gamesGallery .splide__arrow svg {
  fill: #3E1B24;
}
.games__grid--item .imageSide .gamesGallery .splide__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 1.1/1;
}
@media (max-width: 768px) {
  .games__grid--item .imageSide .gamesGallery .splide__slide {
    aspect-ratio: 1.6/1;
  }
}
.games__grid--item .imageSide .gamesGallery .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.games__grid--item .infoSide {
  border: 1px solid #C59120;
  padding: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .games__grid--item .infoSide {
    padding: 0;
    gap: 30px;
  }
}
.games__grid--item .infoSide h3, .games__grid--item .infoSide .noBookingRequired {
  max-width: 220px;
  margin: 0 auto;
  color: #3E1B24;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .games__grid--item .infoSide h3, .games__grid--item .infoSide .noBookingRequired {
    padding: 30px 0 0;
  }
}
@media (max-width: 768px) {
  .games__grid--item .infoSide .noBookingRequired {
    padding-bottom: 30px;
  }
}
.games__grid--item .infoSide p {
  max-width: 440px;
  margin: 0 auto;
  color: #3E1B24;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .games__grid--item .infoSide p {
    padding: 0 30px;
  }
}
.games__grid--item .infoSide__allergens {
  background: rgba(197, 145, 32, 0.1019607843);
  padding: 12px;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .games__grid--item .infoSide__allergens {
    margin: 0 30px;
  }
}
.games__grid--item .infoSide .cardLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.games__grid--item .infoSide .bookingLink {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #C59120;
  z-index: 1;
}
@media (max-width: 768px) {
  .games__grid--item .infoSide .bookingLink {
    position: relative;
  }
}
.games__grid--item .infoSide .bookingLink .btn {
  width: 100%;
  padding: 20px;
  color: #C59120;
  cursor: pointer;
}
.games__grid--item:hover {
  background: rgba(197, 145, 32, 0.1019607843);
  outline: 8px solid rgba(197, 145, 32, 0.1019607843);
}
.games__grid--item:hover .infoSide h3, .games__grid--item:hover .infoSide p, .games__grid--item:hover .infoSide .noBookingRequired {
  color: #C59120;
}

.ctaBoxes {
  padding: 30px 0 100px;
}
.ctaBoxes__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ctaBoxes__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.ctaBoxes__container--item {
  border: 1px solid #C59120;
  padding-bottom: 120px;
  position: relative;
  outline: 8px solid transparent;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .ctaBoxes__container--item {
    padding-bottom: 80px;
  }
}
.ctaBoxes__container--item:hover:hover {
  background: rgba(197, 145, 32, 0.1019607843);
  outline: 8px solid rgba(197, 145, 32, 0.1019607843);
}
.ctaBoxes__container--item:hover:hover .contentArea h3, .ctaBoxes__container--item:hover:hover .contentArea p {
  color: #C59120;
}
.ctaBoxes__container--item:hover:hover .enquiryBtn {
  height: 120px;
}
@media (max-width: 768px) {
  .ctaBoxes__container--item:hover:hover .enquiryBtn {
    height: 80px;
  }
}
.ctaBoxes__container--item .cardLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ctaBoxes__container--item .imageContainer {
  width: 100%;
  height: auto;
  aspect-ratio: 2.1/1;
  padding: 8px;
}
.ctaBoxes__container--item .imageContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ctaBoxes__container--item .contentArea {
  padding: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .ctaBoxes__container--item .contentArea {
    padding: 40px;
    gap: 30px;
  }
}
.ctaBoxes__container--item .contentArea .tag {
  background: rgba(197, 145, 32, 0.1019607843);
  padding: 12px;
  max-width: 440px;
  margin: 0 auto;
}
.ctaBoxes__container--item .contentArea h3, .ctaBoxes__container--item .contentArea p {
  max-width: 440px;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
.ctaBoxes__container--item .enquiryBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #C59120;
  width: 100%;
  color: #C59120;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.ctaBoxes__container--item .enquiryBtn a {
  width: 100%;
}

.bg-burgundy .ctaBoxes__container--item:hover {
  background: none;
}

.flutedGlassHero {
  padding-bottom: 20px;
}
.flutedGlassHero .container {
  position: relative;
}
.flutedGlassHero .container.fullWidth {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}
.flutedGlassHero .container.fullWidth .flutedGlassHero__content {
  padding: 300px 0 200px;
}
@media (max-width: 768px) {
  .flutedGlassHero .container.fullWidth .flutedGlassHero__content {
    padding: 250px 0 150px;
  }
}
.flutedGlassHero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.flutedGlassHero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flutedGlassHero__bg canvas {
  width: 100%;
}
.flutedGlassHero__content {
  width: 100%;
  height: auto;
  padding: 250px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.flutedGlassHero__content h1 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.flutedGlassHero__content .cta {
  width: auto;
}
.flutedGlassHero__content .cta a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #69180E;
  outline: 8px solid #C59120;
  position: relative;
  z-index: 2;
}

.reviews {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .reviews .container {
    padding-right: 0 !important;
  }
}
.reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 768px) {
  .reviews__grid {
    gap: 20px;
    display: flex;
    align-items: stretch;
    overflow-y: visible;
    overflow-x: scroll;
    padding-right: 20px;
  }
}
.reviews__grid--item {
  border: 1px solid #C59120;
  padding: 60px 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  outline: 8px solid rgba(197, 145, 32, 0.1019607843);
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .reviews__grid--item {
    padding: 40px;
    gap: 30px;
    width: 300px;
    flex-shrink: 0;
    max-width: 100%;
    outline: none;
  }
}
.reviews__grid--item:hover {
  outline: 8px solid rgba(197, 145, 32, 0.5019607843);
}
@media (max-width: 768px) {
  .reviews__grid--item:hover {
    outline: none;
  }
}
.reviews__grid--item .imageContainer {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__grid--item .imageContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__grid--item p {
  margin-top: auto;
}

.newsletter {
  padding: 30px 0;
}
.newsletter h5 {
  width: 100%;
  text-align: center;
}
.newsletter h3 {
  padding: 80px 0;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.newsletter__form {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.newsletter__form form {
  border: 8px solid rgba(197, 145, 32, 0.1019607843);
  padding: 0;
  margin: 0;
  width: 100%;
}
.newsletter__form .email {
  border: 1px solid #C59120;
  padding: 20px;
  color: white;
  width: 100%;
  background: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.newsletter__form .email::-moz-placeholder {
  color: #F5F3F1;
  font-weight: 600;
  font-size: 16px;
}
.newsletter__form .email::placeholder {
  color: #F5F3F1;
  font-weight: 600;
  font-size: 16px;
}
.newsletter__form fieldset {
  padding: 30px;
  border-top: 8px solid rgba(197, 145, 32, 0.1019607843);
  border-bottom: 8px solid rgba(197, 145, 32, 0.1019607843);
}
.newsletter__form fieldset label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #C59120;
  font-weight: 600;
}
.newsletter__form fieldset label input {
  width: 16px;
  height: 16px;
  padding: 0;
  position: relative;
}
.newsletter__form fieldset label input:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #3E1B24;
  border: 1px solid #C59120;
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter__form fieldset label input:checked:before {
  background: #C59120;
}
.newsletter__form fieldset label input:checked:after {
  content: "✓"; /* Unicode checkmark */
  color: black;
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 14px;
}
.newsletter__form .btn {
  width: 100%;
  background: rgba(197, 145, 32, 0.1019607843);
}
.newsletter__form .btn:hover {
  background: #C59120;
  color: #3E1B24;
  cursor: pointer;
}

.accordion {
  padding: 30px 0 120px;
}
.accordion__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.accordion__content details {
  border-top: 1px solid #C59120;
  padding: 20px 0 30px;
}
@media (max-width: 768px) {
  .accordion__content details {
    padding: 20px 0;
  }
}
.accordion__content details[open] summary svg {
  transform: rotate(180deg);
}
.accordion__content details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  gap: 20px;
}
.accordion__content details summary svg {
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
}
.accordion__content details .rte {
  padding-top: 30px;
}

.booking {
  padding: 40px 0;
}
.booking__container {
  width: 100%;
  margin: 0 auto;
}
.booking__container h3 {
  margin-bottom: 50px;
}
.booking__container--widget {
  width: 100%;
}
