@charset "UTF-8";
/* ==============================================================
DEFAULT PADDING AND MARGIN
============================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * 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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * 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;
}

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

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.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);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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: 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: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, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.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: 10px;
  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: 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;
  -moz-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: 10px;
  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-progressbar {
  background: 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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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 .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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.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-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img {
  width: 100%;
  display: block;
}

@supports (display: grid) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden;
  }
  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
  }
  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
  }
  .splitting .cell-inner {
    background: inherit;
    position: absolute;
    visibility: visible;
    /* Size to fit the whole container size */
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    /* Position properly */
    left: calc(-100% * var(--col-index));
    top: calc(-100% * var(--row-index));
  }
  /* Helper variables for advanced effects */
  .splitting .cell {
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);
    /* Offset from center, positive & negative */
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));
    /* Absolute distance from center, only positive */
    --distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );
    /* Absolute distance from center, only positive */
    --distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) );
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@font-face {
  font-family: "Spline Sans Mono";
  src: url("../fonts/SplineSansMono-Regular.woff2") format("woff2"), url("../fonts/SplineSansMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Pro";
  src: url("../fonts/ApercuPro-Regular.woff2") format("woff2"), url("../fonts/ApercuPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Pro";
  src: url("../fonts/ApercuPro-Bold.woff2") format("woff2"), url("../fonts/ApercuPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tomato Pasta";
  src: url("../fonts/TomatoPastaBold.woff2") format("woff2"), url("../fonts/TomatoPastaBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dark Paradise";
  src: url("../fonts/DarkParadiseBold.woff2") format("woff2"), url("../fonts/DarkParadiseBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apercu Pro";
  src: url("../fonts/ApercuPro-Italic.woff2") format("woff2"), url("../fonts/ApercuPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
p {
  margin-bottom: 1rem;
  line-height: 1.4;
}

a {
  color: #2A2524;
}

.heavy {
  display: block;
  font-weight: 600;
}

.lnk {
  display: inline-flex;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (min-width: 992px) {
  .lnk {
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
  }
}
.lnk:hover {
  text-decoration: none;
}
.lnk:hover:after {
  transform: rotate(7deg) translateY(0px);
}
.lnk:after {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.9rem;
  margin-left: 1rem;
  background-size: contain;
  background-image: url("../images/icon-arrow-up--white.svg");
  background-repeat: no-repeat;
  transform: rotate(7deg) translateY(4px);
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
@media (min-width: 992px) {
  .lnk:after {
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(7deg) translateY(7px);
  }
}
.lnk--red {
  color: #D4AA80;
}
.lnk--red:after {
  background-image: url("../images/icon-arrow-up--red.svg");
}
.lnk--white {
  color: #fff;
}
.lnk--white:after {
  background-image: url("../images/icon-arrow-up--white.svg");
}
.lnk--olive {
  color: #5A5E05;
}
.lnk--olive:after {
  background-image: url("../images/icon-arrow-up--olive.svg");
}

.txt-lg {
  font-size: 2.4rem;
  font-weight: 600;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #2A2524;
  font-variation-settings: "wght" 300, "wdth" 100, "slnt" 0;
  background-color: #F4EFE5;
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}
@media (max-width: 1799px) {
  body {
    font-size: 1.8rem;
  }
}
@media (max-width: 1499px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, svg {
  box-sizing: border-box;
}

main {
  display: block;
}

address {
  font-style: inherit;
}

p, h1, h2, h3, h4, h5, h6,
ul, ol, dl, table, pre, blockquote,
fieldset, legend, figure, details {
  margin: 0 0 1rem;
}

img, iframe,
video, audio, canvas, svg,
embed, object {
  max-width: 100%;
}

img, svg {
  height: auto;
}

h1, .h1-size {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(5rem, 5vw, 7rem);
  line-height: 1;
}
@media (max-width: 2099px) {
  h1, .h1-size {
    font-size: 5rem;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 991px) {
  h1, .h1-size {
    font-size: 3.5rem;
  }
}

h2, .h2-size {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 4vw;
  line-height: 0.8;
}
@media (max-width: 991px) {
  h2, .h2-size {
    font-size: 50px;
  }
}

h3, .h3-size {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(5rem, 3vw, 6rem);
  line-height: 1;
  letter-spacing: 1px;
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1499px) {
  h3, .h3-size {
    font-size: clamp(3rem, 3vw, 4rem);
  }
}
@media (max-width: 767px) {
  h3, .h3-size {
    font-size: 30px;
  }
}

h4, .h4-size {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: clamp(2rem, 1.8vw, 2.4rem);
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
@media (max-width: 767px) {
  h4, .h4-size {
    font-size: 24px;
  }
}

h5, .h5-size {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.3vw;
}
@media (max-width: 767px) {
  h5, .h5-size {
    font-size: 16px;
  }
}

h6, .h6-size {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 20px;
}
.intro,
.intro p,
p.intro {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
}
.small {
  font-size: 1.62rem;
}

main p, main li, main dt, main dd {
  font-weight: 200;
}
main p strong, main li strong, main dt strong, main dd strong {
  font-variation-settings: "wght" 550, "wdth" 100, "slnt" 0;
}
main .section p:last-child {
  margin-bottom: 0;
}

strong {
  font-variation-settings: "wght" 550, "wdth" 100, "slnt" 0;
}

hr {
  display: block;
  clear: both;
  border: none;
  border-top: 1px solid #E4E4E4;
  background: none;
  padding: 0;
  height: 1px;
  margin: 2rem 0;
}

a {
  color: #D4AA80;
  background-color: transparent;
  text-decoration: none;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
a:hover, a:focus {
  color: #D4AA80;
  text-decoration: none;
}

ul, ol {
  padding: 0 0 1rem 2rem;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl {
  margin-bottom: 0;
}
nav ul, nav ol {
  list-style: none;
  padding: 0;
}

ul {
  margin: 0;
}

dt {
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.44rem;
  margin: 1rem 0 0;
}

dd {
  margin: 0;
}

pre, code {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  background-color: #F6F6F6;
}

pre {
  padding: 0.5em 1em;
  overflow: auto;
}

var, kbd {
  font-family: inherit;
}

samp {
  font-family: inherit;
  font-weight: bolder;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: fixed;
    top: 0;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.animate-svg {
  opacity: 0;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
.animate-svg.svg-animation {
  opacity: 1;
}
.animate-svg.svg-animation path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: animate-svg 2s ease-in-out forwards;
}
.single-projects .animate-svg.svg-animation path {
  animation-delay: 1.5s;
}
.animate-svg.animate-svg-reverse.svg-animation path {
  stroke-dashoffset: 2;
  animation: animate-svg-reverse 2s linear forwards;
}

@keyframes animate-svg {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-svg-reverse {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 2;
  }
}
@keyframes nav-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ==============================================================

	CONTAINER WIDTHS

	Default Container width is fluid
	To override body with container classes, add a container modifier for each container

============================================================== */
/* ==============================================================
  MARGINS AND GUTTERS
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
.container {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* Removes padding */
  /* Removes Max width */
}
@media (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: calc(100vw - 100px);
  }
}
@media (min-width: 992px) {
  .container.container__small {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .container.container__medium {
    max-width: 1140px;
  }
}
.container.container__full {
  padding-left: 0;
  padding-right: 0;
}
.container.container__fluid {
  max-width: none;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .columns {
    flex-direction: row;
    justify-content: space-between;
  }
}
.columns .col {
  flex: 1;
}

img {
  display: block;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
figure span a:hover img {
  transform: scale(1.05);
}

.img-four-three span,
.img-sixteen-nine span,
.img-four-five span,
.img-square span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-four-three img,
.img-sixteen-nine img,
.img-four-five img,
.img-square img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
  height: 100% !important;
}

.img-four-three {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.img-sixteen-nine {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.img-four-five {
  height: 0;
  overflow: hidden;
  padding-top: 125%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.img-square {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

a.image {
  overflow: hidden;
}
a.image:focus {
  outline: none;
}
a.image figure img {
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
a.image figure img:hover {
  transform: scale(1.05);
}

p#breadcrumbs {
  font-size: 1.62rem;
  color: #E4E4E4;
  margin: 0;
  padding: 15px 0 30px 0;
}
@media (min-width: 768px) {
  p#breadcrumbs {
    padding: 30px 0;
  }
}
p#breadcrumbs span {
  display: flex;
  align-items: center;
}
p#breadcrumbs a {
  color: #999;
}
.home p#breadcrumbs {
  display: none;
}
p#breadcrumbs .breadcrumb_last {
  color: #333;
}
p#breadcrumbs i {
  display: block;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.visible-xs {
  display: block;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-sm {
  display: block;
}
@media (min-width: 992px) {
  .visible-sm {
    display: none;
  }
}

.hidden-sm {
  display: none;
}
@media (min-width: 992px) {
  .hidden-sm {
    display: block;
  }
}

.section__ctas .col,
.footer__logo,
.animate--text__reveal-left span,
.animate--text__reveal-right span,
.animate--text__reveal-up span,
.animate--text__enter-right,
.animate--text__fade-up {
  will-change: transform, opacity;
}

.in-view-trigger.in-view__heading,
.char,
.animate--image-parallax,
.animate--image-parallax--gallery,
.section__gallery .image,
.section__gallery--style--1 .image,
.animate--block__grow,
.animate--image-reveal,
.swiper-wrapper {
  will-change: transform;
}

.animate--reveal-block {
  will-change: opacity;
}

.section__gallery--style--3 {
  will-change: background-color;
}

header {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s ease-in-out;
  display: block;
  align-items: center;
  padding: 0;
  opacity: 1;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
  transition-property: transform, opacity, height, background-color;
  will-change: transform, opacity, height, background-color;
}
@media (max-width: 991px) {
  header {
    padding: 0;
  }
}
header .nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
header .nav .background {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #5A5E05;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
  transform: translateY(-100%);
}
header .nav__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  max-width: 100vw;
}
@media (max-width: 1199px) {
  header .nav__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .nav__image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
header .nav__image figure {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 10vh;
  bottom: 10vh;
  width: 40%;
  left: 50%;
  transform: translateX(calc(-50% - 300px));
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
  transition-property: opacity;
}
header .nav__image figure div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .nav__image figure svg {
  max-width: 100%;
  max-height: 100%;
}
header .nav__image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .nav__image .link-1 {
  transform: translateX(calc(-50% + 20vw));
}
header .nav__image .link-3 {
  transform: translateX(calc(-50% + 25vw));
  width: 33.333%;
}
header .nav ul {
  padding: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  header .nav ul {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  header .nav ul {
    max-width: 90vw;
    margin: 0;
  }
}
header .nav ul.menu-main {
  position: relative;
  margin-top: 0;
}
header .nav ul li {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Dark Paradise";
  font-size: 8.4rem;
  line-height: 0.9;
}
@media (max-width: 1199px) {
  header .nav ul li {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  header .nav ul li {
    font-size: 6rem;
  }
}
header .nav ul li > a {
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
  transition-property: opacity, transform;
  opacity: 0;
  transform: translateY(50%);
}
header .nav ul li > a:hover {
  color: #2A2524;
}
header .nav ul li:nth-child(1) > a {
  transition-delay: 0.5s;
}
header .nav ul li:nth-child(1) > a:hover {
  color: #0517C4;
}
header .nav ul li:nth-child(2) > a {
  transition-delay: 0.65s;
}
header .nav ul li:nth-child(2) > a:hover {
  color: #F4EFE5;
}
header .nav ul li:nth-child(3) > a {
  transition-delay: 0.8s;
}
header .nav ul li:nth-child(3) > a:hover {
  color: #2A2524;
}
header .nav ul li:nth-child(4) > a {
  transition-delay: 0.95s;
}
header .nav ul li:nth-child(4) > a:hover {
  color: #DEEEF2;
}
header .nav ul li:nth-child(5) > a {
  transition-delay: 1.1s;
}
header .nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1;
}
header .nav ul li a:hover {
  opacity: 0.8;
}
header .nav ul.small {
  margin-top: 6rem;
}
header .nav ul.small li a {
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
@media (max-width: 1199px) {
  header .nav ul.small li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  header .nav.hover-0 .background {
    background-color: #B4A000;
  }
  header .nav.hover-0 .nav__image .link-0 {
    opacity: 1;
  }
  header .nav.hover-1 .background {
    background-color: #D4AA80;
  }
  header .nav.hover-1 .nav__image .link-1 {
    opacity: 1;
  }
  header .nav.hover-2 .background {
    background-color: #CC7229;
  }
  header .nav.hover-2 .nav__image .link-2 {
    opacity: 1;
  }
  header .nav.hover-3 .background {
    background-color: #A34419;
  }
  header .nav.hover-3 .nav__image .link-3 {
    opacity: 1;
  }
  header .nav.hover-4 .background {
    background-color: #5A5E05;
  }
  header .nav.hover-4 .nav__image .link-4 {
    opacity: 1;
  }
}
header .socials {
  flex-direction: row;
}
header .socials li {
  margin: 1rem;
}
@media (min-width: 992px) {
  header .socials {
    display: none;
  }
}

body.show-menu {
  overflow: hidden;
  height: 100vh;
}
body.show-menu .nav .background {
  transform: translateY(0%);
}
body.show-menu .nav__inner ul > li > a {
  opacity: 1;
  transform: translateY(0);
}
body.show-menu header {
  height: 100vh !important;
  opacity: 1 !important;
  transform: none !important;
  z-index: 98;
}
body.show-menu .header .logo {
  opacity: 1 !important;
}
body.show-menu .nav {
  opacity: 1;
  visibility: visible;
}

.nav-icon--menu {
  display: block;
  width: 50px;
  height: 25px;
  position: relative;
  margin: 0 0 0 auto;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
  cursor: pointer;
  z-index: 999999;
}
.nav-icon--menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #D4AA80;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
  border-top: 3px solid #D4AA80;
  border-left: 3px solid #fff;
}
.menu-open .nav-icon--menu span {
  background: #fff;
}
.nav-icon--menu span:nth-child(1) {
  top: 0px;
}
.nav-icon--menu span:nth-child(2),
.nav-icon--menu span:nth-child(3) {
  top: 12px;
  width: 80%;
  left: auto;
  right: 0;
}
.nav-icon--menu span:nth-child(4) {
  top: 24px;
  width: 60%;
  left: auto;
  right: 0;
}
.nav-icon--menu.open span {
  border: none;
}
.nav-icon--menu.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.nav-icon--menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-icon--menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-icon--menu.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.title-bar {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #000;
}
.title-bar h2 {
  margin: 0;
}

.banner {
  margin-bottom: calc(8vw - 8rem);
}
@media (max-width: 767px) {
  .banner {
    margin-bottom: 4rem;
  }
}
.banner__inner {
  position: relative;
  overflow: hidden;
}
.banner__inner__description {
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.banner h2,
.banner p {
  color: #fff;
}
.banner figure {
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .banner figure {
    aspect-ratio: 1/1;
  }
}
.banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.flex {
  display: flex;
}

.heading h1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .heading h1 {
    display: block;
  }
}
@media (max-width: 991px) {
  .heading {
    position: relative;
    z-index: 99;
  }
}

section.bg--black {
  background-color: #000;
}
section.bg--black .font-colour {
  color: #fff;
  border-color: #fff;
}
section.bg--black .btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
section.bg--green {
  background-color: #a8ab83;
}
section.bg--red {
  background-color: rgb(255, 76, 77);
}
section.bg--red .font-colour {
  color: #fff;
}
section.bg--purple {
  background-color: rgb(152, 118, 205);
}
section.bg--peach {
  background-color: rgb(245, 204, 176);
}

.top-left,
.top-right,
.bottom-left,
.bottom-right {
  position: fixed;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
  transition-property: opacity;
}

.top-left {
  top: 3.2rem;
  left: 5rem;
  z-index: 99;
}
@media (max-width: 991px) {
  .top-left {
    top: 2.2rem;
    left: 2.5rem;
  }
}

.top-right {
  top: 3.2rem;
  right: 5rem;
  z-index: 99;
}
@media (max-width: 991px) {
  .top-right {
    top: 1.2rem;
    right: 2.5rem;
  }
}

.bottom-left {
  bottom: 3.2rem;
  left: 5rem;
  z-index: 99;
  transition-duration: 1s;
}
@media (max-width: 991px) {
  .bottom-left {
    bottom: 2.2rem;
    left: 2.5rem;
    font-size: 1.3rem;
  }
}

.bottom-right {
  bottom: 3.2rem;
  right: 5rem;
  z-index: 99;
}
@media (max-width: 991px) {
  .bottom-right {
    bottom: 2.2rem;
    right: 2.5rem;
  }
}

.old-world {
  color: #fff;
  font-weight: bold;
}

.egg svg {
  width: 4.6rem;
}
@media (max-width: 991px) {
  .egg svg {
    width: 4rem;
  }
}

.header__logo {
  display: block;
  flex: none;
  width: 27rem;
  height: 4.5rem;
  z-index: 9998;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
@media (max-width: 1199px) {
  .header__logo {
    width: 20rem;
  }
}
@media (max-width: 991px) {
  .header__logo {
    width: 16rem;
  }
}
.header__logo a {
  transition: none;
  position: absolute;
  inset: 0;
}
.header__logo svg {
  display: block;
  height: 100%;
  width: auto;
}
.hamburger {
  font-size: 1.4rem;
  color: #fff;
}
.hamburger span {
  display: block;
  margin-top: 1rem;
  text-align: right;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .hamburger span {
    padding-right: 0;
    margin-top: -0.5rem;
  }
}
.hamburger svg {
  width: 10rem;
  height: 4rem;
}
@media (max-width: 991px) {
  .hamburger svg {
    width: 5rem;
  }
}
.hamburger:hover {
  cursor: pointer;
  color: #2A2524;
}
.hamburger:hover svg path {
  fill: #2A2524;
}
.hamburger:active, .hamburger:focus {
  color: #fff;
}
.hamburger:active svg path, .hamburger:focus svg path {
  fill: #fff;
}

.hide-header-nav .top-left,
.hide-header-nav .top-right,
.hide-header-nav .bottom-left,
.hide-header-nav .bottom-right {
  opacity: 0;
}

footer {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 3rem;
  background: url("/wp-content/themes/sunnyside/assets/images/web/sunnyside_paper_latte.webp");
  background-size: cover;
  color: #4A3C3F;
}
@media (min-width: 992px) {
  footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #5A5E05;
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .footer .fnd {
  font-weight: bold;
}
footer .footer__logo {
  width: 100%;
}
footer .footer__logo svg {
  width: 100%;
}
footer .footer__logo svg path,
footer .footer__logo svg polygon {
  fill: #4A3C3F;
}
footer .footer__scroll {
  margin: 4rem 0 6rem;
  font-size: 6.2rem;
  font-family: "Dark Paradise";
}
@media (max-width: 991px) {
  footer .footer__scroll {
    margin: 2rem 0;
    font-size: 5.1rem;
  }
}
@media (min-width: 992px) {
  footer .footer__left {
    width: 40%;
  }
}
@media (min-width: 992px) {
  footer .footer__right {
    width: 40%;
  }
}
footer .footer__right .flex {
  justify-content: space-between;
}
footer .footer__acknowledgement {
  margin-top: 4rem;
  font-size: 1.2rem;
  font-family: "Spline Sans Mono";
  max-width: 51rem;
}
footer .footer__disclaimer {
  margin-top: 5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 991px) {
  footer .footer__disclaimer {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  footer .footer__nav .nav {
    display: flex;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  footer .footer__nav .nav ul {
    margin-right: 4rem;
  }
}
footer .footer__nav li {
  margin-bottom: 0;
}
footer .footer__nav a {
  font-size: 1.2rem;
  line-height: 1;
}
footer .footer__nav .socials,
footer .footer__nav .primary {
  width: 30%;
  margin-bottom: 2rem;
}
footer .footer__nav .socials li,
footer .footer__nav .primary li {
  margin-bottom: 0.5rem;
}
footer .footer__nav .socials a,
footer .footer__nav .primary a {
  font-size: 1.8rem;
  font-family: "Spline Sans Mono";
}
@media (min-width: 992px) {
  footer .footer__nav .socials a,
  footer .footer__nav .primary a {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  footer .newsletter {
    margin-left: auto;
    width: 60%;
  }
}
footer .newsletter p {
  font-size: 2rem;
  font-family: "Spline Sans Mono";
}
footer .contact__line {
  display: flex;
}
footer .contact__line p {
  margin: 0;
}
footer .contact__line .label {
  min-width: 9rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .socials {
    flex-direction: row;
  }
}
.socials svg {
  height: 30px;
  width: auto;
}
.socials svg:hover path {
  fill: #5A5E05 !important;
}
.socials svg path {
  fill: #000 !important;
}
.socials svg circle {
  fill: transparent !important;
}

.scrolling__animation {
  position: relative;
  overflow-x: hidden;
}
.scrolling__animation__element {
  will-change: transform;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
}
.scrolling__animation__element--primary {
  animation: primary 20s linear infinite;
}
.scrolling__animation__element--secondary {
  margin-left: 4rem;
  animation: secondary 20s linear infinite;
}

.sansstudio {
  display: block;
  margin: 3rem 0 0;
  text-align: center;
}
.sansstudio p {
  text-align: center;
}
@media (max-width: 991px) {
  .sansstudio {
    margin: 1rem auto;
  }
}

@keyframes primary {
  from {
    transform: translatex(0);
  }
  to {
    transform: translatex(-100%);
  }
}
@keyframes secondary {
  from {
    transform: translatex(100%);
  }
  to {
    transform: translatex(0%);
  }
}
footer .gform_wrapper.gravity-theme .gfield_required,
.section__form .gform_wrapper.gravity-theme .gfield_required {
  color: #000;
  font-style: normal;
}
footer .gform_wrapper.gravity-theme form input[type=text],
footer .gform_wrapper.gravity-theme form input[type=number],
footer .gform_wrapper.gravity-theme form input[type=email],
footer .gform_wrapper.gravity-theme form input[type=tel],
footer .gform_wrapper.gravity-theme form select,
footer .gform_wrapper.gravity-theme form textarea,
.section__form .gform_wrapper.gravity-theme form input[type=text],
.section__form .gform_wrapper.gravity-theme form input[type=number],
.section__form .gform_wrapper.gravity-theme form input[type=email],
.section__form .gform_wrapper.gravity-theme form input[type=tel],
.section__form .gform_wrapper.gravity-theme form select,
.section__form .gform_wrapper.gravity-theme form textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 16px !important;
  padding: 5px 0 !important;
}
@media (max-width: 1199px) {
  footer .gform_wrapper.gravity-theme form input[type=text],
  footer .gform_wrapper.gravity-theme form input[type=number],
  footer .gform_wrapper.gravity-theme form input[type=email],
  footer .gform_wrapper.gravity-theme form input[type=tel],
  footer .gform_wrapper.gravity-theme form select,
  footer .gform_wrapper.gravity-theme form textarea,
  .section__form .gform_wrapper.gravity-theme form input[type=text],
  .section__form .gform_wrapper.gravity-theme form input[type=number],
  .section__form .gform_wrapper.gravity-theme form input[type=email],
  .section__form .gform_wrapper.gravity-theme form input[type=tel],
  .section__form .gform_wrapper.gravity-theme form select,
  .section__form .gform_wrapper.gravity-theme form textarea {
    font-size: 14px !important;
    padding: 3px 0 !important;
  }
}
footer .gform_wrapper.gravity-theme form textarea,
.section__form .gform_wrapper.gravity-theme form textarea {
  max-height: clamp(10rem, 5vw, 30rem);
}
footer .gform_wrapper.gravity-theme form .gfield,
.section__form .gform_wrapper.gravity-theme form .gfield {
  margin-top: 0;
}
footer .gform_wrapper.gravity-theme form .gfield_description,
footer .gform_wrapper.gravity-theme form .gfield_label,
.section__form .gform_wrapper.gravity-theme form .gfield_description,
.section__form .gform_wrapper.gravity-theme form .gfield_label {
  font-size: 1.2rem;
  text-transform: uppercase;
}
footer .gform_wrapper.gravity-theme form .gform_fields,
footer .gform_wrapper.gravity-theme form .gform_fields,
.section__form .gform_wrapper.gravity-theme form .gform_fields,
.section__form .gform_wrapper.gravity-theme form .gform_fields {
  row-gap: 20px;
}
footer .gform_footer input[type=submit],
.section__form .gform_footer input[type=submit] {
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: left;
  color: #000;
}
footer .gform_button_select_files,
.section__form .gform_button_select_files {
  margin-left: auto;
  margin-right: auto;
}
footer .button,
footer .gform_footer input[type=submit],
.section__form .button,
.section__form .gform_footer input[type=submit] {
  background-color: #000;
  border-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  min-width: 0;
  padding: 10px 40px;
  font-weight: normal;
  text-transform: none;
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  line-height: 1;
  display: block;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 11px 21px;
  font-family: "Spline Sans Mono";
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
@media (max-width: 767px) {
  .btn {
    width: auto;
    font-size: 1.5rem;
  }
}
.btn--ink, .section__triple-seat #tripleseat_embed_form #lead_submit, .section--sky .cta-buttons .btn:nth-child(2), .section--sky .cta-buttons .btn:first-child, .section--sky .btn, .section--olive .cta-buttons .btn:nth-child(2), .section--olive .cta-buttons .btn:first-child, .section--olive .btn, .section--terra .cta-buttons .btn:nth-child(2), .section--latte .cta-buttons .btn:nth-child(2), .section--apricot .cta-buttons .btn:nth-child(2) {
  background-color: #2A2524;
}
.btn--bone {
  background-color: #F4EFE5;
}
.btn--terra, .section--bone .cta-buttons .btn:first-child, .section--bone .btn, .section--latte .cta-buttons .btn:first-child, .section--latte .btn {
  background-color: #CC7229;
}
.btn--latte {
  background-color: #D4AA80;
}
.btn--apricot, .section--terra .cta-buttons .btn:first-child, .section--terra .btn {
  color: #4A3C3F;
  background-color: #FFE4A4;
}
.btn--chocolate, body.page-events .section__discover .btn, .section--sumac .cta-buttons .btn:nth-child(2), .section--sumac .cta-buttons .btn:first-child, .section--sumac .btn, .section--bone .cta-buttons .btn:nth-child(2) {
  background-color: #4A3C3F;
}
.btn--olive, body.page-events .section__parties .btn {
  background-color: #5A5E05;
}
.btn--olive, body.page-events .section__parties .btn {
  background-color: #5A5E05;
}
.btn--olive, body.page-events .section__parties .btn {
  background-color: #5A5E05;
}
.btn--mustard {
  background-color: #B4A000;
}
.btn--sumac, .section--apricot .cta-buttons .btn:first-child, .section--apricot .btn {
  background-color: #A34419;
}
.btn--sky {
  background-color: #DEEEF2;
}
.btn--electric {
  background-color: #0517C4;
}
.btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn--large {
  border-width: 1px;
  font-size: 2.4rem;
  padding: 15px 40px;
}
@media (max-width: 991px) {
  .btn--large {
    font-size: 2rem;
    padding: 10px 30px;
  }
}

.btn--small {
  font-size: 1.6rem;
  padding: 7.5px 15px;
}
@media (max-width: 991px) {
  .btn--small {
    font-size: 1.6rem;
    padding: 7.5px 10px;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #D4AA80;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  color: #fff;
}
@media (max-width: 1199px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 90%;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 95%;
  }
}
@media (max-width: 1499px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 30px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-image: url("../images/icon_arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-next {
  background-image: url("../images/icon_arrow-right.svg");
}

.gform_wrapper.gravity-theme form .gform_fields {
  row-gap: 40px;
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme form .gform_fields {
    row-gap: 2rem;
  }
}
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 1px solid #ececec;
  background-color: transparent;
  border-radius: 0;
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 200;
  padding: 2px 2px 2px 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme form input[type=text],
  .gform_wrapper.gravity-theme form input[type=email],
  .gform_wrapper.gravity-theme form input[type=tel],
  .gform_wrapper.gravity-theme form select,
  .gform_wrapper.gravity-theme form textarea {
    font-size: 20px;
    padding: 8px 8px 8px 0;
  }
}
.gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme form select::-moz-placeholder, .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: #000;
  opacity: 0.5;
  font-weight: 300;
}
.gform_wrapper.gravity-theme form input[type=text]::placeholder,
.gform_wrapper.gravity-theme form input[type=email]::placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form select::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder {
  color: #000;
  opacity: 0.5;
  font-weight: 300;
}
.gform_wrapper.gravity-theme form input[type=text]:focus,
.gform_wrapper.gravity-theme form input[type=email]:focus,
.gform_wrapper.gravity-theme form input[type=tel]:focus,
.gform_wrapper.gravity-theme form select:focus,
.gform_wrapper.gravity-theme form textarea:focus {
  border-color: #bcbec0;
  outline: none;
}
.gform_wrapper.gravity-theme form textarea {
  border: 1px solid #ececec;
  height: auto !important;
  resize: horizontal;
  overflow: hidden;
}
.gform_wrapper.gravity-theme form .ginput_container_textarea {
  display: grid;
}
.gform_wrapper.gravity-theme form .ginput_container_textarea:after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}
.gform_wrapper.gravity-theme form .ginput_container_textarea > textarea {
  resize: none;
  overflow: hidden;
}
.gform_wrapper.gravity-theme form .ginput_container_textarea > textarea, .gform_wrapper.gravity-theme form .ginput_container_textarea:after {
  /* Identical styling required!! */
  line-height: 1.4;
  height: auto !important;
  grid-area: 1/1/2/2;
  padding: 2rem;
  border-radius: 0;
  color: #333;
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme form .ginput_container_textarea > textarea, .gform_wrapper.gravity-theme form .ginput_container_textarea:after {
    font-size: 24px;
  }
}
.gform_wrapper.gravity-theme form select {
  border: 1px solid #bcbec0;
  padding: 15px 22.5px;
  font-weight: 200;
  font-size: 20px;
  color: #454545;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 0.75em;
}
.gform_wrapper.gravity-theme form .gform_drop_area {
  border-style: dotted;
  background-color: #fff;
}
.gform_wrapper.gravity-theme form .gform_drop_area button {
  border-color: #F6F6F6;
  background-color: #F6F6F6;
  font-family: "acumin-variable", sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif !important;
}
.gform_wrapper.gravity-theme form .gform_drop_area button:hover {
  background-color: #bcbec0;
}
.gform_wrapper.gravity-theme form legend,
.gform_wrapper.gravity-theme form .gfield_label,
.gform_wrapper.gravity-theme form .gfield_description,
.gform_wrapper.gravity-theme form .gfield_required_asterisk {
  font-size: clamp(2rem, 1.8vw, 2.4rem);
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme form legend,
  .gform_wrapper.gravity-theme form .gfield_label,
  .gform_wrapper.gravity-theme form .gfield_description,
  .gform_wrapper.gravity-theme form .gfield_required_asterisk {
    font-size: 24px;
  }
}
.gform_wrapper.gravity-theme form .gfield {
  margin-top: 15px;
  margin-bottom: 7.5px;
}
@media (max-width: 991px) {
  .gform_wrapper.gravity-theme form .gfield {
    margin: 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme form .gfield {
    margin: 0 0 1rem;
  }
}
.gform_wrapper.gravity-theme form .ginput_container_checkbox {
  margin-left: -12.5px;
  margin-right: -12.5px;
  width: calc(100% + 25px);
}
.gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox .gchoice {
  width: 100%;
  border: 1px solid #ececec;
  margin: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(50% - 25px);
  line-height: 1.2;
  min-height: 80px;
}
@media (min-width: 768px) {
  .gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox .gchoice {
    width: calc(33.3333% - 25px);
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox .gchoice {
    width: calc(33.3333% - 25px);
  }
}
.gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox .gchoice input {
  position: absolute;
  opacity: 0;
}
.gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox .gchoice input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 15px;
  font-size: 20px;
  color: #454545;
  text-align: center;
}
.gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox .gchoice input + label:hover {
  cursor: pointer;
}
.gform_wrapper.gravity-theme form .ginput_container_checkbox .gfield_checkbox .gchoice input:checked + label {
  color: #fff;
  background-color: #bcbec0;
  border-color: #bcbec0;
}
#gform_confirmation_wrapper {
  padding-top: 30px;
}

.gform_footer {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 45px !important;
}
@media (max-width: 767px) {
  .gform_footer {
    margin-top: 15px !important;
    padding-top: 0 !important;
  }
}
.gform_footer input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0 !important;
  font-size: 16px;
  color: #D4AA80;
  background-color: #fff;
  border: 2px solid #D4AA80;
}
.gform_footer input[type=submit]:hover {
  cursor: pointer;
  background-color: #D4AA80;
  color: #fff;
  border-color: #D4AA80;
}

.gform_required_legend,
.gform_validation_errors {
  display: none;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-bottom-color: rgb(192, 43, 10) !important;
}

.validation_message.gfield_validation_message {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  font-size: 14px !important;
  margin-top: 2.5px !important;
  margin-left: 10px;
}

.gform_ajax_spinner {
  display: inline-block;
  margin-left: 15px;
  border: 4px solid rgba(212, 170, 128, 0.25);
  border-left: 4px solid rgba(212, 170, 128, 0.75);
  animation: spinner 1.1s infinite linear;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --- Tailwind-like Grid Utilities --- */
/* === Base Utilities (non-responsive) === */
/* ==========================
   Margin Auto
========================== 
$breakpoints: (
  'xs': 480px,
  'sm': 768px,
  'md': 992px,
  'lg': 1200px,
  'xl': 1500px,
  'xxl': 1800px,
  'xxxl': 2100px,
);
*/
main {
  max-width: 100vw;
  overflow: hidden;
}

figcaption {
  font-size: 1.2rem;
  opacity: 0.5;
}

.hidden {
  display: none !important;
}

.hidden-xs {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-xs {
    display: block !important;
  }
}

.hidden-xs--flex {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-xs--flex {
    display: flex !important;
  }
}

.visible-xs {
  display: block !important;
}
@media (min-width: 992px) {
  .visible-xs {
    display: none !important;
  }
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

/* ==========================
   Base Margin Utilities 1–10
========================== */
.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.m-6 {
  margin: 6rem;
}

.m-7 {
  margin: 7rem;
}

.m-8 {
  margin: 8rem;
}

.m-9 {
  margin: 9rem;
}

.m-10 {
  margin: 10rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-6 {
  margin-left: 6rem;
}

.ml-7 {
  margin-left: 7rem;
}

.ml-8 {
  margin-left: 8rem;
}

.ml-9 {
  margin-left: 9rem;
}

.ml-10 {
  margin-left: 10rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mr-9 {
  margin-right: 9rem;
}

.mr-10 {
  margin-right: 10rem;
}

/* ==========================
   Base Padding Utilities 1–10
========================== */
.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.p-6 {
  padding: 6rem;
}

.p-7 {
  padding: 7rem;
}

.p-8 {
  padding: 8rem;
}

.p-9 {
  padding: 9rem;
}

.p-10 {
  padding: 10rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pl-6 {
  padding-left: 6rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pl-8 {
  padding-left: 8rem;
}

.pl-9 {
  padding-left: 9rem;
}

.pl-10 {
  padding-left: 10rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pr-8 {
  padding-right: 8rem;
}

.pr-9 {
  padding-right: 9rem;
}

.pr-10 {
  padding-right: 10rem;
}

/* ==========================
   Responsive Utilities
========================== */
/* === sm: ≥640px === */
@media (min-width: 640px) {
  /* Margin */
  .sm:m-1 {
    margin: 1rem;
  }
  .sm:m-2 {
    margin: 2rem;
  }
  .sm:m-3 {
    margin: 3rem;
  }
  .sm:m-4 {
    margin: 4rem;
  }
  .sm:m-5 {
    margin: 5rem;
  }
  .sm:m-6 {
    margin: 6rem;
  }
  .sm:m-7 {
    margin: 7rem;
  }
  .sm:m-8 {
    margin: 8rem;
  }
  .sm:m-9 {
    margin: 9rem;
  }
  .sm:m-10 {
    margin: 10rem;
  }
  .sm:mt-1 {
    margin-top: 1rem;
  }
  .sm:mt-2 {
    margin-top: 2rem;
  }
  .sm:mt-3 {
    margin-top: 3rem;
  }
  .sm:mt-4 {
    margin-top: 4rem;
  }
  .sm:mt-5 {
    margin-top: 5rem;
  }
  .sm:mt-6 {
    margin-top: 6rem;
  }
  .sm:mt-7 {
    margin-top: 7rem;
  }
  .sm:mt-8 {
    margin-top: 8rem;
  }
  .sm:mt-9 {
    margin-top: 9rem;
  }
  .sm:mt-10 {
    margin-top: 10rem;
  }
  .sm:mb-1 {
    margin-bottom: 1rem;
  }
  .sm:mb-2 {
    margin-bottom: 2rem;
  }
  .sm:mb-3 {
    margin-bottom: 3rem;
  }
  .sm:mb-4 {
    margin-bottom: 4rem;
  }
  .sm:mb-5 {
    margin-bottom: 5rem;
  }
  .sm:mb-6 {
    margin-bottom: 6rem;
  }
  .sm:mb-7 {
    margin-bottom: 7rem;
  }
  .sm:mb-8 {
    margin-bottom: 8rem;
  }
  .sm:mb-9 {
    margin-bottom: 9rem;
  }
  .sm:mb-10 {
    margin-bottom: 10rem;
  }
  .sm:ml-1 {
    margin-left: 1rem;
  }
  .sm:ml-2 {
    margin-left: 2rem;
  }
  .sm:ml-3 {
    margin-left: 3rem;
  }
  .sm:ml-4 {
    margin-left: 4rem;
  }
  .sm:ml-5 {
    margin-left: 5rem;
  }
  .sm:ml-6 {
    margin-left: 6rem;
  }
  .sm:ml-7 {
    margin-left: 7rem;
  }
  .sm:ml-8 {
    margin-left: 8rem;
  }
  .sm:ml-9 {
    margin-left: 9rem;
  }
  .sm:ml-10 {
    margin-left: 10rem;
  }
  .sm:mr-1 {
    margin-right: 1rem;
  }
  .sm:mr-2 {
    margin-right: 2rem;
  }
  .sm:mr-3 {
    margin-right: 3rem;
  }
  .sm:mr-4 {
    margin-right: 4rem;
  }
  .sm:mr-5 {
    margin-right: 5rem;
  }
  .sm:mr-6 {
    margin-right: 6rem;
  }
  .sm:mr-7 {
    margin-right: 7rem;
  }
  .sm:mr-8 {
    margin-right: 8rem;
  }
  .sm:mr-9 {
    margin-right: 9rem;
  }
  .sm:mr-10 {
    margin-right: 10rem;
  }
  /* Padding */
  .sm:p-1 {
    padding: 1rem;
  }
  .sm:p-2 {
    padding: 2rem;
  }
  .sm:p-3 {
    padding: 3rem;
  }
  .sm:p-4 {
    padding: 4rem;
  }
  .sm:p-5 {
    padding: 5rem;
  }
  .sm:p-6 {
    padding: 6rem;
  }
  .sm:p-7 {
    padding: 7rem;
  }
  .sm:p-8 {
    padding: 8rem;
  }
  .sm:p-9 {
    padding: 9rem;
  }
  .sm:p-10 {
    padding: 10rem;
  }
  .sm:pt-1 {
    padding-top: 1rem;
  }
  .sm:pt-2 {
    padding-top: 2rem;
  }
  .sm:pt-3 {
    padding-top: 3rem;
  }
  .sm:pt-4 {
    padding-top: 4rem;
  }
  .sm:pt-5 {
    padding-top: 5rem;
  }
  .sm:pt-6 {
    padding-top: 6rem;
  }
  .sm:pt-7 {
    padding-top: 7rem;
  }
  .sm:pt-8 {
    padding-top: 8rem;
  }
  .sm:pt-9 {
    padding-top: 9rem;
  }
  .sm:pt-10 {
    padding-top: 10rem;
  }
  .sm:pb-1 {
    padding-bottom: 1rem;
  }
  .sm:pb-2 {
    padding-bottom: 2rem;
  }
  .sm:pb-3 {
    padding-bottom: 3rem;
  }
  .sm:pb-4 {
    padding-bottom: 4rem;
  }
  .sm:pb-5 {
    padding-bottom: 5rem;
  }
  .sm:pb-6 {
    padding-bottom: 6rem;
  }
  .sm:pb-7 {
    padding-bottom: 7rem;
  }
  .sm:pb-8 {
    padding-bottom: 8rem;
  }
  .sm:pb-9 {
    padding-bottom: 9rem;
  }
  .sm:pb-10 {
    padding-bottom: 10rem;
  }
  .sm:pl-1 {
    padding-left: 1rem;
  }
  .sm:pl-2 {
    padding-left: 2rem;
  }
  .sm:pl-3 {
    padding-left: 3rem;
  }
  .sm:pl-4 {
    padding-left: 4rem;
  }
  .sm:pl-5 {
    padding-left: 5rem;
  }
  .sm:pl-6 {
    padding-left: 6rem;
  }
  .sm:pl-7 {
    padding-left: 7rem;
  }
  .sm:pl-8 {
    padding-left: 8rem;
  }
  .sm:pl-9 {
    padding-left: 9rem;
  }
  .sm:pl-10 {
    padding-left: 10rem;
  }
  .sm:pr-1 {
    padding-right: 1rem;
  }
  .sm:pr-2 {
    padding-right: 2rem;
  }
  .sm:pr-3 {
    padding-right: 3rem;
  }
  .sm:pr-4 {
    padding-right: 4rem;
  }
  .sm:pr-5 {
    padding-right: 5rem;
  }
  .sm:pr-6 {
    padding-right: 6rem;
  }
  .sm:pr-7 {
    padding-right: 7rem;
  }
  .sm:pr-8 {
    padding-right: 8rem;
  }
  .sm:pr-9 {
    padding-right: 9rem;
  }
  .sm:pr-10 {
    padding-right: 10rem;
  }
}
/* === md: ≥768px === */
@media (min-width: 768px) {
  /* Same as sm but with prefix md: */
  /* ... repeated for md: ... */
}
/* === lg: ≥1024px === */
@media (min-width: 1024px) {
  /* Same as sm but with prefix lg: */
  /* ... repeated for lg: ... */
}
/* === xl: ≥1280px === */
@media (min-width: 1280px) {
  /* Same as sm but with prefix xl: */
  /* ... repeated for xl: ... */
}
.text-left {
  text-align: left;
}

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

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

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

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

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

/* Responsive breakpoints */
@media (min-width: 640px) {
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-justify {
    text-align: justify;
  }
}
.font-spline {
  font-family: "Spline Sans Mono";
  letter-spacing: 2px;
}

.font-apercu-pro {
  font-family: "Apercu Pro";
}

.font-tomato {
  font-family: "Tomato Pasta";
}

.font-dark-paradise {
  font-family: "Dark Paradise";
}

.uppercase {
  text-transform: uppercase;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

@media (min-width: 992px) {
  .md\:flex {
    display: flex;
  }
}
body {
  font-family: "Apercu Pro";
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (min-width: 1800px) {
  body {
    font-size: 2rem;
  }
}

h1,
.h1-size,
h2,
.h2-size {
  font-family: "Dark Paradise";
  font-weight: normal;
  font-size: 6.1rem;
  line-height: 0.9;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 430px) {
  h1,
  .h1-size,
  h2,
  .h2-size {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  h1,
  .h1-size,
  h2,
  .h2-size {
    font-size: 8.4rem;
  }
}
@media (min-width: 1800px) {
  h1,
  .h1-size,
  h2,
  .h2-size {
    font-size: 10.25rem;
  }
}

h3,
.h3-size,
h4,
.h4-size {
  font-family: "Dark Paradise";
  font-weight: normal;
  font-size: 4.2rem;
  line-height: 0.9;
  text-transform: none;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 992px) {
  h3,
  .h3-size,
  h4,
  .h4-size {
    font-size: 6.4rem;
  }
}
@media (min-width: 1800px) {
  h3,
  .h3-size,
  h4,
  .h4-size {
    font-size: 8.25rem;
  }
}

.h2-large {
  font-size: 6.1rem;
}
@media (min-width: 992px) {
  .h2-large {
    font-size: 10.5rem;
  }
}
@media (min-width: 1800px) {
  .h2-large {
    font-size: 13.125rem;
  }
}

.subheader {
  font-size: 1.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Spline Sans Mono";
  line-height: 1.3;
}
@media (min-width: 992px) {
  .subheader {
    line-height: 1;
  }
}
@media (min-width: 1800px) {
  .subheader {
    font-size: 2.25rem;
    letter-spacing: 7px;
  }
}

.intro p,
p.intro {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-family: "Spline Sans Mono";
  line-height: 1.4;
}
@media (min-width: 992px) {
  .intro p,
  p.intro {
    font-size: 1.9rem;
    line-height: 1.3;
  }
}
@media (min-width: 1800px) {
  .intro p,
  p.intro {
    font-size: 2.3rem;
  }
}
.intro p--large,
p.intro--large {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .intro p--large,
  p.intro--large {
    font-size: 2.3rem;
  }
}
@media (min-width: 1800px) {
  .intro p--large,
  p.intro--large {
    font-size: 2.875rem;
  }
}
.intro p--small,
p.intro--small {
  font-size: 1.8rem;
}
@media (min-width: 1800px) {
  .intro p--small,
  p.intro--small {
    font-size: 2.25rem;
  }
}

section {
  position: relative;
  padding: clamp(50px, 7.5vw, 75px) 0;
  align-items: center;
  justify-content: center;
}
@media (max-height: 950px) {
  section {
    padding: 5vw 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 45px 0;
  }
}

/* COLOURS */
.section--apricot {
  background-size: cover;
}
.section--apricot .btn:hover {
  background-color: #5A5E05;
  color: #fff;
}
.section--latte {
  background-size: cover;
}
.section--latte .btn:hover {
  background-color: #5A5E05;
  color: #fff;
}
.section--latte .cta-buttons .btn:first-child:hover {
  background-color: #5A5E05;
  color: #fff;
}
.section--latte .cta-buttons .btn:nth-child(2):hover {
  background-color: #F4EFE5;
  color: #4A3C3F;
}

.section--terra .btn:hover {
  background-color: #A34419;
  color: #F4EFE5;
}
.section--olive {
  color: #fff;
}
.section--olive .btn:hover {
  background-color: #F4EFE5;
  color: #4A3C3F;
}
.section--olive .cta-buttons .btn:first-child:hover {
  background-color: #F4EFE5;
  color: #4A3C3F;
}
.section--olive .cta-buttons .btn:nth-child(2):hover {
  background-color: #F4EFE5;
  color: #4A3C3F;
}

.section--bone .cta-buttons .btn:first-child:hover {
  background-color: #4A3C3F;
  color: bone;
}
.section--bone .cta-buttons .btn:nth-child(2):hover {
  background-color: #F4EFE5;
  color: #4A3C3F;
}

.section--sumac {
  color: #fff;
}
.section--standard-height {
  min-height: 0;
}

.section__video {
  height: 100vh;
  height: 100svh;
  position: relative;
  background-position: 50% 60%;
  background-size: cover;
  /* Hide any default controls */
}
.section__video video {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  pointer-events: none; /* Prevents any interaction */
}
.section__video video::-webkit-media-controls {
  display: none !important;
}
.section__video video::-webkit-media-controls-enclosure {
  display: none !important;
}
.section__video video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

@media (min-width: 1500px) {
  .section__discover {
    margin-bottom: 10vw;
  }
}
.section__discover h2 {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section__discover h2 {
    margin-bottom: 5rem;
  }
}
.section__discover .container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .section__discover .container {
    padding-right: 12.5%;
  }
}
@media (min-width: 992px) {
  .section__discover .container {
    padding-left: 8.33%;
  }
}
.section__discover .animate-binocular {
  position: relative;
  margin-left: auto;
  width: 128vw;
  transform: translateX(5vw);
}
@media (min-width: 992px) {
  .section__discover .animate-binocular {
    width: 65vw;
  }
}
.section__discover .animate-olive {
  position: relative;
  margin-left: auto;
  width: 40vw;
  transform: translateX(5vw);
}
@media (min-width: 992px) {
  .section__discover .animate-olive {
    width: 40vw;
  }
}
@media (min-width: 992px) {
  .section__discover__content {
    position: absolute;
    top: 12vw;
    width: 33.333%;
  }
}
.section__areas {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .section__areas {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .section__areas {
    display: block;
  }
}
.section__areas__content {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .section__areas__content {
    max-width: 86.6667%;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}
@media (min-width: 992px) {
  .section__areas__content {
    margin-top: 12rem;
    margin-top: 30rem;
  }
}
.section__areas__content .swiper-pagination {
  margin-top: 15.5rem;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section__areas__content .swiper-pagination {
    margin: 9rem auto 4.5rem;
  }
}
.section__areas__content .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #F4EFE5;
}
.section__areas__content .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: #FFE4A4;
}
@media (max-width: 991px) {
  .section__areas .area__images {
    position: relative;
    height: 67vw;
    width: calc(100vw - 40px);
    order: 1;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .section__areas .area__images {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section__areas .area__images {
    row-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-bottom: 3vw;
  }
}
.section__areas .area__images .area__images__part {
  position: relative;
}
@media (max-width: 991px) {
  .section__areas .area__images .area__images__part {
    width: 100%;
    height: 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .section__areas .area__images .area__images__part {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
  }
}
.section__areas .area__images .area__images__part__inner {
  overflow: hidden;
}
@media (max-width: 991px) {
  .section__areas .area__images .area__images__part__inner {
    height: 100%;
  }
}
.section__areas .area__images .area__images__part .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}
.section__areas .area__images .area__images__part img {
  height: 100%;
  width: 100%;
}
.section__areas .area__images .area__images__part img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.section__areas .area__images .area__images__part img.float {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section__areas .area__images .area__images__part img.float {
    width: 9rem;
    height: 9rem;
    transform: translate(-2vw, 50%);
  }
}
@media (min-width: 992px) {
  .section__areas .area__images .area__images__part img.float {
    width: min(120px, 6.5vw);
    height: min(120px, 6.5vw);
    transform: translate(-4vw, 50%);
  }
}
@media (min-width: 992px) {
  .section__areas .area__images .area-4 .area__images__part__inner,
  .section__areas .area__images .area-1 .area__images__part__inner {
    width: 58.6%;
    height: auto;
    aspect-ratio: 3/4;
  }
}
@media (min-width: 992px) {
  .section__areas .area__images .area-4 {
    align-items: center;
    justify-content: center;
    transform: translateY(-3vw);
  }
  .section__areas .area__images .area-4 .area__images__part__inner {
    width: 50%;
    height: auto;
  }
}
.section__areas .area__images .area-2 {
  display: flex;
  align-items: center;
  transform: translateY(-3vw);
}
@media (min-width: 992px) {
  .section__areas .area__images .area-2 .area__images__part__inner {
    width: 75%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.section__areas .area__images .area-3 {
  display: flex;
  align-items: center;
  transform: translateY(3vw);
}
@media (min-width: 992px) {
  .section__areas .area__images .area-3 .area__images__part__inner {
    width: 86.667%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 991px) {
  .section__areas .area__images .area-2,
  .section__areas .area__images .area-3,
  .section__areas .area__images .area-4 {
    display: none !important;
  }
}

/* swing between -7.4deg and +7.4deg */
@keyframes swing-snap {
  0% {
    transform: rotate(-7.4deg);
  }
  50% {
    transform: rotate(7.4deg);
  }
  100% {
    transform: rotate(-7.4deg);
  }
}
@media (max-width: 991px) {
  .section__event-experiences {
    padding-top: 4.5rem;
  }
}
@media (min-width: 992px) {
  .section__event-experiences__image {
    padding-top: 0;
    width: 50%;
    padding-right: calc(8.333% - 30px);
    flex-shrink: 0;
  }
}
@media (max-width: 991px) {
  .section__event-experiences__image {
    margin-left: -2.5rem;
    margin-right: 8.333%;
  }
}
.section__event-experiences__image img {
  aspect-ratio: 548/403;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__event-experiences__image figure {
  position: relative;
}
.section__event-experiences__image figure .main {
  filter: grayscale(100%);
}
.section__event-experiences__image figure .float {
  position: absolute;
  width: 12.1rem;
  top: -4rem;
  right: -5rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1519/2175;
  transform: rotate(-7.4deg);
}
@media (max-width: 991px) {
  .section__event-experiences__image figure .float {
    width: 8.4rem;
  }
}
.section__event-experiences__content {
  position: relative;
}
@media (min-width: 992px) {
  .section__event-experiences__content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .section__event-experiences__content__top {
    position: absolute;
    top: 5rem;
    left: 0;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .section__event-experiences__content h3 {
    white-space: pre;
  }
}
@media (min-width: 992px) {
  .section__event-experiences__content {
    margin-left: auto;
  }
}
.section__event-experiences__content__bottom {
  min-width: 295px;
  max-width: 80%;
  margin-left: auto;
  margin-right: 8.3333%;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section__event-experiences__content__bottom {
    max-width: 66.667%;
    margin-top: 5rem;
    margin-right: 0;
    padding-right: calc(8.333% - 30px);
  }
  .section__event-experiences__content__bottom h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .section__cta {
    padding-bottom: 0;
  }
}
.section__cta .flex {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section__cta .flex {
    flex-direction: column;
    padding-left: 0;
  }
}
.section__cta h3 {
  color: #4A3C3F;
  margin-bottom: 4rem;
}
.section__cta__content {
  padding: 10vw 0;
}
.section__cta__content p {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .section__cta__content p {
    max-width: 75vw;
  }
}
@media (max-width: 991px) {
  .section__cta__content .btn {
    line-height: 1.4;
  }
}
.section__cta .area-1 {
  width: 27.2%;
}
@media (max-width: 991px) {
  .section__cta .area-1 {
    width: 62.5%;
  }
}
.section__cta .video-portrait {
  width: 27.2%;
  width: auto;
}
.section__cta .video-portrait video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__cta figure {
  width: 27.2%;
  align-self: flex-end;
  aspect-ratio: 4/5;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section__cta figure {
    width: 62.5%;
    aspect-ratio: 256/226;
    align-self: flex-start;
  }
}
.section__cta figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__cta figure:first-child {
  align-self: flex-start;
  width: 22.2%;
  aspect-ratio: 332/454;
  margin-top: -5vw;
}
@media (max-width: 991px) {
  .section__cta figure:first-child {
    align-self: flex-end;
    aspect-ratio: 298/238;
    width: 66.67%;
    margin-top: 0;
  }
}

.section__page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .section__page-header {
    padding: 15rem 0 6rem;
  }
}
@media (min-width: 992px) {
  .section__page-header {
    padding-bottom: 0;
    padding-top: max(12vw, 260px);
  }
}
.section__page-header .container {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section__page-header .container {
    width: 50vw;
    max-width: 800px;
    margin-bottom: 8rem;
    margin-left: auto;
  }
}
.section__page-header h1 {
  margin-bottom: 4rem;
}
.section__page-header p {
  font-size: 2rem;
}

.section__hero-image {
  padding: 33vw 0 6rem;
}
@media (min-width: 992px) {
  .section__hero-image {
    padding: 9rem 0 6rem;
  }
}
.section__hero-image .bg-image {
  display: none; /* Hide the background image completely */
}
.section__hero-image + .section__basic-content {
  padding-top: 0;
}
@media (min-width: 992px) {
  .section__hero-image + .section__basic-content {
    padding-top: 2.5vw;
  }
}

.section__explore {
  padding-top: 0;
  padding-bottom: 0;
}

.section__triple-seat {
  padding-top: 0;
}
.section__triple-seat .container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section__triple-seat h2 {
  font-size: 3.1rem;
  line-height: 0.9;
  text-transform: none;
  text-align: center;
}
@media (min-width: 992px) {
  .section__triple-seat h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1800px) {
  .section__triple-seat h2 {
    font-size: 6rem;
  }
}
.section__triple-seat #tripleseat_embed_form {
  margin-top: 6rem;
}
.section__triple-seat #tripleseat_embed_form input,
.section__triple-seat #tripleseat_embed_form textarea,
.section__triple-seat #tripleseat_embed_form select {
  width: 100%;
  margin-bottom: 2rem;
  box-sizing: border-box;
  border-color: #D4AA80;
}
.section__triple-seat #tripleseat_embed_form input {
  height: 4rem;
  width: 100%;
  padding-left: 1rem;
}
.section__triple-seat #tripleseat_embed_form #lead_referral_source_id {
  height: 4rem;
  text-indent: 1rem;
}
.section__triple-seat #tripleseat_embed_form label {
  text-transform: uppercase;
  font-family: "Spline Sans Mono";
}
.section__triple-seat #tripleseat_embed_form #lead_form_event_header {
  margin-top: 4rem;
}
.section__triple-seat #tripleseat_embed_form #lead_start_time,
.section__triple-seat #tripleseat_embed_form #lead_first_name {
  width: calc(100% - 2rem);
  margin-right: 2rem;
}
.section__triple-seat #tripleseat_embed_form #lead_end_time,
.section__triple-seat #tripleseat_embed_form #lead_start_time {
  padding-left: 2rem;
}
.section__triple-seat #tripleseat_embed_form #dp_lead_event_date {
  padding-left: 3rem;
}
.section__triple-seat #tripleseat_embed_form .row_event_date {
  position: relative;
}
.section__triple-seat #tripleseat_embed_form #ui-datepicker-div {
  left: 3px !important;
  top: 63px !important;
}
.section__triple-seat #tripleseat_embed_form #lead_form_submit a {
  display: none;
}
.section__triple-seat #tripleseat_embed_form #lead_submit {
  border: 0;
  color: #F4EFE5;
  cursor: pointer;
  font-family: "Spline Sans Mono";
}
.section__triple-seat #tripleseat_embed_form #lead_submit:hover {
  background-color: #F4EFE5;
  color: #4A3C3F;
}
.section__triple-seat #tripleseat_embed_form .help-block {
  margin-top: -2rem;
  margin-bottom: 1rem;
}
.section__triple-seat #tripleseat_embed_form .fa-exclamation-triangle {
  display: inline-block;
}

.section__path {
  position: relative;
  overflow: hidden;
  margin-top: -15vw;
}
@media (min-width: 992px) {
  .section__path {
    margin-top: -7.5vw;
  }
}
.section__path__wrapper {
  position: absolute;
  transform: rotate(23.79deg);
  transform-origin: top left;
  opacity: 0.2;
  left: 6vw;
  top: -4vw;
  width: 181vw;
  transform: rotate(27.79deg);
}
@media (min-width: 1500px) {
  .section__path__wrapper {
    top: -8vw;
    width: 172vw;
  }
}
@media (min-width: 1500px) and (max-height: 1000px) {
  .section__path__wrapper {
    transform: rotate(23.79deg);
  }
}
@media (min-width: 1800px) and (max-height: 1000px) {
  .section__path__wrapper {
    transform: rotate(25.79deg);
  }
}
.section__path__wrapper svg {
  width: 100%;
}
.section__path__wrapper svg path {
  stroke-width: 18;
  margin-top: -7.5vw;
}
.section__basic-content {
  min-height: 0;
}
.section__basic-content .container {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.section__basic-content--left .container {
  margin-left: 0;
}
@media (min-width: 992px) {
  .section__basic-content--left .container {
    margin-left: 16.67%;
  }
}
@media (min-width: 1500px) {
  .section__basic-content--left .container {
    margin-left: 8.3333%;
  }
}
@media (min-width: 1800px) {
  .section__basic-content--left .container {
    margin-left: 25%;
  }
}
.section__basic-content--right .container {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section__basic-content--right .container {
    margin-left: auto;
    margin-right: 11.5%;
  }
}
@media (min-width: 1500px) {
  .section__basic-content--right .container {
    margin-right: 15%;
  }
}
@media (min-width: 1800px) {
  .section__basic-content--right .container {
    margin-right: 20%;
  }
}

.section__gallery {
  position: relative;
}
.section__gallery > div {
  position: absolute;
  display: flex;
  justify-content: center;
}
.section__gallery > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__gallery .hero {
  top: 50%;
  left: 50%;
  width: 67vw;
  transform: translate(-50%, -50%) scale(0.4);
}
.section__gallery .hero figure {
  aspect-ratio: 3/2;
}
.section__gallery .hero figure img {
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}
.section__gallery .area-1 {
  top: 8.9898989899svh;
  left: 9.0277777778vw;
  width: 18.0555555556vw;
  height: 32.3232323232svh;
}
.section__gallery .area-1 figure {
  aspect-ratio: 140/186;
}
.section__gallery .area-2 {
  left: 69.6527777778vw;
  width: 27.6388888889vw;
  height: 40.202020202svh;
  top: 8.9898989899svh;
}
.section__gallery .area-2 figure {
  aspect-ratio: 398/396;
}
.section__gallery .area-3 {
  left: 2.7777777778vw;
  width: 27.6388888889vw;
  height: 40.202020202svh;
  top: 50.6060606061svh;
}
.section__gallery .area-3 figure {
  aspect-ratio: 398/396;
}
.section__gallery .area-4 {
  top: 58.5858585859svh;
  left: 72.9166666667vw;
  width: 18.0555555556vw;
  height: 32.3232323232svh;
}
.section__gallery .area-4 figure {
  aspect-ratio: 140/186;
}

.section__gallery__basic {
  min-height: 0;
}
@media (max-width: 991px) {
  .section__gallery__basic {
    padding-top: 0;
  }
}
.section__gallery__basic__images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.section__gallery__basic__images figure {
  overflow: hidden;
}
.section__gallery__basic__images figcaption {
  margin-top: 0.5rem;
}
.section__gallery__basic__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__gallery__basic__images__left {
  width: 45%;
  margin-top: 10vw;
}
@media (min-width: 992px) {
  .section__gallery__basic__images__left {
    width: 41.6667%;
  }
  .section__gallery__basic__images__left .video-portrait {
    width: 90%;
  }
}
.section__gallery__basic__images__left figure {
  aspect-ratio: 3/4;
}
.section__gallery__basic__images__right {
  width: 45%;
}
@media (min-width: 992px) {
  .section__gallery__basic__images__right {
    width: 40%;
  }
}
.section__gallery__basic__images__right figure {
  aspect-ratio: 5/7;
}
@media (min-width: 992px) {
  .section__gallery__basic__images__right {
    width: 33.333%;
  }
}
.section__gallery__basic__images--landscape {
  aspect-ratio: 4/3;
}
.section__gallery__basic__images--reverse-height .section__gallery__basic__images__left {
  margin-top: 7vw;
}
@media (min-width: 992px) {
  .section__gallery__basic__images--reverse-height .section__gallery__basic__images__left {
    margin-top: -5vw;
  }
}
.section__gallery__basic__images--reverse-height .section__gallery__basic__images__right {
  margin-top: -5vw;
}
@media (min-width: 992px) {
  .section__gallery__basic__images--reverse-height .section__gallery__basic__images__right {
    margin-top: 10vw;
  }
}

.section__parties__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 67vw;
}
@media (min-width: 992px) {
  .section__parties__content {
    max-width: 50vw;
  }
  .section__parties__content p {
    max-width: 60rem;
  }
}

.animate-binocular svg {
  visibility: visible;
}

.cta-buttons {
  display: flex;
}
.cta-buttons--vertical {
  flex-direction: column;
}
.cta-buttons--vertical .btn {
  margin-left: 0;
  margin-bottom: 1.3rem;
}
.cta-buttons--vertical .btn:last-child {
  margin-bottom: 0;
}

.bg-path {
  position: relative;
}
.bg-path svg {
  width: 3031.38px;
  height: 2152.73px;
  top: -137px;
  left: -729px;
  transform: rotate(-23.79deg);
}

.scroll-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.scroll-text__inner {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.scroll-text__inner span {
  display: inline-block;
  padding-right: 2rem;
}

.page__background {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/sunnyside/assets/images/web/sunnyside_paper_latte.webp");
  z-index: 0;
  will-change: opacity;
}

:root {
  --hot-size: 22px; /* diameter of the white circle */
  --hot-color: #ffffff; /* default color (white) */
  --hot-hover: #ff6f61; /* color when hovered/focused */
  --hot-border: rgba(0, 0, 0, 0.12);
  --transition: 180ms ease;
}

/* Full-width map wrapper */
.map {
  width: 100vw;
  aspect-ratio: 4515/3414; /* keeps proportions; adjust as needed */
  position: relative;
  overflow: visible;
}
@media (max-width: 991px) {
  .map {
    width: 125vw;
    margin-left: -12.5vw;
    margin-top: -3rem;
  }
}
.map__image {
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/sunnyside/assets/images/web/map.png") !important; /* <-- replace with your image path */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.map.debug .map__image {
  background-image: url("/wp-content/themes/sunnyside/assets/images/web/Asset 7.png") !important; /* <-- replace with your image path */
}
.map.debug .interactive {
  opacity: 1;
  visibility: visible;
}
.map.debug .hotspot {
  background-color: red;
  opacity: 0.5;
}
.map.debug .interactive__sign {
  background-color: red;
}
.map.debug .interactive__sign:after {
  background-color: red;
}

.hotspot {
  width: 1.6vw;
  height: 1.6vw;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 4;
  transform: translate(-50%, -50%);
  box-shadow: none;
  border: 0;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
  transform-origin: center;
  animation: hotspotPulse 1.8s ease-in-out infinite;
}

.hotspot:hover,
.hotspot:focus {
  background: #0517C4;
  transform: translate(-50%, -50%) scale(1.15);
  animation: none;
}

@keyframes hotspotPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.interactive {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.25, 1, 0.2, 1);
}
.interactive .interactive__map-element {
  position: absolute;
  z-index: 98;
}
.interactive .interactive__sign {
  position: absolute;
  background-color: #0517C4;
  color: #fff;
  display: block;
  font-family: "Spline Sans Mono";
  font-size: max(14px, 0.7vw);
  padding: 0.3vw;
  padding-right: 2vw;
  z-index: 3;
}
.interactive .interactive__sign:after {
  content: "";
  position: absolute;
  width: 0.4vw;
  display: block;
  height: 4.5vw;
  background: #0517C4;
  left: 0.5vw;
  z-index: -1;
}
.interactive.active {
  opacity: 1;
  visibility: visible;
}
.interactive--carpark .interactive__sign {
  top: 30.83%;
  left: 23.44%;
}
@media (min-width: 1800px) {
  .interactive--carpark .interactive__sign {
    left: 23.34%;
  }
}
.interactive--carpark .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
@media (max-width: 991px) {
  .interactive--the-grand-hall {
    opacity: 1;
    visibility: visible;
  }
}
.interactive--the-grand-hall .interactive__sign {
  left: auto;
  right: 59.9%;
  top: 43.8%;
}
@media (min-width: 992px) {
  .interactive--the-grand-hall .interactive__sign {
    right: 67.9%;
  }
}
@media (min-width: 1800px) {
  .interactive--the-grand-hall .interactive__sign {
    right: 67.8%;
  }
}
.interactive--the-grand-hall .interactive__sign:after {
  right: 0.5vw;
  left: auto;
}
.interactive--the-grand-hall .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
.interactive--the-pavillion .interactive__sign {
  top: 43.9%;
  left: 39.55%;
}
@media (min-width: 1800px) {
  .interactive--the-pavillion .interactive__sign {
    left: 39.35%;
  }
}
.interactive--the-pavillion .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
@media (max-width: 991px) {
  .interactive--the-piazza {
    opacity: 1;
    visibility: visible;
  }
}
.interactive--the-piazza .interactive__sign {
  top: 64%;
  left: auto;
  right: 60.1%;
}
@media (min-width: 1800px) {
  .interactive--the-piazza .interactive__sign {
    right: 60.2%;
  }
}
.interactive--the-piazza .interactive__sign:after {
  bottom: 0;
  right: 1.6vw;
  height: 5.2vw;
  left: auto;
}
.interactive--the-piazza .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
.interactive--the-secret-garden .interactive__sign {
  top: 54.3%;
  left: 46.85%;
}
@media (min-width: 1800px) {
  .interactive--the-secret-garden .interactive__sign {
    left: 46.65%;
  }
}
.interactive--the-secret-garden .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
@media (max-width: 991px) {
  .interactive--the-ocean-walk {
    opacity: 1;
    visibility: visible;
  }
}
.interactive--the-ocean-walk .interactive__sign {
  top: 18.3%;
  left: 51.75%;
}
@media (min-width: 1800px) {
  .interactive--the-ocean-walk .interactive__sign {
    left: 51.55%;
  }
}
.interactive--the-ocean-walk .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
.interactive--sunnyside-north-beach .interactive__sign {
  top: 24.4%;
  left: 78.05%;
}
.interactive--sunnyside-north-beach .interactive__sign:after {
  bottom: 0;
  left: 0.5vw;
}
.interactive--sunnyside-north-beach .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
@media (max-width: 991px) {
  .interactive--the-manor-gardens {
    opacity: 1;
    visibility: visible;
  }
}
.interactive--the-manor-gardens .interactive__sign {
  top: 30.2%;
  left: 56.05%;
}
@media (min-width: 992px) {
  .interactive--the-manor-gardens .interactive__sign {
    left: 61.05%;
  }
}
@media (min-width: 1800px) {
  .interactive--the-manor-gardens .interactive__sign {
    left: 60.85%;
  }
}
.interactive--the-manor-gardens .interactive__map-element {
  top: 55%;
  left: 30.75%;
}
.interactive--sunnyside-entrance .interactive__sign {
  top: 74.9%;
  left: 56%;
}
.interactive--sunnyside-entrance .interactive__sign:after {
  width: 3.5vw;
  height: 0.5vw;
  right: 100%;
  top: 43.2%;
  left: auto;
}
.interactive--sunnyside-entrance .interactive__map-element {
  top: 55%;
  left: 30.75%;
}

/* Scale hotspots on small screens */
@media (max-width: 520px) {
  :root {
    --hot-size: 16px;
  }
}
/* PRELOADER STYLES */
#preloader {
  position: fixed;
  inset: 0;
  background: #fff; /* or your brand colour */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
  background-image: url("/wp-content/themes/sunnyside/assets/images/web/sunnyside_paper_bone.webp");
}

#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.preloader__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .preloader__content {
    width: 120px;
    height: 120px;
  }
}

.preloader__svg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.preloader__svg.active {
  opacity: 1;
}

body.preloading {
  overflow: hidden;
}

body.page-template-page-content .section__page-header,
body.page-template-page-contact .section__page-header {
  text-align: center;
}
body.page-template-page-content .section__page-header .container,
body.page-template-page-contact .section__page-header .container {
  margin-bottom: 0;
}
body.page-template-page-content .section__page-header p,
body.page-template-page-contact .section__page-header p {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

body.page-events #weddings {
  padding-bottom: 0;
}
.reveal-container {
  position: relative;
  width: 100%;
  height: 100%; /* adjust as needed */
  overflow: visible;
}
.reveal-container .mask-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media (max-width: 991px) {
  .section__content-image {
    min-height: 0;
    padding-top: 0;
    margin-top: -10vw;
  }
}
@media (min-width: 992px) {
  .section__content-image {
    display: flex;
  }
}
.section__content-image .container {
  position: relative;
}
@media (max-width: 991px) {
  .section__content-image .container {
    flex-direction: column;
  }
}
.section__content-image .reveal-container {
  position: relative;
  overflow: hidden; /* Optional: contains the scaled image */
}
.section__content-image .mask-svg image {
  transform-origin: center center;
  transform-box: fill-box; /* Important: makes transform origin work relative to the image itself */
}
.section__content-image__content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  min-height: 0;
}
@media (min-width: 992px) {
  .section__content-image__content {
    width: calc(33.333% - 30px);
    min-height: 690px;
    display: flex;
    flex-direction: column;
    margin-right: calc(8.33% + 6rem);
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-height: 950px) {
  .section__content-image__content {
    min-height: 600px;
  }
}
.section__content-image__content .intro--large {
  margin-bottom: 4rem;
}
.section__content-image__content h1 {
  margin-bottom: 3rem;
}
.section__content-image__image path {
  will-change: transform;
}
.section__content-image__content {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section__content-image__image {
    position: absolute;
    width: 60%;
    left: 0;
    bottom: auto;
    transform: translate(0%, -50%);
    top: 50%;
    padding: 0;
  }
  .section__content-image__content {
    margin-top: 0;
    margin-right: 0;
    width: calc(41.6667% - 3rem);
  }
}
@media (min-width: 992px) and (max-height: 1000px) {
  .section__content-image__content {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .section__content-image__image {
    width: 55%;
    left: -5%;
  }
  .section__content-image__content {
    margin-right: 8.333%;
  }
}
@media (min-width: 1500px) {
  .section__content-image__image {
    left: 5%;
    width: 48%;
  }
  .section__content-image__content {
    width: calc(33.3333% - 3rem);
  }
}
@media (min-width: 1800px) {
  .section__content-image__image {
    width: 40%;
  }
  .section__content-image__content {
    margin-right: calc(16.33% + 3rem);
  }
}
@media (min-width: 1800px) and (max-height: 1000px) {
  .section__content-image__image {
    width: 40%;
    left: 5%;
  }
  .section__content-image__content {
    margin-right: calc(16.33% + 3rem);
  }
}
@media (max-width: 991px) {
  .section__content-image--reverse .container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .section__content-image--reverse {
    margin-right: 0;
    margin-left: calc(8.33% + 6rem);
  }
}
.section__content-image--reverse .section__content-image__image {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .section__content-image--reverse .section__content-image__content {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-height: 1000px) {
  .section__content-image--reverse .section__content-image__content {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .section__content-image--reverse .section__content-image__image {
    width: 55%;
  }
  .section__content-image--reverse .section__content-image__content {
    margin-left: 8.333%;
  }
}
@media (min-width: 1500px) {
  .section__content-image--reverse .section__content-image__content {
    width: calc(33.3333% - 3rem);
  }
}
@media (min-width: 1800px) {
  .section__content-image--reverse .section__content-image__image {
    right: -2.5%;
  }
  .section__content-image--reverse .section__content-image__content {
    margin-right: calc(16.33% + 3rem);
  }
}
@media (min-width: 1800px) and (max-height: 1000px) {
  .section__content-image--reverse .section__content-image__image {
    width: 40%;
    right: 10%;
  }
  .section__content-image--reverse .section__content-image__image {
    margin-right: calc(16.33% + 3rem);
    margin-right: 0;
  }
}
.section__content-image--header {
  padding: clamp(50px, 7.5vw, 75px) 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 7.5vw;
}
@media (max-width: 991px) {
  .section__content-image--header {
    min-height: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section__content-image--header {
    margin-bottom: 10vw;
  }
}
@media (min-width: 1500px) {
  .section__content-image--header {
    margin-bottom: 15vw;
  }
}
@media (min-width: 1800px) {
  .section__content-image--header {
    margin-bottom: 23.5vw;
  }
}
@media (min-width: 2100px) {
  .section__content-image--header {
    margin-bottom: 23.5vw;
  }
}
.section__content-image--header .section__content-image__content {
  margin-left: 0;
}
.section__content-image--header .section__content-image__image {
  top: 10%;
  transform: none;
  width: 100%;
  right: -10%;
}
@media (max-width: 991px) {
  .section__content-image--header .section__content-image__image {
    position: static;
    margin-top: 10vw;
  }
}
@media (min-width: 992px) {
  .section__content-image--header .section__content-image__image {
    width: 80%;
    right: -15%;
  }
}
@media (min-width: 1500px) {
  .section__content-image--header .section__content-image__image {
    right: -10%;
  }
}

.section__event-experiences {
  z-index: 2;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  #co-conspirators {
    margin-top: 7.5vw;
    padding-top: 7.5vw;
  }
  #co-conspirators .container {
    flex-direction: column-reverse;
  }
  #co-conspirators .section__content-image__content {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #co-conspirators {
    margin-top: clamp(50px, 15.5vw, 150px);
    margin-bottom: clamp(50px, 15.5vw, 75px);
  }
}

@media (min-width: 992px) {
  #events .container {
    max-width: 70rem;
    margin-right: 35%;
  }
}

@media (max-width: 991px) {
  #events-gallery,
  #weddings-gallery,
  #corporate-gallery {
    padding-bottom: 15vw;
  }
}

#weddings,
#corporate,
#parties {
  padding-top: 0;
}

@media (min-width: 992px) {
  #explore-sunnyside .container {
    margin-right: 41%;
  }
}

.section__spaces {
  padding-top: 0;
}
.section__spaces .container {
  max-width: 1100px;
}
.section__spaces__space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .section__spaces__space {
    margin-bottom: 5vw;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .section__spaces__space--reverse {
    flex-direction: row-reverse;
  }
  .section__spaces__space--reverse .section__spaces__space__content {
    padding-left: 5%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .section__spaces__space__content {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .section__spaces__space__content {
    width: 45%;
    padding-right: 5%;
  }
  .section__spaces__space__content h3 {
    margin-bottom: 2rem;
  }
}
.section__spaces__gallery {
  width: 100%;
}
@media (min-width: 992px) {
  .section__spaces__gallery {
    width: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }
}
.section__spaces__gallery .swiper {
  width: 100%;
  aspect-ratio: 3/4;
}
.section__spaces__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__spaces__gallery .swiper-pagination {
  display: block;
  position: static;
  margin-top: 1rem;
  color: #4A3C3F;
}
.section__spaces__gallery .swiper-pagination-bullet {
  border-radius: 8px;
  height: 12px;
  width: 9px;
  background-color: #4A3C3F;
  opacity: 0.4;
}
.section__spaces__gallery .swiper-pagination-bullet-active {
  opacity: 1;
}

.errorExplanation {
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
}
.errorExplanation h2 {
  font-size: 3rem !important;
  color: #A34419 !important;
}
.errorExplanation ul {
  list-style-type: none !important;
}

body.scrolled .bottom-left {
  opacity: 0;
}

body.page-template-page-content .section__content h3,
body.page-template-page-content .section__content h4 {
  font-size: 3rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
  font-family: "Dark Paradise";
}
@media (min-width: 992px) {
  body.page-template-page-content .section__content h3,
  body.page-template-page-content .section__content h4 {
    font-size: 5rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}

.video-portrait {
  aspect-ratio: 3/4;
}

/*# sourceMappingURL=main.css.map */