@import 'https://unpkg.com/aos@next/dist/aos.css';

/*
! tailwindcss v3.4.9 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #A3A19E; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe, .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}
.gslide:not(.current) {
  pointer-events: none;
}
.gslide-image {
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-top .gslide-image img, .desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}
.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-media {
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-top .gslide-media, .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  flex: 1 0 100%;
}
.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-button-hidden {
  display: none;
}
/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gprev, .gnext, .gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gprev svg, .gnext svg, .gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.gprev.disabled, .gnext.disabled, .gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow, .gnext .garrow, .gclose .garrow {
  stroke: #fff;
}
.gbtn.focused {
  outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gnext, .glightbox-closing .gprev, .glightbox-closing .gclose {
  opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gprev, .glightbox-clean .gnext, .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.glightbox-clean .gprev path, .glightbox-clean .gnext path, .glightbox-clean .gclose path {
  fill: #fff;
}
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev, .glightbox-clean .gnext, .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: soehne, sans-serif;
  font-size: 15px; 
}
body{
  font-size: 15px;
  line-height: 110%;
}
em {
  font-size: inherit;  
  font-weight: inherit;
}
h1, h2, h3, h4, h5, h6{
  font-family: portrait, sans-serif;
  line-height: 130%;
}
h1{
  font-family: portrait, sans-serif;
  font-size: 23px;
}
@media (min-width: 768px) {
h1{
    font-size: 34px;
  }
  }
h2{
  font-size: 20px;
}
@media (min-width: 768px) {
h2{
    font-size: 28px;
  }
  }
h3{
  font-size: 20px;
}
h4{
  font-size: 17px;
}
@media (min-width: 768px) {
h4{
    font-size: 19px;
  }
  }
h5{
  font-size: 12px;
}
@media (min-width: 768px) {
h5{
    font-size: 15px;
  }
  }
.link-underline {
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.05rem;
}
.link-underline.no-underline{
    text-decoration: unset;
  }
.markdown h1, .markdown h2, .markdown h3, .rte h1, .rte h2, .rte h3{
  margin-bottom: 20px;
}
@media (min-width: 768px) {
.markdown h1, .markdown h2, .markdown h3, .rte h1, .rte h2, .rte h3{
    margin-bottom: 30px;
  }
    }
.markdown p, .markdown li, .rte p, .rte li {
    color: inherit;
  }
.markdown p, .rte p{
  margin-bottom: 20px;
    font-family: inherit;
    font-size: inherit; 
    line-height: inherit;
}
.markdown p + h6, .rte p + h6{
  margin-top: -20px;
}
.markdown ul, .rte ul{
  margin-bottom: 20px;
  font-size: 15px;  
    list-style: none;
}
.markdown ul li, .rte ul li{
  position: relative;
  padding-left: 15px;
}
#featured-adventures .markdown ul li,#featured-adventures  .rte ul li {
  position: relative;
}
.markdown ul li::before, .rte ul li::before{
  position: absolute;
  left: 0px;
  text-align: center;
          content: '•';
          display: inline-block;
          width: 5px; 
          color: inherit;
}
.markdown ol, .rte ol{
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 15px;  
    list-style: number;
}
.markdown ol li, .rte ol li{
  position: relative;
}
#featured-adventures .markdown ol li,#featured-adventures  .rte ol li {
  position: relative;
}
.markdown a, .rte a{
  position: relative;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#featured-adventures .markdown a,#featured-adventures  .rte a {
  position: relative;
}
.markdown a, .rte a {
    text-decoration: underline;
    text-decoration-color: inherit;
    text-underline-offset: 0.5rem; 
    text-decoration-thickness: 0.05rem;
  }
.markdown a:hover, .rte a:hover{
  opacity: 0.6;
}
.markdown.markdown--no-spacing li, .rte.markdown--no-spacing li{
  margin-bottom: 0px;
}
.markdown.markdown--no-spacing p:nth-last-of-type(1), .rte.markdown--no-spacing p:nth-last-of-type(1){
  margin-bottom: 0px;
}
.markdown.markdown--spaced, .rte.markdown--spaced{
  line-height: 1.5em;
}
.markdown.markdown--spaced p, .markdown.markdown--spaced li, .rte.markdown--spaced p, .rte.markdown--spaced li{
  line-height: 1.5em;
}
.markdown.markdown--highlight strong, .rte.markdown--highlight strong{
  opacity: 0.4;
      font-weight: inherit;
}
.markdown.markdown--small, .rte.markdown--small{
  font-size: 12px;
}
.markdown.markdown--small li, .markdown.markdown--small p, .rte.markdown--small li, .rte.markdown--small p{
  font-size: 12px;
}
.markdown.markdown--large li, .markdown.markdown--large p, .rte.markdown--large li, .rte.markdown--large p{
  font-size: 30px;
}
.markdown.markdown--medium li, .markdown.markdown--medium p, .rte.markdown--medium li, .rte.markdown--medium p{
  font-size: 15px;
}
.markdown.no-first-indent p, .rte.no-first-indent p{
  text-indent: 50px;
}
.markdown.no-first-indent p:nth-child(1), .rte.no-first-indent p:nth-child(1){
  text-indent: 0px;
}
.markdown.indent p, .rte.indent p{
  text-indent: 50px;
}
.bold, strong, b{
  font-weight: 700;
  font-size: inherit;
}
@font-face {
   font-family: 'portrait';
   src: url('/dist/Portrait-Regular-Trial-863cad2f.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'portrait';
   src: url('/dist/Portrait-Light-Web-2e1ef954.woff') format('woff'), url('/dist/Portrait-Light-Web-520c1db7.woff2') format('woff2');
   font-weight: 300;
   font-style: normal;
}
@font-face {
   font-family: 'portrait';
   src: url('/dist/Portrait-LightItalic-Web-b2509d92.woff') format('woff'), url('/dist/Portrait-LightItalic-Web-e90f33b3.woff2') format('woff2');
   font-weight: 300;
   font-style: italic;
}
@font-face {
   font-family: 'soehne';
   src: url('/dist/test-soehne-leicht-b5978766.woff2') format('woff2');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'untitled';
   src: url('/dist/untitled-sans-regular-6742dc3a.woff2') format('woff2');
   font-weight: normal;
   font-style: normal;
}
select {
  background: transparent;
  cursor: pointer;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.form-group{
  position: relative;
}
#featured-adventures .form-group {
  position: relative;
}
.form-group input, .form-group textarea{
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-color: rgba(32, 32, 32, 0.4);
  background-color: transparent;
}
.form-group textarea{
  border-bottom-width: 1px;
    min-height: 100px;
    resize: vertical;
}
.form-group--select{
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-color: rgba(32, 32, 32, 0.4);
}
.form-group--select select{
  margin-top: 10px;
  margin-left: -5px;
  padding-bottom: 5px;
    width: 100%;
}
.form-group--spaced input {
    text-align: center;
    padding: 10px 20px 10px 5px;
  }
#search-bar input[type='search']::-webkit-search-cancel-button {
    position: relative;
    right: 20px;

    -webkit-appearance: none;
    height: 20px;
    width: 20px;

    background-size: cover;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
#search-bar input[type='search']::-webkit-search-cancel-button:hover {
      opacity: 0.7;
    }
.fui-row.fui-page-row{
  margin-bottom: 0px !important;
}
.fui-type-multi-line-text{
  margin-top: 10px;
}
.fui-type-multi-line-text .form-group--styled label, .fui-type-multi-line-text .fui-field-container label {
    transform: translateY(10px) scale(1);
  }
.form-group--styled .fui-date-date label, .fui-field-container .fui-date-date label {
      transform: translateY(5px) scale(0.8);
    }
.form-group--styled, .fui-field-container{
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  padding-top: 20px;
}
#featured-adventures .form-group--styled,#featured-adventures  .fui-field-container {
  position: relative;
}
.form-group--styled label, .fui-field-container label{
  font-family: soehne, sans-serif;
  font-size: 15px;
  opacity: 0.4;
    cursor: pointer;
    left: 0;
    transform: translateY(-20px) scale(0.8);
    transform-origin: left;
    position: absolute;
    left: 0px;
    --tw-translate-y: 20px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    top: 0;
    transition: transform 0.4s ease;
    transform-origin: top left;
}
.form-group--styled input, .form-group--styled textarea, .form-group--styled select, .fui-field-container input, .fui-field-container textarea, .fui-field-container select{
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-color: rgba(32, 32, 32, 0.4);
  background-color: transparent;
  font-family: soehne, sans-serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
}
.form-group--styled input::-moz-placeholder, .form-group--styled textarea::-moz-placeholder, .form-group--styled select::-moz-placeholder, .fui-field-container input::-moz-placeholder, .fui-field-container textarea::-moz-placeholder, .fui-field-container select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
}
.form-group--styled input::placeholder, .form-group--styled textarea::placeholder, .form-group--styled select::placeholder, .fui-field-container input::placeholder, .fui-field-container textarea::placeholder, .fui-field-container select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
}
.form-group--styled input, .fui-field-container input{
  padding-bottom: 5px;
}
.form-group--styled input[data-com-onepassword-filled]+label, .fui-field-container input[data-com-onepassword-filled]+label {
        transform: translateY(5px) scale(0.8);
      }
.form-group--styled textarea, .fui-field-container textarea{
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
    min-height: 100px;
    resize: vertical;
}
.form-group--styled .fui-checkbox label, .fui-field-container .fui-checkbox label{
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
}
.form-group--styled.active label, .form-group--styled.always-active label, .form-group--styled[data-has-value='true'] label, .fui-field-container.active label, .fui-field-container.always-active label, .fui-field-container[data-has-value='true'] label{
  opacity: 1;
      transform: translateY(5px) scale(0.8);
}
.form-group--styled.form-group--textarea label, .fui-field-container.form-group--textarea label{
  position: relative;
  left: 0px;
  display: block;
  padding-bottom: 30px;
}
#featured-adventures .form-group--styled.form-group--textarea label,#featured-adventures  .fui-field-container.form-group--textarea label {
  position: relative;
}
.form-group--styled.form-group--textarea label, .fui-field-container.form-group--textarea label {
      transform: unset;
      transition: all 0.2s ease;
    }
.form-group--styled.form-group--textarea.active label, .form-group--styled.form-group--textarea.always-active label, .form-group--styled.form-group--textarea[data-has-value='true'] label, .fui-field-container.form-group--textarea.active label, .fui-field-container.form-group--textarea.always-active label, .fui-field-container.form-group--textarea[data-has-value='true'] label {
        left: 0;
        transform: translateY(5px) scale(0.8);
      }
.form-group--button{
  padding-top: 0px;
}
.form-group--button input{
  border-radius: 50px;
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 40px;
}
.form-group--button label {
    transform: translateY(11px) scale(1);
    left: 25px;
  }
.form-group--button.active label {
      transform: translateY(5px) scale(0.8);
      left: 25px;
    }
.form-group--button button[type='submit']{
  position: absolute;
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
    top: 18px;
    right: 25px;
}
.fui-type-checkboxes legend{
  position: absolute;
  --tw-text-opacity: 1 !important;
  color: rgb(32 32 34 / var(--tw-text-opacity)) !important;
}
.fui-type-checkboxes .fui-instructions {
    padding-top: 15px;
  }
.fui-type-checkboxes .fui-instructions p {
      color: #222222;
      font-size: 9px !important;
    }
.fui-type-checkboxes .form-group--styled {
    display: flex;
    flex-wrap: wrap;
  }
.fui-type-checkboxes .form-group--styled .fui-layout-wrap {
      display: flex;
      flex-wrap: wrap;
      padding-left: 40px;
    }
.fui-type-checkboxes .form-group--styled .fui-layout-wrap .fui-checkbox{
  padding-right: 20px;
}
.fui-checkbox, .form-group--checkbox, .form-group--radio{
  margin-bottom: 5px;
}
.fui-checkbox input, .form-group--checkbox input, .form-group--radio input {
    display: none;
  }
.fui-checkbox label, .form-group--checkbox label, .form-group--radio label{
  position: relative;
  display: flex;
  cursor: pointer;
  padding-left: 30px;
}
#featured-adventures .fui-checkbox label,#featured-adventures  .form-group--checkbox label,#featured-adventures  .form-group--radio label {
  position: relative;
}
.fui-checkbox label, .form-group--checkbox label, .form-group--radio label {
    transform: scale(1) !important;
    max-width: 330px;
  }
.fui-checkbox label:before, .form-group--checkbox label:before, .form-group--radio label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: #222222 solid 1px !important;
    background-image: none !important;
  }
.fui-checkbox input:checked~label:after, .form-group--checkbox input:checked~label:after, .form-group--radio input:checked~label:after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.fui-checkbox input:checked~label:before, .form-group--checkbox input:checked~label:before, .form-group--radio input:checked~label:before{
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity));
    border: #8B5742 solid 1px !important;
}
/* Style the checkmark/indicator */
.fui-checkbox label:after, .form-group--checkbox label:after, .form-group--radio label:after{
  background-color: transparent;
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    height: 7px;
    width: 7px;
    border: none;
    transform: none;
}
.form-group--radio label:before{
  border-radius: 9999px;
  background-color: transparent;
}
.form__message svg {
    width: 20px;
    height: 20px;
    display: inline-block;
  }
.fui-btn-wrapper{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.fui-row {
  gap: 40px;
}
#footer {
   opacity: 0; 
   transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}
#footer svg{
      width: 100%;
      height: -moz-fit-content;
      height: fit-content;
   }
.footer-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: rgba(0, 0, 0, 0.4);
   pointer-events: none;
   transition: opacity 0.15s ease-out;
   z-index: 1;
}
.nav-trigger {
	position: relative flex flex-wrap items-center;
	position: relative; 
	display: block; 
	align-self: center;
}
@media (min-width: 768px){
  .nav-trigger{
    align-self: flex-start;
  }
}
.nav-trigger {
	width: 25px;
	height: 8px;
 }
.nav-trigger:focus {
	  outline: 0;
	  box-shadow: none;
	}
.nav-trigger::after, .nav-trigger::before {
		 content: '';
		 background: currentColor;
		 width: 25px;
		 height: 1px;
		 display: block;
		 position: absolute;
		 left: 0;
		 transform: rotate(0deg) transform(0, 0);
	  }
.nav-trigger::before {
		 top: 1px;
		 transform-origin: center;
		 transition:
			all 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
			background ease 0.15s;
	  }
.nav-trigger::after {
		 top: 8px;
		 transform: translateY(-50%);
		 transform-origin: center;
		 transition:
			all 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
			background ease 0.15s;
	  }
.nav-trigger.--active::before {
			top: 5px;
			transform: rotate(-45deg);
			transition: all 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
		 }
.nav-trigger.--active::after {
			top: 5px;
			transform: rotate(45deg);
			transform-origin: center;
			transition: all 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
		 }
@media (max-width: 992px){
	#main-nav .main-nav__bar{
    top: 0px;
    height: 100vh;
    height: 100dvh;
    --tw-bg-opacity: 1;
    background-color: rgb(250 248 246 / var(--tw-bg-opacity));
    opacity: 0;
		position: fixed;
		right: 0;
		pointer-events: none;
		max-width: 100vw;
		width: 100vw;
		z-index: 26;
		transition: all 0.5s ease;
  }

		@media (min-width: 992px) {
	#main-nav .main-nav__bar {
			max-width: 50%
	}
		}

		#main-nav .main-nav__bar .nav-text{
				line-height: 90%;
				font-weight: 300;
				font-size: 28px;
				line-height: 34px;
				letter-spacing: unset;
  }
		
		#main-nav.is-open .main-nav__bar{
    opacity: 1;
			display: flex;
			pointer-events: unset;
  }

		#main-nav.is-open .nav-backdrop {
			pointer-events: unset;
			opacity: 1;
		}
		#main-nav.is-animating .main-nav__bar {
			transition: all 0.5s ease-out;
			display: flex;
			visibility: visible;
		}

}
.nav-white:not(.nav-sticky):not(.isOpen):not(.is-open), .trigger-white{
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.nav-white:not(.nav-sticky):not(.isOpen):not(.is-open) .main-nav__logo, .trigger-white .main-nav__logo{
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
#main-nav {
	transition: margin 0.3s ease;
	 
 }
#main-nav.nav-sticky{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgba(32, 32, 32, 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
#main-nav.nav-sticky {
			margin-top: -80px
	}
		}
#main-nav.nav-sticky.nav-sticky--hidden {
			margin-top: -80px;
		}
@media (min-width: 992px) {
#main-nav.nav-sticky.nav-sticky--hidden {
				margin-top: -80px
		}
			}
#main-nav.nav-sticky.nav-sticky--show {
			margin-top: 0;
		}
#main-nav.nav-sticky .main-nav__logo {
		  width: 50px;
		}
#main-nav.nav-sticky .main-nav--buttons .btn-tab{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}
#main-nav.nav-sticky .main-nav--buttons .btn-tab:hover, #main-nav.nav-sticky .main-nav--buttons .btn-tab.loading{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#main-nav.nav-sticky .main-nav--buttons .btn-tab:hover *, #main-nav.nav-sticky .main-nav--buttons .btn-tab.loading *{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#main-nav.nav-sticky .main-nav--buttons .btn-tab *{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#main-nav.nav-sticky .main-nav--buttons .btn-tab:not(.nav-trigger){
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#main-nav.nav-sticky .main-nav--buttons .btn-tab:not(.nav-trigger):hover, #main-nav.nav-sticky .main-nav--buttons .btn-tab:not(.nav-trigger).loading{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}
#main-nav.nav-sticky .main-nav--buttons .btn-tab:not(.nav-trigger):hover *, #main-nav.nav-sticky .main-nav--buttons .btn-tab:not(.nav-trigger).loading *{
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}
#main-nav.nav-sticky .main-nav--buttons .btn-tab:not(.nav-trigger) *{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.nav-backdrop{
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100vh;
  height: 100dvh;
  width: 100%;
	background-color: rgba(0, 0, 0 ,50%);
	opacity: 0;
	transition: opacity 0.2s 0.2s ease;
}
.active .nav-backdrop { 
	  pointer-events: unset;
	  opacity: 1;
	}
@keyframes fullWidth {
  0% {
      width: 0%;
  }
  
 100% {
       width: 100%;
  } 
}
.glide--articles .glide__slide--active + .glide__slide {
		opacity: 0.4;
	}
.glide--fade .glide__slides {transform:none !important; width:100% !important; display:block;}
.glide--fade .glide__slide {position:absolute; left:0; top:0; opacity:0; width:100% !important; transition:opacity 1s;}
.glide--fade .glide__slide:first-child {position:relative;}
.glide--fade .glide__slide--active {z-index:1; opacity:1;}
.glide--fade .glide__slide{
		min-height: 300px;
	}
.glide__bullets{
  margin-top: 30px;
}
.glide__bullets .glide__bullet{
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 32 34 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#featured-adventures .glide__bullets .glide__bullet {
  position: relative;
}
.glide__bullets .glide__bullet.glide__bullet--active{
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 34 / var(--tw-bg-opacity));
}
.glide__bullets .glide__bullet:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 34 / var(--tw-bg-opacity));
}
.nav__link--hover, .nav__link{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.main-nav__images { 
	pointer-events: none; 
}
.main-nav__images .link__images--hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
	    opacity: 0;
	    z-index: 4;
}
.main-nav__images .link__images--hover.active, .main-nav__images .link__images--hover.active-page {
	      opacity: 1; 
	    }
.main-nav__images .link__images--hover.active-page{
	    	z-index: 2;
	    }
.main-nav__images {
	transition: all 0.5s ease-out;
    z-index: 10;
}
/* @media (max-width: 998px) {
    padding: 0 20px;
  }  */
.tickertape .tickertape__container {
    position: relative;
    width: 100%;
    height: 100%; 
  }
.tickertape .tickertape__block{
  position: relative;
  display: flex;
}
#featured-adventures .tickertape .tickertape__block {
  position: relative;
}
.tickertape .tickertape__block:nth-child(odd) .tickertape__spacer{
  justify-content: center;
}
.tickertape .tickertape__spacer{
  position: relative;
  display: flex;
  max-width: 100%;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
}
#featured-adventures .tickertape .tickertape__spacer {
  position: relative;
}
.tickertape .tickertape__spacer:nth-child(odd){
  align-items: flex-start;
}
.tickertape .tickertape__spacer:nth-child(odd) .tickertape__image-size{
  justify-content: flex-start;
}
.tickertape .tickertape__image-size{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
    width: 30%;
    height: 50vh;
    position: relative;
}
.tickertape img {  
    height: auto;
  }
.tickertape--overlay:before {
    left: -1px;
  }
.tickertape--overlay:after {
    right: -1px;
    transform: rotate(-180deg);
  }
.tickertape--overlay:after, .tickertape--overlay:before {
    top: 0;
    background: linear-gradient(270deg, hsla(51, 16%, 91%, 0), #1D1D1D);
    content: "";
    height: 27px;
    position: absolute;
    width: 20px;
    z-index: 1;
  }
plain-video-wrap{
  position: relative;
  display: block;
}
#featured-adventures plain-video-wrap {
  position: relative;
}
/* Poster — a still image or a looping video — sits over the video with the play icon */
plain-video-wrap .video-poster{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  cursor: pointer;
    transition: opacity 0.4s ease;
}
/* Small play/pause toggle, only once the poster is gone */
plain-video-wrap .video-toggle{
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  padding: 10px;
  opacity: 0;
    transition: opacity 0.3s ease;
}
plain-video-wrap .video-toggle svg{
  display: block;
  height: auto;
  width: 14px;
}
plain-video-wrap .video-toggle__play{
  display: none;
}
plain-video-wrap.--played .video-poster{
  pointer-events: none;
  opacity: 0;
}
plain-video-wrap.--played .video-toggle{
  pointer-events: auto;
  opacity: 1;
}
/* Paused mid-playback: the toggle flips back to a play icon */
plain-video-wrap.--paused .video-toggle__play{
  display: block;
}
plain-video-wrap.--paused .video-toggle__pause{
  display: none;
}
.fade-in {
  animation: fade-in 0.3s ease both;
}
.fade-out {
  animation: fade-out 0.3s ease both;
}
.slideUpFade {
  animation: slideUpFade 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.animation--spinner {
  animation: spin 1s linear both infinite;
}
.fade-enter-active, .fade-leave-active {
  position: relative;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
  position: absolute;
  z-index: 0;
}
@keyframes fade-in {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  1% {
    display: block;
    visibility: visible;
    pointer-events: auto;
  }
  100% {
    pointer-events: auto;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(75px);
  }
  1% {
    display: block;
    visibility: visible;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes show {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    display: block;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    display: block;
    visibility: visible;
    opacity: 0;
    pointer-events: auto;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes spin-centered {
  0% {
    left: 50%;
    top: 50%;
    transform: rotate(0deg) translate(-50%, -50%);
    transform-origin: left top;
  }
  100% {
    left: 50%;
    top: 50%;
    transform: rotate(360deg) translate(-50%, -50%);
    transform-origin: left top;
  }
}
.tw-container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
.tw-container{
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
  }
  }
.tw-container--fluid{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
.tw-container--fluid{
    padding-left: 30px;
    padding-right: 30px;
  } 
	}
.tw-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
}
@media (min-width: 992px) {
.tw-row {
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2)
}
  }
.tw-row--grid{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 30px;
}
@media (min-width: 992px) {
.tw-row--grid{
    grid-template-columns: repeat(12,1fr);
    gap: 30px;
  }
  }
.tw-col {
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
}
@media (min-width: 992px) {
.tw-col {
	padding-left: calc(30px / 2);
	padding-right: calc(30px / 2)
}
  }
:root {
  --btn-primary-color: #000000;
  --btn-secondary-color: #000000;
  --btn-primary-border: #000000;
}
.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: soehne, sans-serif;
  font-size: 15px;
  line-height: 110%;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link-underline.btn{
    text-decoration: unset;
  }
.btn { 
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.02em; 
  min-height: 35px; 
}
.btn:hover, .btn:focus {
    outline: 0;
    box-shadow: none;
  }
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }
.btn.loading {
    color: transparent !important;
    position: relative;
  }
.btn.loading:after {
      content: '';
      opacity: 1;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px white solid;
      border-right: 2px transparent solid !important;
      animation: spin-centered 1.5s infinite both linear;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
    }
.btn[disabled='true'], .btn[disabled='true']:hover, .btn[disabled='true']:focus{
  opacity: 0.5;
}
.btn.--small {
    padding: 4px 13px;
    font-family: soehne, sans-serif;
    font-size: 15px;
  }
.btn.--blackuce-mobile{
  font-size: 15px;
    padding: 5px 20px 5px;
}
:root {
  --plyr-color-main: #000000;
  --swiper-pagination-color: #202022;
}
* {
  -webkit-tap-highlight-color: transparent;
  overflow-anchor: none;
}
*:focus {
  outline: none;
}
*::-moz-selection {
  background: black;
  color: #fff;
}
*::selection {
  background: black;
  color: #fff;
}
body, html{
  font-family: soehne, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
  width: 100%;
  font-size: 10px;
}
button:focus {
    box-shadow: 0;
    outline: 0 !important;
  }
.lazyload, .lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: 0.4s ease;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
/* clears the 'X' from Internet Explorer */
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.filter-white{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(26%) hue-rotate(9deg) brightness(104%) contrast(109%);
}
.underline-hover{
  position: relative;
  padding-bottom: 10px;
}
#featured-adventures .underline-hover {
  position: relative;
}
.underline-hover:after{
    content:"";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
.underline-hover:hover:after, .underline-hover.--active:after{
  opacity: 1;
}
.general-hover{
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.general-hover:hover, .general-hover.active, .general-hover.--active{
  opacity: 0.4;
}
.arrow-hover svg, .arrow-hover .text-hover{
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.arrow-hover:hover svg, .arrow-hover:hover .text-hover, .arrow-hover.active svg, .arrow-hover.active .text-hover{
  opacity: 1;
}
.card-hover img{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.card-hover:hover img {
      transform: scale(1.03);
    }
.card-hover:hover .card-hover__btn{
  opacity: 1;
}
.card-hover .card-hover__btn{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 768px){
  .card-hover .card-hover__btn{
    opacity: 0;
  }
    .luxury-hover:before, .golf-hover:before{
      content:"";
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 10;
      height: 100%;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      opacity: 0.5;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
    }
      .luxury-hover:hover:before, .luxury-hover.active:not(.no-show):before, .golf-hover:hover:before, .golf-hover.active:not(.no-show):before{
    opacity: 0;
  }
      .luxury-hover.no-show:before, .golf-hover.no-show:before{
    opacity: 0.4;
  }
}
#map-section, .map-section{
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}
#map-section svg, .map-section svg{
  width: 100%;
}
.video-placeholder .video-placeholder__video, .video-placeholder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
  }
.plyr{
  overflow: hidden;
}
.video-control{
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity));
  left: var(--left-pos);
  top: var(--top-pos);
  width: 33px;
  height: 33px;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.video-control:hover {
    opacity: 0.6;
  }
.video-control svg {
    width: 11px;
    height: 11px;
  }
.video-control.--small {
    width: 22px;
    height: 22px;
  }
.video-control[name='play'].active {
    opacity: 0;
    pointer-events: none;
  }
.overlay:before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 72.35%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(0deg, rgba(166, 93, 24, 0.1), rgba(166, 93, 24, 0.1));
    content: "";
    z-index: 1;
}
.overlay-dark:before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    z-index: 1;
}
.hero-gradient:before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
}
.hero-gradient:after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
}
.linear-top:before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
    height: 300px; 
    content: "";
    z-index: 1;
    background: linear-gradient(0deg, rgba(31, 31, 31, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.linear-bottom:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
    height: 300px; 
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.notification-bar + #main{
  margin-top: 40px;
}
.sticky-fixed {
  position: fixed !important;
  bottom: 0;
}
.sticky-absolute {
  position: absolute !important;
  bottom: 0;
}
.video-iframe iframe{
  width: 100%;
}
.map-data{
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.map-data.--active{
  opacity: 1;
}
#featured-adventures .relative {
  position: relative;
}
@media (min-width: 768px) {
.card-adventures-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.card-adventures-list.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
  .card-courses-list{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    pointer-events: none;
  }
    .card-courses-list.--active{
    opacity: 1; 
      pointer-events: auto;
  }

.card-destinations-list{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  pointer-events: none;
  }

  .card-destinations-list.--active{
    opacity: 1;
    pointer-events: auto;
  }
}
.main-image {
  opacity: 1;
}
.--overlay-open .main-image {
  opacity: 0;
}
.second-heading {
  opacity: 0;
}
.--overlay-open .main-heading {
  opacity: 0;
}
.--overlay-open .second-heading {
  opacity: 1;
  display: block;
}
.js-destination-overlay {
  position: relative;
}
.js-overlay-active-hide{
  display: none !important;
}
.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(148 148 148 / var(--tw-bg-opacity));
}
.swiper.swiper--testimonials{
  padding-bottom: 20px;
   --swiper-pagination-bottom: 0;
}
/* --swiper-pagination-top: 100%; */
.swiper.swiper--testimonials .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.carousel__item--content{
  display: none;
  opacity: 0;
}
.carousel__item--content.active{
  display: block;
  opacity: 1;
}
.carousel__item--trigger{
  opacity: 0.5;
}
.carousel__item--trigger.active{
  opacity: 1;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-top-\[40px\]{
  top: -40px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-30{
  bottom: 30px;
}
.bottom-60{
  bottom: 60px;
}
.left-0{
  left: 0px;
}
.left-30{
  left: 30px;
}
.right-0{
  right: 0px;
}
.right-20{
  right: 20px;
}
.top-0{
  top: 0px;
}
.top-15{
  top: 15px;
}
.top-20{
  top: 20px;
}
.-z-1{
  z-index: -1;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-2{
  z-index: 2;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-5{
  z-index: 5;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[49\]{
  z-index: 49;
}
.z-\[50\]{
  z-index: 50;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[89\]{
  z-index: 89;
}
.mx-30{
  margin-left: 30px;
  margin-right: 30px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.-mt-100{
  margin-top: -100px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-100{
  margin-bottom: 100px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-60{
  margin-bottom: 60px;
}
.ml-20{
  margin-left: 20px;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mt-5{
  margin-top: 5px;
}
.mt-60{
  margin-top: 60px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 10px;
}
.h-12{
  height: 3rem;
}
.h-15{
  height: 15px;
}
.h-20{
  height: 20px;
}
.h-3{
  height: 0.75rem;
}
.h-60vh{
  height: 60vh;
  height: 60dvh;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-nav{
  height: 60px;
}
.h-screen{
  height: 100vh;
  height: 100dvh;
}
.max-h-\[190px\]{
  max-height: 190px;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-screen{
  max-height: 100vh;
  max-height: 100dvh;
}
.min-h-\[80vh\]{
  min-height: 80vh;
}
.min-h-screen{
  min-height: 100vh;
  min-height: 100dvh;
}
.w-10{
  width: 10px;
}
.w-10\/12{
  width: 83.333333%;
}
.w-12{
  width: 3rem;
}
.w-120{
  width: 120px;
}
.w-15{
  width: 15px;
}
.w-20{
  width: 20px;
}
.w-3{
  width: 0.75rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[1px\]{
  width: 1px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-200{
  min-width: 200px;
}
.min-w-60{
  min-width: 60px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.\!max-w-500{
  max-width: 500px !important;
}
.max-w-200{
  max-width: 200px;
}
.max-w-250{
  max-width: 250px;
}
.max-w-300{
  max-width: 300px;
}
.max-w-350{
  max-width: 350px;
}
.max-w-400{
  max-width: 400px;
}
.max-w-450{
  max-width: 450px;
}
.max-w-500{
  max-width: 500px;
}
.max-w-600{
  max-width: 600px;
}
.max-w-800{
  max-width: 800px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 10px;
}
.gap-20{
  gap: 20px;
}
.gap-30{
  gap: 30px;
}
.gap-5{
  gap: 5px;
}
.gap-60{
  gap: 60px;
}
.gap-x-20{
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-y-30{
  row-gap: 30px;
}
.gap-y-40{
  row-gap: 40px;
}
.gap-y-5{
  row-gap: 5px;
}
.gap-y-60{
  row-gap: 60px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.border-b-1{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t-1{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-\[\#B7825A\]{
  --tw-border-opacity: 1;
  border-color: rgb(183 130 90 / var(--tw-border-opacity));
}
.border-\[\#ffffff\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-border{
  border-color: rgba(32, 32, 32, 0.2);
}
.border-light{
  border-color: rgba(255, 255, 255, 0.65);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(250 248 246 / var(--tw-border-opacity));
}
.bg-\[\#E3E2DA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 218 / var(--tw-bg-opacity));
}
.bg-\[currentColor\]{
  background-color: currentColor;
}
.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-darkoverlay{
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-offWhite{
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 227 / var(--tw-bg-opacity));
}
.bg-text{
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 34 / var(--tw-bg-opacity));
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-20{
  padding: 20px;
}
.p-30{
  padding: 30px;
}
.p-40{
  padding: 40px;
}
.px-20{
  padding-left: 20px;
  padding-right: 20px;
}
.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-5{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-40{
  padding-bottom: 40px;
}
.pb-60{
  padding-bottom: 60px;
}
.pl-20{
  padding-left: 20px;
}
.pr-20{
  padding-right: 20px;
}
.pr-5{
  padding-right: 5px;
}
.pt-100{
  padding-top: 100px;
}
.pt-30{
  padding-top: 30px;
}
.pt-40{
  padding-top: 40px;
}
.pt-60{
  padding-top: 60px;
}
.pt-landscape{
  padding-top: 70%;
}
.pt-nav{
  padding-top: 60px;
}
.pt-portrait{
  padding-top: 120%;
}
.pt-square{
  padding-top: 100%;
}
.pt-video{
  padding-top: 56.25%;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.\!text-\[20px\]{
  font-size: 20px !important;
}
.text-\[18px\]{
  font-size: 18px;
}
.uppercase{
  text-transform: uppercase;
}
.\!normal-case{
  text-transform: none !important;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(250 248 246 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-offWhite{
  --tw-text-opacity: 1;
  color: rgb(234 233 227 / var(--tw-text-opacity));
}
.text-text{
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.no-underline{
  text-decoration-line: none;
}
.\!opacity-100{
  opacity: 1 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.h0, .h1, .h2, .h3, .h4{
  font-family: portrait, sans-serif;
  line-height: 110%;
    font-weight: 300;
}
.h0{
  font-size: 38px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .h0{
    font-size: 48px;
      font-weight: 300;
      line-height: 150%;
      letter-spacing: 0.01em;
  }
    }
.h1{
  font-size: 23px;
  text-transform: uppercase;
    line-height: 120%;
}
@media (min-width: 768px) {
  .h1{
    font-size: 34px;
      line-height: 38px;
  }
    }
.h2{
  font-size: 20px;
    font-weight: 300;
  
      line-height: 25px;
}
@media (min-width: 768px) {
  
  .h2{
    font-size: 28px;
      line-height: 30px;
  }
    }
.h3{
  font-size: 20px;
      font-weight: 300;
      line-height: 26px;
}
@media (min-width: 768px) {
  .h3{
    font-size: 24px;
      line-height: 30px;
  }
    }
.h4{
  font-size: 17px;
    font-weight: 300;
      line-height: 125%;
}
@media (min-width: 768px) {
  .h4{
      font-weight: 300;
        font-size: 19px;
        line-height: 125%;
  }
    }
.h5{
  font-family: portrait, sans-serif;
  font-size: 15px;
    font-weight: 500;
      line-height: 19px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
}
.body-text, p{
  font-family: soehne, sans-serif;
  font-size: 15px;
  color: #373737e6;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.0025em;
}
.body-text a, p a{
  opacity: 1; 
      transition: opacity 0.2s ease;
}
.body-text a:hover, p a:hover{
  opacity: 0.6;
}
.body-small{
  font-family: soehne, sans-serif;
  font-size: 12px;
  font-weight: 300;
    line-height: 130%;
}
.body-detail{
  font-family: soehne, sans-serif;
  font-size: 12px;
  text-transform: uppercase; 
    font-weight: 400;
    line-height: 13px;
}
.nav-text{
  font-family: portrait, sans-serif;
    font-weight: 500;
      font-size: 15px;
      line-height: 120%;
      letter-spacing: 0.04em;
      text-transform: uppercase;
}
.btn--primary {
  color: var(--btn-primary-color); 
  background: transparent;
  border: 1px solid var(--btn-primary-border);
}
.btn--primary:not([disabled]):hover, .btn--primary.loading, .btn--primary.active{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--primary:not([disabled]):hover:after, .btn--primary.loading:after, .btn--primary.active:after {
      border-color: var(--btn-secondary-color);
    }
.btn--primary.--white{
  --tw-border-opacity: 1;
  border-color: rgb(250 248 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 32 34 / var(--tw-text-opacity));
}
.btn--primary.--white:hover, .btn--primary.--white.loading{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.btn--primary.--white:hover:after, .btn--primary.--white.loading:after {
        border-color: var(--btn-primary-color);
      }
.btn--primary.--black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.btn--primary.--black:hover, .btn--primary.--black.loading{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.btn--primary.--black:hover:after, .btn--primary.--black.loading:after {
        border-color: var(--btn-primary-color);
      }
.btn--primary.--black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.btn--primary.--black:hover, .btn--primary.--black.loading{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.btn--primary.--black:hover:after, .btn--primary.--black.loading:after {
        border-color: var(--btn-primary-color);
      }
.btn--outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--outline:hover, .btn--outline.loading{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--outline:hover:after, .btn--outline.loading:after {
      border-color: var(--btn-primary-color);
    }
.btn--outline[disabled='true'], .btn--outline[disabled='true']:hover .btn--outline[disabled='true']:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
    opacity: 0.5;
}
.btn--outline.--white{
  --tw-border-opacity: 1;
  border-color: rgb(250 248 246 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.btn--outline.--white:hover, .btn--outline.--white.loading{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 248 246 / var(--tw-text-opacity));
}
.btn--outline.--white:hover:after, .btn--outline.--white.loading:after {
        border-color: var(--btn-primary-color);
      }
.center-y{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.center-x{
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.center{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-60:hover{
  opacity: 0.6;
}
@media (min-width: 576px){
  .xs\:sticky{
    position: sticky;
  }
  .xs\:top-40{
    top: 40px;
  }
  .xs\:mb-0{
    margin-bottom: 0px;
  }
  .xs\:inline-block{
    display: inline-block;
  }
  .xs\:h-\[80vh\]{
    height: 80vh;
  }
  .xs\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }
  .xs\:min-h-screen{
    min-height: 100vh;
    min-height: 100dvh;
  }
  .xs\:w-1\/2{
    width: 50%;
  }
  .xs\:pb-120{
    padding-bottom: 120px;
  }
}
@media (min-width: 768px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:sticky{
    position: sticky;
  }
  .sm\:right-30{
    right: 30px;
  }
  .sm\:top-20{
    top: 20px;
  }
  .sm\:top-30{
    top: 30px;
  }
  .sm\:top-40{
    top: 40px;
  }
  .sm\:order-1{
    order: 1;
  }
  .sm\:order-2{
    order: 2;
  }
  .sm\:order-3{
    order: 3;
  }
  .sm\:m-0{
    margin: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:my-100{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-100{
    margin-bottom: 100px;
  }
  .sm\:mb-120{
    margin-bottom: 120px;
  }
  .sm\:mb-180{
    margin-bottom: 180px;
  }
  .sm\:mb-60{
    margin-bottom: 60px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-100{
    margin-top: 100px;
  }
  .sm\:mt-120{
    margin-top: 120px;
  }
  .sm\:mt-200{
    margin-top: 200px;
  }
  .sm\:mt-60{
    margin-top: 60px;
  }
  .sm\:mt-auto{
    margin-top: auto;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-0{
    height: 0px;
  }
  .sm\:h-\[80vh\]{
    height: 80vh;
  }
  .sm\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }
  .sm\:h-screen{
    height: 100vh;
    height: 100dvh;
  }
  .sm\:h-screen-no-nav{
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
  .sm\:min-h-120{
    min-height: 120px;
  }
  .sm\:min-h-screen{
    min-height: 100vh;
    min-height: 100dvh;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-1\/4{
    width: 25%;
  }
  .sm\:w-10\/24{
    width: 41.6666667%;
  }
  .sm\:w-12\/24{
    width: 50%;
  }
  .sm\:w-13\/24{
    width: 54.1666667%;
  }
  .sm\:w-14\/24{
    width: 58.3333333%;
  }
  .sm\:w-16\/24{
    width: 66.6666667%;
  }
  .sm\:w-18\/24{
    width: 75%;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .sm\:w-20\/24{
    width: 83.3333333%;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:w-4\/24{
    width: 16.6666667%;
  }
  .sm\:w-6\/24{
    width: 25%;
  }
  .sm\:w-8\/24{
    width: 33.3333333%;
  }
  .sm\:w-9\/24{
    width: 37.5%;
  }
  .sm\:w-\[200px\]{
    width: 200px;
  }
  .sm\:min-w-\[200px\]{
    min-width: 200px;
  }
  .sm\:max-w-400{
    max-width: 400px;
  }
  .sm\:max-w-450{
    max-width: 450px;
  }
  .sm\:max-w-500{
    max-width: 500px;
  }
  .sm\:max-w-600{
    max-width: 600px;
  }
  .sm\:max-w-\[150px\]{
    max-width: 150px;
  }
  .sm\:max-w-\[450px\]{
    max-width: 450px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-40{
    gap: 40px;
  }
  .sm\:gap-y-60{
    row-gap: 60px;
  }
  .sm\:border-l-1{
    border-left-width: 1px;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-20{
    padding: 20px;
  }
  .sm\:p-30{
    padding: 30px;
  }
  .sm\:p-60{
    padding: 60px;
  }
  .sm\:px-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:py-120{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sm\:py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:\!pl-0{
    padding-left: 0px !important;
  }
  .sm\:pb-120{
    padding-bottom: 120px;
  }
  .sm\:pb-40{
    padding-bottom: 40px;
  }
  .sm\:pb-60{
    padding-bottom: 60px;
  }
  .sm\:pl-20{
    padding-left: 20px;
  }
  .sm\:pl-30{
    padding-left: 30px;
  }
  .sm\:pl-60{
    padding-left: 60px;
  }
  .sm\:pt-200{
    padding-top: 200px;
  }
  .sm\:pt-60{
    padding-top: 60px;
  }
  .sm\:pt-portrait{
    padding-top: 120%;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:\!text-\[38px\]{
    font-size: 38px !important;
  }
  .sm\:text-\[34px\]{
    font-size: 34px;
  }
  .sm\:text-\[36px\]{
    font-size: 36px;
  }
  .sm\:leading-\[48px\]{
    line-height: 48px;
  }


  .sm\:offset-1\/24 {
  	margin-left: 4.1666667%;
  }

  .sm\:offset-2\/24 {
  	margin-left: 8.3333333%;
  }

  .sm\:offset-3\/24 {
  	margin-left: 12.5%;
  }

  .sm\:offset-4\/24 {
  	margin-left: 16.6666667%;
  }

  .sm\:offset-5\/24 {
  	margin-left: 20.8333333%;
  }

  .sm\:offset-6\/24 {
  	margin-left: 25%;
  }

  .sm\:offset-8\/24 {
  	margin-left: 33.3333333%;
  }

  .sm\:offset-16\/24 {
  	margin-left: 66.6666667%;
  }
  .sm\:center-x{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px){
  .md\:hidden{
    display: none;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:px-30{
    padding-left: 30px;
    padding-right: 30px;
  }
} 
/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */

/* FONT_START */

@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;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.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;
}

/* 3D Effects */

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .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);
  }
}

/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -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-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms 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: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.click-reveal__trigger{
  opacity: 0.4;
  transition: all 0.3s ease;
}
  .click-reveal__trigger.--active, .click-reveal__trigger:hover{
  opacity: 1;
}
  .click-reveal__trigger:hover{
    cursor: pointer;
  }
  .click-reveal__trigger.--active{
  pointer-events: none;
}
  .click-reveal__trigger.--active:hover{
      cursor: unset;
    }
  .click-reveal__trigger.--toggle{ 
    opacity: 1; 
  }
  .click-reveal__trigger.--toggle.--active, .click-reveal__trigger.--toggle:hover {
      opacity: 0.4;
    }
  .click-reveal__trigger.--toggle.--active{
      pointer-events: unset;
      cursor: pointer;
    }

click-to-reveal.--opacity-type .click-reveal__trigger{
  opacity: 0.6;
}

click-to-reveal.--opacity-type .click-reveal__trigger.--active{
  opacity: 1;
}

click-to-reveal.--opacity-type .click-reveal__trigger.--active + .next-btn{
  display: block;
}

click-to-reveal.--opacity-type .click-reveal__trigger + .next-btn{
  display: none;
}
.filter-btn {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms
}
  .filter-btn.active {
    pointer-events: none;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(250 248 246 / var(--tw-text-opacity))
}
  .filter-btn:hover {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(250 248 246 / var(--tw-text-opacity))
}
.slideover {
  position: fixed;
  z-index: 60;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  transition: visibility 0s 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  right: 0;
  visibility: hidden;

}

  .slideover .close:not(.bottom-close) {
      transition: 0.2s ease all;
      opacity: 1;
      z-index: 5;
    }

  .slideover .close:not(.bottom-close) svg {
        width: 100%;
        height: 100%;
        pointer-events: none;
      }

  .slideover .close:not(.bottom-close):hover {
        opacity: 0.5;
      }

  .slideover .slideover__panel {
  position: fixed;
  overflow-y: auto;
    z-index: 99;
    transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);

}

  .slideover .slideover__content {
  display: flex;
  flex-direction: column;
  overflow: scroll;
    height: calc(100vh - 59px);

}

  .slideover.slideover--left .close:not(.bottom-close) {
  padding: 20px;

}

  /* handle animation when active */

  .slideover.slideover--right .slideover__panel {
  top: 0px;
  height: 100vh;
  height: 100dvh;
  width: 100%;
    right: 0;
    transform: translateX(100vw);

}

  @media (min-width: 992px) {

  .slideover.slideover--right .slideover__panel {
      transform: translateX(600px);
      max-width: 600px
  }

  .slideover.slideover--right.slideover--wide .slideover__panel {
      width: 1100px;
      transform: translateX(1100px)
  }
    }

  /* handle animation when active */

  .slideover.slideover--left .slideover__panel {
  top: 0px;
  height: 100vh;
  height: 100dvh;
  width: 100%;
      max-width: 600px;
    left: 0;
    transform: translateX(-600px);

}

  @media (min-width: 992px) {

  .slideover.slideover--left.slideover--wide .slideover__panel {
      width: 1100px;
      transform: translateX(1100px)
  }
    }

  .slideover.slideover--up .slideover__panel {
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
      height: 450px;
      right: 0;
      transform: translateY(500px);

}

  .slideover.active {
    visibility: visible;
    transition: visibility 0s 0s ease;
  }

  .slideover.active .__backdrop {
      opacity: 1;
       pointer-events: unset;
    }

  .slideover.active.slideover--right .slideover__panel, .slideover.active.slideover--left .slideover__panel {
        transform: translateX(0);
      }

  .slideover.active.slideover--up .slideover__panel {
        transform: translateY(0);
      }

  /* Dropshadow behind slideover */

  .slideover .__backdrop {
  pointer-events: none;
  position: fixed;
  z-index: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: rgba(0, 0, 0 ,50%);
  opacity: 0;

  transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);

}

  .active .slideover .__backdrop { 
    pointer-events: unset;
    opacity: 1;
  }
.modal {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%; 
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  transition: visibility 0s 0.3s linear;
  right: 0;
  visibility: hidden;
  pointer-events: none;
}

  .modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  height: 25px;
  width: 25px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

  @media (min-width: 992px) {

  .modal .close {
    right: 25px;
    top: 25px;
  }
}

  .modal .close {
    border: 0;
    transition: 0.2s ease all;
    opacity: 1;
    z-index: 5;
  }

  .modal .close svg {
      width: 24px;
      height: 25px;
      pointer-events: none;
    }

  .modal .close:hover {
      opacity: 0.5;
    }

  .modal .modal__panel {
  position: fixed;
  width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    transition:
      opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
      visibility 0s 0.3s linear;
    opacity: 0;
    visibility: hidden;
    max-width: calc(100% - 80px);
}

  .modal .modal__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

  .modal.active {
    pointer-events: auto;
    visibility: visible;
    transition: visibility 0s 0s ease;
  }

  .modal.active .__backdrop {
      opacity: 1;
      pointer-events: unset;
    }

  .modal.active .modal__panel {
      opacity: 1;
      visibility: visible;
      transition:
        opacity 0.3s cubic-bezier(0.41, 0.38, 0.14, 1),
        visibility 0s 0s linear;
    }

  .modal.modal--gallery .modal__content {
      width: 100vw;
      height: 100vh;
      max-width: calc(100vw - 150px);
      max-height: calc(100vh - 75px);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
/* Dropshadow behind slideover */
.__backdrop {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  background-color: rgba(0, 0, 0 ,50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
.active .__backdrop {
    opacity: 1;
    pointer-events: unset;
  } 
accordian-block, accordian-group{
        display: block;
        
}

.--accordion-cta accordian-block{
        background-color: transparent;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

.--accordion-cta accordian-block.--active{
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        
}

.--accordion-cta accordian-block.--active .accordian__image{
        opacity: 1;
        
}

.--accordion-cta accordian-block .accordian__image{
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

.--accordion-cta accordian-block .accordian__trigger:before{
        content: ""; 
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0px;
        top: 5px;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
      }

@media (min-width: 768px){

        .--accordion-cta accordian-block .accordian__trigger:before{
                top: 15px;
        
        }
        
}

.--accordion-cta .accordian__trigger[aria-expanded='true']{
        position: relative;
        padding-left: 40px;
        
}

.--accordion-cta .accordian__trigger[aria-expanded='true']:before{
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        opacity: 1;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

.--accordion-cta .accordian__trigger:hover{
        padding-left: 40px;
        opacity: 1;
        
}

.--accordion-cta .accordian__trigger:hover:before{
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        opacity: 1;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

.--first .--accordion-year .accordian__trigger:before{
        top: 0px;
        
}

.--accordion-year .heading--title{
        opacity: 1;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

.--accordion-year .accordian__trigger[aria-expanded='true'] {
      pointer-events: none;
    }

.--accordion-year .accordian__trigger[aria-expanded='true']:before{
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        opacity: 1;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

.--accordion-year .accordian__trigger[aria-expanded='true'] .heading--title{
        opacity: 0;
        
}

.--accordion-year .accordian__trigger:before{
        position: absolute;
        top: 5px;
        left: -25px;
        margin-right: 5px;
        display: none;
        border-radius: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(148 148 148 / var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

@media (min-width: 768px){

        .--accordion-year .accordian__trigger:before{
                display: inline-block;
        
        }
        
}

.--accordion-year .accordian__trigger:before {
      content: ""; 
      width: 9px;
      height: 9px;
    }

.--accordion-year .accordian__trigger:hover:before{
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        opacity: 1;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

.--accordion-year .accordian__trigger:hover .accordian__icon{
        opacity: 1;
        
}

.--accordion-year .accordian__trigger .accordian__icon{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
        
}

@media (min-width: 768px){

        .--accordion-year .accordian__trigger .accordian__icon{
                opacity: 0;
        
        }
        
}

.accordian__trigger{
        position: relative;
        display: flex;
        text-align: left;
        line-height: 1em;
        opacity: 1;
  transition: all 0.2s ease-out;
        
}

.accordian__trigger:hover{
        opacity: 0.7;
        
}

.accordian__trigger .accordian__icon {
    transform: rotate(45deg);
    transition: all 0.2s ease;
    transform-origin: center;
  }

.accordian__trigger .accordian__icon svg {
      width: 100%;
      height: 100%;
    }

.accordian__trigger[aria-expanded='false'] .accordian__icon {
      transform: rotate(0deg);
    }

.accordian__trigger[aria-expanded='false'] + .accordian__content { 
      display: none;
    }

.accordian__trigger.accordian__trigger--stockists{
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
        
}

.accordian__trigger.accordian__trigger--stockists[aria-expanded='true']{
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
        
}

.slideout-accordion .accordian__trigger:hover{
        opacity: 1;
        
}

.slideout-accordion .accordian__trigger[aria-expanded='false']{
        opacity: 0.7;
        
}

.slideout-accordion .accordian__trigger[aria-expanded='true']{
        pointer-events: none;
        
}
