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

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

body {
  font-size: 1em;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  width: 100%;
}

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

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

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

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

/* ==========================================================================
Author's custom styles
========================================================================== */
/* variables CSS */
/* Tools */
button {
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

a {
  text-decoration: none;
}

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

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

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.hoverAnimLinks:focus, .hoverAnimLinks:hover {
  -webkit-text-decoration: underline 0.1em;
          text-decoration: underline 0.1em;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}

.nav-menu > li > a:focus, .nav-menu > li > a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}

.foodMenuIcon {
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.foodMenu > .row:hover > .foodMenuIcon {
  opacity: 1;
}

@media all and (max-width: 768px) {
  iframe[class^=ZC_sdk__zc-iframe] {
    max-height: 50vh !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  margin: 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
   in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/***** FONTS *****/
@font-face {
  font-family: "Litho";
  src: url("../../../assets/fonts/ClubLitho.woff2") format("woff2");
}
@font-face {
  font-family: "Suisse Works";
  src: url("../../../assets/fonts/SuisseWorks-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../../../assets/fonts/BricolageGrotesque-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Bricolage Grotesque Bold";
  src: url("../../../assets/fonts/BricolageGrotesque-Bold.woff2") format("woff2");
}
.wrap-md {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.wrap-lg {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.entry-content > .alignwide,
.wp-block-image.alignwide,
.wp-block-gallery.alignwide {
  width: 100vw;
  max-width: 1100px;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%);
}

.entry-content > .alignwide > img {
  width: 1320px;
}

.entry-content > .alignfull,
.wp-block-image.alignfull,
.wp-block-gallery.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin: 1.5em 0 1.5em 50%;
  transform: translateX(-50%);
}

.entry-content > .alignfull > img {
  width: 100vw;
}

.wp-block-columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

body {
  font-family: var(--main-font);
}

.container-fluid {
  padding: 0em 1.5em;
}

.foodMenu {
  font-weight: 400;
}
@media all and (max-width: 576px) {
  .foodMenu {
    font-weight: 700;
  }
}

@media all and (max-width: 576px) {
  .row {
    --bs-gutter-x: 30px;
  }
}

/***** Global Variables *****/
html {
  font-size: 20px;
}
@media all and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

:root {
  --main-font: "Bricolage Grotesque", sans-serif;
  --accent-font: "Litho", sans-serif;
  --quote-font: "Suisse Works", sans-serif;
  --white-color: #E7E7E7;
  --sand-color: #D8D4C0;
  --icelake-color: #9DBABE;
  --green-color: #8CA46C;
  --forest-color: #0F3421;
  --neon-color: #D8F600;
}

/***** Colors *****/
.white-bg {
  background-color: var(--white-color);
  border-color: var(--white-color);
}

.white-color {
  color: var(--white-color);
}

.sand-bg {
  background-color: var(--sand-color);
  border-color: var(--sand-color);
}

.sand-color {
  color: var(--sand-color);
}

.icelake-bg {
  background-color: var(--icelake-color);
  border-color: var(--icelake-color);
}

.icelake-color {
  color: var(--icelake-color);
}

.green-bg {
  background-color: var(--green-color);
  border-color: var(--green-color);
}

.green-color {
  color: var(--green-color);
}

.forest-bg {
  background-color: var(--forest-color);
  border-color: var(--forest-color);
}

.forest-color {
  color: var(--forest-color);
}

.neon-bg {
  background-color: var(--neon-color);
  border-color: var(--neon-color);
}

.neon-color {
  color: var(--neon-color);
}

/***** Typography *****/
.main-font {
  font-family: var(--main-font);
}

.accent-font {
  font-family: var(--accent-font);
}

.quote-font {
  font-family: var(--quote-font);
}

.text-1-md {
  font-size: 1em;
}

.text-2-md {
  font-size: calc(1em + 2px);
}

.text-3-md {
  font-size: calc(1em + 10px);
}

.text-4-md {
  font-size: calc(1em + 28px);
}

.text-5-md {
  font-size: calc(1em + 60px);
}

@media all and (max-width: 576px) {
  .text-1-sm {
    font-size: 1em;
  }
  .text-2-sm {
    font-size: calc(1em + 8px);
  }
  .text-3-sm {
    font-size: calc(1em + 18px);
  }
  .text-4-sm {
    font-size: calc(1em + 33px);
  }
}
.weight-normal {
  font-weight: 400;
}

.weight-bold {
  font-weight: 700;
}

/***** Themes *****/
[data-bs-theme=front] .front-white-bg {
  background-color: var(--white-color);
  border-color: var(--white-color);
}
[data-bs-theme=front] .front-white-color {
  color: var(--white-color);
}
[data-bs-theme=front] .front-white-border {
  border: 1px solid var(--white-color);
}
[data-bs-theme=front] .front-sand-bg {
  background-color: var(--sand-color);
  border-color: var(--sand-color);
}
[data-bs-theme=front] .front-sand-color {
  color: var(--sand-color);
}
[data-bs-theme=front] .front-sand-border {
  border: 1px solid var(--sand-color);
}
[data-bs-theme=front] .front-icelake-bg {
  background-color: var(--icelake-color);
  border-color: var(--icelake-color);
}
[data-bs-theme=front] .front-icelake-color {
  color: var(--icelake-color);
}
[data-bs-theme=front] .front-icelake-border {
  border: 1px solid var(--icelake-color);
}
[data-bs-theme=front] .front-green-bg {
  background-color: var(--green-color);
  border-color: var(--green-color);
}
[data-bs-theme=front] .front-green-color {
  color: var(--green-color);
}
[data-bs-theme=front] .front-green-border {
  border: 1px solid var(--green-color);
}
[data-bs-theme=front] .front-forest-bg {
  background-color: var(--forest-color);
  border-color: var(--forest-color);
}
[data-bs-theme=front] .front-forest-color {
  color: var(--forest-color);
}
[data-bs-theme=front] .front-forest-border {
  border: 1px solid var(--forest-color);
}
[data-bs-theme=front] .front-neon-bg {
  background-color: var(--neon-color);
  border-color: var(--neon-color);
}
[data-bs-theme=front] .front-neon-color {
  color: var(--neon-color);
}
[data-bs-theme=front] .front-neon-border {
  border: 1px solid var(--neon-color);
}
[data-bs-theme=front] .front-d-none {
  display: none;
}
[data-bs-theme=front] .front-d-block {
  display: block;
}
[data-bs-theme=front] .front-d-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-none {
  display: none;
}
[data-bs-theme=front] .front-d-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-inline-block {
  display: inline-block;
}
[data-bs-theme=front] .front-d-block {
  display: block;
}
[data-bs-theme=front] .front-d-table {
  display: table;
}
[data-bs-theme=front] .front-d-table-row {
  display: table-row;
}
[data-bs-theme=front] .front-d-table-cell {
  display: table-cell;
}
[data-bs-theme=front] .front-d-flex {
  display: flex;
}
[data-bs-theme=front] .front-d-inline-flex {
  display: inline-flex;
}
[data-bs-theme=front] .front-d-xs-none {
  display: none;
}
[data-bs-theme=front] .front-d-xs-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-xs-inline-block {
  display: inline-block;
}
[data-bs-theme=front] .front-d-xs-block {
  display: block;
}
[data-bs-theme=front] .front-d-xs-table {
  display: table;
}
[data-bs-theme=front] .front-d-xs-table-row {
  display: table-row;
}
[data-bs-theme=front] .front-d-xs-table-cell {
  display: table-cell;
}
[data-bs-theme=front] .front-d-xs-flex {
  display: flex;
}
[data-bs-theme=front] .front-d-xs-inline-flex {
  display: inline-flex;
}
[data-bs-theme=front] .front-d-sm-none {
  display: none;
}
[data-bs-theme=front] .front-d-sm-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-sm-inline-block {
  display: inline-block;
}
[data-bs-theme=front] .front-d-sm-block {
  display: block;
}
[data-bs-theme=front] .front-d-sm-table {
  display: table;
}
[data-bs-theme=front] .front-d-sm-table-row {
  display: table-row;
}
[data-bs-theme=front] .front-d-sm-table-cell {
  display: table-cell;
}
[data-bs-theme=front] .front-d-sm-flex {
  display: flex;
}
[data-bs-theme=front] .front-d-sm-inline-flex {
  display: inline-flex;
}
[data-bs-theme=front] .front-d-md-none {
  display: none;
}
[data-bs-theme=front] .front-d-md-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-md-inline-block {
  display: inline-block;
}
[data-bs-theme=front] .front-d-md-block {
  display: block;
}
[data-bs-theme=front] .front-d-md-table {
  display: table;
}
[data-bs-theme=front] .front-d-md-table-row {
  display: table-row;
}
[data-bs-theme=front] .front-d-md-table-cell {
  display: table-cell;
}
[data-bs-theme=front] .front-d-md-flex {
  display: flex;
}
[data-bs-theme=front] .front-d-md-inline-flex {
  display: inline-flex;
}
[data-bs-theme=front] .front-d-lg-none {
  display: none;
}
[data-bs-theme=front] .front-d-lg-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-lg-inline-block {
  display: inline-block;
}
[data-bs-theme=front] .front-d-lg-block {
  display: block;
}
[data-bs-theme=front] .front-d-lg-table {
  display: table;
}
[data-bs-theme=front] .front-d-lg-table-row {
  display: table-row;
}
[data-bs-theme=front] .front-d-lg-table-cell {
  display: table-cell;
}
[data-bs-theme=front] .front-d-lg-flex {
  display: flex;
}
[data-bs-theme=front] .front-d-lg-inline-flex {
  display: inline-flex;
}
[data-bs-theme=front] .front-d-xl-none {
  display: none;
}
[data-bs-theme=front] .front-d-xl-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-xl-inline-block {
  display: inline-block;
}
[data-bs-theme=front] .front-d-xl-block {
  display: block;
}
[data-bs-theme=front] .front-d-xl-table {
  display: table;
}
[data-bs-theme=front] .front-d-xl-table-row {
  display: table-row;
}
[data-bs-theme=front] .front-d-xl-table-cell {
  display: table-cell;
}
[data-bs-theme=front] .front-d-xl-flex {
  display: flex;
}
[data-bs-theme=front] .front-d-xl-inline-flex {
  display: inline-flex;
}
[data-bs-theme=front] .front-d-xxl-none {
  display: none;
}
[data-bs-theme=front] .front-d-xxl-inline {
  display: inline;
}
[data-bs-theme=front] .front-d-xxl-inline-block {
  display: inline-block;
}
[data-bs-theme=front] .front-d-xxl-block {
  display: block;
}
[data-bs-theme=front] .front-d-xxl-table {
  display: table;
}
[data-bs-theme=front] .front-d-xxl-table-row {
  display: table-row;
}
[data-bs-theme=front] .front-d-xxl-table-cell {
  display: table-cell;
}
[data-bs-theme=front] .front-d-xxl-flex {
  display: flex;
}
[data-bs-theme=front] .front-d-xxl-inline-flex {
  display: inline-flex;
}

[data-bs-theme=back] .back-white-bg {
  background-color: var(--white-color);
  border-color: var(--white-color);
}
[data-bs-theme=back] .back-white-color {
  color: var(--white-color);
}
[data-bs-theme=back] .back-white-border {
  border: 1px solid var(--white-color);
}
[data-bs-theme=back] .back-sand-bg {
  background-color: var(--sand-color);
  border-color: var(--sand-color);
}
[data-bs-theme=back] .back-sand-color {
  color: var(--sand-color);
}
[data-bs-theme=back] .back-sand-border {
  border: 1px solid var(--sand-color);
}
[data-bs-theme=back] .back-icelake-bg {
  background-color: var(--icelake-color);
  border-color: var(--icelake-color);
}
[data-bs-theme=back] .back-icelake-color {
  color: var(--icelake-color);
}
[data-bs-theme=back] .back-icelake-border {
  border: 1px solid var(--icelake-color);
}
[data-bs-theme=back] .back-green-bg {
  background-color: var(--green-color);
  border-color: var(--green-color);
}
[data-bs-theme=back] .back-green-color {
  color: var(--green-color);
}
[data-bs-theme=back] .back-green-border {
  border: 1px solid var(--green-color);
}
[data-bs-theme=back] .back-forest-bg {
  background-color: var(--forest-color);
  border-color: var(--forest-color);
}
[data-bs-theme=back] .back-forest-color {
  color: var(--forest-color);
}
[data-bs-theme=back] .back-forest-border {
  border: 1px solid var(--forest-color);
}
[data-bs-theme=back] .back-neon-bg {
  background-color: var(--neon-color);
  border-color: var(--neon-color);
}
[data-bs-theme=back] .back-neon-color {
  color: var(--neon-color);
}
[data-bs-theme=back] .back-neon-border {
  border: 1px solid var(--neon-color);
}
[data-bs-theme=back] .back-d-none {
  display: none;
}
[data-bs-theme=back] .back-d-block {
  display: block;
}
[data-bs-theme=back] .back-d-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-none {
  display: none;
}
[data-bs-theme=back] .back-d-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-inline-block {
  display: inline-block;
}
[data-bs-theme=back] .back-d-block {
  display: block;
}
[data-bs-theme=back] .back-d-table {
  display: table;
}
[data-bs-theme=back] .back-d-table-row {
  display: table-row;
}
[data-bs-theme=back] .back-d-table-cell {
  display: table-cell;
}
[data-bs-theme=back] .back-d-flex {
  display: flex;
}
[data-bs-theme=back] .back-d-inline-flex {
  display: inline-flex;
}
[data-bs-theme=back] .back-d-xs-none {
  display: none;
}
[data-bs-theme=back] .back-d-xs-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-xs-inline-block {
  display: inline-block;
}
[data-bs-theme=back] .back-d-xs-block {
  display: block;
}
[data-bs-theme=back] .back-d-xs-table {
  display: table;
}
[data-bs-theme=back] .back-d-xs-table-row {
  display: table-row;
}
[data-bs-theme=back] .back-d-xs-table-cell {
  display: table-cell;
}
[data-bs-theme=back] .back-d-xs-flex {
  display: flex;
}
[data-bs-theme=back] .back-d-xs-inline-flex {
  display: inline-flex;
}
[data-bs-theme=back] .back-d-sm-none {
  display: none;
}
[data-bs-theme=back] .back-d-sm-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-sm-inline-block {
  display: inline-block;
}
[data-bs-theme=back] .back-d-sm-block {
  display: block;
}
[data-bs-theme=back] .back-d-sm-table {
  display: table;
}
[data-bs-theme=back] .back-d-sm-table-row {
  display: table-row;
}
[data-bs-theme=back] .back-d-sm-table-cell {
  display: table-cell;
}
[data-bs-theme=back] .back-d-sm-flex {
  display: flex;
}
[data-bs-theme=back] .back-d-sm-inline-flex {
  display: inline-flex;
}
[data-bs-theme=back] .back-d-md-none {
  display: none;
}
[data-bs-theme=back] .back-d-md-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-md-inline-block {
  display: inline-block;
}
[data-bs-theme=back] .back-d-md-block {
  display: block;
}
[data-bs-theme=back] .back-d-md-table {
  display: table;
}
[data-bs-theme=back] .back-d-md-table-row {
  display: table-row;
}
[data-bs-theme=back] .back-d-md-table-cell {
  display: table-cell;
}
[data-bs-theme=back] .back-d-md-flex {
  display: flex;
}
[data-bs-theme=back] .back-d-md-inline-flex {
  display: inline-flex;
}
[data-bs-theme=back] .back-d-lg-none {
  display: none;
}
[data-bs-theme=back] .back-d-lg-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-lg-inline-block {
  display: inline-block;
}
[data-bs-theme=back] .back-d-lg-block {
  display: block;
}
[data-bs-theme=back] .back-d-lg-table {
  display: table;
}
[data-bs-theme=back] .back-d-lg-table-row {
  display: table-row;
}
[data-bs-theme=back] .back-d-lg-table-cell {
  display: table-cell;
}
[data-bs-theme=back] .back-d-lg-flex {
  display: flex;
}
[data-bs-theme=back] .back-d-lg-inline-flex {
  display: inline-flex;
}
[data-bs-theme=back] .back-d-xl-none {
  display: none;
}
[data-bs-theme=back] .back-d-xl-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-xl-inline-block {
  display: inline-block;
}
[data-bs-theme=back] .back-d-xl-block {
  display: block;
}
[data-bs-theme=back] .back-d-xl-table {
  display: table;
}
[data-bs-theme=back] .back-d-xl-table-row {
  display: table-row;
}
[data-bs-theme=back] .back-d-xl-table-cell {
  display: table-cell;
}
[data-bs-theme=back] .back-d-xl-flex {
  display: flex;
}
[data-bs-theme=back] .back-d-xl-inline-flex {
  display: inline-flex;
}
[data-bs-theme=back] .back-d-xxl-none {
  display: none;
}
[data-bs-theme=back] .back-d-xxl-inline {
  display: inline;
}
[data-bs-theme=back] .back-d-xxl-inline-block {
  display: inline-block;
}
[data-bs-theme=back] .back-d-xxl-block {
  display: block;
}
[data-bs-theme=back] .back-d-xxl-table {
  display: table;
}
[data-bs-theme=back] .back-d-xxl-table-row {
  display: table-row;
}
[data-bs-theme=back] .back-d-xxl-table-cell {
  display: table-cell;
}
[data-bs-theme=back] .back-d-xxl-flex {
  display: flex;
}
[data-bs-theme=back] .back-d-xxl-inline-flex {
  display: inline-flex;
}

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.attachment-post-thumbnail {
  margin-bottom: 1.5em;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
  width: 100%;
}

.wp-block-image .alignfull,
.wp-block-gallery.alignfull {
  width: 100vw;
}

.wp-block-image .alignright,
.wp-block-image .alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery.alignleft {
  max-width: 344px;
}

.wp-block-image .alignright,
.wp-block-gallery.alignright {
  margin-left: 2rem;
}

.wp-block-image .alignleft,
.wp-block-gallery.alignleft {
  margin-right: 2rem;
}

footer .social-media .social-link {
  height: 55px;
  width: 55px;
  border-radius: 100%;
}
footer .social-media .social-link i {
  width: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
}

header .menu-menu-1-container {
  display: inline-block;
}
header #primary-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
header #primary-menu li {
  margin-right: 15px;
}
header #primary-menu li:last-child {
  margin-right: 0;
}
header #primary-menu li.wpml-ls-item:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
}
header #primary-menu .wpml-ls-menu-item a {
  display: inline;
}

.hero {
  min-height: 600px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .vh-100 {
  min-height: 600px;
}
.hero .hero-video {
  width: 100vw;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
}
.hero h2 {
  font-size: 4em;
  text-transform: uppercase;
  line-height: 0.9;
}
.hero h2 span {
  text-transform: none;
}

.concept img {
  border-radius: 20px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.container-carousel .slick-carousel img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
}

.round {
  border-radius: 10px;
}

hr {
  opacity: 1;
}

.press {
  overflow-x: hidden;
}

.press-container {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.press-container::-webkit-scrollbar {
  display: none;
}
.press-container > *:first-child {
  margin-left: 10% !important;
}
.press-container > *:last-child {
  margin-right: 10% !important;
}
.press-container .press-card {
  width: 415px;
  height: auto;
  border: 1px solid var(--forest-color);
  border-radius: 20px;
  padding: 20px;
  margin: 0 15px;
}
.press-container .press-card .press-card-img img {
  border-radius: 20px;
}
@media (max-width: 576px) {
  .press-container .press-card {
    width: 205px;
    border-radius: 15px;
    padding: 15px;
    margin: 0 15px;
  }
  .press-container .press-card .press-card-img img {
    border-radius: 15px;
  }
  .press-container > *:first-child {
    margin-left: 15px;
  }
  .press-container > *:last-child {
    margin-right: 45px;
  }
}

.navbar {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 100;
  justify-content: center;
}
.navbar .logo {
  max-height: 70px;
  min-height: 70px;
  max-width: 330px;
  width: auto;
}
.navbar .navbar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0em 0em 0em;
}
.navbar .navbar-items {
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media all and (max-width: 768px) {
  .navbar .navbar-items {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    min-width: 430px;
    max-width: 430px;
    transform: rotate(-90deg);
    left: calc(100vw - 260px);
    top: 200px;
  }
}

.form-check {
  display: flex;
  align-items: center;
}
.form-check input.form-check-input {
  float: inherit !important;
  border: 1px solid var(--neon-color);
  zoom: 0.6;
  background-color: transparent;
  box-shadow: none !important;
  padding: 1em 2em;
  margin-left: 1em;
}
.form-check input.form-check-input:not(:checked) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23D8F600'/%3e%3c/svg%3e");
  box-shadow: none !important;
}
.form-check input.form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23E7E7E7'/%3e%3c/svg%3e");
  border-color: var(--white-color);
  box-shadow: none !important;
}
.form-check input.form-check-input:focus {
  box-shadow: none !important;
}
