@charset "UTF-8";
/*!
Theme Name: Elle's Coventry
Theme URI: 
Author: Make Me Roar
Author URI: https://makemeroar.com
Description: Theme for Elle's Coventry developed by Make Me Roar. This has been developed for Elle's Coventry and it is for their use solely.
Version: 2.0.0
*/
:root {
  --black: #000;
  --white: #fff;
  --red: #C4000A;
  --grey: #535C5D;
  --greyDark: #3a3a3c;
  --greyLight: #f2f2f2;
  --goldStars: #8E7D5C;
  --gold: #F4A987;
  --green: #436154;
}

:root {
  --font: "Barlow", sans-serif;
  --fontM: "museo-slab", serif;
  --fontK: "georgiapro", serif;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1220px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.centered {
  text-align: center;
  vertical-align: middle;
}
.centered > div {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}
.centered > div.text-center {
  text-align: center;
}
.centered > .clear {
  display: block;
}
.centered.top > div {
  vertical-align: top;
}
.centered.middle > div {
  vertical-align: middle;
}
.centered.bottom > div {
  vertical-align: bottom;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

:root {
  --fontBase: 1.4em;
  --btnFs: 2.2em;
}
@media (min-width: 992px) {
  :root {
    --fontBase: 1.6em;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

p, ul, ol {
  font-size: var(--fontBase);
  color: var(--textColour, var(--white));
  margin-bottom: 0.5em;
  line-height: 1.7em;
  letter-spacing: 0.03em;
}

ul, ol {
  padding: 0;
  margin: 0 0 0 1em;
}
ul li, ol li {
  margin: 0.5em 0;
}
ul ul, ul ol, ol ul, ol ol {
  padding: 0;
  margin: 0 0 0 0.5em;
}

small, .small {
  font-size: 1.4em;
}

blockquote {
  padding: 1em;
  margin: 0 0 1em;
  font-size: var(--fontBase);
}
blockquote p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
blockquote:before {
  content: "— ";
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--fontK);
  font-weight: 500;
  line-height: 0.95em;
  color: var(--textColour, var(--headingColour, var(--gold)));
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  font-size: var(--fontSize);
}

h1, .h1 {
  --fontSize: 4em;
}
@media (min-width: 768px) {
  h1, .h1 {
    --fontSize: 4.2em;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    --fontSize: 5.7em;
  }
}
@media (min-width: 1240px) {
  h1, .h1 {
    --fontSize: 7em;
  }
}

h2 {
  --fontSize: 3.5em;
}
@media (min-width: 768px) {
  h2 {
    --fontSize: 4em;
  }
}
@media (min-width: 992px) {
  h2 {
    --fontSize: 5.2em;
  }
}
@media (min-width: 1240px) {
  h2 {
    --fontSize: 6em;
  }
}

h3 {
  --fontSize: 3em;
}
@media (min-width: 768px) {
  h3 {
    --fontSize: 3.4em;
  }
}
@media (min-width: 992px) {
  h3 {
    --fontSize: 3.8em;
  }
}
@media (min-width: 1240px) {
  h3 {
    --fontSize: 4.4em;
  }
}

h4 {
  --fontSize: 2.5em;
}

h5 {
  --fontSize: 2em;
}

h6 {
  --fontSize: 1.7em;
}

a {
  color: var(--textColour, var(--black));
  text-decoration: none;
}
a:visited {
  color: var(--textColour, var(--black));
}
a:hover, a:focus, a:active {
  color: var(--black);
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

pre {
  font-size: 1em;
  font-family: monospace;
  color: var(--white);
  text-align: left;
  padding: 15px;
  background: rgba(var(--black), 0.6);
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 400px;
  z-index: 1000;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: var(--white);
  font-family: var(--font);
  color: var(--black);
  font-size: 1em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: var(--buttonColor, var(--gold));
  border: 1px solid var(--buttonBorder, var(--gold));
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--gold) 50%, var(--gold) 100%);
  background-size: 100% 300%;
  background-position: 50% 0%;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1em;
  padding: 1em 2em;
  display: inline-block;
  margin: 0.5em 0;
  font-family: var(--fontM);
  font-size: 1.5em;
  letter-spacing: 0.08em;
  font-weight: 1000;
  text-transform: uppercase;
  transition: 0.6s ease all;
}
.btn:visited,
.button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: var(--buttonColor, var(--gold));
}
.btn:hover, .btn:active, .btn:focus, .btn.active .btn.focus,
.button:hover,
.button:active,
.button:focus,
.btn.active .button.focus,
button:hover,
button:active,
button:focus,
.btn.active button.focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
.btn.active input[type=button].focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
.btn.active input[type=reset].focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
.btn.active input[type=submit].focus,
.button.active .btn.focus,
.button.active .button.focus,
.button.active button.focus,
.button.active input[type=button].focus,
.button.active input[type=reset].focus,
.button.active input[type=submit].focus,
button.active .btn.focus,
button.active .button.focus,
button.active button.focus,
button.active input[type=button].focus,
button.active input[type=reset].focus,
button.active input[type=submit].focus,
input[type=button].active .btn.focus,
input[type=button].active .button.focus,
input[type=button].active button.focus,
input[type=button].active input[type=button].focus,
input[type=button].active input[type=reset].focus,
input[type=button].active input[type=submit].focus,
input[type=reset].active .btn.focus,
input[type=reset].active .button.focus,
input[type=reset].active button.focus,
input[type=reset].active input[type=button].focus,
input[type=reset].active input[type=reset].focus,
input[type=reset].active input[type=submit].focus,
input[type=submit].active .btn.focus,
input[type=submit].active .button.focus,
input[type=submit].active button.focus,
input[type=submit].active input[type=button].focus,
input[type=submit].active input[type=reset].focus,
input[type=submit].active input[type=submit].focus {
  background-position: 50% 100%;
  text-decoration: none;
  color: var(--black);
}
.btn.disabled,
.button.disabled,
button.disabled,
input[type=button].disabled,
input[type=reset].disabled,
input[type=submit].disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn.disabled:focus, .btn.disabled:hover,
.button.disabled:focus,
.button.disabled:hover,
button.disabled:focus,
button.disabled:hover,
input[type=button].disabled:focus,
input[type=button].disabled:hover,
input[type=reset].disabled:focus,
input[type=reset].disabled:hover,
input[type=submit].disabled:focus,
input[type=submit].disabled:hover {
  background: var(--buttonBg, var(--gold));
  color: var(--buttonColor, var(--white));
}

.fixed, .fixed_start {
  z-index: 5000;
  width: 100%;
}

ul, ol {
  margin: 0 0 1em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1em 1em;
}

.pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
  margin: 0 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 1em;
  line-height: 0;
  text-decoration: none;
  color: var(--gold);
  background-color: var(--red);
  border: 1px solid var(--white);
  margin-left: -1px;
  width: auto;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:hover:not(.omission) span,
.pagination > li:hover:not(.omission) a, .pagination > li:focus:not(.omission) span,
.pagination > li:focus:not(.omission) a, .pagination > li.active:not(.omission) span,
.pagination > li.active:not(.omission) a {
  z-index: 2;
  color: var(--gold);
  background-color: var(--green);
}

.cookies-table td {
  border: 1px solid var(--white);
  color: var(--gold);
  padding: 8px;
  font-size: var(--fontBase);
  font-weight: 400;
  line-height: 1.4em;
}
.cookies-table td a {
  color: var(--gold);
}
.cookies-table td a:hover {
  color: var(--gold);
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  height: 100%;
  max-height: 100vw;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}
.swiper .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot@") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
  /* Hide navigation in case of single image */
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
  .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
  }
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.noscroll {
  overflow: hidden;
}

.top_header {
  background-color: var(--green);
  padding: 0.5em 0;
  position: relative;
  z-index: 1000;
}
.top_header .flex-row {
  gap: 2em;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-direction: row;
}
@media (min-width: 1240px) {
  .top_header .flex-row {
    justify-content: space-between;
  }
}
.top_header .opening_hours {
  display: none;
}
@media (min-width: 1240px) {
  .top_header .opening_hours {
    display: block;
  }
}
.top_header p {
  color: var(--gold);
  font-family: var(--fontM);
  margin: 0;
  font-size: 1.4em;
}
.top_header p span {
  font-weight: 800;
  text-transform: uppercase;
}
.top_header .social_review {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  align-items: center;
  justify-content: flex-end;
}
.top_header .social_review .social_media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 0.75em;
  align-items: center;
}
.top_header .social_review .social_media li a {
  color: var(--gold);
  transition: 0.5s ease all;
}
.top_header .social_review .social_media li:hover a, .top_header .social_review .social_media li:focus a {
  color: var(--gold);
  text-decoration: none;
}
.top_header .social_review .google_review {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--fontM);
  transition: 0.5s ease all;
}
.top_header .social_review .google_review:hover, .top_header .social_review .google_review:focus {
  color: var(--gold);
  text-decoration: none;
}

.header {
  padding: 0.5em 0;
  position: relative;
}
.header .container {
  position: relative;
  z-index: 100;
}
.header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.8;
  z-index: 0;
}
.header .flex-row {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 3em;
  grid-template-columns: auto 40px;
  grid-template-areas: "logo toggle";
}
@media (min-width: 992px) {
  .header .flex-row {
    grid-template-areas: "logo nav book";
    grid-template-columns: auto 1fr auto;
  }
}
.header .nav_brand {
  position: relative;
  z-index: 1000;
  grid-area: logo;
}
.header .nav_brand svg {
  fill: var(--white);
  height: 25px;
  transition: 0.5s ease all;
}
@media (max-width: 767px) {
  .header .nav_brand svg {
    margin-left: 1em;
  }
}
.header .nav_brand:hover svg, .header .nav_brand:focus svg {
  fill: var(--gold);
}
.header .navigation {
  grid-area: nav;
}
.header .navigation .btn {
  display: none;
}
.header .navigation .opening_hours {
  display: none;
  color: var(--gold);
  font-family: var(--fontM);
  margin: 0;
  font-size: 1em;
}
.header .navigation .opening_hours span {
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 0) and (max-width: 991px) {
  .header .navigation {
    padding: 10em 3em 3em;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    max-width: 400px;
    min-height: 100%;
    background: var(--black);
    transform: translate(100%, 0);
    transition: 0.5s ease all;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    overflow: scroll;
  }
  .header .navigation.active {
    transform: translate(0, 0);
  }
  .header .navigation .opening_hours {
    display: block;
  }
  .header .navigation .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header .navigation {
    position: relative;
    display: block;
  }
}
.header .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2em;
  font-size: 1.5em;
}
@media (min-width: 0) and (max-width: 991px) {
  .header .navigation ul {
    flex-direction: column;
    width: 100%;
    gap: 0.5em;
    font-size: 1.7em;
  }
}
.header .navigation ul li {
  padding: 0.3em 0 0;
  margin: 0;
}
.header .navigation ul li a {
  text-transform: uppercase;
  font-family: var(--fontM);
  letter-spacing: 0.05em;
  color: var(--gold);
  transition: 0.5s ease all;
}
.header .navigation ul li.current-menu-item a, .header .navigation ul li:hover a, .header .navigation ul li:focus a {
  text-decoration: none;
  color: var(--white);
}
.header .navigation ul .svg-inline--fa {
  display: none;
}
.header .navigation ul ul {
  display: none;
}
.header .btn {
  display: none;
}
@media (min-width: 992px) {
  .header .btn {
    display: block;
  }
}
.header .nav_toggle {
  border: 0 none;
  position: relative;
  padding: 0;
  grid-area: toggle;
}
.header .nav_toggle .icon-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 5px;
  width: 30px;
  background: var(--white);
  transform: translate(-50%, -50%);
  transition: 0.5s ease all;
}
.header .nav_toggle .icon-bar:nth-of-type(2) {
  transform: translate(-50%, -250%);
}
.header .nav_toggle .icon-bar:nth-of-type(3) {
  transform: translate(-50%, -50%);
}
.header .nav_toggle .icon-bar:nth-of-type(4) {
  transform: translate(-50%, 150%);
}
.header .nav_toggle.active .icon-bar:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .nav_toggle.active .icon-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .nav_toggle.active .icon-bar:nth-of-type(4) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .nav_toggle .sr-only {
  display: none;
}
@media (min-width: 992px) {
  .header .nav_toggle {
    display: none;
  }
}

.grid-bg {
  display: grid;
  grid-template-areas: "section";
  align-content: center;
}
.grid-bg > * {
  grid-area: section;
}
.grid-bg .background {
  z-index: 10;
}
.grid-bg .overlay {
  z-index: 20;
}
.grid-bg .content {
  z-index: 30;
}

.footer {
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer .content {
  padding: 10em 0 3em;
  color: var(--gold);
}
.footer .content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer .content .contactCol {
  padding: 0 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .footer .content .contactCol {
    padding: 2em 0;
    text-align: center;
  }
  .footer .content .contactCol address {
    text-align: center;
  }
}
.footer .content .h1 {
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
  line-height: 1.2em;
  font-size: 2.5em;
}
@media (min-width: 992px) {
  .footer .content .h1 {
    font-size: 3.4em;
  }
}
@media (min-width: 1240px) {
  .footer .content .h1 {
    font-size: 4.6em;
  }
}
.footer .content address {
  font-style: normal;
  margin: 0 0 1em;
}
.footer .content a {
  color: var(--gold);
  display: inline-block;
  margin: 0.3em 0;
}
.footer .content a .svg-inline--fa {
  margin-right: 8px;
}
.footer .content a.btn {
  color: var(--gold);
  margin: 1.5em 0;
}
.footer .content .btn:hover, .footer .content .btn:focus {
  color: var(--black);
}
.footer .content address, .footer .content a {
  font-weight: 600;
  font-size: 1.7em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .content address, .footer .content a {
    font-size: 1.4em;
  }
}
.footer .content .registration_text {
  display: flex;
  align-items: flex-start;
  gap: 1em 0;
  margin: 2em 0 0;
}
@media (min-width: 768px) {
  .footer .content .registration_text {
    flex-direction: row-reverse;
    margin: 6em 0 0;
  }
}
.footer .content .registration_text p, .footer .content .registration_text a {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 400;
  color: var(--gold);
}
@media (min-width: 768px) {
  .footer .signup {
    text-align: right;
  }
}
.footer .overlay {
  width: 100%;
  height: 100%;
  position: relative;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #081808 0%, rgba(0, 0, 0, 0.75) 40%, transparent 100%);
}
.footer .background {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer .background img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.footer .social_media {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 1.5em;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer .social_media {
    margin: 1.5em 0;
  }
}
.footer .social_media li {
  margin: 0;
  padding: 0;
}
.footer .social_media li a {
  margin: 0;
  transition: 0.5s ease all;
}
.footer .social_media li:hover a {
  color: var(--gold);
}
.footer .footer_logo {
  text-align: center;
}
.footer .footer_logo .logo {
  margin: 0.5em auto;
  fill: var(--white);
}
.footer .footer_logo .logo.dhillons {
  max-width: 85%;
}
.footer .awards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .awards {
    margin: 2em 0 0;
    display: none;
  }
}
@media (min-width: 992px) {
  .footer .awards {
    gap: 1em;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
  }
}
.footer .awards img {
  max-width: 105px;
  height: auto;
}
.footer .awards .restGuru {
  width: 105px;
  height: 105px;
  overflow: hidden;
}
.footer .awards .restGuru .inner {
  transform: scale(0.7);
  align-self: inherit;
  transform-origin: left top;
  margin: 0;
}
.footer .legal_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .legal_nav {
    justify-content: flex-end;
  }
}
.footer .legal_nav ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em 1em;
  font-size: 1em;
  font-weight: 400;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .footer .legal_nav ul {
    justify-content: flex-end;
  }
}
.footer .legal_nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
  margin-left: 1.2em;
}
.footer .legal_nav ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .legal_nav ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  transform: translate(-100%, -50%);
  border-radius: 50%;
  background: var(--gold);
}
.footer .legal_nav ul li:first-of-type {
  padding-left: 0em;
  margin-left: 0em;
}
.footer .legal_nav ul li:first-of-type:before {
  display: none;
}

body {
  background-color: var(--black);
}

section {
  width: 100%;
}

.page_content {
  overflow: hidden;
}

.flex-row {
  display: flex;
  flex-direction: column;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .flex-row {
    flex-direction: row;
  }
}

.grid-row {
  display: grid;
  justify-content: center;
  align-items: center;
}

.minor,
.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - var(--footerHeight));
  padding: 3em 0;
  padding-top: var(--headerHeight);
}
.minor a,
.error-404 a {
  color: var(--gold);
}

#error {
  display: none !important;
}

.background_container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.background_container .background {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.background_container .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.background_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold);
  z-index: 5;
  mix-blend-mode: multiply;
}
.background_container.brick {
  margin-top: 20vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.background_container.brick .background {
  background-color: var(--green);
  background-image: var(--backgroundImage);
}
.background_container.brick.first {
  margin-top: 0;
  padding-top: 15vh;
}
.background_container.brick .overlay {
  display: none;
}
.background_container.leaf {
  background-color: var(--green);
  padding-top: 3vh;
}
.background_container.leaf .overlay {
  opacity: 0;
}
.background_container.leaf.first {
  margin-top: 0;
  padding-top: 15vh;
}
.background_container .feather {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 30vh;
  z-index: 200;
  top: 0;
  left: 0;
  transform: translate(0, -75%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(67, 97, 84, 0.2) 25%, rgba(67, 97, 84, 0.7) 40%, #436154 80%, rgba(67, 97, 84, 0.6) 95%, transparent 100%);
}

.video_header {
  transition: 0.5s ease all;
}
.video_header.scrolled {
  opacity: 0;
}
.video_header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.video_header .content .logo svg {
  fill: var(--white);
  width: 220px;
  max-height: 195px;
}
@media (min-width: 768px) {
  .video_header .content .logo svg {
    width: 260px;
    max-height: 230px;
  }
}
@media (min-width: 992px) {
  .video_header .content .logo svg {
    width: 290px;
    max-height: 255px;
  }
}
@media (min-width: 1240px) {
  .video_header .content .logo svg {
    width: 340px;
    max-height: 300px;
  }
}
.video_header .overlay {
  background: var(--gold);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.video_header .video {
  width: 100%;
  height: 100vh;
  position: relative;
}
.video_header .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101vw;
  height: 57.25vw;
  min-height: 100%;
  min-width: 177.7777777778vh;
  z-index: -1;
  border: none;
}

.video_placeholder {
  width: 100%;
  height: 100vh;
}

.image_header {
  transition: 0.5s ease all;
}
.image_header.scrolled {
  opacity: 0;
}
.image_header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image_header .content .logo svg {
  fill: var(--white);
  width: 220px;
  max-height: 195px;
}
@media (min-width: 768px) {
  .image_header .content .logo svg {
    width: 260px;
    max-height: 230px;
  }
}
@media (min-width: 992px) {
  .image_header .content .logo svg {
    width: 290px;
    max-height: 255px;
  }
}
@media (min-width: 1240px) {
  .image_header .content .logo svg {
    width: 340px;
    max-height: 300px;
  }
}
.image_header .content h1 {
  margin: 0;
  color: var(--white);
  text-shadow: 0px 0px 100px var(--black);
  --fontSize: 4em;
}
@media (min-width: 768px) {
  .image_header .content h1 {
    --fontSize: 5em;
  }
}
@media (min-width: 992px) {
  .image_header .content h1 {
    --fontSize: 6.4em;
  }
}
@media (min-width: 1240px) {
  .image_header .content h1 {
    --fontSize: 10em;
  }
}
.image_header .content p {
  margin: 0;
}
.image_header .content .sub {
  font-family: var(--fontM);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.2em;
}
@media (min-width: 768px) {
  .image_header .content .sub {
    font-size: 2.5em;
  }
}
.image_header .overlay {
  background: var(--black);
  mix-blend-mode: multiply;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.image_header .image {
  width: 100%;
  height: 100vh;
  position: relative;
}
.image_header .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.text_image {
  position: relative;
  z-index: 100;
  padding: 3em 0 0;
}
@media (min-width: 768px) {
  .text_image {
    padding: 6em 0;
  }
}
.text_image .flex-row {
  align-items: normal;
  flex-direction: column;
}
@media (min-width: 768px) {
  .text_image .flex-row {
    flex-direction: row;
  }
  .text_image .flex-row.row-reverse {
    flex-direction: row-reverse;
  }
}
.text_image .content {
  color: var(--gold);
}
.text_image .content .text {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  padding: 3em 0;
}
.text_image .content .text h2 {
  margin: 0;
}
.text_image .content .text p {
  margin-top: 0;
  color: var(--white);
}
.text_image .content .text p span {
  font-family: var(--fontM);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.7em;
}
@media (min-width: 992px) {
  .text_image .content .text p span {
    font-size: 2em;
  }
}
.text_image svg {
  fill: var(--white);
  max-height: 125px;
  max-width: 150px;
}
@media (min-width: 768px) {
  .text_image svg {
    max-height: 166.667px;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .text_image svg {
    max-height: 208.3333px;
    max-width: 250px;
  }
}
@media (min-width: 1240px) {
  .text_image svg {
    max-height: 250px;
    max-width: 300px;
  }
}
.text_image .image {
  height: 100%;
  width: auto;
  border-radius: 30px;
  filter: drop-shadow(0 5px 40px rgba(0, 0, 0, 0.8));
  overflow: hidden;
}
.text_image .image img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.text_image .links {
  display: flex;
  gap: 3em;
  align-items: center;
}
.text_image .links .video_link {
  color: var(--gold);
  font-size: 1.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.7em 0.5em;
  border-bottom: 2px solid transparent;
  transition: 0.5s ease all;
}
.text_image .links .video_link:hover, .text_image .links .video_link:focus {
  text-decoration: none;
  border-color: var(--gold);
}

.popup_video {
  display: none;
}

.video_pop {
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 1000000;
}
.video_pop .featherlight-content {
  max-width: 90vw;
  height: auto;
  text-align: center;
  overflow: visible;
  background-color: transparent;
  position: relative;
  padding: 0;
  border: 0 none;
}
.video_pop .featherlight-content .featherlight-inner {
  overflow: scroll;
  width: 100%;
  display: inline-block;
}
.video_pop .featherlight-content .featherlight-close {
  background: var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 2em;
  width: 50px;
  height: 50px;
  top: -15px;
  right: -15px;
}
.video_pop .featherlight-content video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.intro_text {
  position: relative;
  z-index: 100;
  padding: 5em 0 0;
}
.intro_text p {
  font-family: var(--fontM);
  letter-spacing: 0.05em;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .intro_text p {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .intro_text p {
    font-size: 2em;
  }
}
@media (min-width: 1240px) {
  .intro_text p {
    font-size: 2.2em;
  }
}

.image_frames_wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
}
.image_frames_wrapper .image_frames {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 3em;
}
.image_frames_wrapper .image_frames_container {
  transform: translate(0%, 0);
}
.image_frames_wrapper .image_frames_container.right {
  transform: translate(10%, 0);
}
.image_frames_wrapper .image {
  width: auto;
  border-radius: 30px;
  height: 220px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .image_frames_wrapper .image {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .image_frames_wrapper .image {
    height: 440px;
  }
}
@media (min-width: 1240px) {
  .image_frames_wrapper .image {
    height: 560px;
  }
}
.image_frames_wrapper .image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.menus {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.menus h1, .menus h2 {
  color: var(--gold);
  text-align: center;
}
@media (min-width: 768px) {
  .menus .menu_row:nth-child(2n+1) .flex-row {
    flex-direction: row-reverse;
  }
}
.menus .menu_row:nth-child(2n+1) .image img {
  transform-origin: 35% center;
}
@media (min-width: 768px) {
  .menus .img-col {
    z-index: 20;
  }
}
.menus .image {
  pointer-events: none;
}
.menus .image img {
  transform-origin: 65% center;
  transform: scale(1.5);
}
@media (min-width: 768px) {
  .menus .image img {
    transform: scale(2);
  }
}
@media (min-width: 992px) {
  .menus .image img {
    transform: scale(1.6);
  }
}
@media (min-width: 1240px) {
  .menus .image img {
    transform: scale(1.5);
  }
}
.menus .info-col {
  z-index: 10;
  margin: 3em 0;
}
.menus .menu_block {
  display: grid;
  grid-template-areas: "content";
}
.menus .menu_block > * {
  grid-area: content;
}
.menus .background {
  z-index: 10;
  border-radius: 25px;
}
.menus .background img {
  border-radius: 25px;
}
.menus .info {
  z-index: 30;
  padding: 6em;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1em;
}
.menus .info h3 {
  margin: 0;
}
.menus .info p {
  margin: 0;
  color: var(--white);
}

.vendor_carousel {
  z-index: 100;
  overflow: hidden;
  position: relative;
}
.vendor_carousel .content {
  padding: 3em 0 3em;
}
@media (min-width: 992px) {
  .vendor_carousel .content {
    padding: 6em 0 3em;
  }
}
.vendor_carousel .content .dish_carousel_row {
  display: flex;
  flex-direction: column;
  gap: 3em 1em;
  align-items: center;
}
.vendor_carousel .content .dish_carousel_row .dish_carousel_info {
  display: grid;
  grid-template-areas: "vendor";
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3em;
}
.vendor_carousel .content .dish_carousel_row .dish_carousel_info > * {
  grid-area: vendor;
}
@media (min-width: 1240px) {
  .vendor_carousel .content .dish_carousel_row .dish_carousel_info {
    padding: 0;
  }
}
.vendor_carousel .content .dish_carousel_row .dish_carousel_info .label {
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.vendor_carousel .content .dish_carousel_row .dish_carousel_info p {
  max-width: 430px;
  color: var(--white);
}
.vendor_carousel .content .dish_carousel_row .dish_carousel_info h2 {
  color: var(--gold);
  margin: 0;
}
@media (min-width: 1240px) {
  .vendor_carousel .content .dish_carousel_row .dish_carousel_info h2 {
    max-width: 340px;
  }
}
.vendor_carousel .content .dish_carousel_info {
  flex: 0 0 100%;
}
.vendor_carousel .content .dish_carousel_container {
  width: 100vw;
}
.vendor_carousel .content .dish_carousel_wrapper {
  min-width: 0;
  margin: 0 auto;
  width: 100%;
  max-height: none;
}
.vendor_carousel .content .dish_carousel_wrapper .dish {
  width: 240px;
  color: var(--gold);
  display: grid;
}
@media (min-width: 768px) {
  .vendor_carousel .content .dish_carousel_wrapper .dish {
    width: 440px;
  }
}
.vendor_carousel .content .dish_carousel_wrapper .dish .image {
  width: 100%;
  aspect-ratio: 15/10;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .vendor_carousel .content .dish_carousel_wrapper .dish .image {
    aspect-ratio: 6/4;
  }
}
@media (min-width: 1240px) {
  .vendor_carousel .content .dish_carousel_wrapper .dish .image {
    aspect-ratio: 6/4;
  }
}
.vendor_carousel .content .dish_carousel_wrapper .dish .image img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vendor_carousel .content .dish_carousel_wrapper .dish .info {
  --buttoncolor: var(--gold);
  --buttonBorder: var(--white);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 2em 0;
  text-align: center;
  justify-content: center;
  display: grid;
  grid-template-areas: "title" "info" "social" "menu";
  grid-template-rows: 6rem 30rem 50px 62.5px;
}
@media (min-width: 768px) {
  .vendor_carousel .content .dish_carousel_wrapper .dish .info {
    grid-template-rows: 4.4rem 16rem 50px 62.5px;
  }
}
@media (min-width: 992px) {
  .vendor_carousel .content .dish_carousel_wrapper .dish .info {
    grid-template-rows: 4.4rem 24rem 50px 62.5px;
  }
}
@media (min-width: 1240px) {
  .vendor_carousel .content .dish_carousel_wrapper .dish .info {
    grid-template-rows: 4.4rem 21rem 50px 62.5px;
  }
}
.vendor_carousel .content .dish_carousel_wrapper .dish .info .social {
  grid-area: social;
}
.vendor_carousel .content .dish_carousel_wrapper .dish .info p {
  color: var(--white);
  margin: 0.5em auto;
  max-width: 80%;
}
.vendor_carousel .content .dish_carousel_wrapper .dish .info h3 {
  color: var(--gold);
  margin: 0;
  line-height: 1.05em;
}
.vendor_carousel .content .dish_carousel_wrapper .dish .info .social {
  color: var(--gold);
  font-size: 3em;
  transition: 0.5s ease all;
}
.vendor_carousel .content .dish_carousel_wrapper .dish .info .social:hover, .vendor_carousel .content .dish_carousel_wrapper .dish .info .social:focus {
  color: var(--gold);
}
.vendor_carousel .dish_nav {
  --swiper-pagination-bullet-vertical-gap: 1em;
  --swiper-pagination-color: var(--gold);
  --swiper-pagination-bullet-inactive-color: var(--gold);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 3em;
  --swiper-pagination-bottom: "auto";
  --swiper-pagination-top: 105%;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0;
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
}
.vendor_carousel .dish_nav .swiper-nav {
  position: relative;
  width: 30px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
}
.vendor_carousel .dish_nav .swiper-nav:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: swiper-icons;
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: bold;
  color: var(--gold);
  transition: 0.5s ease all;
  font-size: 2.6em;
}
@media (min-width: 992px) {
  .vendor_carousel .dish_nav .swiper-nav:after {
    font-size: 4em;
  }
}
.vendor_carousel .dish_nav .swiper-nav:hover {
  color: var(--white);
}
.vendor_carousel .dish_nav .swiper-nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.vendor_carousel .dish_nav .swiper-nav.nav-prev {
  transform: translateX(-200%);
}
.vendor_carousel .dish_nav .swiper-nav.nav-prev:after {
  content: "prev";
  color: var(--gold);
}
.vendor_carousel .dish_nav .swiper-nav.nav-next {
  transform: translateX(200%);
}
.vendor_carousel .dish_nav .swiper-nav.nav-next:after {
  color: var(--gold);
  content: "next";
}

.image_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.image_banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image_banner .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}
.image_banner .overlay {
  height: 100%;
  width: 100%;
  background-color: var(--black);
  opacity: 0.2;
}
.image_banner .content {
  padding: 5em 0 0;
  color: var(--gold);
}
.image_banner .content h2 {
  filter: drop-shadow(0 3px 20px rgba(0, 0, 0, 0.75));
}
.image_banner .content .details {
  max-width: 75%;
  padding: 3em;
  background-color: var(--green);
  border-radius: 30px;
}
.image_banner .image_polaroids {
  --height: 600px;
  position: relative;
  padding: 5em 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.image_banner .image_polaroids .img {
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 5px 40px rgba(0, 0, 0, 0.8));
}
.image_banner .image_polaroids .img img {
  border-radius: 30px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.image_banner .image_polaroids .img:nth-of-type(1) {
  z-index: 20;
  transform: translate(-35%, -45%) rotate(3deg);
}
@media (min-width: 768px) {
  .image_banner .image_polaroids .img:nth-of-type(1) {
    transform: translate(-50%, -50%);
  }
}
.image_banner .image_polaroids .img:nth-of-type(2) {
  z-index: 10;
  transform: translate(-85%, -65%) rotate(-5deg);
}

.testimonials {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
}
.testimonials .feather {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 15em;
  z-index: 200;
  left: 0;
}
.testimonials .feather.top {
  top: 0;
  background-image: linear-gradient(to bottom, #436154 0%, rgba(67, 97, 84, 0.6) 45%, transparent 100%);
}
.testimonials .feather.bottom {
  bottom: 0;
  background-image: linear-gradient(to top, #436154 0%, rgba(67, 97, 84, 0.6) 45%, transparent 100%);
}
.testimonials .background {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.testimonials .background img {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonials .background .logo {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.testimonials .background svg {
  display: none;
  mix-blend-mode: soft-light;
  position: absolute;
  transform: translate(-50%, -33%) scale(0.7);
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
}
.testimonials .testimonial_wrapper {
  width: 100%;
}
.testimonials .testimonial .meta {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
}
.testimonials .testimonial .meta .person {
  font-size: 3.5em;
}
.testimonials .testimonial .meta .person .svg-inline--fa {
  color: var(--gold);
}
.testimonials .testimonial .meta .stars {
  font-size: 2em;
}
.testimonials .testimonial .meta .stars .svg-inline--fa {
  color: var(--gold);
}
.testimonials .overlay {
  height: 100%;
  width: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
}
.testimonials .content {
  min-width: 0;
  padding: 15em 0;
}
.testimonials .content blockquote {
  padding: 0;
  margin: 0;
  font-family: var(--fontM);
  letter-spacing: 0.03em;
  font-size: 1.8em;
  color: var(--gold);
}
@media (min-width: 768px) {
  .testimonials .content blockquote {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .testimonials .content blockquote {
    font-size: 2.2em;
  }
}
@media (min-width: 1240px) {
  .testimonials .content blockquote {
    font-size: 2.4em;
  }
}
.testimonials .content blockquote:before {
  content: none;
}
.testimonials .content cite {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--white);
  font-style: normal;
  margin: 1em 0;
  display: inline-block;
  font-size: 1.35em;
}
@media (min-width: 768px) {
  .testimonials .content cite {
    font-size: 1.45em;
  }
}
@media (min-width: 992px) {
  .testimonials .content cite {
    font-size: 1.55em;
  }
}
@media (min-width: 1240px) {
  .testimonials .content cite {
    font-size: 1.7em;
  }
}
.testimonials .slick-dots {
  bottom: -50px;
  z-index: 100;
  --size: 30px;
}
.testimonials .slick-dots li {
  width: var(--size);
  height: var(--size);
}
.testimonials .slick-dots li button {
  width: var(--size);
  height: var(--size);
}
.testimonials .slick-dots li button:before {
  font-size: 13px;
  color: var(--gold);
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
}

.gallery {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 3em 0 0;
}
.gallery .img_gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1em;
}
@media (min-width: 768px) {
  .gallery .img_gallery {
    gap: 1.5em;
  }
}
@media (min-width: 992px) {
  .gallery .img_gallery {
    gap: 2em;
  }
}
@media (min-width: 1240px) {
  .gallery .img_gallery {
    gap: 3em;
  }
}
.gallery .img {
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.5));
  border-radius: 30px;
  overflow: hidden;
}
.gallery .img img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.gallery .img:nth-child(4n+1) {
  grid-column: span 6;
}
.gallery .img:nth-child(4n+1) img {
  aspect-ratio: 1/1;
}
.gallery .img:nth-child(4n+2) {
  grid-column: span 6;
}
.gallery .img:nth-child(4n+2) img {
  aspect-ratio: 1/1;
}
.gallery .img:nth-child(4n+3) {
  grid-column: span 7;
}
.gallery .img:nth-child(4n+3) img {
  aspect-ratio: 3/2;
}
.gallery .img:nth-child(4n+4) {
  grid-column: span 5;
}
@media (min-width: 768px) {
  .gallery .img:nth-child(9n+1) {
    grid-column: span 6;
  }
  .gallery .img:nth-child(9n+1) img {
    aspect-ratio: 1/1;
  }
  .gallery .img:nth-child(9n+2) {
    grid-column: span 6;
  }
  .gallery .img:nth-child(9n+2) img {
    aspect-ratio: 1/1;
  }
  .gallery .img:nth-child(9n+3) {
    grid-column: span 7;
  }
  .gallery .img:nth-child(9n+3) img {
    aspect-ratio: 12/7;
  }
  .gallery .img:nth-child(9n+4) {
    grid-column: span 5;
  }
  .gallery .img:nth-child(9n+4) img {
    aspect-ratio: 12/5;
  }
  .gallery .img:nth-child(9n+5) {
    grid-column: span 4;
  }
  .gallery .img:nth-child(9n+5) img {
    aspect-ratio: 6/4;
  }
  .gallery .img:nth-child(9n+6) {
    grid-column: span 3;
  }
  .gallery .img:nth-child(9n+6) img {
    aspect-ratio: 6/4;
  }
  .gallery .img:nth-child(9n+7) {
    grid-column: span 5;
  }
  .gallery .img:nth-child(9n+7) img {
    aspect-ratio: 6/5;
  }
  .gallery .img:nth-child(9n+8) {
    grid-column: span 8;
  }
  .gallery .img:nth-child(9n+8) img {
    aspect-ratio: 15/8;
  }
  .gallery .img:nth-child(9n+9) {
    grid-column: span 4;
  }
  .gallery .img:nth-child(9n+9) img {
    aspect-ratio: 15/4;
  }
}

.map_contact {
  transition: 0.5s ease all;
}
@media (max-width: 767px) {
  .map_contact {
    padding: calc(var(--headerHeight) * 2) 0 0;
  }
  .map_contact.affix {
    position: relative;
  }
}
.map_contact.scrolled {
  opacity: 0;
}
@media (max-width: 767px) {
  .map_contact {
    align-items: flex-end;
  }
}
.map_contact > .background {
  height: 100vh;
}
@media (max-width: 767px) {
  .map_contact > .background {
    height: 90vh;
  }
}
.map_contact > .background img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .map_contact > .background img {
    height: 120vh;
  }
}
.map_contact .feather {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 20vh;
  z-index: 200;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.6) 45%, transparent 100%);
}
@media (max-width: 767px) {
  .map_contact .feather {
    height: 5vh;
  }
}
.map_contact .contact_block {
  background-color: var(--green);
  display: grid;
  grid-template-areas: "content";
  border-radius: 30px;
  margin: 1.5em 0;
}
.map_contact .contact_block > * {
  grid-area: content;
}
.map_contact .contact_block.hours_wr {
  background-color: var(--gold);
}
.map_contact .contact_block.hours_wr .info {
  padding: 3em;
}
@media (min-width: 992px) {
  .map_contact .contact_block.hours_wr .info {
    padding: 5em;
  }
}
.map_contact .contact_block.hours_wr .info h3 {
  margin-top: 0;
  font-size: 5.3ch;
}
@media (min-width: 768px) {
  .map_contact .contact_block.hours_wr .info h3 {
    font-size: 5.9ch;
  }
}
@media (min-width: 992px) {
  .map_contact .contact_block.hours_wr .info h3 {
    font-size: 5.3ch;
  }
}
@media (min-width: 1240px) {
  .map_contact .contact_block.hours_wr .info h3 {
    font-size: 7.4ch;
  }
}
.map_contact .contact_block.hours_wr .info p {
  font-size: 1.7em;
}
@media (min-width: 768px) {
  .map_contact .contact_block.hours_wr .info p {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .map_contact .contact_block.hours_wr .info p {
    font-size: 1.95em;
  }
}
@media (min-width: 1240px) {
  .map_contact .contact_block.hours_wr .info p {
    font-size: 1.9em;
  }
}
.map_contact .contact_block .background {
  z-index: 10;
  height: 100%;
  border-radius: 25px;
}
.map_contact .contact_block .background img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 25px;
}
.map_contact .contact_block .hours {
  color: var(--green);
}
.map_contact .contact_block .hours h3 {
  color: var(--green);
  margin: 0.5em 0;
}
.map_contact .contact_block .hours p {
  color: var(--black);
}
.map_contact .contact_block h1 {
  margin: 0;
}
.map_contact .contact_block address {
  font-style: normal;
  margin: 0 0 1em;
}
.map_contact .contact_block a {
  color: var(--gold);
  display: inline-block;
  margin: 0.3em 0;
}
.map_contact .contact_block a .svg-inline--fa {
  margin-right: 8px;
}
.map_contact .contact_block .btn:hover, .map_contact .contact_block .btn:focus {
  color: var(--black);
}
.map_contact .contact_block address, .map_contact .contact_block a {
  font-weight: 600;
  font-size: 1.7em;
}
.map_contact .contact_block .social_media {
  list-style: none;
  margin: 3em 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 1.5em;
}
.map_contact .contact_block .social_media li {
  margin: 0;
  padding: 0;
}
.map_contact .contact_block .social_media li a {
  margin: 0;
  transition: 0.5s ease all;
}
.map_contact .contact_block .social_media li:hover a {
  color: var(--gold);
}
.map_contact .info {
  z-index: 30;
  padding: 3em;
  color: var(--gold);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1em;
}
@media (min-width: 992px) {
  .map_contact .info {
    padding: 5em;
  }
}
.map_contact .info h3 {
  margin: 0;
}
.map_contact .info p {
  margin: 0;
  color: var(--gold);
}

.map_contact_placeholder {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .map_contact_placeholder {
    height: 10vh;
  }
}

.form_wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 6em 0;
}
.form_wrapper h2 {
  text-align: center;
}

.acf-form {
  width: 100%;
  margin: 1em 0 6em;
}
.acf-form .acf-fields {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "firstname" "lastname" "phone" "email" "message" "newsletter" "submit";
}
@media (min-width: 768px) {
  .acf-form .acf-fields {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "firstname lastname" "phone email" "message message" "newsletter newsletter" "submit submit";
  }
}
.acf-form .acf-fields .acf-field {
  border: 0;
  padding: 0.75em 1.5em;
}
.acf-form .acf-fields .acf-field .acf-label {
  font-size: 1.5em;
  color: var(--gold);
  margin: 0;
}
.acf-form .acf-fields .acf-field .acf-input input, .acf-form .acf-fields .acf-field .acf-input select, .acf-form .acf-fields .acf-field .acf-input textarea {
  border-radius: 0;
  border: 1px solid var(--white);
  padding: 0.75em;
  outline: 0 none;
}
.acf-form .acf-fields .acf-field .acf-input input:focus, .acf-form .acf-fields .acf-field .acf-input select:focus, .acf-form .acf-fields .acf-field .acf-input textarea:focus {
  border-color: var(--blue);
}
.acf-form .acf-fields .acf-field .acf-input select {
  padding-right: 1.5em;
}

#form_66150b3fc9ee4 [data-name=first_name] {
  grid-area: firstname;
}
#form_66150b3fc9ee4 [data-name=last_name] {
  grid-area: lastname;
}
#form_66150b3fc9ee4 [data-name=email_address] {
  grid-area: email;
}
#form_66150b3fc9ee4 [data-name=phone_number] {
  grid-area: phone;
}
#form_66150b3fc9ee4 [data-name=message] {
  grid-area: message;
}
#form_66150b3fc9ee4 [data-name=newsletter_signup] {
  grid-area: newsletter;
}
#form_66150b3fc9ee4 [data-name=newsletter_signup] .acf-label {
  display: none;
}
#form_66150b3fc9ee4 [data-name=newsletter_signup] .af-input p {
  font-size: 1.3em;
  color: var(--gold);
  margin: 0;
  text-align: left;
  max-width: none;
}
#form_66150b3fc9ee4 [data-name=newsletter_signup] .af-input p a {
  color: var(--gold);
  font-weight: bold;
}
#form_66150b3fc9ee4 .af-submit {
  grid-area: submit;
  text-align: center;
  padding: 1em;
}

.social_gallery {
  background-color: var(--green);
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 3em 0 0;
}
.social_gallery .title_grid {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2em 0 3em 0;
  gap: 3em;
}
@media (max-width: 767px) {
  .social_gallery .title_grid {
    gap: 0.5em;
    flex-wrap: wrap;
  }
}
.social_gallery .title_grid h2 {
  margin: 0;
  line-height: 0.7em;
}
.social_gallery .title_grid p {
  margin: 0;
  font-family: var(--fontM);
  font-size: 2.4em;
}
.social_gallery .title_grid p a {
  color: var(--gold);
  font-weight: bold;
}
.social_gallery .social_gallery_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin: 0 1em;
}
@media (min-width: 768px) {
  .social_gallery .social_gallery_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .social_gallery .social_gallery_grid {
    margin: 0 2em;
    gap: 2em;
    grid-template-columns: repeat(5, 1fr);
  }
}
.social_gallery .social_gallery_grid .image {
  height: 100%;
  transition: 0.5s ease all;
  filter: drop-shadow(0 5px 40px rgba(0, 0, 0, 0.8));
}
@media (min-width: 0) and (max-width: 991px) {
  .social_gallery .social_gallery_grid .image:nth-of-type(5) {
    display: none;
  }
}
.social_gallery .social_gallery_grid .image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.social_gallery .social_gallery_grid .image:hover {
  transform: scale(1.03wa);
}
.social_gallery .social_media {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 2.5em;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .social_gallery .social_media {
    margin: 1.5em 0;
  }
}
.social_gallery .social_media li {
  margin: 0;
  padding: 0;
}
.social_gallery .social_media li a {
  color: var(--gold);
  margin: 0;
  transition: 0.5s ease all;
}
.social_gallery .social_media li:hover a {
  color: var(--white);
}

.notification_bar {
  background-color: var(--green);
}
.notification_bar .swiper-wrapper {
  align-items: center;
}
.notification_bar p, .notification_bar a {
  color: var(--gold);
}
.notification_bar a:hover, .notification_bar a:focus {
  text-decoration: none;
  color: var(--accent);
}
.notification_bar.marquee span {
  padding: 0 5em;
}

.marquee {
  padding: 1em 0;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  will-change: transform;
  overflow: hidden;
  position: relative;
  background-color: var(--background, var(--green));
}
.marquee p {
  margin: 0;
  max-width: none;
  will-change: transform;
  animation: marquee var(--animationSpeed, 30s) linear infinite;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.4em;
  color: var(--textColour, var(--gold));
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .marquee p {
    font-size: 1.8em;
  }
}
.marquee p span {
  padding: 0 0.5em;
  color: var(--textColour, var(--gold));
}
.marquee p span a {
  color: var(--textColour, var(--gold));
  transition: 0.5s ease all;
}
.marquee p span a:hover, .marquee p span a:focus {
  text-decoration: none;
  color: var(--textColourHover, var(--accent));
}

@keyframes marquee {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(var(--animationDistance, -50%), 0, 0);
  }
}
.grid-stack {
  display: grid;
  grid-template-areas: "content";
  align-items: center;
}
.grid-stack > div {
  grid-area: content;
}
.grid-stack .content {
  z-index: 100;
}
.grid-stack .background {
  z-index: 10;
}
.grid-stack .overlay {
  z-index: 20;
}

.page-template-freshworks #wpadminbar,
.page-template-freshworks .fixed,
.page-template-freshworks .footer {
  display: none;
}
/*# sourceMappingURL=style.css.map */
