/* ----------------------- */
/********** Fonts **********/
/* ----------------------- */
/* -------------------------------------- */
/********** Responsive Variables **********/
/* -------------------------------------- */
/* ------------------------------ */
/********** Brand Colors **********/
/* ------------------------------ */
/* --------------------------- */
/********** Structure **********/
/* --------------------------- */
.post, .page, .page-content {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .wrap {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-no-wrap {
  flex-wrap: no-wrap;
}
.flex.flex-align-start {
  align-items: flex-start;
}
.flex.flex-align-end {
  align-items: flex-end;
}
.flex.flex-align-center {
  align-items: center;
}
.flex.flex-justify-between {
  justify-content: space-between;
}
.flex.flex-justify-even {
  justify-content: space-evenly;
}
.flex.flex-justify-end {
  justify-content: flex-end;
}
.flex.flex-justify-center {
  justify-content: center;
}
.flex .flex-no-grow {
  flex-grow: 0;
}
.flex .flex-no-shrink {
  flex-shrink: 0;
}
.flex .flex-grow {
  flex-grow: 1;
}
.flex .flex-shrink {
  flex-shrink: 1;
}
.grid {
  display: grid;
}
/* ------------------------------- */
/********** Global Styles **********/
/* ------------------------------- */
body {
  background-color: #FFF;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[data-lazy-src] {
  opacity: 0;
}
img.lazyloaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}
body a.cta {
  font-family: "Spectral", serif;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1024px) {
  body a.cta {
    min-width: 280px;
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  body a.cta {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1024px) {
  body a.cta:hover {
    color: #FFF;
    background-color: #000;
  }
}
/* ---------------------------- */
/********** Typography **********/
/* ---------------------------- */
body {
  color: #000;
  font-family: "Spectral", serif;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
  margin: 0;
  padding: 0;
  display: block;
  font-family: "Spectral", serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) {
  body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  body h1, body .h1 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 1024px) {
  body h1, body .h1 {
    font-size: 2em;
  }
}
body h2, body .h2 {
  font-size: 1.2em;
  font-weight: 200;
}
body .font-sans {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body .font-serif {
  font-family: "Spectral", serif;
}
body .font-thin {
  font-weight: 200;
}
body .font-light {
  font-weight: 300;
}
body .font-regular {
  font-weight: 400;
}
body em, body .font-italic {
  font-style: italic;
}
body p {
  margin: 0;
}
body ul, body ol {
  margin: 0;
  padding: 0 0 0 32px;
}
body ul li, body ol li {
  padding: 0;
  margin: 0;
}
body ul li:not(:last-child), body ol li:not(:last-child) {
  margin-bottom: 6px;
}
body ul {
  list-style-type: disc;
  list-style-position: outside;
}
body strong {
  font-weight: 400;
}
body blockquote {
  margin: 0;
  padding: 0;
  position: relative;
}
body a:not(.cta), body a:not(.cta):hover, body a:not(.cta):visited {
  color: #000;
}
@media screen and (min-width: 1024px) {
  body a:not(.cta):hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
}
/* ------------------------ */
/********** Header **********/
/* ------------------------ */
header.site-header {
  position: relative;
}
@media screen and (min-width: 1024px) {
  header.site-header {
    padding: 32px 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header {
    padding: 16px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  header.site-header .site-branding {
    margin-bottom: 32px;
  }
}
header.site-header .site-branding a {
  display: block;
  text-decoration: none;
  max-width: 200px;
}
header.site-header .menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 10001;
}
@media screen and (max-width: 1024px) {
  header.site-header .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 14px;
    right: 20px;
  }
}
header.site-header .menu-toggle .menu-toggle__icon {
  display: none;
}
header.site-header .menu-toggle .menu-toggle__label {
  width: 22px;
  height: 18px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
header.site-header .menu-toggle .menu-toggle__label span {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: #000;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
header.site-header .main-navigation {
  width: 100%;
}
header.site-header .menu-main-menu-container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  header.site-header .menu-main-menu-container {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .menu-main-menu-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .menu-main-menu-container {
    padding-left: 0;
    padding-right: 0;
  }
}
header.site-header #primary-menu {
  margin: 0;
  list-style: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1180px) {
  header.site-header #primary-menu {
    gap: 160px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  header.site-header #primary-menu {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  header.site-header #primary-menu {
    display: flex;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header #primary-menu {
    display: flex;
    gap: 20px;
    overflow: visible;
    padding: 0;
    border: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
header.site-header #primary-menu li {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header.site-header #primary-menu li {
    flex-shrink: 1;
    width: 100%;
  }
}
header.site-header #primary-menu li.current_page_item a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
header.site-header #primary-menu li a {
  font-family: "Spectral", serif;
  font-weight: 200;
  text-decoration: none;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  header.site-header #primary-menu li a {
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    display: inline-block;
    padding: 4px 0;
  }
}
@media screen and (min-width: 1024px) {
  header.site-header #primary-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
}
header.site-header #primary-menu li a.current-menu-item {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
body.nav-toggled {
  overflow: hidden;
}
body.nav-toggled .menu-toggle .menu-toggle__label span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
body.nav-toggled .menu-toggle .menu-toggle__label span:nth-child(2) {
  opacity: 0;
}
body.nav-toggled .menu-toggle .menu-toggle__label span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  header.site-header .main-navigation {
    position: fixed;
    inset: 0;
    background: #FFF;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 32px 40px;
  }
  header.site-header .main-navigation.toggled {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#book-now {
  text-align: center;
  border-bottom: 1px solid #000;
}
#book-now a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  #book-now a {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #book-now a {
    padding: 8px;
  }
}
body #page .menu-languages-menu-container {
  z-index: 9998;
  position: absolute;
  right: 12px;
  top: 10px;
}
body #page .menu-languages-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 6px;
  display: inline-flex;
}
body #page .menu-languages-menu-container ul li {
  font-size: 0.8em;
  margin-bottom: 0;
  display: inline-flex;
}
body #page .menu-languages-menu-container ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: 6px;
}
body #page .menu-languages-menu-container ul li.current-language-menu-item a {
  font-style: italic;
}
body #page .menu-languages-menu-container ul li a {
  font-size: 1em;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  body #page .menu-languages-menu-container ul li a:hover {
    font-style: italic;
  }
}
body #page .menu-languages-menu-container ul li a span img {
  display: none !important;
}
/* ----------------------------------- */
/*********** Site Components ***********/
/* ----------------------------------- */
section#hero img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  section#hero img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  section.section-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  section.section-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
section.section-content h1:has(+ *), section.section-content h2:has(+ *), section.section-content h3:has(+ *), section.section-content h4:has(+ *) {
  margin-bottom: 24px;
}
section.section-content p, section.section-content li {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.02em;
}
section.section-content p:has(+ ul), section.section-content p:has(+ ol) {
  margin-bottom: 16px;
}
section.section-content p:has(+ h2):not(:last-child), section.section-content p:has(+ h3):not(:last-child), section.section-content p:has(+ h4):not(:last-child) {
  margin-bottom: 48px;
}
section.section-content p:not(:last-of-type) {
  margin-bottom: 20px;
}
section.section-content p strong {
  font-weight: 400;
}
section.section-content p a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  section.section-content p br {
    display: none;
  }
}
section.section-content ul:has(+ *), section.section-content ol:has(+ *) {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  section#components {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  section#components {
    padding-bottom: 80px;
  }
}
section#components .block:first-child {
  padding-top: 0;
}
section#components .block:last-child {
  padding-bottom: 0;
}
.block.text-block {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block.text-block {
    padding-top: 100px;
    padding-bottom: 80px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .block.text-block {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.block.text-block h1:has(+ *) {
  margin-bottom: 12px;
}
.block.text-block .content h2:has(+ *) {
  margin-bottom: 20px;
}
.block.text-block .content p {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.block.text-block .content p:not(:last-of-type) {
  margin-bottom: 20px;
}
.block.text-block .content a.cta {
  margin-top: 40px;
}
.block.image-block img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .block.text-image-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .block.text-image-block {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .block.text-image-block:not(:has(+ .text-image-block)) {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .block.text-image-block > .flex {
    gap: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .block.text-image-block > .flex {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .block.text-image-block > .flex .col.image {
    width: 50%;
  }
}
.block.text-image-block > .flex .col.image img {
  width: 100%;
}
.block.text-image-block > .flex .col.text {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .block.text-image-block > .flex .col.text {
    flex: 1;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .block.text-image-block > .flex .col.text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .block.text-image-block > .flex .col.text h2:has(+ .content) {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .block.text-image-block > .flex .col.text h2:has(+ .content) {
    margin-bottom: 32px;
  }
}
.block.text-image-block > .flex .col.text .content p {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.block.text-image-block > .flex .col.text .content a.cta {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .block.text-image-block.image-last > .flex {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .block.room-block > .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .block.room-block > .flex .col.text {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .block.room-block > .flex .col.text .content {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .block.room-block > .flex .col.text .content a.cta {
    margin-top: 0;
    min-width: 160px;
  }
}
.block.gallery-block {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .block.gallery-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.block.gallery-block .gallery-nav {
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  color: #000;
  line-height: 1;
  font-size: 34px;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-weight: 400;
  font-weight: 200;
}
.block.gallery-block .gallery-nav:disabled, .block.gallery-block .gallery-nav.is-disabled {
  opacity: 0.35;
  cursor: default;
}
.block.gallery-block .gallery-nav.gallery-nav--prev {
  left: -10px;
  transform: rotate(180deg);
  top: calc(50% - 64px);
}
.block.gallery-block .gallery-nav.gallery-nav--next {
  right: -10px;
  top: calc(50% - 46px);
}
@media screen and (max-width: 1024px) {
  .block.gallery-block .gallery-nav {
    display: none;
  }
}
.block.gallery-block .gallery-carousel {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .block.gallery-block .gallery-carousel {
    padding-left: 36px;
    padding-right: 9px;
  }
}
.block.gallery-block .gallery-track {
  overflow: visible;
}
@media screen and (min-width: 1180px) {
  .block.gallery-block .gallery-track {
    margin-left: -34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .block.gallery-block .gallery-track {
    margin-left: -74px;
  }
}
@media screen and (min-width: 1024px) {
  .block.gallery-block .gallery-track {
    min-height: 420px;
  }
}
.block.gallery-block .gallery-track .gallery-slide {
  opacity: 1;
  overflow: visible;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .block.gallery-block .gallery-track .gallery-slide {
    height: 330px;
    transition: all 0.4s ease-in;
  }
}
@media screen and (max-width: 1024px) {
  .block.gallery-block .gallery-track .gallery-slide {
    height: 92vw;
  }
}
.block.gallery-block .gallery-track .gallery-slide .gallery-slide__media {
  width: 100%;
  height: 100%;
  transform-origin: top center;
  transition: transform 0.3s ease;
}
.block.gallery-block .gallery-track .gallery-slide.is-active, .block.gallery-block .gallery-track .gallery-slide.swiper-slide-active {
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .block.gallery-block .gallery-track .gallery-slide.is-active, .block.gallery-block .gallery-track .gallery-slide.swiper-slide-active {
    width: 300px !important;
    height: 420px;
  }
}
.block.gallery-block .gallery-track .gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .block.tabs-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .block.tabs-block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.block.tabs-block > .flex {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1180px) {
  .block.tabs-block > .flex {
    gap: 160px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .block.tabs-block > .flex {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .block.tabs-block > .flex {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .block.tabs-block > .flex {
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 40px;
  }
  .block.tabs-block > .flex::-webkit-scrollbar {
    display: none;
  }
}
.block.tabs-block > .flex a {
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .block.tabs-block > .flex a {
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .block.tabs-block > .flex a {
    flex-shrink: 0;
    font-size: 1.2em;
  }
}
.block.tabs-block > .flex button {
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .block.tabs-block > .flex button {
    flex-shrink: 0;
    font-size: 1.2em;
  }
}
.block.tabs-block > .flex button.is-active {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.block.tabs-block:has(+ .text-block) {
  padding-bottom: 0;
}
/* ------------------------------ */
/*********** Page: Home ***********/
/* ------------------------------ */
body.home #book-now {
  background-color: rgba(255, 255, 255, 0.56);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  border: 0;
}
body.home #book-now a {
  color: #FFF;
}
body.home .menu-languages-menu-container ul li {
  color: #FFF;
}
body.home .menu-languages-menu-container ul li a {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  body.home #page .page-content section.hero {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #page .page-content section.hero {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  body.home #page .page-content section.hero .hero-wrap {
    width: 100%;
    max-height: 850px;
    overflow: hidden;
    aspect-ratio: 1.7777777778;
  }
}
body.home #page .page-content section.hero .hero-wrap img {
  width: 100%;
}
body.home #page .page-content section.hero .hero-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  body.home #page .page-content section.hero .hero-wrap video {
    min-height: 764px;
  }
}
body.home #page .page-content section.hero .hero-wrap .video-wrap {
  position: relative;
  height: 100%;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, opacity 0.2s ease-in;
}
@media screen and (max-width: 1024px) {
  body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle:hover {
  background: rgba(255, 255, 255, 0.4);
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle:focus-visible {
  outline: 2px solid #FFF;
  outline-offset: 3px;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle .hero-video-sound-toggle__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle .hero-video-sound-toggle__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle .hero-video-sound-toggle__icon--sound-on {
  display: none;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle.is-muted .hero-video-sound-toggle__icon--sound-off {
  display: inline-flex;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle.is-muted .hero-video-sound-toggle__icon--sound-on {
  display: none;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle:not(.is-muted) .hero-video-sound-toggle__icon--sound-off {
  display: none;
}
body.home #page .page-content section.hero .hero-wrap .hero-video-sound-toggle:not(.is-muted) .hero-video-sound-toggle__icon--sound-on {
  display: inline-flex;
}
@media screen and (min-width: 1024px) {
  body.home #page .page-content section.section-content {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home #page .page-content section.section-content h1, body.home #page .page-content section.section-content h2 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.home #page section#components .tabs-block > .flex {
    gap: 200px;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  body.home #page section#components .gallery-block .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  body.home #page section#components .gallery-block .grid {
    grid-auto-flow: column;
    grid-auto-columns: 80vw;
    gap: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.home #page section#components .gallery-block .grid::-webkit-scrollbar {
    display: none;
  }
  body.home #page section#components .gallery-block .grid .image {
    scroll-snap-align: center;
  }
  body.home #page section#components .gallery-block .grid .image img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  body.home #page section#components .gallery-block .grid .image img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  body.home #page section#components .gallery-block .grid .image:nth-child(1) {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  body.home #page section#components .gallery-block .grid .image:nth-child(1) img {
    height: 60%;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  body.home #page section#components .gallery-block .grid .image:nth-child(2) {
    margin-left: -60px;
  }
}
@media screen and (min-width: 1024px) {
  body.home #page section#components .gallery-block .grid .image:nth-child(3) {
    grid-column: span 2;
    padding: 80px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  body.home #page section#components .gallery-block .grid .image:nth-child(3) img {
    width: 50%;
    height: auto;
  }
}
body.home #page section.partner > .flex {
  gap: 32px;
  border-top: 1px solid;
}
@media screen and (min-width: 1024px) {
  body.home #page section.partner > .flex {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  body.home #page section.partner > .flex {
    padding-top: 50px;
    padding-bottom: 40px;
    flex-direction: column;
    text-align: center;
  }
}
body.home #page section.partner > .flex p {
  font-family: "Spectral", serif;
}
body.home #page section.partner > .flex img {
  height: 180px;
  width: auto;
}
/* -------------------------------- */
/*********** Single: Room ***********/
/* -------------------------------- */
body.single-room #page .page-content section.section-content {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.single-room #page .page-content section.section-content {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-gallery .grid {
    grid-auto-flow: column;
    grid-auto-columns: 80vw;
    gap: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.single-room #page .room-gallery .grid::-webkit-scrollbar {
    display: none;
  }
  body.single-room #page .room-gallery .grid .image {
    scroll-snap-align: center;
  }
  body.single-room #page .room-gallery .grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-nav {
    margin-bottom: 100px;
    padding: 8px 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    gap: 200px;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-nav {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }
  body.single-room #page .room-tabs .tab-nav::-webkit-scrollbar {
    display: none;
  }
}
body.single-room #page .room-tabs .tab-nav button {
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-nav button {
    flex-shrink: 0;
    font-size: 1.5em;
  }
}
body.single-room #page .room-tabs .tab-nav button.is-active {
  text-decoration: underline;
}
body.single-room #page .room-tabs .tab-panels {
  width: 100%;
}
body.single-room #page .room-tabs .tab-panels .tab-panel[hidden] {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel {
    display: flex;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel h3 {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel h3 {
    flex: 1;
    padding-top: 24px;
    padding-right: 24px;
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel h3:has(+ .room-booking), body.single-room #page .room-tabs .tab-panels .tab-panel h3:has(+ .room-conditions) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-details, body.single-room #page .room-tabs .tab-panels .tab-panel .room-price {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-details p:first-child, body.single-room #page .room-tabs .tab-panels .tab-panel .room-price p:first-child {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-details p:last-child, body.single-room #page .room-tabs .tab-panels .tab-panel .room-price p:last-child {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-details p, body.single-room #page .room-tabs .tab-panels .tab-panel .room-price p, body.single-room #page .room-tabs .tab-panels .tab-panel .room-booking p {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-details {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-details p:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-details p:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-price {
    column-count: 3;
    column-gap: 0px;
  }
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-price p:nth-child(3n + 3) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-price p:not(:last-child):not(.section-break) {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-price .section-break {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-price .section-break:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-booking {
    text-align: center;
  }
}
body.single-room #page .room-tabs .tab-panels .tab-panel .room-booking a.cta {
  margin-top: 40px;
  align-self: center;
}
body.single-room #page .room-tabs .tab-panels .tab-panel .room-conditions {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.single-room #page .room-tabs .tab-panels .tab-panel .room-conditions p {
    padding-left: 100px;
    padding-right: 100px;
  }
}
body.single-room #page .view-price {
  margin: 48px auto 0;
  display: inline-block;
}
/* --------------------------------- */
/*********** Page: Booking ***********/
/* --------------------------------- */
body.page-template-page-booking #page .page-content section.section-content {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-booking #page .page-content section.section-content {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-page-booking #page .mv-booking-section .mv-booking-title, body.page-template-page-booking #page .mv-booking-section .mv-country-title, body.page-template-page-booking #page .mv-booking-section .mv-season-title, body.page-template-page-booking #page .mv-booking-section .mv-season-details {
  text-align: center;
}
body.page-template-page-booking #page .mv-booking-section .mv-tabs {
  padding-top: 24px;
  padding-bottom: 0;
}
body.page-template-page-booking #page .mv-booking-section .mv-tabs .mv-tab-list {
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-booking #page .mv-booking-section .mv-country-title {
    font-size: 2em;
  }
}
body.page-template-page-booking #page .mv-booking-section .mv-season-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-booking #page .mv-booking-section .mv-season-title {
    font-size: 1.6em;
  }
}
body.page-template-page-booking #page .mv-booking-section .mv-season-details {
  margin-bottom: 48px;
}
body.page-template-page-booking #page .mv-booking-section .mv-pricing-list {
  max-width: 300px;
  margin: 0 auto;
  gap: 24px;
}
body.page-template-page-booking #page .mv-booking-section .mv-pricing-list .mv-pricing-row {
  gap: 16px;
}
body.page-template-page-booking #page .mv-booking-section .mv-info-block {
  display: grid;
  align-items: start;
  margin: 64px auto 0;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-booking #page .mv-booking-section .mv-info-block {
    max-width: 720px;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-page-booking #page .mv-booking-section .mv-info-block {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
body.page-template-page-booking #page .mv-booking-section .mv-info-block .mv-info-title {
  text-align: center;
  padding-top: 40px;
}
body.page-template-page-booking #page .mv-booking-section .mv-info-block .mv-info-content {
  border-left: 1px solid #000;
  padding-top: 16px;
  padding-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-booking #page .mv-booking-section .mv-info-block .mv-info-content {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-page-booking #page .mv-booking-section .mv-info-block .mv-info-content {
    padding-left: 16px;
  }
}
body.page-template-page-booking #page .mv-booking-section .mv-info-block .mv-info-content p:not(:last-child) {
  margin-bottom: 16px;
}
body.page-template-page-booking #page .mv-booking-section .mv-info-block .mv-info-content p:last-child {
  margin-top: 32px;
}
body.page-template-page-booking #page .mv-booking-section .mv-info-block .mv-info-content p:last-child a {
  display: inline-block;
  margin-top: 16px;
}
body.page-template-page-booking #page .mv-booking-section .mv-packs-country-picker {
  padding-top: 48px;
}
body.page-template-page-booking #page .mv-booking-section .mv-picker-title {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
body.page-template-page-booking #page .mv-booking-section .mv-country-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.page-template-page-booking #page .mv-booking-section .mv-country-list .mv-country-item {
  color: #b2b1b1;
  font: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
body.page-template-page-booking #page .mv-booking-section .mv-country-list .mv-country-item.is-active, body.page-template-page-booking #page .mv-booking-section .mv-country-list .mv-country-item.is-link:hover, body.page-template-page-booking #page .mv-booking-section .mv-country-list .mv-country-item.mv-country-toggle:hover {
  color: #000;
}
body.page-template-page-booking #page .mv-booking-section .mv-country-list .mv-country-item.is-disabled {
  cursor: default;
}
body.page-template-page-booking #page .mv-booking-section .mv-country-panels {
  padding-top: 48px;
}
body.page-template-page-booking #page .mv-booking-section .mv-back-button {
  font: inherit;
  font-size: 0.8em;
  background: none;
  border: 0;
  padding: 0;
  margin-top: 48px;
  opacity: 0.8;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}
body.page-template-page-booking #page .mv-booking-section .mv-back-button:hover {
  opacity: 1;
}
body.page-template-page-booking #page .mv-booking-section .mv-table-wrap {
  overflow-x: auto;
  margin-top: 40px;
}
body.page-template-page-booking #page .mv-booking-section .mv-link-panel .mv-country-links {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
body.page-template-page-booking #page .mv-booking-section .mv-link-panel .mv-country-link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.page-template-page-booking #page .mv-booking-section .mv-price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 860px;
}
body.page-template-page-booking #page .mv-booking-section .mv-price-table th, body.page-template-page-booking #page .mv-booking-section .mv-price-table td {
  padding: 14px 12px;
  text-align: center;
  vertical-align: center;
  font-size: 0.8em;
}
body.page-template-page-booking #page .mv-booking-section .mv-price-table th:first-child, body.page-template-page-booking #page .mv-booking-section .mv-price-table td:first-child {
  background-color: #FFF;
  text-align: left;
}
body.page-template-page-booking #page .mv-booking-section .mv-price-table th {
  font-weight: 300;
}
body.page-template-page-booking #page .mv-booking-section .mv-price-table th span {
  display: block;
  color: #b2b1b1;
}
body.page-template-page-booking #page .mv-booking-section .mv-price-table thead tr, body.page-template-page-booking #page .mv-booking-section .mv-price-table tbody tr:nth-child(even) {
  background: #f2f2f2;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-booking #page .booking-banner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-page-booking #page .booking-banner {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body.page-template-page-booking #page .booking-banner img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-booking #page #stay-packs {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-page-booking #page #stay-packs {
    margin-bottom: 50px;
  }
}
/* --------------------------------- */
/*********** Page: Default ***********/
/* --------------------------------- */
body.page-template-default:not(.home) #page .page-content section.section-content {
  text-align: center;
  /*
        @media screen and (min-width: $md) {
          padding-right: 212px;
          max-width: 735px;
          margin-left: auto;
          text-align: justify;
        }
        */
}
@media screen and (min-width: 1024px) {
  body.page-template-default:not(.home) #page .page-content section.section-content {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ----------------------------- */
/*********** Page: 404 ***********/
/* ----------------------------- */
body.error404 #page .page-content section.section-content {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
body.error404 #page .page-content section.section-content a.cta {
  text-decoration: none;
}
/* ------------------------ */
/********** Footer **********/
/* ------------------------ */
.footer-banner img {
  width: 100%;
}
@media screen and (min-width: 1180px) {
  footer.site-footer {
    gap: 100px;
  }
}
@media screen and (min-width: 1024px) {
  footer.site-footer {
    padding-top: 80px;
    padding-bottom: 60px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  footer.site-footer {
    gap: 60px;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer {
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
    flex-direction: column;
  }
}
footer.site-footer .site-branding {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .site-branding {
    flex-shrink: 0;
    max-width: 180px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  footer.site-footer .site-branding {
    max-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer .site-branding {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer.site-footer p.section-title {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1180px) {
  footer.site-footer p.section-title {
    width: 140px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
  footer.site-footer p.section-title {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer p.section-title {
    width: 100px;
  }
}
footer.site-footer .section-content {
  flex: 1;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
footer.site-footer .section-content p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
footer.site-footer .section-content a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  footer.site-footer .section-content a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
}
footer.site-footer .location, footer.site-footer .social-media, footer.site-footer .contact, footer.site-footer .policies, footer.site-footer .livro-reclamacoes {
  display: flex;
}
@media screen and (min-width: 1024px) {
  footer.site-footer .location, footer.site-footer .social-media, footer.site-footer .contact, footer.site-footer .policies, footer.site-footer .livro-reclamacoes {
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer .location, footer.site-footer .social-media, footer.site-footer .contact, footer.site-footer .policies, footer.site-footer .livro-reclamacoes {
    gap: 20px;
  }
}
footer.site-footer .location-social .social-media {
  margin-top: 32px;
}
footer.site-footer .location-social .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 24px;
}
footer.site-footer .location-social .social-media ul li {
  margin-bottom: 0;
}
footer.site-footer .location-social .social-media ul li a {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  footer.site-footer .location-social .social-media ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
}
footer.site-footer .contact-policies .policies {
  margin-top: 32px;
}
footer.site-footer .contact-policies .policies a {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  footer.site-footer .contact-policies .policies a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }
}
footer.site-footer .livro-reclamacoes {
  margin-top: 32px;
}
footer.site-footer .livro-reclamacoes a {
  display: block;
  text-indent: -9999px;
  background-image: url(../images/livro-reclamacoes.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100px;
  height: 38px;
}
.grecaptcha-badge {
  visibility: hidden;
}
