/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ------------------------------------------ VARIABLES ----------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ----------------------------------- MEDIA QUERIES MIXIN -------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------- GLOBAL STYLES --------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
html, body {
  height: -webkit-fill-available;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  background-color: #ffffff;
  color: #212324;
  min-height: -webkit-fill-available;
  position: relative;
}
body::-webkit-scrollbar {
  display: none;
}
body.freeze {
  overflow: hidden;
}
body.freeze::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212324;
  opacity: 1;
  z-index: 5;
}
body.freeze .header {
  position: fixed;
}

a {
  text-decoration: none;
  color: #212324;
  cursor: pointer;
}

picture {
  width: 100%;
  height: 100%;
}
picture source, picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
picture source.square, picture img.square {
  aspect-ratio: 1;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------- TYPOGRAPHY ----------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
body {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.01rem;
}

p, ul, li {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  p, ul, li {
    font-size: 14px;
  }
}

p {
  margin-bottom: 28px;
}

strong {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.05rem;
}

h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

ul {
  list-style-position: outside;
}

li {
  margin-left: 18px;
}

select,
input,
textarea {
  font-family: "canada-type-gibson", sans-serif;
  line-height: 1.5;
}

.button {
  cursor: pointer;
  outline: none;
  border: none;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #000;
  color: #ffffff;
  padding: 10px 30px;
  height: auto;
  min-height: 50px;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.025rem;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .button {
    width: calc(100% - 70px);
    font-size: 14px;
    padding: 10px 30px;
    min-height: 50px;
    margin: 0 35px;
  }
}
@media (hover: hover) {
  .button:hover, .button:focus, .button:active {
    background-color: #212324;
  }
}

.button-secondary {
  background-color: transparent;
  color: #212324;
  border: 1px solid #212324;
}
@media (hover: hover) {
  .button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    background-color: #212324;
    color: #ffffff;
  }
}

.button-reversed {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media (hover: hover) {
  .button-reversed:hover, .button-reversed:focus, .button-reversed:active {
    background-color: #ffffff;
    color: #212324;
  }
}

.page-subtitle {
  text-align: center;
  font-size: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .page-subtitle {
    font-size: 20px;
  }
}

.text-small p,
.text-small li {
  font-size: 16px;
}
.text-small ul {
  margin-bottom: 28px;
}
.text-small ul li {
  list-style: disc;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* -------------------------------------- LAYOUT DEFAULTS --------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.wrap,
.wrap-narrow,
.wrap-narrower {
  max-width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}

.wrap {
  width: 1280px;
}

.wrap-narrow {
  width: 1040px;
}

.wrap-narrower {
  width: 560px;
}

.negative-margin {
  margin-top: -65vh;
  margin-bottom: 48px;
  position: relative;
  z-index: 3;
}
.negative-margin.negative-margin-half {
  margin-top: -32.5vh;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ------------------------------------------ SECTIONS ------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
@media screen and (max-width: 992px) {
  .header {
    height: 60px;
  }
}
.header .wrap {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 1280px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .header .wrap {
    height: 60px;
  }
}
.header .logo,
.header .logo-mobile {
  margin-right: 2.5em;
  height: 46px;
}
@media screen and (max-width: 992px) {
  .header .logo,
  .header .logo-mobile {
    height: 30px;
  }
}
.header .logo a img,
.header .logo-mobile a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.header .logo {
  display: block;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .logo a img {
  display: block;
}
.header .logo-mobile {
  display: none;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .header .logo-mobile {
    display: block;
    position: relative;
    z-index: 2000;
  }
}
.header .navigation ul {
  display: flex;
  list-style: none;
  margin-top: -20px;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .header .navigation ul {
    display: none;
  }
}
.header .navigation ul li {
  position: relative;
  margin-left: 0px;
  font-family: "canada-type-gibson", sans-serif;
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
  color: #212324;
}
.header .navigation ul li.dropdown {
  position: static !important;
}
.header .navigation ul li.dropdown .mega-menu {
  display: flex;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.15s, opacity 0.25s ease 0.15s, transform 0.25s ease 0.15s;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(0px);
}
@media screen and (max-width: 992px) {
  .header .navigation ul li.dropdown .mega-menu {
    display: none;
  }
}
.header .navigation ul li.dropdown .mega-menu h3 {
  color: #212324;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container {
  display: flex;
  min-height: 350px;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .image,
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .cta,
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .list {
  opacity: 0;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .cta,
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .list {
  transition: all 0.25s ease;
  transform: translateY(-10px);
  opacity: 0;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .image {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .image picture {
  transition: transform 5s ease;
  transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  display: block;
  position: relative;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .image picture img {
  display: block;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .image picture::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.25;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .cta {
  width: 30%;
  padding: 45px 35px;
  background-color: #ebeeef;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .cta h4 {
  font-size: 30px;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .cta p {
  font-weight: 300;
  font-size: 16px;
  margin: 20px 0;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .cta .button {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 10px 30px;
  color: #ffffff;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .list {
  width: 30%;
  padding: 45px 0;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 35px 0;
}
.header .navigation ul li.dropdown .mega-menu .mega-menu-container .list ul a {
  color: #151717;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 15px 0;
  transition: color 0.15s ease, background-color 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  white-space: nowrap;
  font-family: "canada-type-gibson", sans-serif;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
}
@media (hover: hover) {
  .header .navigation ul li.dropdown .mega-menu .mega-menu-container .list ul a:hover {
    color: #ebeeef;
  }
}
.header .navigation ul li.dropdown:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
.header .navigation ul li.dropdown:hover .mega-menu .image,
.header .navigation ul li.dropdown:hover .mega-menu .cta,
.header .navigation ul li.dropdown:hover .mega-menu .list {
  opacity: 1;
}
.header .navigation ul li.dropdown:hover .mega-menu .image picture {
  transform: scale(1);
}
.header .navigation ul li.dropdown:hover .mega-menu .cta,
.header .navigation ul li.dropdown:hover .mega-menu .list {
  transform: translateY(0);
}
.header .navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  transition: color 0.15s ease, background-color 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
  white-space: nowrap;
}
.header .navigation ul li a:hover, .header .navigation ul li a:focus, .header .navigation ul li a:active {
  color: #ebeeef;
  outline: none;
}
.header .navigation ul li.highlight {
  margin-left: 8px;
  background-color: #000000;
}
.header .navigation ul li.highlight a {
  padding: 61px 22px 10px;
}
.header .navigation ul li.highlight a:hover, .header .navigation ul li.highlight a:focus, .header .navigation ul li.highlight a:active {
  background-color: #ffffff;
  color: #ebeeef;
}
.header .navigation-mobile {
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
  .header .navigation-mobile {
    display: block;
    position: relative;
    top: 0;
  }
}
.header .navigation-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.header .navigation-mobile > ul {
  position: fixed;
  left: 0;
  top: 0;
  padding: 40px;
  height: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  width: 100%;
  max-width: 100%;
  line-height: 20px;
  overflow-y: auto;
  z-index: 999;
  margin-top: 0;
  pointer-events: none;
}
.header .navigation-mobile > ul > li {
  margin-left: 0;
  position: relative;
  animation: fadeInBottom 0.25s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
  pointer-events: all;
}
.header .navigation-mobile > ul > li:nth-of-type(2) {
  animation-delay: 0.25s;
}
.header .navigation-mobile > ul > li:nth-of-type(3) {
  animation-delay: 0.3s;
}
.header .navigation-mobile > ul > li:nth-of-type(4) {
  animation-delay: 0.35s;
}
.header .navigation-mobile > ul > li:nth-of-type(5) {
  animation-delay: 0.4s;
}
.header .navigation-mobile > ul > li:nth-of-type(6) {
  animation-delay: 0.45s;
}
.header .navigation-mobile > ul > li:nth-of-type(7) {
  animation-delay: 0.5s;
}
.header .navigation-mobile > ul > li.highlight {
  margin-top: 10px;
  margin-left: 0;
}
.header .navigation-mobile > ul > li.highlight a {
  padding: 10px 50px;
  height: 50px;
}
.header .navigation-mobile > ul > li.highlight a.active {
  opacity: 1;
}
.header .navigation-mobile > ul > li a {
  color: #ffffff;
  text-transform: uppercase;
  width: auto;
  display: inline-flex;
  transition: all 0.15s ease;
  padding: 20px 30px;
}
.header .navigation-mobile > ul > li a:hover, .header .navigation-mobile > ul > li a:focus, .header .navigation-mobile > ul > li a:active {
  color: #ebeeef;
}
.header .navigation-mobile > ul > li a.active {
  opacity: 0.5;
}
.header .navigation-mobile > ul > li a.active:hover, .header .navigation-mobile > ul > li a.active:focus, .header .navigation-mobile > ul > li a.active:active {
  opacity: 1;
  color: #ebeeef;
}
.header .navigation-mobile > ul > li div {
  display: none;
}
.header .navigation-mobile > ul > li div ul {
  padding-left: 1.5em;
  margin-top: 24px;
}
.header .navigation-mobile > ul > li div ul li {
  font-size: 13px;
  margin-top: 1em;
}
.header .navigation-mobile > ul > li div ul li a {
  color: #212324;
  text-transform: inherit;
}
.header .navigation-mobile > ul > li:hover > a, .header .navigation-mobile > ul > li:focus > a, .header .navigation-mobile > ul > li:active > a {
  color: #ebeeef;
}
.header .navigation-bars {
  display: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (max-width: 992px) {
  .header .navigation-bars {
    display: block;
  }
}
.header .navigation-bars .bar {
  width: 27px;
  height: 1px;
  background-color: #ffffff;
  margin: 0.5em 0;
  transition: all 0.15s ease;
}
@media screen and (max-width: 576px) {
  .header .navigation-bars .bar {
    transition: none;
  }
}
.header .navigation-bars:hover .bar, .header .navigation-bars:focus .bar, .header .navigation-bars:active .bar {
  background-color: #ebeeef;
}
.header .navigation-bars-toggle {
  transform-origin: center;
  transition: all 0.15s ease;
}
@media screen and (max-width: 992px) {
  .header .navigation-bars-toggle {
    transition: none;
    position: relative;
    z-index: 2000;
  }
}
.header .navigation-bars-toggle .one {
  transform: rotate(45deg) translateX(7px) translateY(7px);
  transform-origin: center;
  margin: 0;
}
.header .navigation-bars-toggle .two {
  display: none;
}
.header .navigation-bars-toggle .three {
  transform: rotate(-45deg);
  transform-origin: center;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.header .social-icons {
  position: absolute;
  right: 148px;
  display: flex;
  top: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
}
@media screen and (max-width: 992px) {
  .header .social-icons {
    display: none;
  }
}
.header .social-icons a {
  display: flex;
  height: 20px;
  margin-left: 20px;
  min-width: 16px;
}
.header .social-icons a.phone {
  color: #ebeeef;
  display: flex;
  align-items: center;
}
.header .social-icons a path {
  transition: all 0.15s ease;
  fill: #ffffff;
}
.header .social-icons a:hover path, .header .social-icons a:focus path, .header .social-icons a:active path {
  fill: #ebeeef
}

.section-hero {
  position: relative;
  width: 100%;
  height: 325px;
  margin-bottom: 60px;
  background-color: #212324;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section-hero {
    height: 225px;
  }
}
.section-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  background: #ffffff;
  background: linear-gradient(180deg, #151717 10%, rgba(21, 23, 23, 0.25) 100%);
  pointer-events: none;
}
.section-hero picture source, .section-hero picture img, .section-hero picture video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 325px;
}
@media screen and (max-width: 992px) {
  .section-hero picture source, .section-hero picture img, .section-hero picture video {
    height: 225px;
  }
}
.section-hero.section-hero-large {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section-hero.section-hero-large {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
}
.section-hero.section-hero-large .wrap {
  padding-top: 0;
}
.section-hero.section-hero-large picture source, .section-hero.section-hero-large picture img, .section-hero.section-hero-large picture video {
  height: 100vh;
}
.section-hero.section-hero-indent .hero-text {
  transform: translate(-50%, -30vh);
}
.section-hero .hero-text {
  max-width: 100%;
  position: absolute;
  top: 50%;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .section-hero .hero-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-hero .hero-text {
    font-size: 14px;
  }
}
.section-hero .hero-text .wrap-narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 680px;
  max-width: 100%;
  margin-bottom: 0px;
}
.section-hero .hero-text .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 50px;
}
.section-hero .hero-text h1 {
  display: block;
  margin: 20px auto;
  color: #ffffff;
  text-transform: none;
  font-size: 65px;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-hero .hero-text h1 {
    font-size: 56px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .hero-text h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .section-hero .hero-text h1 {
    font-size: 44px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 480px) {
  .section-hero .hero-text h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.section-hero .hero-text h1 .hidden {
  display: none;
}
.section-hero .hero-text h1 img {
  width: 300px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .section-hero .hero-text h1 img {
    width: 180px;
    margin-top: 10px;
  }
}
.section-hero .hero-text h1 span {
  color: #ebeeef;
}
.section-hero .hero-text p {
  font-size: 18px;
  line-height: 1.75;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-weight: 300;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .section-hero .hero-text p {
    font-size: 14px;
  }
}
.section-hero .hero-text .button-inline {
  padding: 0px 4px;
  min-height: auto;
  border: none;
  margin: 0 0 0 10px;
}
.section-hero .hero-text .banner {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.6);
}
.section-hero .hero-text .icons {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-hero .hero-text .icons svg {
  height: 50px;
}
.section-hero .hero-text .icons svg path {
  transition: all 0.15s ease;
  fill: #212324;
}
.section-hero .hero-text .icons svg:hover path, .section-hero .hero-text .icons svg:focus path, .section-hero .hero-text .icons svg:active path {
  transform: scale(1.1);
  transform-origin: center center;
}
.section-hero .hero-text .icons svg.icon-play {
  display: none;
  margin-left: 10px;
}
.section-hero .hero-text .highlight {
  background-color: #000000;
  padding: 18px 40px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-text .highlight {
    flex-direction: column;
    padding: 12px 30px 18px;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .section-hero .hero-text .highlight {
    width: 100%;
  }
}
.section-hero .hero-text .highlight p {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-text .highlight p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .section-hero .hero-text .highlight p {
    font-size: 14px;
  }
}
.section-hero .hero-text .highlight span {
  text-transform: none;
}
.section-hero .hero-text .highlight a {
  color: #ffffff;
}
.section-hero .hero-text .highlight .inline-button {
  border: 1px solid #ffffff;
  padding: 0px 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.15s ease;
  letter-spacing: 0.025rem;
}
@media (hover: hover) {
  .section-hero .hero-text .highlight .inline-button:hover {
    background-color: #ffffff;
    color: #ebeeef;
  }
}
@media screen and (max-width: 768px) {
  .section-hero .hero-text .highlight .inline-button {
    font-size: 16px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .section-hero .hero-text .highlight .inline-button {
    font-size: 14px;
  }
}
.section-hero .hero-text .intro {
  margin-top: 50px;
}
.section-hero .hero-text .button-secondary {
  border-color: #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section-hero .hero-text .button-secondary {
    width: 100%;
    max-width: 100%;
  }
}
.section-hero .hero-text .button-secondary:hover {
  background-color: #ffffff;
  color: #151717;
}

.section-intro {
  padding: 64px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .section-intro {
    padding: 112px 0 0;
  }
}
.section-intro h2 {
  font-size: 65px;
  line-height: 72px;
  text-align: center;
  text-transform: none;
}
.section-intro .text {
  max-width: 100%;
  width: 840px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
.section-intro .text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
@media screen and (max-width: 576px) {
  .section-intro .text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.section-intro .text p:first-child {
  font-family: "canada-type-gibson", sans-serif;
}
.section-intro .text h4 {
  font-family: "canada-type-gibson", sans-serif;
  text-transform: none;
  font-size: 20px;
  line-height: 28px;
}
.section-intro .wrap-narrower .text p:first-child {
  font-family: "canada-type-gibson", sans-serif;
}

.section-services.section-cards .wrap .card .image::before {
  opacity: 0;
}
.section-services.section-cards .wrap .card:hover .text + .image::before {
  opacity: 0.5;
}
.section-services .section-image .wrap-narrow .text h3::after {
  background-color: #212324;
}

.section-single-feature {
  padding: 0;
  margin: 64px 0 0;
}

.section-columns {
  margin: 96px 0;
}
.section-columns .wrap-narrow {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }
}
.section-columns .wrap-narrow h2 {
  font-size: 65px;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  padding-bottom: 60px;
  position: relative;
  font-weight: 500;
}
.section-columns .wrap-narrow h2::after {
  content: "";
  width: 100px;
  background-color: #212324;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow h2::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .section-columns .wrap-narrow h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow h2 {
    font-size: 50px;
    padding: 0 30px 35px;
  }
}
@media screen and (max-width: 576px) {
  .section-columns .wrap-narrow h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  .section-columns .wrap-narrow h2 {
    font-size: 36px;
  }
}
.section-columns .wrap-narrow .left-column,
.section-columns .wrap-narrow .right-column {
  flex: 0 1 auto;
  width: 50%;
  max-width: 380px;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow .left-column,
  .section-columns .wrap-narrow .right-column {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.section-columns .wrap-narrow .left-column .image,
.section-columns .wrap-narrow .right-column .image {
  height: 290px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow .left-column .text,
  .section-columns .wrap-narrow .right-column .text {
    padding: 0 35px;
  }
}
.section-columns .wrap-narrow .left-column a.button,
.section-columns .wrap-narrow .right-column a.button {
  margin-top: 16px;
}
.section-columns .wrap-narrow .left-column {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow .left-column {
    margin-right: 0;
  }
}
.section-columns .wrap-narrow .right-column {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow .right-column {
    margin-left: 0;
  }
}

.section-image {
  padding: 64px 0 0;
  margin: 0;
}
.section-image.item-location {
  padding-bottom: 90px;
}
@media screen and (max-width: 576px) {
  .section-image {
    padding: 0;
  }
}
.section-image .wrap {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 992px) {
  .section-image .wrap {
    flex-direction: column;
    padding: 0;
  }
}
.section-image .wrap h2 {
  font-size: 65px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 35px 30px 35px;
}
@media screen and (max-width: 992px) {
  .section-image .wrap h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .section-image .wrap h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section-image .wrap h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  .section-image .wrap h2 {
    font-size: 36px;
  }
}
.section-image .wrap-narrow {
  display: flex;
  flex-basis: 100%;
  width: 1280px;
  max-width: 100%;
  align-items: stretch;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow {
    flex-direction: column;
  }
}
.section-image .wrap-narrow::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #151717;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow::before {
    width: 100%;
  }
}
.section-image .wrap-narrow .text {
  padding: 105px;
  flex: 0 1 auto;
  width: 50%;
  color: #ffffff;
  box-sizing: border-box;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section-image .wrap-narrow .text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .text {
    width: 100%;
    min-width: 100%;
    order: 2;
    margin-top: 0;
  }
}
.section-image .wrap-narrow .text > div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 105px 0px 70px;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .text > div {
    padding: 0px 70px 0px 35px;
  }
}
.section-image .wrap-narrow .text h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .text h3 {
    font-size: 26px;
    padding-bottom: 45px;
  }
}
.section-image .wrap-narrow .text h3::after {
  content: "";
  width: 100px;
  background-color: #ffffff;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .text h3::after {
    bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .section-image .wrap-narrow .text h3::after {
    width: 50px;
  }
}
.section-image .wrap-narrow .text p {
  font-size: 18px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .text p {
    font-size: 14px;
  }
}
.section-image .wrap-narrow .text a {
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .text a {
    display: flex;
  }
}
.section-image .wrap-narrow .text a .button {
  background-color: transparent;
  border: 1px solid #ffffff;
}
@media (hover: hover) {
  .section-image .wrap-narrow .text a .button:hover {
    background-color: #ffffff;
    color: #212324;
  }
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .text a .button {
    margin: 0;
    width: 100%;
  }
}
.section-image .wrap-narrow .image {
  display: flex;
  flex: 0 1 auto;
  width: 50%;
  margin: 35px 0 -35px;
  aspect-ratio: 1;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section-image .wrap-narrow .image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .image {
    order: 1;
    width: 100%;
  }
}
.section-image .wrap-narrow .image > div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.section-image .wrap-narrow .image picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .section-image .wrap-narrow .image picture {
    overflow: hidden;
    display: block;
  }
}
.section-image .wrap-narrow .image picture img {
  display: block;
}
.section-image.section-right-image .wrap-narrow .text {
  padding: 60px 70px 60px 105px;
}
@media screen and (max-width: 768px) {
  .section-image.section-right-image .wrap-narrow .text {
    width: 100%;
    padding: 35px 35px 35px 70px !important;
    min-height: 500px;
    height: 40vh;
  }
}
@media screen and (max-width: 576px) {
  .section-image.section-right-image .wrap-narrow .text {
    min-height: 450px;
  }
}
.section-image.section-right-image .wrap-narrow .text > div {
  padding: 0px 70px 0px 105px;
}
@media screen and (max-width: 768px) {
  .section-image.section-right-image .wrap-narrow .text > div {
    padding: 0px 35px 0px 70px !important;
  }
}
.section-image.section-right-image .wrap-narrow::before {
  left: 35px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .section-image.section-right-image .wrap-narrow::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-image.section-right-image .wrap-narrow .image {
    width: calc(100% - 35px);
    margin: 35px 35px 0 0;
  }
}
.section-image.section-left-image .wrap-narrow .text {
  padding: 60px 105px 60px 70px;
}
@media screen and (max-width: 768px) {
  .section-image.section-left-image .wrap-narrow .text {
    width: 100%;
    padding: 35px 70px 35px 35px;
  }
}
.section-image.section-left-image .wrap-narrow::before {
  left: auto;
  right: 35px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .section-image.section-left-image .wrap-narrow::before {
    width: 100%;
  }
}
.section-image.section-left-image .wrap-narrow .text {
  order: 2;
}
.section-image.section-left-image .wrap-narrow .image {
  order: 1;
}
@media screen and (max-width: 768px) {
  .section-image.section-left-image .wrap-narrow .image {
    width: calc(100% - 35px);
    margin: 35px 0 0 35px;
  }
}
.section-image.section-top-image .wrap-narrow {
  flex-direction: column;
  width: auto;
}
.section-image.section-top-image .wrap-narrow .text {
  width: 100%;
  padding: 60px 70px 60px 105px;
  order: 2;
}
@media screen and (max-width: 768px) {
  .section-image.section-top-image .wrap-narrow .text {
    width: 100%;
    padding: 35px 35px 35px 70px;
  }
}
.section-image.section-top-image .wrap-narrow::before {
  left: 0;
  width: 100%;
  background-color: #212324;
}
@media screen and (max-width: 768px) {
  .section-image.section-top-image .wrap-narrow::before {
    width: 100%;
  }
}
.section-image.section-top-image .wrap-narrow .image {
  width: 100%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .section-image.section-top-image .wrap-narrow .image {
    width: calc(100% - 35px);
    margin: 35px 35px 0 0;
  }
}
.section-image.section-crafted-cocktails h2 {
  color: #d36f61;
}
.section-image.section-crafted-cocktails .wrap-narrow::before {
  background-color: #d36f61;
}
.section-image.section-new-food h2 {
  color: #344153;
}
.section-image.section-new-food .wrap-narrow::before {
  background-color: #344153;
}
.section-image.section-bars h2 {
  color: #3a121b;
}
.section-image.section-bars .wrap-narrow::before {
  background-color: #3a121b;
}
.section-image.section-bar {
  padding: 30px 0 90px 0;
}
@media screen and (max-width: 768px) {
  .section-image.section-bar {
    padding: 10px 0 30px 0;
  }
}
.section-image.section-bar h2 {
  color: #ffffff;
}
.section-image.section-bar .wrap-narrow .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.section-image.section-bar-apres-ski .wrap-narrow::before {
  background-color: #321f60;
}
.section-image.section-bar-apres-ski .wrap-narrow .image::after {
  background: url("./../../assets/images/logos/farinet-apres-ski-logo.svg") no-repeat center center;
  background-size: 75%;
}
.section-image.section-bar-the-lounge .wrap-narrow::before {
  background-color: #2c2621;
}
.section-image.section-bar-the-lounge .wrap-narrow .image::after {
  background: url("./../../assets/images/logos/farinet-the-lounge-logo.svg") no-repeat center center;
  background-size: 75%;
}
.section-image.section-bar-south .wrap-narrow::before {
  background-color: #261714;
}
.section-image.section-bar-south .wrap-narrow .image::after {
  background: url("./../../assets/images/logos/farinet-south-logo.svg") no-repeat center center;
  background-size: 75%;
}
.section-image.section-bar-south-lounge .wrap-narrow::before {
  background-color: #4f463b;
}
.section-image.section-bar-south-lounge .wrap-narrow .image::after {
  background: url("./../../assets/images/logos/farinet-south-lounge-logo.svg") no-repeat center center;
  background-size: 75%;
}

.section-image-rectangle .wrap-narrow::before {
  width: 70%;
}
.section-image-rectangle .wrap-narrow .text {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .section-image-rectangle .wrap-narrow .text {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .section-image-rectangle .wrap-narrow .text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .section-image-rectangle .wrap-narrow .text {
    width: 100%;
    min-width: 100%;
    height: 60vh;
    min-height: 500px;
    max-height: 100vh;
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 576px) {
  .section-image-rectangle .wrap-narrow .text {
    min-height: 450px;
  }
}
.section-image-rectangle .wrap-narrow .text .labels {
  top: 35px;
  bottom: auto;
}
.section-image-rectangle .wrap-narrow .image {
  width: 60%;
  aspect-ratio: 6/5;
  background-color: #212324;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section-image-rectangle .wrap-narrow .image {
    width: 50%;
    aspect-ratio: 1;
    min-height: 600px;
  }
}
@media screen and (max-width: 992px) {
  .section-image-rectangle .wrap-narrow .image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .section-image-rectangle .wrap-narrow .image {
    min-height: auto;
  }
}
.section-image-rectangle .wrap-narrow .image > div {
  aspect-ratio: 6/5;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .section-image-rectangle .wrap-narrow .image > div {
    aspect-ratio: 1;
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .section-image-rectangle .wrap-narrow .image > div {
    min-height: auto;
  }
}

.section-image-square .wrap-narrow::before {
  display: none;
}
.section-image-square .wrap-narrow .text {
  width: 50%;
  color: #151717;
}
@media screen and (max-width: 768px) {
  .section-image-square .wrap-narrow .text {
    width: 100%;
    min-width: 100%;
    height: 60vh;
    min-height: 500px;
    max-height: 100vh;
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 768px) {
  .section-image-square .wrap-narrow .text > div {
    padding: 0px 35px;
  }
}
.section-image-square .wrap-narrow .text .labels {
  top: 35px;
  bottom: auto;
}
.section-image-square .wrap-narrow .text .labels span label {
  border: 1px solid #212324 !important;
}
@media (hover: hover) {
  .section-image-square .wrap-narrow .text .labels span label:hover {
    background: rgba(21, 23, 23, 0.15) !important;
  }
}
.section-image-square .wrap-narrow .text .labels span label.carousel-slider-control-backward::before {
  border-right: 2px solid #212324 !important;
  border-bottom: 2px solid #212324 !important;
}
.section-image-square .wrap-narrow .text .labels span label.carousel-slider-control-forward::before {
  border-right: 2px solid #212324 !important;
  border-bottom: 2px solid #212324 !important;
}
.section-image-square .wrap-narrow .text .button-reversed {
  border-color: #151717 !important;
  color: #151717 !important;
}
@media (hover: hover) {
  .section-image-square .wrap-narrow .text .button-reversed:hover {
    background-color: #151717 !important;
    color: #ffffff !important;
  }
}
@media screen and (max-width: 768px) {
  .section-image-square .wrap-narrow .text .button-reversed {
    width: 100%;
    margin: 0;
  }
}
.section-image-square .wrap-narrow .image {
  width: 50%;
  aspect-ratio: 1;
  background-color: #212324;
}
.section-image-square .wrap-narrow .image > div {
  aspect-ratio: 1;
}

.section-only-image {
  padding: 64px 0 0;
}
.section-only-image .wrap-narrow {
  flex-direction: column;
  width: 760px;
  max-width: 100%;
}
.section-only-image .wrap-narrow::before {
  display: none;
}
.section-only-image .wrap-narrow .text {
  width: 100%;
  order: 3;
  padding: 0;
  bottom: 35px;
  left: 35px;
  height: 50px;
  z-index: 4;
  overflow: visible;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .section-only-image .wrap-narrow .text {
    min-height: 0;
    max-height: 100%;
    bottom: 35px;
    padding: 0 !important;
  }
}
.section-only-image .wrap-narrow .text .labels {
  padding: 0;
  bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .section-only-image .wrap-narrow .text .labels {
    top: 0 !important;
    bottom: 0 !important;
  }
}
.section-only-image .wrap-narrow .image {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0;
}
.section-only-image .wrap-narrow .image::before {
  content: "";
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.66;
  background: #ffffff;
  background: linear-gradient(0deg, #151717 0%, rgba(21, 23, 23, 0) 35%);
  pointer-events: none;
}

@media screen and (max-width: 576px) {
  .section-video .wrap-narrow {
    padding: 0;
  }
}
.section-video picture {
  position: relative;
}
.section-video picture video {
  max-width: 100%;
  cursor: pointer;
}

.section-menu {
  padding: 0 0 90px;
}
.section-menu h2 {
  margin-top: 32px;
}
.section-menu .menu-columns {
  display: flex;
  grid-gap: 70px;
}
@media screen and (max-width: 576px) {
  .section-menu .menu-columns {
    flex-direction: column;
    grid-gap: 0px;
  }
}
.section-menu .text {
  width: 50%;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .section-menu .text {
    width: 100%;
  }
}
.section-menu .text.no-margin {
  margin-bottom: 0;
}
.section-menu .text h3 {
  margin-top: 32px;
}
.section-menu .text h3:first-child {
  margin-top: 16px;
}
.section-menu .text h4 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  margin: 0;
  border-top: 1px solid #dee0e2;
  display: block;
  padding-top: 12px;
}
.section-menu .text h4:last-child {
  margin-bottom: 16px;
}
.section-menu .text p {
  margin-bottom: 16px;
  font-size: 14px;
}
.section-menu .text .menu-item + h3 {
  margin-top: 72px;
}
@media screen and (max-width: 576px) {
  .section-menu .text + .text {
    margin-top: -32px;
  }
}

.form-component {
  background-color: #ebeeef;
  color: #212324;
  padding: 48px 70px;
}
@media screen and (max-width: 768px) {
  .form-component {
    padding: 25px 17.5px 35px;
    margin: 0 -17.5px;
  }
}
.form-component h3 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-component h3 {
    font-size: 24px;
  }
}
.form-component p {
  text-align: center;
}
.form-component p a {
  text-decoration: none;
  display: inline-block;
  color: rgba(33, 35, 36, 0.5);
  border-bottom: 1px solid rgba(33, 35, 36, 0.5);
  line-height: 1.25;
  transition: all 0.15s ease;
}
.form-component p a:hover, .form-component p a:focus, .form-component p a:active {
  color: #000000;
  border-color: #000000;
}
.form-component form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  color-scheme: dark;
}
.form-component form .form-button {
  display: flex;
}
.form-component form .wide {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .form-component form .wide {
    grid-column: 1/2;
  }
}
.form-component form .form-group {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-component form .form-group {
    margin-bottom: 8px;
  }
}
.form-component form .form-group sup {
  color: #ff5660;
}
.form-component form .form-group label {
  margin-bottom: 5px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 14px;
  position: relative;
}
.form-component form .form-group label sup {
  color: #ff5660;
}
.form-component form .form-group label span {
  color: #898d90;
  opacity: 0.5;
}
.form-component form .form-group input + span {
  opacity: 0;
  transition: opacity 0.15s ease, right 0.15s ease;
  position: absolute;
  right: 9px;
  top: 54px;
  overflow: hidden;
  text-indent: -20000px;
  width: 22px;
  height: 22px;
  background-color: #33c200;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  transform: rotate(45deg) scale(0.8);
}
.form-component form .form-group input + span::before, .form-component form .form-group input + span::after {
  content: "";
  position: absolute;
  background-color: #212324;
}
.form-component form .form-group input + span::before {
  width: 2px;
  height: 10px;
  left: 11px;
  top: 5px;
}
.form-component form .form-group input + span::after {
  width: 4px;
  height: 2px;
  left: 7px;
  top: 13px;
}
.form-component form .form-group input.error + label + span::before, .form-component form .form-group input.error + span::before {
  width: 2px;
  height: 12px;
  background-color: #212324;
  left: 10px;
  top: 5px;
}
.form-component form .form-group input.error + label + span::after, .form-component form .form-group input.error + span::after {
  width: 12px;
  height: 2px;
  left: 5px;
  top: 10px;
}
.form-component form .form-group input {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  padding: 10px 20px;
  height: 50px;
  outline: none;
  background-color: #ffffff;
  border: 1px solid rgba(33, 35, 36, 0.2509803922);
  border: none;
  border-radius: 0px;
  color: #212324;
  position: relative;
}
.form-component form .form-group input.error {
  border-color: #ff5660;
  color: #ff5660;
}
.form-component form .form-group input.error + span {
  opacity: 1;
  right: 19px;
  background-color: #ff5660;
}
.form-component form .form-group input.error + label {
  border: 1px solid #ff5660;
  background-color: transparent;
}
.form-component form .form-group input.valid + span {
  opacity: 1;
  right: 19px;
}
@media screen and (max-width: 768px) {
  .form-component form .form-group input {
    font-size: 14px;
  }
}
.form-component form .form-group textarea {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  outline: none;
  resize: none;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid rgba(33, 35, 36, 0.2509803922);
  border: none;
  border-radius: 0px;
  color: #212324;
}
@media screen and (max-width: 768px) {
  .form-component form .form-group textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form-component form button,
  .form-component form span.button {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.section-piste-map {
  margin: -60px 0 0 0;
  position: relative;
}
.section-piste-map .piste-map-iframe {
  height: 600px;
  max-height: 100vh;
  display: flex;
}

.section-map {
  margin: 90px 0;
}
.section-map #map {
  height: 75vh;
  max-height: 800px;
  width: 100%;
}
.section-map .marker {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(65vw, 26.3vw);
  transform-origin: bottom center;
  display: flex;
  justify-content: flex-start;
  background: url("./../../assets/images/icon-location.svg") no-repeat center center;
  background-size: contain !important;
}

.section-footer {
  text-align: center;
  padding: 28px 0 0 0;
  background-color: #ffffff;
}
.section-footer .navigation {
  padding: 12px 0;
  text-align: center;
}
.section-footer .navigation h5 {
  display: none;
}
.section-footer .navigation ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .section-footer .navigation ul {
    flex-direction: column;
  }
}
.section-footer .navigation ul li {
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 15px;
  margin-left: 5px;
}
@media screen and (max-width: 576px) {
  .section-footer .navigation ul li {
    font-size: 16px;
    margin-left: 0;
    padding: 15px;
  }
}
.section-footer .navigation ul li:first-child {
  margin-left: 0;
}
.section-footer .navigation ul li.highlight {
  display: none;
}
.section-footer .navigation ul li a {
  font-family: "canada-type-gibson", sans-serif;
  text-decoration: none;
  color: #212324;
  text-align: center;
  transition: all 0.15s ease;
  font-weight: 500;
}
.section-footer .navigation ul li a:hover, .section-footer .navigation ul li a:focus, .section-footer .navigation ul li a:active {
  color: #ebeeef;
  outline: none;
}
.section-footer .navigation ul li a.active {
  opacity: 0.5;
}
.section-footer .navigation ul li a.active:hover, .section-footer .navigation ul li a.active:focus, .section-footer .navigation ul li a.active:active {
  color: #ebeeef;
}
.section-footer .navigation ul li a.highlight {
  display: none;
}
.section-footer .navigation ul li .active {
  opacity: 0.5;
}
.section-footer .navigation ul li.dropdown .mega-menu {
  display: none;
}
.section-footer .social-icons {
  padding: 36px 0 48px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section-footer .social-icons a {
  display: flex;
  height: 24px;
  margin-left: 48px;
  min-width: 24px;
}
@media screen and (max-width: 576px) {
  .section-footer .social-icons a {
    height: 20px;
    margin-left: 40px;
    min-width: 20px;
  }
}
.section-footer .social-icons a:first-child {
  margin-left: 0;
}
.section-footer .social-icons a svg {
  min-height: 24px;
  width: 24px;
}
@media screen and (max-width: 576px) {
  .section-footer .social-icons a svg {
    min-height: 20px;
  }
}
.section-footer .social-icons a path {
  transition: all 0.15s ease;
  fill: #212324;
}
.section-footer .social-icons a:hover path, .section-footer .social-icons a:focus path, .section-footer .social-icons a:active path {
  fill: #ebeeef;
}
.section-footer .logo {
  margin: 30px 0 0;
  padding: 0 35px;
  max-width: 100%;
  width: 100%;
  background-color: #ebeeef;
}
.section-footer .logo span {
  display: inline-block;
  margin: 6px 12px;
}
.section-footer .logo a.logo-image {
  display: block;
  width: 160px;
  margin: 0 auto;
  padding: 48px 0 24px;
}
.section-footer .logo a.link {
  text-decoration: none;
  display: inline-block;
  margin: 6px 12px;
  color: rgba(33, 35, 36, 0.5);
  border-bottom: 1px solid rgba(33, 35, 36, 0.5);
  line-height: 1.5;
  transition: all 0.15s ease;
}
.section-footer .logo a.link:hover, .section-footer .logo a.link:focus, .section-footer .logo a.link:active {
  color: #ebeeef;
  border-color: #ebeeef;
}
.section-footer .logo p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.section-footer .colophon {
  background-color: #ffffff;
  padding: 35px;
}
.section-footer .colophon p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.section-footer .colophon p a {
  text-decoration: none;
  display: inline-block;
  margin: 6px 12px;
  color: rgba(33, 35, 36, 0.5);
  border-bottom: 1px solid rgba(33, 35, 36, 0.5);
  line-height: 1.5;
  transition: all 0.15s ease;
}
@media (hover: hover) {
  .section-footer .colophon p a:hover, .section-footer .colophon p a:focus, .section-footer .colophon p a:active {
    color: #ebeeef;
    border-color: #ebeeef;
  }
}
.section-footer .colophon p span {
  display: inline-block;
  margin: 6px 12px;
  color: #212324;
  line-height: 1.5;
}
.section-footer .colophon p span br {
  display: none;
}
@media screen and (max-width: 576px) {
  .section-footer .colophon p span br {
    display: block;
  }
}

.section-magazine {
  background: #ebeeef url("./../../assets/images/hot-off-the-press.png") no-repeat 95% 5vh;
  background-size: 50vw;
  height: 600px;
  max-height: 50vh;
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .section-magazine {
    background-image: none;
  }
}
.section-magazine .wrap-narrow {
  display: flex;
}
.section-magazine .wrap-narrow .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .section-magazine .wrap-narrow .text {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.section-magazine .wrap-narrow .text h3 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .section-magazine .wrap-narrow .text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-magazine .wrap-narrow .text a {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .section-magazine .wrap-narrow .text a {
    width: 100%;
  }
}

.section-banner {
  margin: 35px;
}
.section-banner:last-child {
  padding-bottom: 35px;
}
.section-banner .wrap-narrow {
  background: #ebeeef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 40px 0;
  position: relative;
}
.section-banner .wrap-narrow::before {
  content: "";
  width: 80px;
  height: 40px;
  background: url("./../../assets/images/icon-noise-white.svg") no-repeat right center;
  opacity: 1;
  position: absolute;
  top: 35px;
  right: 35px;
  display: none;
}
.section-banner .wrap-narrow .banner-columns {
  display: flex;
}
@media screen and (max-width: 576px) {
  .section-banner .wrap-narrow .banner-columns {
    flex-direction: column;
  }
}
.section-banner .wrap-narrow .banner-columns .text {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .section-banner .wrap-narrow .banner-columns .text {
    width: 100%;
  }
}
.section-banner .wrap-narrow .banner-columns .text li {
  margin: 0;
}
.section-banner .wrap-narrow .banner-columns .text li span {
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .section-banner .wrap-narrow .banner-columns .text + .text {
    margin-top: 32px;
  }
}
.section-banner .wrap-narrow .text {
  max-width: 100%;
  width: 900px;
  padding: 0 35px;
}
.section-banner .wrap-narrow .text h5 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-banner .wrap-narrow .text h5 {
    font-size: 16px;
  }
}
.section-banner .wrap-narrow .text p {
  margin-bottom: 0;
}
.section-banner .wrap-narrow .text li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section-banner .wrap-narrow .text li {
    font-size: 14px;
  }
}

.section-facilities,
.section-benefits,
.section-downloads {
  padding: 150px 0 30px;
  background-color: #ffffff;
}
.section-facilities .wrap-narrow h3,
.section-benefits .wrap-narrow h3,
.section-downloads .wrap-narrow h3 {
  font-size: 45px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 992px) {
  .section-facilities .wrap-narrow h3,
  .section-benefits .wrap-narrow h3,
  .section-downloads .wrap-narrow h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .section-facilities .wrap-narrow h3,
  .section-benefits .wrap-narrow h3,
  .section-downloads .wrap-narrow h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section-facilities .wrap-narrow h3,
  .section-benefits .wrap-narrow h3,
  .section-downloads .wrap-narrow h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .section-facilities .wrap-narrow h3,
  .section-benefits .wrap-narrow h3,
  .section-downloads .wrap-narrow h3 {
    font-size: 30px;
  }
}
.section-facilities .wrap-narrow ul,
.section-benefits .wrap-narrow ul,
.section-downloads .wrap-narrow ul {
  display: flex;
  grid-gap: 35px;
  padding: 24px 0;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-facilities .wrap-narrow ul,
  .section-benefits .wrap-narrow ul,
  .section-downloads .wrap-narrow ul {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 576px) {
  .section-facilities .wrap-narrow ul,
  .section-benefits .wrap-narrow ul,
  .section-downloads .wrap-narrow ul {
    grid-gap: 15px;
  }
}
.section-facilities .wrap-narrow ul li,
.section-benefits .wrap-narrow ul li,
.section-downloads .wrap-narrow ul li {
  margin: 0;
  width: 230px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-facilities .wrap-narrow ul li,
  .section-benefits .wrap-narrow ul li,
  .section-downloads .wrap-narrow ul li {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 576px) {
  .section-facilities .wrap-narrow ul li,
  .section-benefits .wrap-narrow ul li,
  .section-downloads .wrap-narrow ul li {
    width: calc(50% - 7.5px);
  }
}
.section-facilities .wrap-narrow ul li span,
.section-benefits .wrap-narrow ul li span,
.section-downloads .wrap-narrow ul li span {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.25;
  font-size: 20px;
  max-width: 100%;
  position: relative;
  transition: all 0.15s ease;
}
@media screen and (max-width: 576px) {
  .section-facilities .wrap-narrow ul li span,
  .section-benefits .wrap-narrow ul li span,
  .section-downloads .wrap-narrow ul li span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .section-facilities .wrap-narrow ul li span,
  .section-benefits .wrap-narrow ul li span,
  .section-downloads .wrap-narrow ul li span {
    font-size: 16px;
  }
}
.section-facilities .wrap-narrow ul li span::before,
.section-benefits .wrap-narrow ul li span::before,
.section-downloads .wrap-narrow ul li span::before {
  content: "";
  position: absolute;
  background-color: #73d8d4;
  z-index: 0;
  width: 68px;
  height: 68px;
  opacity: 0;
  border-radius: 50%;
  top: -10px;
  left: 50%;
  transform: translateX(-70%);
  transition: opacity 0.5s ease;
  transform-origin: center center;
}
@media screen and (max-width: 576px) {
  .section-facilities .wrap-narrow ul li span::before,
  .section-benefits .wrap-narrow ul li span::before,
  .section-downloads .wrap-narrow ul li span::before {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 480px) {
  .section-facilities .wrap-narrow ul li span::before,
  .section-benefits .wrap-narrow ul li span::before,
  .section-downloads .wrap-narrow ul li span::before {
    width: 46px;
    height: 46px;
  }
}
.section-facilities .wrap-narrow ul li span:hover::before,
.section-benefits .wrap-narrow ul li span:hover::before,
.section-downloads .wrap-narrow ul li span:hover::before {
  opacity: 1;
}
.section-facilities .wrap-narrow ul li span img,
.section-benefits .wrap-narrow ul li span img,
.section-downloads .wrap-narrow ul li span img {
  margin-bottom: 16px;
  width: 80px;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  .section-facilities .wrap-narrow ul li span img,
  .section-benefits .wrap-narrow ul li span img,
  .section-downloads .wrap-narrow ul li span img {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .section-facilities .wrap-narrow ul li span img,
  .section-benefits .wrap-narrow ul li span img,
  .section-downloads .wrap-narrow ul li span img {
    width: 48px;
  }
}
@media (hover: hover) {
  .section-facilities .wrap-narrow ul li a span:hover,
  .section-benefits .wrap-narrow ul li a span:hover,
  .section-downloads .wrap-narrow ul li a span:hover {
    color: #ebeeef;
  }
}

.section-downloads .wrap-narrow ul li {
  width: 195px;
}
@media screen and (max-width: 576px) {
  .section-downloads .wrap-narrow ul li {
    width: calc(50% - 10px);
  }
}
.section-downloads .wrap-narrow ul li span::before {
  display: none;
}
.section-downloads .wrap-narrow ul li span picture {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.section-downloads .wrap-narrow ul li span picture::before {
  content: "";
  position: absolute;
  background: rgba(33, 35, 36, 0.5) url("./../../assets/images/icon-pdf-white.svg") no-repeat center center;
  background-size: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease, transform 0.25s cubic-bezier(0.75, 0, 0.25, 1);
  transform-origin: center center;
}
.section-downloads .wrap-narrow ul li span picture:hover::before {
  opacity: 1;
  transform: scale(1.05);
}
.section-downloads .wrap-narrow ul li span img {
  display: block;
  margin-bottom: 0;
  z-index: 0;
  width: 100%;
}

.section-benefits {
  background: transparent;
  color: #ffffff;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .section-benefits {
    padding: 90px 0 30px;
  }
}
.section-benefits .wrap-narrow ul li {
  margin-bottom: 0;
}
.section-benefits .wrap-narrow ul li span {
  background: #082d31;
  aspect-ratio: 1;
  width: 100%;
  justify-content: center;
  margin: 0px;
  color: #ffffff;
}
.section-benefits .wrap-narrow ul li span::before {
  background-color: #1e4c51;
  top: 20%;
}
@media (hover: hover) {
  .section-benefits .wrap-narrow ul li span:hover {
    background: #0f3d42;
  }
}

.section-cards {
  padding: 105px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-cards {
    padding: 70px 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .section-cards {
    padding: 35px 0 15px;
  }
}
.section-cards > h2 {
  background: #ffffff;
  margin: 0;
  padding: 35px;
  font-size: 45px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-cards > h2 {
    font-size: 42px;
  }
}
.section-cards.columns-3 .wrap {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .section-cards.columns-3 .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .section-cards.columns-3 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-cards .wrap {
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}
.section-cards .wrap .card {
  background: #212324;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex: 1 0 auto;
  position: relative;
}
.section-cards .wrap .card .image {
  width: 100%;
  position: relative;
  transition: transform 0.5s ease;
}
.section-cards .wrap .card .image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #212324;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.section-cards .wrap .card .image img {
  border-radius: 0px;
  aspect-ratio: 1;
}
.section-cards .wrap .card .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-cards .wrap .card .text h4 {
  font-size: 35px;
  line-height: 1.25;
  margin-bottom: 30px;
  text-align: center;
}
.section-cards .wrap .card .text.has-overlay h4 {
  transform: translateY(0);
  transition: all 0.25s ease;
}
.section-cards .wrap .card .text .logo {
  transform: translateY(0);
  transition: all 0.25s ease;
}
.section-cards .wrap .card .text p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-cards .wrap .card .text p {
    font-size: 14px;
  }
}
.section-cards .wrap .card .text .overlay {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  width: calc(100% - 70px);
  height: calc(100% - 70px);
  opacity: 0;
  transition: all 0.5s ease;
  transform: translateY(30px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .section-cards .wrap .card .text .overlay {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.section-cards .wrap .card .text .room-details {
  color: #ffffff;
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media screen and (max-width: 768px) {
  .section-cards .wrap .card .text .room-details {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.section-cards .wrap .card .text .room-details p {
  text-align: center;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.section-cards .wrap .card .text .room-details p sup {
  margin-right: -10px;
}
.section-cards .wrap .card .text .room-details p .room-details-figure {
  font-size: 50px;
  font-family: "ivymode", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .section-cards .wrap .card .text .room-details p .room-details-figure {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .section-cards .wrap .card .text .room-details p .room-details-figure {
    font-size: 30px;
  }
}
.section-cards .wrap .card:hover .image {
  transform: scale(1.1);
}
.section-cards .wrap .card:hover .image::before {
  opacity: 0.75;
}
.section-cards .wrap .card:hover .text {
  pointer-events: auto;
}
.section-cards .wrap .card:hover .text + .image {
  transform: scale(1.1);
}
.section-cards .wrap .card:hover .text + .image::before {
  opacity: 0.75;
  background: #151717;
}
.section-cards .wrap .card:hover .text.has-overlay h4,
.section-cards .wrap .card:hover .text.has-overlay .logo {
  opacity: 0;
  transform: translateY(-15px);
}
.section-cards .wrap .card:hover .text .overlay {
  transform: translateY(0px);
  opacity: 1;
}
.section-cards .wrap .card:hover .text .overlay .button {
  opacity: 1;
  transform: translateY(0px);
}

.section-cards-ragged {
  background-color: #ffffff;
  margin-bottom: 90px;
}
.section-cards-ragged.columns-3 .card:nth-child(3n+1) {
  transform: translateY(-35px);
}
.section-cards-ragged.columns-3 .card:nth-child(3n+2) {
  transform: translateY(0px);
}
.section-cards-ragged.columns-3 .card:nth-child(3n+3) {
  transform: translateY(35px);
}
@media screen and (max-width: 992px) {
  .section-cards-ragged.columns-3 .card:nth-child(2n+1) {
    transform: translateY(0px);
  }
  .section-cards-ragged.columns-3 .card:nth-child(2n+2) {
    transform: translateY(35px);
  }
}
@media screen and (max-width: 576px) {
  .section-cards-ragged.columns-3 .card:nth-child(1n+1) {
    transform: translateY(0px);
  }
}

.section-events {
  margin: 60px 0;
  color: #ffffff;
}
.section-events .wrap-narrow {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
@media screen and (max-width: 576px) {
  .section-events .wrap-narrower > h2 {
    text-align: center;
  }
}
.section-events .event-card {
  display: flex;
  flex-direction: row;
  grid-gap: 35px;
}
@media screen and (max-width: 576px) {
  .section-events .event-card {
    grid-gap: 20px;
  }
}
.section-events .event-card .image {
  width: 250px;
  max-width: 100%;
  flex: 1 1 auto;
}
@media screen and (max-width: 576px) {
  .section-events .event-card .image {
    width: 100px;
  }
}
.section-events .event-card .image picture img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.section-events .event-card .text {
  width: calc(100% - 250px);
  padding: 0 0 10px 0px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
}
@media screen and (max-width: 576px) {
  .section-events .event-card .text {
    width: calc(100% - 100px);
  }
}
.section-events .event-card .text h2 {
  padding-top: 15px;
  position: relative;
  width: 100%;
}
.section-events .event-card .text h2::before {
  content: "";
  width: 100%;
  background-color: #ffffff;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  display: none;
}
@media screen and (max-width: 576px) {
  .section-events .event-card .text h2 {
    font-size: 18px;
  }
}
.section-events .event-card .text h2,
.section-events .event-card .text h5 {
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .section-events .event-card .text h2 {
    padding-top: 10px;
  }
}
.section-events .event-card .text h6 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.section-events .event-card .text h6 span {
  margin-right: 5px;
  letter-spacing: 0.01rem;
}
.section-events .event-card .text h6 span.event-location {
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-events .event-card .text h6 span.event-location {
    display: block;
    padding-left: 0;
  }
}
.section-events .event-card .text h6 span.event-location::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  left: 10px;
  top: 2px;
  border-radius: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 576px) {
  .section-events .event-card .text h6 span.event-location::before {
    display: none;
  }
}
.section-events .event-card .text picture {
  height: auto;
}
.section-events .event-card .text picture video {
  max-height: 150px;
  max-width: 100%;
}
.section-events .event-card .text .button {
  border-color: #ffffff;
  color: #ffffff;
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  min-height: 35px;
  margin-top: 15px;
}
@media (hover: hover) {
  .section-events .event-card .text .button:hover {
    background-color: #ffffff;
    color: #212324;
  }
}
@media screen and (max-width: 768px) {
  .section-events .event-card .text .button {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .section-events .event-card .text .button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
.section-events .event-listing {
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.section-events .event-listing .text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.section-events .event-listing .text h2, .section-events .event-listing .text h5 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section-events .event-listing .text h2, .section-events .event-listing .text h5 {
    font-size: 18px;
  }
}
.section-events .event-listing .text h5 {
  min-width: 100px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 576px) {
  .section-events .event-listing .text h5 {
    font-size: 12px;
  }
}
.section-events .event-listing .text .event-link {
  color: #ffffff;
  transition: all 0.15s ease;
  padding-right: 30px;
  position: relative;
}
.section-events .event-listing .text .event-link::after, .section-events .event-listing .text .event-link::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.15s ease;
}
@media screen and (max-width: 576px) {
  .section-events .event-listing .text .event-link::after, .section-events .event-listing .text .event-link::before {
    opacity: 1;
  }
}
.section-events .event-listing .text .event-link::before {
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: translate(0, -8px) rotate(0deg);
  box-shadow: inset -1px 1px 0 0 #ffffff;
}
.section-events .event-listing .text .event-link::after {
  top: 50%;
  right: -2px;
  width: 21px;
  height: 1px;
  transform: translate(0, 0px) rotate(-45deg);
  background-color: #ffffff;
}
.section-events .event-listing .text .event-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .section-events .event-listing .text .event-link:hover {
    opacity: inherit;
  }
}
.section-events .event-listing .text .event-link:hover::before, .section-events .event-listing .text .event-link:hover::after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .section-events .event-listing .text .event-link:hover::before, .section-events .event-listing .text .event-link:hover::after {
    opacity: inherit;
  }
}
.section-events .events-link {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .section-events .events-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.section-events .button {
  border-color: #ffffff;
  color: #ffffff;
}
@media (hover: hover) {
  .section-events .button:hover {
    background-color: #ffffff;
    color: #212324;
  }
}

.section-pdf-reader h2 {
  text-align: center;
}
.section-pdf-reader #pdf_viewer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-pdf-reader #canvas_container {
  width: 100vw;
  height: 70vh;
  overflow: auto;
  background: #677277;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-pdf-reader #pdf_renderer {
  box-shadow: 0 0 10px #3d474b;
}
.section-pdf-reader .controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #878f93;
  width: 100%;
  padding: 20px 0;
  gap: 25px;
}
.section-pdf-reader .controls #navigation_controls {
  display: flex;
  gap: 5px;
}
.section-pdf-reader .controls #navigation_controls #go_previous,
.section-pdf-reader .controls #navigation_controls #go_next {
  width: 90px;
}
.section-pdf-reader .controls #navigation_controls #current_page {
  border: none;
  text-align: center;
  width: 50px;
  border-radius: 0px;
}
.section-pdf-reader .controls #zoom_controls {
  display: flex;
  gap: 5px;
}
.section-pdf-reader .controls #zoom_controls #zoom_in {
  width: 35px;
}
.section-pdf-reader .controls #zoom_controls #zoom_out {
  width: 35px;
}
.section-pdf-reader .controls button {
  font-size: 14px;
  padding: 0 15px;
  min-height: 35px;
  background-color: transparent;
  border: 1px solid #212324;
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  font-family: "canada-type-gibson", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.15s ease;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.025rem;
  display: inline-flex;
}
@media (hover: hover) {
  .section-pdf-reader .controls button:hover {
    background-color: rgba(255, 255, 255, 0.2509803922);
  }
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------- COMPONENTS ----------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.stacked-boxes {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 10px 0 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  z-index: 4;
}
.stacked-boxes p {
  display: flex;
  border: 1px solid #ffffff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 100px;
  margin: 30px 0 0 0 !important;
  position: relative;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 576px) {
  .stacked-boxes p {
    width: 120px;
    height: 80px;
  }
}
.stacked-boxes p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.stacked-boxes p span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .stacked-boxes p span {
    font-size: 14px;
  }
}
.stacked-boxes p span.label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
@media screen and (max-width: 576px) {
  .stacked-boxes p span.label {
    font-size: 14px;
  }
}
.stacked-boxes p span a {
  color: #ffffff;
}

.stacked-boxes-vertical {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 0;
  color: #ffffff;
}
.stacked-boxes-vertical p {
  display: flex;
  width: 100%;
  border: 1px solid #ffffff;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  position: relative;
  text-align: center;
  line-height: 1.25;
}
.stacked-boxes-vertical p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
.stacked-boxes-vertical p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
  padding: 15px 10px;
}
@media screen and (max-width: 576px) {
  .stacked-boxes-vertical p span {
    font-size: 14px;
  }
}
.stacked-boxes-vertical p span.label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
@media screen and (max-width: 576px) {
  .stacked-boxes-vertical p span.label {
    font-size: 14px;
  }
}
.stacked-boxes-vertical p span a {
  color: #ffffff;
}

.form-msg {
  margin: 24px 0px;
  padding: 12px 24px;
  font-size: 24px;
  line-height: 1.35;
}
@media screen and (max-width: 576px) {
  .form-msg {
    text-align: center;
    padding: 9px 16px;
    font-size: 16px;
  }
}
.form-msg.error {
  color: #ff5660;
  background-color: #ffdde1;
}
.form-msg.success {
  color: #00a471;
  background-color: #b1f9d7;
}
.form-msg.info {
  color: #068f9c;
  background-color: #bbf5ff;
}

.form-group p {
  font-family: "canada-type-gibson", sans-serif;
  text-align: left;
  margin-bottom: 8px;
}
.form-group .form-field-msg {
  display: none;
  position: absolute;
  top: 4px;
  right: 0;
  color: #ff5660;
  font-family: "canada-type-gibson", sans-serif;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 6px;
}
.form-group .form-field-msg.error {
  display: block;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* -------------------------------------------- PAGES ------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.page-home .section-hero.section-hero-large {
  height: 100vh;
  background-color: #212324;
  overflow: hidden;
}
.page-home .section-hero.section-hero-large picture source, .page-home .section-hero.section-hero-large picture img, .page-home .section-hero.section-hero-large picture video {
  height: 100vh;
}
.page-home .section-hero.section-hero-large .hero-text-alt h1 {
  color: #212324;
}

.page-bars {
  background: #151717;
}
.page-bars.page-bars-apres-ski .card-bar-apres-ski, .page-bars.page-bars-the-lounge .card-bar-the-lounge, .page-bars.page-bars-south .card-bar-south {
  display: none;
}
.page-bars .section-hero .hero-text .wrap {
  padding-top: 0;
}
.page-bars .section-hero .hero-text picture {
  display: flex;
  aspect-ratio: 1;
  overflow: hidden;
  width: 400px;
  height: auto;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 0;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.page-bars .section-hero .hero-text picture::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-bars .section-hero .hero-text picture img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 30px;
  height: auto;
  aspect-ratio: 1;
  z-index: 0;
}
.page-bars .section-hero .hero-text .intro {
  width: 75vw;
  max-width: 100%;
  margin: -100px auto 100px auto;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .page-bars .section-hero .hero-text .intro {
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .page-bars .section-hero .hero-text .intro {
    width: 100%;
    margin: -70px auto 70px 0;
  }
}
.page-bars .section-hero .hero-text .intro h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-bars .section-hero .hero-text .intro h1 {
    text-align: center;
    padding: 0 15px;
  }
}
.page-bars .section-hero .hero-text .intro p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-bars .section-hero .hero-text .intro .button {
    margin: 0;
    width: 100%;
  }
}
.page-bars .section-intro {
  color: #898d90;
  padding: 60px 0 90px;
}
.page-bars .section-intro .text a {
  color: #ffffff;
}
.page-bars .section-image .wrap-narrow .image::before {
  content: "";
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background: #151717;
  background: linear-gradient(0deg, #151717 0%, rgba(21, 23, 23, 0.5) 100%);
  pointer-events: none;
}
.page-bars .section-image.section-only-image .wrap-narrow .image::before {
  content: "";
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.66;
  background: #ffffff;
  background: linear-gradient(0deg, #151717 0%, rgba(21, 23, 23, 0) 35%);
  pointer-events: none;
}
.page-bars .section-cards {
  padding: 90px 0;
}
.page-bars .section-cards .wrap {
  grid-template-columns: repeat(2, 1fr);
  width: 600px;
  max-width: 100%;
}
.page-bars .section-cards h2 {
  background-color: transparent;
  color: #ffffff;
  margin-bottom: 36px;
}
.page-bars .stacked-boxes p {
  width: 240px;
}
.page-bars .splide-gallery .splide__progress {
  background: #2c2e2f;
}

.page-bars-apres-ski .stacked-boxes p,
.page-bars-south .stacked-boxes p {
  width: 140px;
}

.page-bars-apres-ski .section-events .event-the-lounge,
.page-bars-apres-ski .section-events .event-south {
  display: none;
}

.page-bars-south .section-events .event-the-lounge,
.page-bars-south .section-events .event-apres-ski {
  display: none;
}

.page-bars-the-lounge .section-events .event-south,
.page-bars-the-lounge .section-events .event-apres-ski {
  display: none;
}

.page-bars-the-lounge .section-events .event-the-lounge {
  display: block;
}

.page-bars-south .section-events .event-south {
  display: block;
}

.page-bars-whats-on {
  background: #151717;
}
.page-bars-whats-on .stacked-boxes p {
  width: 240px;
}

.page-rooms main,
.page-room main {
  background: #151717;
}
.page-rooms .section-intro,
.page-room .section-intro {
  padding-top: 90px;
}
.page-rooms .section-intro .text,
.page-room .section-intro .text {
  width: 890px;
}
.page-rooms .section-intro .text.text-white,
.page-room .section-intro .text.text-white {
  color: #ffffff;
}
.page-rooms .section-intro .text h3,
.page-room .section-intro .text h3 {
  font-size: 80px;
  margin-right: auto;
  position: relative;
  transform-style: preserve-3d;
}
@media screen and (max-width: 992px) {
  .page-rooms .section-intro .text h3,
  .page-room .section-intro .text h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .section-intro .text h3,
  .page-room .section-intro .text h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .page-rooms .section-intro .text h3,
  .page-room .section-intro .text h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  .page-rooms .section-intro .text h3,
  .page-room .section-intro .text h3 {
    font-size: 36px;
  }
}
.page-rooms .section-intro .text h3::before,
.page-room .section-intro .text h3::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 131px;
  width: 298px;
  height: 298px;
  border: 1px solid #15beb8;
  transform: translateZ(-1px);
}
@media screen and (max-width: 576px) {
  .page-rooms .section-intro .text h3::before,
  .page-room .section-intro .text h3::before {
    top: -102px;
    left: -112px;
    width: 250px;
    height: 250px;
  }
}
.page-rooms .section-intro .text p,
.page-room .section-intro .text p {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  background: #151717;
  padding: 17.5px;
  margin: -17.5px 0 0 auto;
}
@media screen and (max-width: 576px) {
  .page-rooms .section-intro .text p,
  .page-room .section-intro .text p {
    margin: 0 -17.5px;
    max-width: calc(100% + 35px);
  }
}
.page-rooms .section-intro .text p:first-of-type,
.page-room .section-intro .text p:first-of-type {
  margin-top: 0;
}
.page-rooms .section-cards .wrap .card,
.page-room .section-cards .wrap .card {
  background-color: #151717;
  aspect-ratio: 1;
}
.page-rooms .section-cards .wrap .card .text,
.page-room .section-cards .wrap .card .text {
  transition: all 0.15s ease;
  pointer-events: none;
}
.page-rooms .section-cards .wrap .card .text .button,
.page-room .section-cards .wrap .card .text .button {
  opacity: 0;
  transition: all 0.5s 0.1s ease;
  transform: translateY(30px);
}
.page-rooms .section-cards .wrap .card .text + .image,
.page-room .section-cards .wrap .card .text + .image {
  transition: transform 0.5s ease;
}
.page-rooms .section-cards .wrap .card .text + .image::before,
.page-room .section-cards .wrap .card .text + .image::before {
  transition: all 0.5s ease;
}
.page-rooms .section-cards .wrap .card:hover .text,
.page-room .section-cards .wrap .card:hover .text {
  pointer-events: auto;
}
.page-rooms .section-cards .wrap .card:hover .text + .image,
.page-room .section-cards .wrap .card:hover .text + .image {
  transform: scale(1.1);
}
.page-rooms .section-cards .wrap .card:hover .text + .image::before,
.page-room .section-cards .wrap .card:hover .text + .image::before {
  opacity: 0.75;
  background: #151717;
}
.page-rooms .section-cards .wrap .card:hover .text .overlay,
.page-room .section-cards .wrap .card:hover .text .overlay {
  transform: translateY(0px);
  opacity: 1;
}
.page-rooms .section-cards .wrap .card:hover .text .overlay .button,
.page-room .section-cards .wrap .card:hover .text .overlay .button {
  opacity: 1;
  transform: translateY(0px);
}

.page-rooms .section-cards .wrap {
  max-width: 100%;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "a h b c g g" "d e i f g g";
}
@media screen and (max-width: 1900px) {
  .page-rooms .section-cards .wrap {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "a b c g g" "h f f g g" "d f f e i";
  }
}
@media screen and (max-width: 1600px) {
  .page-rooms .section-cards .wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "a b h c" "d i g g" "e f g g";
  }
}
@media screen and (max-width: 1200px) {
  .page-rooms .section-cards .wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-template-areas: "a b c" "d h e" "i g g" "f g g";
  }
}
@media screen and (max-width: 992px) {
  .page-rooms .section-cards .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas: "a h" "b c" "d e" "i f" "g g" "g g";
  }
}
@media screen and (max-width: 576px) {
  .page-rooms .section-cards .wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-template-areas: "a" "b" "c" "h" "d" "e" "f" "g" "i";
  }
}
.page-rooms .section-cards .wrap .card.card-standard {
  grid-area: a;
}
.page-rooms .section-cards .wrap .card.card-superior {
  grid-area: b;
}
.page-rooms .section-cards .wrap .card.card-superior-balcony {
  grid-area: c;
}
.page-rooms .section-cards .wrap .card.card-deluxe {
  grid-area: d;
}
.page-rooms .section-cards .wrap .card.card-deluxe-balcony {
  grid-area: e;
}
.page-rooms .section-cards .wrap .card.card-two-bedroom {
  grid-area: f;
}
.page-rooms .section-cards .wrap .card.card-penthouse {
  grid-area: g;
}
.page-rooms .section-cards .wrap .card.card-book {
  grid-area: h;
}
.page-rooms .section-cards .wrap .card.card-note {
  grid-area: i;
}
.page-rooms .section-cards .wrap .card.card-book {
  background: #848649;
  color: #ffffff;
  text-align: center;
}
.page-rooms .section-cards .wrap .card.card-book a {
  color: #ffffff;
}
.page-rooms .section-cards .wrap .card.card-book a.inline-button {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0px 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease;
  letter-spacing: 0.025rem;
}
@media (hover: hover) {
  .page-rooms .section-cards .wrap .card.card-book a.inline-button:hover {
    background-color: #ffffff;
    color: #848649;
  }
}
@media screen and (max-width: 768px) {
  .page-rooms .section-cards .wrap .card.card-book a.inline-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .page-rooms .section-cards .wrap .card.card-book a.inline-button {
    font-size: 14px;
  }
}
.page-rooms .section-cards .wrap .card.card-note {
  background: #41464b;
}
.page-rooms .section-cards .wrap .card.card-note .text {
  text-align: center;
}
.page-rooms .section-cards .wrap .card.card-note .text h5 {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  font-weight: 500;
  width: 200px;
  line-height: 1.75;
  margin-bottom: 10px;
  width: 100%;
  color: #ebeeef;
}
.page-rooms .section-cards .wrap .card.card-note .text p {
  font-size: 16px;
  color: #898d90;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-rooms .section-cards .wrap .card.card-note .text p {
    font-size: 14px;
  }
}

.page-room.page-room-standard .splide__slide-standard, .page-room.page-room-superior .splide__slide-superior, .page-room.page-room-superior-balcony .splide__slide-superior-balcony, .page-room.page-room-deluxe .splide__slide-deluxe, .page-room.page-room-deluxe-balcony .splide__slide-deluxe-balcony, .page-room.page-room-two-bedroom .splide__slide-two-bedroom, .page-room.page-room-penthouse .splide__slide-penthouse {
  opacity: 0.5;
  pointer-events: none;
}
.page-room .section-cards {
  background-color: #ffffff;
}
.page-room .carousel-slider {
  background-color: #ffffff;
  padding: 60px 0 0;
}

.page-dining .section-hero.section-hero-large {
  height: 100vh;
  background-color: #212324;
  overflow: hidden;
}
.page-dining .section-intro {
  padding: 60px 0 30px;
}
.page-dining .section-only-image {
  padding: 0;
}
.page-dining .section-downloads .wrap-narrow ul li span img {
  width: 80px;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .page-dining .stacked-boxes {
    flex-direction: column;
  }
}
.page-dining .stacked-boxes p {
  width: 240px;
}

.page-location .section-hero picture img {
  -o-object-position: center top;
     object-position: center top;
}
.page-location .wrap-narrower .text {
  margin: 60px 0 0;
}

.page-contact .section-contact .wrap-narrow {
  width: 760px;
  max-width: 100%;
}
.page-contact .contact-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 70px;
  text-align: center;
  width: 600px;
  max-width: calc(100% + 35px);
  margin: 0px auto 3vh;
}
@media screen and (max-width: 576px) {
  .page-contact .contact-blocks {
    margin: 0px -17.5px 3vh;
  }
}
.page-contact .contact-blocks .contact-block-address,
.page-contact .contact-blocks .contact-block-email,
.page-contact .contact-blocks .contact-block-phone,
.page-contact .contact-blocks .contact-block-website {
  position: relative;
}
.page-contact .contact-blocks .contact-block-address::before,
.page-contact .contact-blocks .contact-block-email::before,
.page-contact .contact-blocks .contact-block-phone::before,
.page-contact .contact-blocks .contact-block-website::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: -40px;
  display: flex;
  justify-content: flex-start;
  background-size: contain !important;
  left: 50%;
  transform: translateX(-50%);
}
.page-contact .contact-blocks .contact-block-address a,
.page-contact .contact-blocks .contact-block-email a,
.page-contact .contact-blocks .contact-block-phone a,
.page-contact .contact-blocks .contact-block-website a {
  color: #ffffff;
}
.page-contact .contact-blocks .contact-block-address::before {
  background: url("./../../assets/images/icon-location.svg") no-repeat center center;
}
.page-contact .contact-blocks .contact-block-email::before {
  background: url("./../../assets/images/icon-inbox.svg") no-repeat center center;
}
.page-contact .contact-blocks .contact-block-phone::before {
  background: url("./../../assets/images/icon-phone.svg") no-repeat center center;
}
.page-contact .contact-blocks .contact-block-website::before {
  background: url("./../../assets/images/icon-laptop.svg") no-repeat center center;
}
.page-contact .contact-blocks p {
  color: #ffffff;
  margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* --------------------------------------- IMAGE GALLERIES -------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
.crossfade > picture {
  animation: imageAnimation 36s linear infinite 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.crossfade > picture:nth-child(1) {
  animation-delay: 0s;
}
.crossfade > picture:nth-child(2) {
  animation-delay: 6s;
}
.crossfade > picture:nth-child(3) {
  animation-delay: 12s;
}
.crossfade > picture:nth-child(4) {
  animation-delay: 18s;
}
.crossfade > picture:nth-child(5) {
  animation-delay: 24s;
}
.crossfade > picture:nth-child(6) {
  animation-delay: 30s;
}

.crossfade-2-images > picture {
  animation: imageAnimation2images 12s linear infinite 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.crossfade-2-images > picture:nth-child(1) {
  animation-delay: 0s;
}
.crossfade-2-images > picture:nth-child(2) {
  animation-delay: 6s;
}

.crossfade-4-images > picture {
  animation: imageAnimation4images 24s linear infinite 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.crossfade-4-images > picture:nth-child(1) {
  animation-delay: 0s;
}
.crossfade-4-images > picture:nth-child(2) {
  animation-delay: 6s;
}
.crossfade-4-images > picture:nth-child(3) {
  animation-delay: 12s;
}
.crossfade-4-images > picture:nth-child(4) {
  animation-delay: 18s;
}

.singlefade > picture {
  animation: singleImageAnimation 6s ease 0s 1 forwards;
  animation-iteration-count: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    transform: scale(1);
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    transform: scale(1.1);
    opacity: 1;
  }
  17% {
    opacity: 1;
    transform: scale(1.2);
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes imageAnimation2images {
  0% {
    animation-timing-function: ease-in;
    transform: scale(1);
    opacity: 0;
  }
  25% {
    animation-timing-function: ease-out;
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  75% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes imageAnimation4images {
  0% {
    animation-timing-function: ease-in;
    transform: scale(1);
    opacity: 0;
  }
  12% {
    animation-timing-function: ease-out;
    transform: scale(1.1);
    opacity: 1;
  }
  25% {
    opacity: 1;
    transform: scale(1.2);
  }
  50% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes singleImageAnimation {
  from {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}
.splide .wrap {
  width: 1440px;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.splide .splide__progress {
  background: #2c2e2f;
  margin-top: 10px;
}
.splide .splide__progress-bar {
  background: #000000;
  height: 2px;
  transition: width 500ms ease;
  width: 0;
}

.splide-room-photos {
  margin: 90px 0 0;
}
.splide-room-photos .splide__track {
  position: relative;
  background-color: #151717;
}
.splide-room-photos .splide__track::before, .splide-room-photos .splide__track::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 280px;
  background: #ffffff;
  background: linear-gradient(90deg, rgb(21, 23, 23) 0%, rgba(21, 23, 23, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .splide-room-photos .splide__track::before, .splide-room-photos .splide__track::after {
    width: 140px;
  }
}
@media screen and (max-width: 992px) {
  .splide-room-photos .splide__track::before, .splide-room-photos .splide__track::after {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .splide-room-photos .splide__track::before, .splide-room-photos .splide__track::after {
    width: 70px;
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .splide-room-photos .splide__track::before, .splide-room-photos .splide__track::after {
    width: 35px;
    display: none;
  }
}
.splide-room-photos .splide__track::after {
  left: auto;
  right: 0;
  background: linear-gradient(-90deg, rgb(21, 23, 23) 0%, rgba(21, 23, 23, 0) 100%);
}
.splide-room-photos .splide__arrows {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.splide-room-photos .splide__arrows .splide__arrow {
  border: none;
  width: 280px;
  height: 100%;
  display: block;
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  pointer-events: auto;
}
@media screen and (max-width: 1200px) {
  .splide-room-photos .splide__arrows .splide__arrow {
    width: 140px;
  }
}
@media screen and (max-width: 992px) {
  .splide-room-photos .splide__arrows .splide__arrow {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .splide-room-photos .splide__arrows .splide__arrow {
    width: 70px;
  }
}
@media screen and (max-width: 576px) {
  .splide-room-photos .splide__arrows .splide__arrow {
    width: 35px;
  }
}
.splide-room-photos .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.splide-room-photos .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.splide-room-photos .splide__arrows .splide__arrow svg {
  display: none;
}
.splide-room-photos .splide__slide {
  overflow: hidden;
}
.splide-room-photos .splide__slide .image {
  aspect-ratio: 3/2;
}
.splide-room-photos .splide__slide .image picture {
  display: block;
}

.splide-room-navigation .splide__track {
  background-color: #151717;
}
.splide-room-navigation .wrap {
  width: 100%;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .splide-room-navigation .section-cards > h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .splide-room-navigation .section-cards > h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .splide-room-navigation .section-cards > h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .splide-room-navigation .section-cards > h2 {
    font-size: 30px;
  }
}
.splide-room-navigation .section-cards .wrap .card .text h4 {
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  .splide-room-navigation .section-cards .wrap .card .text h4 {
    font-size: 26px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .splide-room-navigation .section-cards .wrap .card .text h4 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .splide-room-navigation .section-cards .wrap .card .text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .splide-room-navigation .section-cards .wrap .card .text p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .splide-room-navigation .section-cards .wrap .card .text .overlay {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .splide-room-navigation .section-cards .wrap .card .text .overlay .button {
    width: calc(100% - 35px);
    font-size: 12px;
    padding: 4px 8px;
    min-height: 40px;
  }
}

.splide-gallery {
  position: relative;
}
.splide-gallery .wrap {
  display: block;
}
.splide-gallery .splide__arrows {
  position: absolute;
  bottom: 45px;
  left: 35px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .splide-gallery .splide__arrows {
    display: none;
  }
}
@media (hover: hover) {
  .splide-gallery .splide__arrows .splide__arrow:hover {
    background-color: rgba(255, 255, 255, 0.2509803922);
  }
}
.splide-gallery .splide__arrows .splide__arrow--prev::before {
  content: "";
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  transform: rotate(-225deg);
  position: absolute;
  left: 22px;
  top: 19px;
  pointer-events: none;
}
.splide-gallery .splide__arrows .splide__arrow--next::before {
  content: "";
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 22px;
  top: 19px;
  pointer-events: none;
  transform: rotate(-45deg);
  left: 15px;
}
.splide-gallery .splide__arrows .splide__arrow {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  margin-left: -1px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  position: relative;
  background: transparent;
}
.splide-gallery .splide__arrows .splide__arrow svg {
  display: none;
}
.splide-gallery .splide__track {
  background-color: #151717;
}
.splide-gallery .splide__slide .image {
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 576px) {
  .splide-gallery .splide__slide .image::before {
    display: none;
  }
}
.splide-gallery .splide__slide.is-active .image {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.splide-gallery .splide__progress {
  background: #ebeeef;
  background: #e8e8e8;
}

.carousel-slider {
  width: 100%;
  transform-style: preserve-3d;
}
.carousel-slider .wrap-narrow h5 {
  font-size: 45px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  .carousel-slider .wrap-narrow h5 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-slider .wrap-narrow h5 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .carousel-slider .wrap-narrow h5 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-slider .wrap-narrow h5 {
    font-size: 30px;
  }
}
.carousel-slider input[type=radio] {
  display: none;
}
.carousel-slider .section-image .wrap-narrow .text h3 {
  padding-bottom: 35px;
}
.carousel-slider .section-image .wrap-narrow .text h3::after {
  bottom: 8px;
}
.carousel-slider #item-1 ~ section .text div,
.carousel-slider #item-2 ~ section .text div,
.carousel-slider #item-3 ~ section .text div {
  transition: all 0.5s ease;
}
.carousel-slider #item-1 ~ section .image div,
.carousel-slider #item-2 ~ section .image div,
.carousel-slider #item-3 ~ section .image div {
  transition: all 0.5s ease;
}
.carousel-slider #item-1 ~ section .text .labels,
.carousel-slider #item-2 ~ section .text .labels,
.carousel-slider #item-3 ~ section .text .labels {
  position: absolute;
  bottom: 35px;
  top: auto;
  left: 1px;
  display: flex;
  justify-content: flex-start;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .carousel-slider #item-1 ~ section .text .labels,
  .carousel-slider #item-2 ~ section .text .labels,
  .carousel-slider #item-3 ~ section .text .labels {
    bottom: auto;
    top: 35px;
  }
}
.carousel-slider #item-1 ~ section .text .labels span,
.carousel-slider #item-2 ~ section .text .labels span,
.carousel-slider #item-3 ~ section .text .labels span {
  display: none;
  position: relative;
}
.carousel-slider #item-1 ~ section .text .labels span label,
.carousel-slider #item-2 ~ section .text .labels span label,
.carousel-slider #item-3 ~ section .text .labels span label {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  margin-left: -1px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  position: relative;
}
@media (hover: hover) {
  .carousel-slider #item-1 ~ section .text .labels span label:hover,
  .carousel-slider #item-2 ~ section .text .labels span label:hover,
  .carousel-slider #item-3 ~ section .text .labels span label:hover {
    background-color: rgba(255, 255, 255, 0.2509803922);
  }
}
.carousel-slider #item-1 ~ section .text .labels span label.carousel-slider-control-backward::before,
.carousel-slider #item-2 ~ section .text .labels span label.carousel-slider-control-backward::before,
.carousel-slider #item-3 ~ section .text .labels span label.carousel-slider-control-backward::before {
  content: "";
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  transform: rotate(-225deg);
  position: absolute;
  left: 22px;
  top: 19px;
  pointer-events: none;
}
.carousel-slider #item-1 ~ section .text .labels span label.carousel-slider-control-forward::before,
.carousel-slider #item-2 ~ section .text .labels span label.carousel-slider-control-forward::before,
.carousel-slider #item-3 ~ section .text .labels span label.carousel-slider-control-forward::before {
  content: "";
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  transform: rotate(-225deg);
  position: absolute;
  left: 22px;
  top: 19px;
  pointer-events: none;
  transform: rotate(-45deg);
  left: 15px;
}
.carousel-slider #item-1:checked ~ section .text .labels span.item-1,
.carousel-slider #item-2:checked ~ section .text .labels span.item-2,
.carousel-slider #item-3:checked ~ section .text .labels span.item-3,
.carousel-slider #item-4:checked ~ section .text .labels span.item-4 {
  display: flex;
}
.carousel-slider.slides-3 #item-1:checked ~ section .text #text-3, .carousel-slider.slides-3 #item-2:checked ~ section .text #text-1, .carousel-slider.slides-3 #item-3:checked ~ section .text #text-2 {
  transform: translateX(-60px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.carousel-slider.slides-3 #item-1:checked ~ section .text #text-2, .carousel-slider.slides-3 #item-2:checked ~ section .text #text-3, .carousel-slider.slides-3 #item-3:checked ~ section .text #text-1 {
  transform: translateX(60px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.carousel-slider.slides-4 #item-1:checked ~ section .text #text-4, .carousel-slider.slides-4 #item-2:checked ~ section .text #text-1, .carousel-slider.slides-4 #item-3:checked ~ section .text #text-1, .carousel-slider.slides-4 #item-3:checked ~ section .text #text-2, .carousel-slider.slides-4 #item-4:checked ~ section .text #text-2, .carousel-slider.slides-4 #item-4:checked ~ section .text #text-3 {
  transform: translateX(-60px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.carousel-slider.slides-4 #item-1:checked ~ section .text #text-2, .carousel-slider.slides-4 #item-1:checked ~ section .text #text-3, .carousel-slider.slides-4 #item-2:checked ~ section .text #text-3, .carousel-slider.slides-4 #item-2:checked ~ section .text #text-4, .carousel-slider.slides-4 #item-3:checked ~ section .text #text-4, .carousel-slider.slides-4 #item-4:checked ~ section .text #text-1 {
  transform: translateX(60px);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.carousel-slider #item-1:checked ~ section .text #text-1,
.carousel-slider #item-2:checked ~ section .text #text-2,
.carousel-slider #item-3:checked ~ section .text #text-3,
.carousel-slider #item-4:checked ~ section .text #text-4,
.carousel-slider #item-5:checked ~ section .text #text-5,
.carousel-slider #item-6:checked ~ section .text #text-6,
.carousel-slider #item-7:checked ~ section .text #text-7,
.carousel-slider #item-8:checked ~ section .text #text-8 {
  transform: translateX(0);
  opacity: 1;
  z-index: 1;
  pointer-events: all;
}
.carousel-slider input[type=radio] ~ section .image div {
  opacity: 0;
  z-index: 1;
  transform: scale(0.95);
}
.carousel-slider #item-1:checked ~ section .image #image-1,
.carousel-slider #item-2:checked ~ section .image #image-2,
.carousel-slider #item-3:checked ~ section .image #image-3,
.carousel-slider #item-4:checked ~ section .image #image-4,
.carousel-slider #item-5:checked ~ section .image #image-5,
.carousel-slider #item-6:checked ~ section .image #image-6,
.carousel-slider #item-7:checked ~ section .image #image-7,
.carousel-slider #item-8:checked ~ section .image #image-8 {
  opacity: 1;
  z-index: 1;
  transform: scale(1.05);
}
.carousel-slider .item-breakfast:checked ~ section .wrap-narrow::before {
  background-color: #3d2f3c;
}
.carousel-slider .item-rooms:checked ~ section .wrap-narrow::before {
  background-color: #494643;
}
.carousel-slider .item-dining:checked ~ section .wrap-narrow::before {
  background-color: #3f444e;
}
.carousel-slider .item-concierge:checked ~ section .wrap-narrow::before {
  background-color: #001836;
}
.carousel-slider .item-scotty:checked ~ section .wrap-narrow::before {
  background-color: #503c40;
}
.carousel-slider .item-careers:checked ~ section .wrap-narrow::before {
  background-color: #47423c;
}
.carousel-slider .item-dj:checked ~ section .wrap-narrow::before {
  background-color: #5e626c;
}
.carousel-slider .item-location .wrap-narrow::before {
  background-color: #3b4049;
}

.carousel-images #item-1 ~ section .image div,
.carousel-images #item-2 ~ section .image div,
.carousel-images #item-3 ~ section .image div {
  transition: all 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}

.carousel-photos-container {
  display: flex;
  width: 1040px;
  max-width: 100%;
  margin: 90px auto;
}
.carousel-photos-container .carousel-photos {
  max-height: 100vh;
  width: 100%;
  aspect-ratio: 3/2;
  text-align: center;
  position: relative;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .carousel-photos-container .carousel-photos {
    aspect-ratio: 1;
  }
}
.carousel-photos-container .carousel-controls,
.carousel-photos-container .carousel-activator {
  display: none;
}
.carousel-photos-container .carousel-activator:nth-of-type(1):checked ~ .carousel-slide:nth-of-type(1),
.carousel-photos-container .carousel-activator:nth-of-type(2):checked ~ .carousel-slide:nth-of-type(2),
.carousel-photos-container .carousel-activator:nth-of-type(3):checked ~ .carousel-slide:nth-of-type(3),
.carousel-photos-container .carousel-activator:nth-of-type(4):checked ~ .carousel-slide:nth-of-type(4),
.carousel-photos-container .carousel-activator:nth-of-type(5):checked ~ .carousel-slide:nth-of-type(5),
.carousel-photos-container .carousel-activator:nth-of-type(6):checked ~ .carousel-slide:nth-of-type(6),
.carousel-photos-container .carousel-activator:nth-of-type(7):checked ~ .carousel-slide:nth-of-type(7),
.carousel-photos-container .carousel-activator:nth-of-type(8):checked ~ .carousel-slide:nth-of-type(8),
.carousel-photos-container .carousel-activator:nth-of-type(9):checked ~ .carousel-slide:nth-of-type(9),
.carousel-photos-container .carousel-activator:nth-of-type(10):checked ~ .carousel-slide:nth-of-type(10),
.carousel-photos-container .carousel-activator:nth-of-type(11):checked ~ .carousel-slide:nth-of-type(11),
.carousel-photos-container .carousel-activator:nth-of-type(12):checked ~ .carousel-slide:nth-of-type(12),
.carousel-photos-container .carousel-activator:nth-of-type(13):checked ~ .carousel-slide:nth-of-type(13),
.carousel-photos-container .carousel-activator:nth-of-type(14):checked ~ .carousel-slide:nth-of-type(14),
.carousel-photos-container .carousel-activator:nth-of-type(15):checked ~ .carousel-slide:nth-of-type(15) {
  transition: opacity 0.5s ease, transform 0.5s ease;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transform: scale(1.05);
}
.carousel-photos-container .carousel-activator:nth-of-type(1):checked ~ .carousel-slide:nth-of-type(1)::before,
.carousel-photos-container .carousel-activator:nth-of-type(2):checked ~ .carousel-slide:nth-of-type(2)::before,
.carousel-photos-container .carousel-activator:nth-of-type(3):checked ~ .carousel-slide:nth-of-type(3)::before,
.carousel-photos-container .carousel-activator:nth-of-type(4):checked ~ .carousel-slide:nth-of-type(4)::before,
.carousel-photos-container .carousel-activator:nth-of-type(5):checked ~ .carousel-slide:nth-of-type(5)::before,
.carousel-photos-container .carousel-activator:nth-of-type(6):checked ~ .carousel-slide:nth-of-type(6)::before,
.carousel-photos-container .carousel-activator:nth-of-type(7):checked ~ .carousel-slide:nth-of-type(7)::before,
.carousel-photos-container .carousel-activator:nth-of-type(8):checked ~ .carousel-slide:nth-of-type(8)::before,
.carousel-photos-container .carousel-activator:nth-of-type(9):checked ~ .carousel-slide:nth-of-type(9)::before,
.carousel-photos-container .carousel-activator:nth-of-type(10):checked ~ .carousel-slide:nth-of-type(10)::before,
.carousel-photos-container .carousel-activator:nth-of-type(11):checked ~ .carousel-slide:nth-of-type(11)::before,
.carousel-photos-container .carousel-activator:nth-of-type(12):checked ~ .carousel-slide:nth-of-type(12)::before,
.carousel-photos-container .carousel-activator:nth-of-type(13):checked ~ .carousel-slide:nth-of-type(13)::before,
.carousel-photos-container .carousel-activator:nth-of-type(14):checked ~ .carousel-slide:nth-of-type(14)::before,
.carousel-photos-container .carousel-activator:nth-of-type(15):checked ~ .carousel-slide:nth-of-type(15)::before {
  content: "";
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.66;
  background: linear-gradient(0deg, #151717 0%, rgba(21, 23, 23, 0) 35%);
  pointer-events: none;
}
.carousel-photos-container .carousel-activator:nth-of-type(1):checked ~ .carousel-controls:nth-of-type(1),
.carousel-photos-container .carousel-activator:nth-of-type(2):checked ~ .carousel-controls:nth-of-type(2),
.carousel-photos-container .carousel-activator:nth-of-type(3):checked ~ .carousel-controls:nth-of-type(3),
.carousel-photos-container .carousel-activator:nth-of-type(4):checked ~ .carousel-controls:nth-of-type(4),
.carousel-photos-container .carousel-activator:nth-of-type(5):checked ~ .carousel-controls:nth-of-type(5),
.carousel-photos-container .carousel-activator:nth-of-type(6):checked ~ .carousel-controls:nth-of-type(6),
.carousel-photos-container .carousel-activator:nth-of-type(7):checked ~ .carousel-controls:nth-of-type(7),
.carousel-photos-container .carousel-activator:nth-of-type(8):checked ~ .carousel-controls:nth-of-type(8),
.carousel-photos-container .carousel-activator:nth-of-type(9):checked ~ .carousel-controls:nth-of-type(9),
.carousel-photos-container .carousel-activator:nth-of-type(10):checked ~ .carousel-controls:nth-of-type(10),
.carousel-photos-container .carousel-activator:nth-of-type(11):checked ~ .carousel-controls:nth-of-type(11),
.carousel-photos-container .carousel-activator:nth-of-type(12):checked ~ .carousel-controls:nth-of-type(12),
.carousel-photos-container .carousel-activator:nth-of-type(13):checked ~ .carousel-controls:nth-of-type(13),
.carousel-photos-container .carousel-activator:nth-of-type(14):checked ~ .carousel-controls:nth-of-type(14),
.carousel-photos-container .carousel-activator:nth-of-type(15):checked ~ .carousel-controls:nth-of-type(15) {
  opacity: 1;
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 30px;
  display: flex;
  justify-content: flex-start;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .carousel-photos-container .carousel-activator:nth-of-type(1):checked ~ .carousel-controls:nth-of-type(1),
  .carousel-photos-container .carousel-activator:nth-of-type(2):checked ~ .carousel-controls:nth-of-type(2),
  .carousel-photos-container .carousel-activator:nth-of-type(3):checked ~ .carousel-controls:nth-of-type(3),
  .carousel-photos-container .carousel-activator:nth-of-type(4):checked ~ .carousel-controls:nth-of-type(4),
  .carousel-photos-container .carousel-activator:nth-of-type(5):checked ~ .carousel-controls:nth-of-type(5),
  .carousel-photos-container .carousel-activator:nth-of-type(6):checked ~ .carousel-controls:nth-of-type(6),
  .carousel-photos-container .carousel-activator:nth-of-type(7):checked ~ .carousel-controls:nth-of-type(7),
  .carousel-photos-container .carousel-activator:nth-of-type(8):checked ~ .carousel-controls:nth-of-type(8),
  .carousel-photos-container .carousel-activator:nth-of-type(9):checked ~ .carousel-controls:nth-of-type(9),
  .carousel-photos-container .carousel-activator:nth-of-type(10):checked ~ .carousel-controls:nth-of-type(10),
  .carousel-photos-container .carousel-activator:nth-of-type(11):checked ~ .carousel-controls:nth-of-type(11),
  .carousel-photos-container .carousel-activator:nth-of-type(12):checked ~ .carousel-controls:nth-of-type(12),
  .carousel-photos-container .carousel-activator:nth-of-type(13):checked ~ .carousel-controls:nth-of-type(13),
  .carousel-photos-container .carousel-activator:nth-of-type(14):checked ~ .carousel-controls:nth-of-type(14),
  .carousel-photos-container .carousel-activator:nth-of-type(15):checked ~ .carousel-controls:nth-of-type(15) {
    bottom: 130px;
  }
}
.carousel-photos-container .carousel-activator:nth-of-type(1):checked ~ .carousel-controls:nth-of-type(1) span,
.carousel-photos-container .carousel-activator:nth-of-type(2):checked ~ .carousel-controls:nth-of-type(2) span,
.carousel-photos-container .carousel-activator:nth-of-type(3):checked ~ .carousel-controls:nth-of-type(3) span,
.carousel-photos-container .carousel-activator:nth-of-type(4):checked ~ .carousel-controls:nth-of-type(4) span,
.carousel-photos-container .carousel-activator:nth-of-type(5):checked ~ .carousel-controls:nth-of-type(5) span,
.carousel-photos-container .carousel-activator:nth-of-type(6):checked ~ .carousel-controls:nth-of-type(6) span,
.carousel-photos-container .carousel-activator:nth-of-type(7):checked ~ .carousel-controls:nth-of-type(7) span,
.carousel-photos-container .carousel-activator:nth-of-type(8):checked ~ .carousel-controls:nth-of-type(8) span,
.carousel-photos-container .carousel-activator:nth-of-type(9):checked ~ .carousel-controls:nth-of-type(9) span,
.carousel-photos-container .carousel-activator:nth-of-type(10):checked ~ .carousel-controls:nth-of-type(10) span,
.carousel-photos-container .carousel-activator:nth-of-type(11):checked ~ .carousel-controls:nth-of-type(11) span,
.carousel-photos-container .carousel-activator:nth-of-type(12):checked ~ .carousel-controls:nth-of-type(12) span,
.carousel-photos-container .carousel-activator:nth-of-type(13):checked ~ .carousel-controls:nth-of-type(13) span,
.carousel-photos-container .carousel-activator:nth-of-type(14):checked ~ .carousel-controls:nth-of-type(14) span,
.carousel-photos-container .carousel-activator:nth-of-type(15):checked ~ .carousel-controls:nth-of-type(15) span {
  display: flex;
}
.carousel-photos-container .carousel-activator:nth-of-type(1):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(1),
.carousel-photos-container .carousel-activator:nth-of-type(2):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(2),
.carousel-photos-container .carousel-activator:nth-of-type(3):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(3),
.carousel-photos-container .carousel-activator:nth-of-type(4):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(4),
.carousel-photos-container .carousel-activator:nth-of-type(5):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(5),
.carousel-photos-container .carousel-activator:nth-of-type(6):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(6),
.carousel-photos-container .carousel-activator:nth-of-type(7):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(7),
.carousel-photos-container .carousel-activator:nth-of-type(8):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(8),
.carousel-photos-container .carousel-activator:nth-of-type(9):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(9),
.carousel-photos-container .carousel-activator:nth-of-type(10):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(10),
.carousel-photos-container .carousel-activator:nth-of-type(11):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(11),
.carousel-photos-container .carousel-activator:nth-of-type(12):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(12),
.carousel-photos-container .carousel-activator:nth-of-type(13):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(13),
.carousel-photos-container .carousel-activator:nth-of-type(14):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(14),
.carousel-photos-container .carousel-activator:nth-of-type(15):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(15) {
  opacity: 1;
}
.carousel-photos-container .carousel-activator:nth-of-type(1):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(1)::after,
.carousel-photos-container .carousel-activator:nth-of-type(2):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(2)::after,
.carousel-photos-container .carousel-activator:nth-of-type(3):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(3)::after,
.carousel-photos-container .carousel-activator:nth-of-type(4):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(4)::after,
.carousel-photos-container .carousel-activator:nth-of-type(5):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(5)::after,
.carousel-photos-container .carousel-activator:nth-of-type(6):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(6)::after,
.carousel-photos-container .carousel-activator:nth-of-type(7):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(7)::after,
.carousel-photos-container .carousel-activator:nth-of-type(8):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(8)::after,
.carousel-photos-container .carousel-activator:nth-of-type(9):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(9)::after,
.carousel-photos-container .carousel-activator:nth-of-type(10):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(10)::after,
.carousel-photos-container .carousel-activator:nth-of-type(11):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(11)::after,
.carousel-photos-container .carousel-activator:nth-of-type(12):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(12)::after,
.carousel-photos-container .carousel-activator:nth-of-type(13):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(13)::after,
.carousel-photos-container .carousel-activator:nth-of-type(14):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(14)::after,
.carousel-photos-container .carousel-activator:nth-of-type(15):checked ~ .carousel-indicators .carousel-indicator:nth-of-type(15)::after {
  mix-blend-mode: normal;
  background-color: transparent;
}
.carousel-photos-container .carousel-control {
  display: flex;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  margin-left: -1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  z-index: 13;
  position: relative;
}
.carousel-photos-container .carousel-control::after {
  content: "";
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 12px;
  height: 12px;
  transform: rotate(-225deg);
  position: absolute;
  left: 22px;
  top: 19px;
  pointer-events: none;
  z-index: 14;
}
@media (hover: hover) {
  .carousel-photos-container .carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.2509803922);
  }
}
.carousel-photos-container .carousel-control:hover {
  opacity: 1;
}
.carousel-photos-container .carousel-control-forward::after {
  transform: rotate(-45deg);
  left: 15px;
}
.carousel-photos-container .carousel-indicators {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #151717;
}
@media screen and (max-width: 768px) {
  .carousel-photos-container .carousel-indicators {
    top: calc(100% - 100px);
    width: 100%;
    height: 100px;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.carousel-photos-container .carousel-indicator {
  height: 15px;
  width: 15px;
  display: inline-flex;
  z-index: 2;
  cursor: pointer;
  opacity: 0.25;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.carousel-photos-container .carousel-indicator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #151717;
  background-color: transparent;
  mix-blend-mode: saturation;
}
.carousel-photos-container .carousel-indicator img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.carousel-photos-container .carousel-indicator:hover {
  opacity: 0.75;
}
.carousel-photos-container .carousel-scale .carousel-slide {
  transform: scale(0.9);
}
.carousel-photos-container .carousel-slide {
  height: 100%;
  width: calc(100% - 100px);
  position: absolute;
  overflow-y: auto;
  opacity: 0;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .carousel-photos-container .carousel-slide {
    width: 100%;
    height: calc(100% - 100px);
  }
}
.carousel-photos-container .carousel-slide {
  overflow: hidden;
}
.carousel-photos-container .carousel-thumb .carousel-indicator {
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .carousel-photos-container .carousel-thumb .carousel-indicator {
    width: auto;
    height: 100px;
  }
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ------------------------------------------- FIXES -------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #151717;
  box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

html {
  visibility: visible;
  opacity: 1;
}

::-moz-placeholder {
  color: #898d90;
  opacity: 0.75;
}

::placeholder {
  color: #898d90;
  opacity: 0.75;
}

:-ms-input-placeholder {
  color: #898d90;
  opacity: 0.75;
}

::-ms-input-placeholder {
  color: #898d90;
  opacity: 0.75;
}/*# sourceMappingURL=main.css.map */

a.visibleLink {
	font-weigh:bold;
	text-decoration: underline;
}

#home_popup {
	max-width: 600px;
	border-radius: 0px;
	background-color: #1A1C1D;
	color: #fff;
}

#home_popup a {
	color: #fff;
}

.page-bars .splide__slide img {
  max-width: fit-content !important;
  vertical-align: bottom;
}